2) Install Update Installer 7.0.0.17 on AIX OS
- Go to Directory /IBM/cd_software/UPDI/
- Run the command “gunzip 7.0.0.17-WS-UPDI-AixPPC32.tar.gz” and “tar –xvf 7.0.0.17-WS-UPDI-AixPPC32.tar”
- Go to Directory /IBM/cd_software/UPDI/UpdateInstaller
- Run the command “cp responsefile.updiinstaller.txt responsefile.updiinstaller.txt.bak”
- Edit the file “responsefile.updiinstaller.txt” and set the following value
-OPT silentInstallLicenseAcceptance="true"
-OPT installLocation="/IBM/WebSphere/UpdateInstaller"
Uncomment the following options
-OPT allowNonRootSilentInstall="true"
-OPT disableOSPrereqChecking="true"
-OPT disableEarlyPrereqChecking="true"
Comment all other options
- Run the command “./install -options "responsefile.updiinstaller.txt" –silent” to install update installer
Or run this command to install:
./install -silent -OPT silentInstallLicenseAcceptance=true -OPT allowNonRootSilentInstall=true -OPT disableOSPrereqChecking=true -OPT installLocation=/IBM/WebSphere/UpdateInstaller
- Go to Directory /IBM/WebSpehre/UpdateInstaller to check Update Installer version, it should be “7.0.0.17
3) Install WAS fixpacks using Update Installer
- Go to Directory /IBM/WebSphere/UpdateInstaller/responsefiles
- Run the command “cp install.txt installfix.txt”
- Edit installfix.txt as the following:
-W maintenance.package="/IBM/fixpack/7.0.0-WS-WAS-AixPPC32-FP0000017.pak;/IBM/fixpack/7.0.0-WS-WASSDK-AixPPC32-FP0000017.pak;/IBM/fi
xpack/7.0.0.17-WS-WAS-IFPM34365.pak"
-W product.location="/IBM/WebSphere/ProcServer"
Uncoment the following options
-OPT checkFilePermissions="true"
-OPT disableNonBlockingPrereqChecking="true"
-OPT rootUserHasRunSlibcleanCommandSuccessfully="true"
- Go to Directory /IBM/WebSphere/UpdateInstaller/bin, run the following command to apply the fixpacks
./update.sh -options responsefiles/installfix.txt –silent
Monitor /IBM/WebSphere/UpdateInstaller/logs/tmp/updatelog.txt for updating status.
- Go to Directory /IBM/WebSphere/ProcServer/bin, run the command “versionInfo.sh”, the version should be 7.0.0.17.
No comments:
Post a Comment