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 *
- Copy install.xml to install.xml.bak
- Edit the file install.xml as the following
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<profile kind='self' installLocation='/IBM/InstallationManager/eclipse' id='IBM Installation Manager'>
<data key='eclipseLocation' value='/IBM/InstallationManager/eclipse'/>
</profile>
<server>
<repository location='.'/>
</server>
<install>
<offering profile='IBM Installation Manager' features='agent_core,agent_jre' id='com.ibm.cic.agent' version='1.4.4000.20110525_1254'
/>
</install>
</agent-input>
- Run the following command to install IBM Installation Manager
./userinstc -acceptLicense
check the directory /was/home/wpsuser/var/ibm/InstallationManager/logs/index.xml to see if any errors.
Note: do not remove the directory /var/ibm/InstallationManager
3) Install WebSphere Process Server 7.0.0.3 on AIX OS
- Go to Directory /IBM/fixpack
Unzip sca.1.0.1.11.fp.zip to directory sca.1.0.1.11.fp
Unzip sca.1.0.import.zip to directory sca.1.0.import
Unzip xml.1.0.0.9.fp.zip to directory xml.1.0.0.9.fp
Unzip xml.1.0.import.zip to directory xml.1.0.import
Create a directory named 7.0.0.3.wps.fixes, and move the file 7.0.0.3.wps.fixes.zip to this directory and unzip it
Create a directory named wps.7003.repository, and move the file wps.7003.repository.zip to this directory and unzip it
Create a directory named was.7.0.import directory, and move the file was.7.0.import.zip to this directory and unzip it
- Create a response xml file called WPS_Response.xml at /IBM/cd_software/WPS7. the xml is following
<?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'/>
<repository location='/IBM/fixpack/was.7.0.import/repository.config'/>
<repository location='/IBM/fixpack/wps.7003.repository/repository.config'/>
<repository location='/IBM/fixpack/7.0.0.3.wps.fixes/repository.config'/>
<repository location='/IBM/fixpack/sca.1.0.import/import/repository.config'/>
</server>
<profile kind='self' installLocation='/IBM/InstallationManager/eclipse'id='IBM Installation Manager'>
<data key='eclipseLocation' value='/IBM/InstallationManager/eclipse'/>
</profile>
<preference value="/IBM/InstallationManager/eclipseCache" name="com.ibm.cic.common.core.preferences.eclipseCache" />
<profile installLocation='/IBM/WebSphere/ProcServer' id='IBM WebSphere Application Server - ND'>
<data key='eclipseLocation' value='/IBM/WebSphere/ProcServer'/>
<data key="cic.selector.nl" value="en" />
<data key="user.cic.imported,com.ibm.websphere.ND.70" value="WAS" />
</profile>
<import profile="IBM WebSphere Application Server - ND" type="WAS" />
<install>
<offering profile="IBM WebSphere Application Server - ND" id="com.ibm.websphere.XML.v10" />
<offering profile="IBM WebSphere Application Server - ND" id="com.ibm.websphere.SCA.v10" />
<offering profile="IBM WebSphere Application Server - ND" id="com.ibm.ws.WPS" />
</install>
<preference value="30" name="com.ibm.cic.common.core.preferences.connectTimeout" />
<preference value="30" name="com.ibm.cic.common.core.preferences.readTimeout" />
<preference value="0" name="com.ibm.cic.common.core.preferences.downloadAutoRetryCount" />
<preference value="false" name="offering.service.repositories.areUsed" />
<preference value="false" name="com.ibm.cic.common.core.preferences.ssl.nonsecureMode" />
<preference value="false" name="com.ibm.cic.common.core.preferences.http.disablePreemptiveAuthentication" />
<preference value="true" name="com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts" />
<preference value="false" name="PassportAdvantageIsEnabled" />
<preference value="false" name="com.ibm.cic.common.core.preferences.searchForUpdates" />
<preference value="true" name="com.ibm.cic.common.core.preferences.import.enabled" />
</agent-input>
- Go to the directory /IBM/InstallationManager/eclipse/tools, and run the following command to install WPS v7.0.0.3
./imcl -acceptLicense -s -sVP -input /IBM/cd_software/WPS7/WPS_Response.xml -log /IBM/cd_software/WPS7/wps_install.log
Monitor the process to see if any error happens.
The logs should show:
Installed com.ibm.websphere.XML.v10_1.0.9.20110429_1452 to the /IBM/WebSphere/ProcServer directory.
Installed com.ibm.websphere.SCA.v10_1.0.1011.20110506_0159 to the /IBM/WebSphere/ProcServer directory.
Installed com.ibm.ws.WPS_7.0.3.20100824_2115 to the /IBM/WebSphere/ProcServer directory.
Installed 7.0.0.3-WS-WBI-IFJR37642_0.0.0.20100831_1725 to the /IBM/WebSphere/ProcServer directory.
Installed 7.0.0.3-WS-WBI-IFJR37645_0.0.0.20100901_1340 to the /IBM/WebSphere/ProcServer directory.
Run “versionInfo.sh”, we should see the following:
Installed Product
--------------------------------------------------------------------------------
Name SCA Feature Pack
Version 1.0.1.11
ID SCA
Build Level cf111118.05
Build Date 5/6/11
Architecture PPC32
Installed Product
--------------------------------------------------------------------------------
Name IBM WebSphere Application Server - ND
Version 7.0.0.17
ID ND
Build Level cf171115.15
Build Date 4/16/11
Architecture PPC32
Installed Product
--------------------------------------------------------------------------------
Name IBM WebSphere Process Server
Version 7.0.0.3
ID WBI
Build Level of1034.05
Build Date 8/24/10
Architecture PPC32
Installed Product
--------------------------------------------------------------------------------
Name XML Feature Pack
Version 1.0.0.9
ID XML
Build Level cf091117.04
Build Date 4/29/11
Architecture PPC32
No comments:
Post a Comment