Installing a Service Pack Upgrade Using Graphical Mode
Follow these steps to download and install a service pack or rolling patch in graphical mode on UNIX and Windows systems:
- Download the service pack upgrade installer specific to your platform from the BEA Customer Support Web site at http://support.bea.com.
Note: You will need to log in using your eSupport username and password to download a service pack or rolling patch. If you do not have an eSupport account, you can register for one on the BEA Customer Support Web site.
- Start the upgrade installer as described in Table 6-2:
Table 6-2 Starting an Upgrade Installer in Graphical Mode
To start the upgrade installer on this platform . . . | Perform the following steps . . . |
| 1. Go to the directory where you downloaded the installation program and double-click filename.exe, where filename.exe is name of the installation file you downloaded from the BEA Customer Support Web site, for example, serverXXX_upgrade_win32.exe. The installation program begins to install the upgrade. 2. Proceed to step 3 below this table. |
| For installers with filenames ending in .bin 1. Go to the directory where you downloaded the installation program and invoke the installation procedure by entering the following commands: chmod a+x filename.bin
./ filename.bin where filename.bin is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, for example serverXXX_upgrade_solaris.bin. The installation program begins to install the upgrade. 2. Proceed to step 3 below this table. |
For installers with filenames ending in .jar 1. Include the bin directory of the JVM at the beginning of the PATH variable on the target system. For example: PATH= JAVA_HOME/bin:$PATH
export PATH where JAVA_HOME is the full path to the JVM directory. 2. Go to the directory where you downloaded the installation file and launch the installation program by entering the following command: where filename.jar is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, for example pj_serverXXX_upgrade_generic.jar. The installation program begins to install the upgrade. 3. Proceed to step 3 following this table. |
- Review the text in the Welcome window and click Next.
The Choose BEA Home Directory window is displayed.
Note: You may cancel the installation at any time by clicking Exit.
- Select the BEA Home directory containing the release of WebLogic Server you want to upgrade and click Next.
The Confirm Product Directory window is displayed, which includes the path to the BEA home directory and to the directory in which the WebLogic Server software will be updated.
- Click Next.
A progress window is displayed during the upgrade installation. When the installation is finished, the Installation Complete window is displayed.
- Click Done on the Installation Complete window to exit the installation program.
Installing a Service Pack Upgrade Using Console Mode
Follow these steps to download and install a service pack or rolling patch in console mode on UNIX and Windows systems:
Note: The sample console text and directory pathnames in this section use UNIX conventions (forward slashes) in pathnames, for example, /home1/bea/weblogicXXX. When entering pathnames on a Windows system, use the Windows convention (backward slashes) for pathnames, for example c:\bea\weblogicXXX.
- Download the service pack upgrade installer specific to your platform from the BEA Customer Support Web site at http://support.bea.com.
Note: You must log in using your eSupport username and password to download a service pack or rolling patch. If you do not have an eSupport account, you can register for one on the BEA Customer Support Web site.
- Start the upgrade installer as described in Table 6-3:
Table 6-3 Starting an Upgrade Installer in Console Mode
To start the upgrade installer on this platform . . . | Perform the following steps . . . |
| 1. Open an MS-DOS command prompt window. 2. Go to the directory where you downloaded the installation program and invoke the installation procedure by entering the following command: filename.exe -mode=console where filename.exe is name of the installation file you downloaded from the BEA Customer Support Web site, for example, serverXXX_upgrade_win32.exe. The upgrade installer begins to install the WebLogic Server maintenance release. 3. Proceed to step 3 following this table. |
| For installers with filenames ending in .bin 1. Go to the directory where you downloaded the installation program and invoke the installation procedure by entering the following commands: chmod a+x filename.bin
./ filename.bin -mode=console where filename.bin is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, for example serverXXX_upgrade_solaris.bin. The installation program begins to install the upgrade. 2. Proceed to step 3 following this table. |
For installers with filenames ending in .jar 1. Include the bin directory of JVM at the beginning of the PATH variable on the target system. For example: PATH= JAVA_HOME/bin:$PATH
export PATH where JAVA_HOME is the full path to the JVM directory. 2. Go to the directory where you downloaded the installation file and launch the installation program by entering the following command: java -jar filename.jar -mode=console where filename.jar is the name of the upgrade installation program you downloaded from the BEA Customer Support Web site, for example pj_serverXXX_upgrade_generic.jar. The installation program begins to install the upgrade. 3. Proceed to step 3 following this table. |
Note: To create a verbose log file during installation, include the -log=/
full_path_to_log_file option in the command line.
serverXXX_upgrade_solaris.bin -mode=console -log=/home/bea/logs/server_install.log
The path can be to a file or folder. All folders in the path must exist before you execute the command or the installation program will not create the log file.
- At the Welcome prompt, type next or press Enter to continue with the installation process.
The Choose BEA Home directory prompt is displayed.
- Select the BEA Home directory associated with the installation of WebLogic Server that you want to update. If you have only one installation of WebLogic Server installed on the current machine, only one BEA Home directory is listed. For details about the BEA Home directory, see BEA Home Directory.
The installation program displays the following prompt:
Choose BEA Home Directory:
->1| /nfs/home/user1/bea1
2| /nfs/home/user1/bea2
Enter index number to select OR [Exit][Previous][Next]>
Press Enter to use the selected BEA Home directory or type the number of the BEA Home directory that you want to select.
Whether you accept the selected BEA Home directory or select a different BEA Home directory, you are prompted to confirm your selection, as shown in the following example:
Choose BEA Home Directory:
->1¦ Yes, Use this BEA home directory [/nfs/home/user1/bea1]
2¦ No, return to BEA home directory selection
Enter index number to select OR [Exit][Previous][Next]>
Type 1 or press Enter to accept your selection. Otherwise, type 2 to return to the Choose BEA Home Directory panel where you can modify your entry.
The Confirm Product Directory panel is displayed.
- The Confirm Product Directory panel indicates the folder in which the WebLogic Server software will be updated. For example:
Confirm Product Directory:
Product Installation Directory: [/nfs/home/user1/bea1/weblogicXXX]
Files in /nfs/home/user1/bea1/weblogicXXX will now be upgraded to the X.X.X.X maintenance level.
Enter [Exit][Previous][Next]>
Press Enter or type next to continue.
- After you confirm the product directory, the installation program makes a backup copy of specific files from the previous installation and then installs new versions of the files.
When the installation is complete, the following prompt is displayed:
Install Complete
Congratulations! WebLogic Platform X.X.X.X
has been successfully installed to
/nfs/home/user1/bea1/weblogicXXX.
Press any key to continue OR [Exit]>
- Press any key to exit the installation program.
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b/install/instsp.html