Completed Installation Steps for WAS Version 9
IM Installation:
unzip agent.installer.lnx.gtk.x86_64_1.8.5.zip
./installc -acceptLicense -sVP -installationDirectory /opt/IBM/InstallationManager/eclipse
Verify the Installation Mnager version
/opt/IBM/InstallationManager/eclipse/tools/imcl -version
List the Available Package for WASND & SDK8:
/opt/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories /mnt/package/WAS/repository.xml
/opt/IBM/InstallationManager/eclipse/tools/imcl listAvailablePackages -repositories /mnt/package/SDK9/repository.xml
Install WASND9 along with SDK8: Note: With out SDK installation will not be performed.
./imcl install com.ibm.websphere.ND.v90_9.0.0.20160526_1854 com.ibm.java.jdk.v8_8.0.3000.20160623_1418 -repositories /opt/IBM/package/WASND9/,/opt/IBM/package/WASSDK/ -installationDirectory /opt/IBM/WebSphere/AppServer -sVP -sharedResourcesDirectory /opt/IBM/IMShared/ -installFixes recommended -acceptLicense -showProgress
DMGR Profile Creation:
./manageprofiles.sh -create -profileName Dmgr01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/dmgr -nodeName dmgrserverNode01 -cellName wasserver01Node01Cell
Managed Profile Creation:
./manageprofiles.sh -create -profileName AppSrv01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName AppServer01Node02 -cellName AppServer01Node02Cell
./manageprofiles.sh -create -profileName AppSrv02 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv02 -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/managed -nodeName AppServer02Node03 -cellName AppServer02Node03Cell
Adding Node To DMGR:
./addNode.sh dmgrserver 8879
IHS Installation:
/opt/IBM/InstallationManager/eclipse/tools/imcl install com.ibm.websphere.IHS.v90_9.0.0.20160526_1854 com.ibm.java.jdk.v8_8.0.3000.20160623_1418 -repositories /opt/IBM/package/IHS,/opt/IBM/package/WASSDK/ -installationDirectory /opt/IBM/HTTPServer/AppWebServer01 -properties user.ihs.httpPort=80 -sVP -sharedResourcesDirectory /opt/IBM/IMShared/ -installFixes recommended -acceptLicense -showProgress
Plugin Installation:
/opt/IBM/InstallationManager/eclipse/tools/imcl install com.ibm.websphere.PLG.v90_9.0.0.20160526_1854 com.ibm.java.jdk.v8_8.0.3000.20160623_1418 -repositories /opt/IBM/package/Plugin,/opt/IBM/package/WASSDK -installationDirectory /opt/IBM/Plugins -sVP -sharedResourcesDirectory /opt/IBM/IMShared/ -installFixes recommended -acceptLicense
WCT Installation:
/opt/IBM/InstallationManager/eclipse/tools/imcl install com.ibm.websphere.WCT.v90_9.0.0.20160526_1854 com.ibm.java.jdk.v8_8.0.3000.20160623_1418 -repositories /opt/IBM/package/WCT,/opt/IBM/package/WASSDK/ -installationDirectory /opt/IBM/WCT -sVP -sharedResourcesDirectory /opt/IBM/IMShared/ -installFixes recommended -acceptLicense
Comments
Post a Comment