Installing V6.0.2 WebSphere Application Server on Solaris systems
Technote (FAQ)
Problem
The procedure for installing a WebSphere® Application Server product varies depending on your operating system and processor platform.
V6.0 provides the following support
V6.0 supports 32-bit kernels on Solaris 8 , Solaris 9, and Solaris 10 operating systems on SPARC and UltraSPARC 60 platforms.
V6.0 also provides 64-bit compatibility support for 64-bit kernels on Solaris 8 , Solaris 9, and Solaris 10 systems. The term 64-bit compatibility support means that the 32-bit WebSphere Application Server product is supported when installed on a platform using a 64-bit kernel. However, the 32-bit application server does not exploit the advantages offered by the 64-bit kernel.
Download and install the appropriate V6.0.2 file for your Solaris operating system to upgrade a V6.0 installation to V6.0.2. Such V6.0.2 installations continue to provide 32-bit support for 32-bit kernels or 64-bit compatibility support for 64-bit kernels.
Cause
Locate your operating system and hardware platform to determine which compact disc or Passport Advantage download to use.
Operating system
Hardware bus/ chip
Supporting media
Maintenance package
Solaris 8
Solaris 9
Solaris 10
32-bit kernels
V6.0 disc
V6.0.2
Refresh Pack 2 (RP2)
Solaris 8
Solaris 9
Solaris 10
32-bit application server in 64-bit compatibility support on 64-bit kernel
Alternatively, authorized customers can obtain the product image from the Passport Advantage site.
Obtain the appropriate WebSphere Application Server 6.0 Refresh Pack 2 (V6.0.2) file. Download any of the following files to a temporary location and then unpack each file into the installation root directory of the appropriate product.
WebSphere Application Server Express, Base, and Network Deployment files Unpack the file into the installation root directory of the WebSphere Application Server product, as described in the installation procedure later in this document.
Download package identifier
V6.0.2 file name
Application Server
6.0.0-WS-WAS-SolarisSparc-RP0000002.tar
Application Client files Unpack the file into the installation root directory of the Application Client. Then use the Update Installer that is in the Application Client directory.
Download package identifier
V6.0.2 file name
Application Client
6.0-WS-AppClient-SolarisSparc-RP0000002.tar
Files for Web server plug-ins for WebSphere Application Server Unpack the file into the installation root directory of the Web server plug-ins. Then use the Update Installer that is in the Web server plug-ins directory.
Download package identifier
V6.0.2 file name
Plug-ins
6.0-WS-WASPlugIn-SolarisSparc-RP0000002.tar
IBM HTTP Server files Unpack the file into the installation root directory of the IBM HTTP Server product. Then use the Update Installer that is in the IBM HTTP Server directory.
Download package identifier
V6.0.2 file name
IBM HTTP Server
6.0-WS-WASIHS-SolarisSparc-RP0000002.tar
Edge Component files (Full installation images) Download the following files to a temporary location and then unpack the files. Launch the installer program to install the updated product. The files are full installation images and packages and are not maintenance packages that the Update Installer can install. See the Edge Components information center for detailed information about installation.
IMPORTANT: Back up and delete any older copy of the Update Installer before downloading the current Update Installer. To use a newer version of the Update Installer, you must first remove the older version.
Back up any files and subdirectories in the install_root/updateinstaller/maintenance directory, if necessary.
Delete the install_root/updateinstaller/maintenance directory and all of its subdirectories.
Verify required disk space, as described in the readme file for the maintenance package.
For instance, the space requirements for V6.0.2 are specified in the readme file.
After backing up the configuration and before installing V6.0.2, stop all Java processes that use the IBM Developer Kit that WebSphere Application Server provides to support the Java 2 SDK that IBM provides for WebSphere Application Server products running on Solaris systems.
Stop all application server processes, the nodeagent process, the deployment manager process, and all server processes that belong to serviceable products, such as the IBM HTTP Server. Stop all Java processes, if necessary. The product might not continue to run successfully if you install V6.0.2 while a WebSphere Application Server-related Java process is running.
Download the package into a temporary disk location.
Untar the package into the install_root directory. This process will unpack the downloaded package automatically into the install_root/updateinstaller directory and several subdirectories, including the maintenance subdirectory.
For example, change directories to the installation_root directory of your product before issuing the tar command to extract the Update Installer and maintenance package. The tar command unpacks a TAR file into the current working directory. So change directories to the installation root directory to make it the working directory, as in the following example for a WebSphere Application Server product.
cd /opt/IBM/WebSphere/AppServer tar -xvf /tmp/downloads/ 6.0.0-WS-WAS-SolarisSparc-RP0000002.tar
The V6.0.2 downloadable package contains both the Update Installer and the actual V6.0.2 maintenance package. The V6.0.2 Update Installer for WebSphere Software is in the install_root/updateinstaller directory.
The maintenance package is in the install_root/updateinstaller/maintenance directory.
Check the Recommended updates page to see if the Update Installer has been updated since the V6.0.2 file was created.
If so, download and unpack the new Update Installer into the installation root directory to replace the Update Installer files that are in V6.0.2.
(Optional) Delete the TAR file if you need more space.
Open a command shell window and change directories to the install_root/bin directory of the product that you are updating.
cd install_root/bin
Using the same command shell, source the setupCmdLine.sh command:
. ./setupCmdLine.sh
Using the same command shell, switch to the updateinstaller directory to clone the SDK to begin the update.
cd install_root/updateinstaller
Use the following command to clone the Java 2 Software Development Kit (SDK) that the product uses, so that you can update the original SDK when you install the maintenance package:
./update -silent -W relaunch.active=false
Using the same command shell, begin the update.
Use the following command to install the last maintenance package that you downloaded and unpacked:
./update -silent
The Update Installer wizard runs as a background process and does not display the graphical user interface when running in silent mode. Or, use the following command to specify a maintenance package to install: