Skip to content

Instantly share code, notes, and snippets.

@Disassembler0
Created May 14, 2017 13:29
Show Gist options
  • Save Disassembler0/0c2bef3e887e123aef66cbc5632590bf to your computer and use it in GitHub Desktop.
Save Disassembler0/0c2bef3e887e123aef66cbc5632590bf to your computer and use it in GitHub Desktop.
was9-install.sh
/opt/IBM/WebSphere/InstallationManager/eclipse/tools/imcl \
install com.ibm.java.jdk.v8_8.0.3022.20161219_1105 com.ibm.websphere.ND.v90_9.0.2.20161108_1719 \
-repositories /opt/IBM/repos/ibm-java-sdk-8.0-3.22-linux-x64-installmgr,/opt/IBM/repos/WAS_ND_V9.0_MP_ML,/opt/IBM/repos/9.0.0-WS-WAS-FP002 \
-installationDirectory /opt/IBM/WebSphere/AppServer \
-preferences offering.service.repositories.areUsed=false \
-sharedResourcesDirectory /opt/IBM/WebSphere/InstallationManager/IMShared \
-acceptLicense \
-silent \
-showVerboseProgress
/opt/IBM/WebSphere/InstallationManager/eclipse/tools/imcl \
install com.ibm.java.jdk.v8_8.0.3022.20161219_1105 com.ibm.websphere.IHS.v90_9.0.2.20161108_1719 \
-repositories /opt/IBM/repos/ibm-java-sdk-8.0-3.22-linux-x64-installmgr,/opt/IBM/repos/was.repo.9000.ihs,/opt/IBM/repos/9.0.0-WS-IHSPLG-FP002 \
-installationDirectory /opt/IBM/HTTPServer \
-properties "user.ihs.httpPort=80,user.ihs.allowNonRootSilentInstall=true" \
-preferences offering.service.repositories.areUsed=false \
-sharedResourcesDirectory /opt/IBM/WebSphere/InstallationManager/IMShared \
-acceptLicense \
-silent \
-showVerboseProgress
/opt/IBM/WebSphere/InstallationManager/eclipse/tools/imcl \
install com.ibm.java.jdk.v8_8.0.3022.20161219_1105 com.ibm.websphere.PLG.v90_9.0.2.20161108_1719 \
-repositories /opt/IBM/repos/ibm-java-sdk-8.0-3.22-linux-x64-installmgr,/opt/IBM/repos/was.repo.9000.plugins,/opt/IBM/repos/9.0.0-WS-IHSPLG-FP002 \
-installationDirectory /opt/IBM/WebSphere/Plugins \
-preferences offering.service.repositories.areUsed=false \
-sharedResourcesDirectory /opt/IBM/WebSphere/InstallationManager/IMShared \
-acceptLicense \
-silent \
-showVerboseProgress
/opt/IBM/WebSphere/AppServer/bin/manageprofiles.sh \
-create \
-profileName Dmgr01 \
-profilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 \
-templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/cell/dmgr \
-nodeName $(hostname)CellManager01 \
-cellName $(hostname)Cell01 \
-hostName $(hostname) \
-appServerNodeName $(hostname)Node01 \
-nodeProfilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01
/opt/IBM/WebSphere/AppServer/bin/manageprofiles.sh \
-create \
-profileName AppSrv01 \
-profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 \
-templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/cell/default \
-nodeName $(hostname)CellManager01 \
-cellName $(hostname)Cell01 \
-hostName $(hostname) \
-appServerNodeName $(hostname)Node01 \
-dmgrProfilePath /opt/IBM/WebSphere/AppServer/profiles/Dmgr01 \
-nodePortsFile /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/nodeportdef.props \
-portsFile /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/properties/portdef.props
/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment