#############To create a new cell##############################
manageprofiles
-create
-templatePath C:\IBM\WebSphere\AppServer\profileTemplates\cell\dmgr
-nodeProfilePath C:\IBM\WebSphere\AppServer\profiles\TSTDMGR
-profileName TSTDMGR
-cellName TSTCELL
-nodeName TSTDMGR
-appServerNodeName TSTPROXY
#############To start deployment manager#######################
startManager
#############To enable security################################
Login to admin console
Enable security
stopManager
startManager
#############To add windows service for DMGR###################
WASService.exe
-add "DMGR"
-serverName "dmgr"
-profilePath "C:\IBM\WebSphere\AppServer\profiles\TSTDMGR"
-wasHome "C:\IBM\WebSphere\AppServer"
-logfile "C:\IBM\WebSphere\AppServer\profiles\TSTDMGR\logs\dmgr\startServer.log"
-logRoot "C:\IBM\WebSphere\AppServer\profiles\TSTDMGR\logs\dmgr"
-stopArgs "-username admin -password password"
-startArgs "-username admin -password password"
#############To create node01###################################
manageprofiles.bat
-create
-profileName "TSTAPP01"
-templatePath "C:\IBM\WebSphere\AppServer\profileTemplates\managed"
-profilePath "C:\IBM\WebSphere\AppServer\profiles\TSTAPP01"
-nodeName "TSTAPP01"
#############To federate node01#################################
addNode tstproxy.example.ca
#############To add windows service for the node################
WASService.exe
-add "NODEAGENT"
-serverName "nodeagent"
-profilePath "C:\IBM\WebSphere\AppServer\profiles\TSTAPP01"
-wasHome "C:\IBM\WebSphere\AppServer"
-logfile "C:\IBM\WebSphere\AppServer\profiles\TSTAPP01\logs\nodeagent\startServer.log"
-logRoot "C:\IBM\WebSphere\AppServer\profiles\TSTAPP01\logs\nodeagent"
-stopArgs "-username admin -password password"
-startArgs "-username admin -password password"
#############To create node02####################################
manageprofiles.bat
-create
-profileName "TSTAPP02"
-templatePath "C:\IBM\WebSphere\AppServer\profileTemplates\managed"
-profilePath "C:\IBM\WebSphere\AppServer\profiles\TSTAPP02"
-nodeName "TSTAPP02"
#############To federate Node02##################################
addNode tstproxy.example.ca
#############To add windows service for the node#################
WASService.exe
-add "NODEAGENT"
-serverName "nodeagent"
-profilePath "C:\IBM\WebSphere\AppServer\profiles\TSTAPP02"
-wasHome "C:\IBM\WebSphere\AppServer"
-logfile "C:\IBM\WebSphere\AppServer\profiles\TSTAPP02\logs\nodeagent\startServer.log"
-logRoot "C:\IBM\WebSphere\AppServer\profiles\TSTAPP02\logs\nodeagent"
-stopArgs "-username admin -password password"
-startArgs "-username admin -password password"
#############To install HTTP Server##############################
Install IBM HTTP Server from the CD
Install Port 80
Admin Port 8008
#############To add the webserver to the admin console###########
System Administration > Nodes > Add Node > Unmanaged >
Servers > Web Servers > New >
Plugin Location = C:\IBM\HTTPServer\Plugins\
Thursday, December 10, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment