The InstallEE50 command installs additional Enterprise V5.0.0 features after installing interim fixes, Fix Pack 1, or Fix Pack 2.
When installing additional Enterprise V5.0.0 features on top of an Enterprise V5.0.1 or V5.0.2 system, some V5.0.1 or V5.0.2 components can be regressed to the V5.0.0 level.
Using the InstallEE50 command avoids the regression problem.
If you performed the following steps, you might have a problem:
If you have already installed additional Enterprise V5.0.0 features on top of Enterprise V5.0.1 or V5.0.2, or on top of interim fixes you have applied, see The patch command.
Stop all Java processes on the machine that use the IBM Developer Kit that WebSphere Application Server provides: Before using the InstallEE50 command, stop all Java processes on the machine that use the IBM Developer Kit that WebSphere Application Server provides to support the Java 2 SDK on your operating system platform, such as the IBM Developer Kit for AIX, Java Technology Edition. Stop all application server processes, the nodeagent process, the deployment manager process, and all server processes, such as the jmsserver process. Features with server processes include the IBM HTTP Server and the embedded messaging feature. Stop all Java processes, if necessary. If you use the patcher while a WebSphere Application Server-related Java process runs, IBM does not guarantee that the product can continue to run successfully or without error.
Remove the WebSphere MQ tray icon if present On a Windows platform, remove the WebSphere MQ tray icon if it is present. The WebSphere MQ tray icon in the lower right corner indicates that a WebSphere MQ process (amqmtbrn.exe) is running. Right click the tray icon and click Hide to remove it.
Do not launch multiple copies of the patcher at one time The patcher cannot be launched concurrently with itself. Performing more than one update at the same time can lead to a failed or faulty installation.
The JAVA_HOME environment setting. Set the environment variable or issue the appropriate command script, from the /bin directory of the installation root:
Using the InstallEE50 command
To use the InstallEE50 command:
Linux for S/390 platforms:
/tmp/EE_FixPack2/patcher/InstallEE50.sh
Other Linux and UNIX platforms:
/tmp/EE_FixPack2/patcher/InstallEE50
Windows platforms:
c:\temp\EE_FixPack2\patcher\InstallEE50.bat
Issuing installation command parameters without the InstallEE50 script
Follow these steps to install Enterprise V5.0.0 features on top of Enterprise V5.0.x by issuing the install command with the same parameters that the InstallEE50 command provides.
Linux for S/390 platforms:
./install.sh -P EEX_BRB.replaceOption=0 -P EEX_CMMFeature.replaceOption=0 -P EEX_DQ.replaceOption=0 -P EEX_OS.replaceOption=0 -P EEX_SCHED.replaceOption=0 -P EEX_PCFeature.replaceOption=0 -P EEX_CORBA.replaceOption=0 -P EEX_EJBJarFilesComponent.replaceOption=0 -P EEX_PRTFilesComponent.replaceOption=0
Other Linux and UNIX platforms:
./install -P EEX_BRB.replaceOption=0 -P EEX_CMMFeature.replaceOption=0 -P EEX_DQ.replaceOption=0 -P EEX_OS.replaceOption=0 -P EEX_SCHED.replaceOption=0 -P EEX_PCFeature.replaceOption=0 -P EEX_CORBA.replaceOption=0 -P EEX_EJBJarFilesComponent.replaceOption=0 -P EEX_PRTFilesComponent.replaceOption=0
Windows platforms:
install -P EEX_BRB.replaceOption=0 -P EEX_CMMFeature.replaceOption=0 -P EEX_DQ.replaceOption=0 -P EEX_OS.replaceOption=0 -P EEX_SCHED.replaceOption=0 -P EEX_PCFeature.replaceOption=0 -P EEX_CORBA.replaceOption=0 -P EEX_EJBJarFilesComponent.replaceOption=0 -P EEX_PRTFilesComponent.replaceOption=0