Monday, February 25, 2019

Weblogic upgrade server from 10.1.3.4 to 10.3.6

Weblogic upgrade server from 10.1.3.4 to 10.3.6


Important points:

Different weblogic servers and supported java versions :

Oracle WebLogic 10.3.5.0 supports Sun JDK 1.6.0_24.
Oracle WebLogic 10.3.6.0, supports the Oracle JDK 1.7.0
Oracle WebLogic 12.1.3 supports Oracle JDK 1.7.0_55+ (1.7.0_67)
Oracle WebLogic 12.2.1 (12R2) supports JDK 1.8

Upgrade Weblogic server from 10.1.3.4 to 10.3.6 by applying the Patch: 13529623.

step.1

Shut down all WebLogic processes you want to upgrade such as:

Node Manager
Admin Server
All Managed Servers

step.2

Download and installed a new version of JDK 1.7+.
After installing Verifying the JDK Version
java –version

Note:
A plus sign '+' after the version number indicates that this and its subsequent versions are supported.

step.3

Download this patch set for Oracle WebLogic 10.3.6.0: Patch 13529623 (p13529623_1036_Generic.zip)
Unzip the file in a temporary location and confirm the extracted contains this file:
wls1036_upgrade_generic.jar

step.4

Running OUI to Upgrade an Existing WebLogic Server to 10.3.6
java -jar wls1036_upgrade_generic.jar

step.5

Upon execution, the installer starts preparing the OUI install program.

1.On Choose Middleware Home Directory, select the existing Middleware home you wish to upgrade.
2.Click the Next button.
3.On Register for Security Updates, the Email address and/or the My Oracle Support Password fields as applicable.
4.Click the Next button.
5.On Choose Products and Components, verify the components.

Note:
The OUI installer automatically selects the Oracle Coherence component. You can choose to select or deselect this component, keeping in mind that this

server type has not yet been verified with Oracle JD Edwards EnterpriseOne.

6.Click the Next button.
7.On Choose Product Installation Directories, verify the directory locations for the previously selected products and components.

Note:
A new version of Oracle Coherence_3.7 will be installed.

8.Click the Next button.
OUI begins copying the files and performs the upgrade.
9.On Installation Complete, click the check box for Run Quickstart to continue with the upgrade of the Oracle WebLogic domains.
10.Click the Done button to complete the installation and exit OUI.
The Quickstart configuration screen appears.
11.On the QuickStart links panel, select this link:
Upgrade domains to version 10.3.6
An Upgrade Wizard is launched.

12.On the Welcome panel of the Upgrade Wizard, review and complete the tasks listed in the Prerequisites section of the above screen.
13.When the Prerequisite tasks are complete, click the Next button.
14.On Select WebLogic Version, select this radio button:
9.0 or higher

15.Click the Next button.
16.On Select a Domain to Upgrade, drill down through the Oracle\Middleware\user_projects\domains directory structure and select the Oracle JD Edwards

domain. For example:
E1_Apps

17.Click the Next button.
18.On Inspect Domain, review the upgrade configuration selections.
19.Click the Next button.
20.On Select Upgrade Options, select this check box:
Back up current domain (recommended)

Caution:
The wizard advises you that if you choose the check box or Add log files to backup zip, the resultant zip file can be extremely large.

21.On Domain Backup, review the message.
22.Click the Next button.
23.On Select Directory for Domain Backup, you can accept or change location and filename of the backup zip file.
24.The wizard shows the progress of the domain backup.
25.When the backup is complete, click the Next button.
26.On Finalize Domain Upgrade, review the message.
27.Click the Next button to begin the Upgrade.
28.On Upgrade Complete, click the Done button to exit OUI.

Note:
As a result of this domain upgrade, you do not need to individually upgrade any Managed Server.

29.start the WebLogic NodeManager.
30.Start the WebLogic Administration Console.
31.Start the existing Managed Server such as the Oracle JD Edwards EnterpriseOne HTML server.
32.Test and verify the upgrade.

Source:

https://docs.oracle.com/cd/E24902_01/doc.91/e18840/upgrade_1036.htm#EOHWL191

No comments:

Post a Comment