Make sure you modify STEPLIB statements in setupCmdLine.sh
script to point to the new WebSphere Application Server modules. This is a
script invoked by the applyPTF.sh script. You will find the script in
WAS_HOME/bin directory.
Note: You must modify it for each WAS_HOME
WAS_Root/AppServer/bin/setupCmdLine.sh
WAS_Root/DeploymentManager/bin/setupCmdLine.sh
Sample statements that should be modified:
STEPLIB='SYS1.WAS.W502008.SBBOLD2':$STEPLIB
STEPLIB='SYS1.WAS.W502008.SBBOLOAD':$STEPLIB
STEPLIB='SYS1.WAS.W502008.SBBOLPA':$STEPLIB
Export STEPLIB
|