WPS_Response.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' >
<server>
<repository location='/IBM/cd_software/WPS7/repository/repository.config'/>
<repository location='/IBM/cd_software/WPS7/WAS_SYNC/repository.config'/>
<repository location='/IBM/fixpack/sca.1.0.1.11.fp/repository.config'/>
<repository location='/IBM/fixpack/xml.1.0.0.9.fp/repository.config'/>
<repository location='/IBM/fixpack/xml.1.0.import/import/repository.config'/>
Saturday, July 23, 2011
WebSphere Process Server 7.0 silent installation (3)
2) Install IBM Installation Manager
- Go to Directory /IBM/cd_software/IM
- Run the command to unzip the file “agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip”
/IBM/WebSphere/ProcServer/java/bin/jar –xvf agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip
chmod –fR 755 *
- Go to Directory /IBM/cd_software/IM
- Run the command to unzip the file “agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip”
/IBM/WebSphere/ProcServer/java/bin/jar –xvf agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip
chmod –fR 755 *
WebSphere Process Server 7.0 silent installation (2)
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.
- 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.
WebSphere Process Server 7.0 silent installation (1)
This following steps show how to install WPS 7.0 silently on AIX OS
1. Preliminary Tasks
1) Create a file system called /IBM with the space of 20G
2) download the following installation files from IBM website.
- WPS_v7_AIX32_Install.tar (WebSphere Process Server 7. installation media)
- agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip (Installation Manager 1.4.4)
- 7.0.0.17-WS-UPDI-AixPPC32.tar.gz (WebSphere Update Installer 7.0.0.17)
fixpacks:
- 7.0.0-WS-WAS-AixPPC32-FP0000017.pak
- 7.0.0-WS-WASSDK-AixPPC32-FP0000017.pak
- 7.0.0.3.wps.fixes.zip
- sca.1.0.1.11.fp.zip
- sca.1.0.import.zip
- was.7.0.0.17.fixes.zip
- was.7.0.import.zip
- wps.7003.repository.zip
- xml.1.0.0.9.fp.zip
- xml.1.0.import.zip
- 7.0.0.17-WS-WAS-IFPM34365.pak
1. Preliminary Tasks
1) Create a file system called /IBM with the space of 20G
2) download the following installation files from IBM website.
- WPS_v7_AIX32_Install.tar (WebSphere Process Server 7. installation media)
- agent.installer.aix.motif.ppc_1.4.4000.20110525_1254.zip (Installation Manager 1.4.4)
- 7.0.0.17-WS-UPDI-AixPPC32.tar.gz (WebSphere Update Installer 7.0.0.17)
fixpacks:
- 7.0.0-WS-WAS-AixPPC32-FP0000017.pak
- 7.0.0-WS-WASSDK-AixPPC32-FP0000017.pak
- 7.0.0.3.wps.fixes.zip
- sca.1.0.1.11.fp.zip
- sca.1.0.import.zip
- was.7.0.0.17.fixes.zip
- was.7.0.import.zip
- wps.7003.repository.zip
- xml.1.0.0.9.fp.zip
- xml.1.0.import.zip
- 7.0.0.17-WS-WAS-IFPM34365.pak
Subscribe to:
Posts (Atom)