Tuesday, April 15, 2008

WAS 6.x installation

1) Install WAS and create Dmgr profile after the install
./wasprofile.sh \
-create \
-profileName Dmgr \
-profilePath <was_base>/profiles/Dmgr \
-templatePath <was_base>/profileTemplates/dmgr \
-nodeName myCellManager \
-cellName myCell \
-hostName <hostname>

2) Create appserver profile using command line
./wasprofile.sh \
-create \
-profileName MYAP \
-profilePath <was_base>/profiles/MYAP \
-templatePath <was_base>/profileTemplates/default \
-nodeName myCellNode01 \
-cellName myCell01 \
-hostName <hostname>

3) Federate appserver to Dmgr
./addNode.sh <hostname>


OPTIONAL
========
1) Install IBM HTTP Server

2) Install Plugins

3) Run webserver plugin configuration manually.
<was_base>/Plugins/bin/configurewebserver1.sh

4) Enable security

** Installation as root, ownership change after all done

No comments: