Table of Contents

WebSphere

Start everything

cd <INSTALL DIR>
. AppServer/profiles/Dmgr01/bin/setupCmdLine.sh
AppServer/bin/startManager.sh 
. AppServer/profiles/AppSrv01/bin/setupCmdLine.sh
AppServer/bin/startNode.sh 
AppServer/bin/startServer.sh server1

Stop everything

(Maybe clusters have to be stopped in the WebGUI first)

cd <INSTALL DIR>
. AppServer/profiles/AppSrv01/bin/setupCmdLine.sh
AppServer/bin/stopServer.sh server1
AppServer/bin/stopNode.sh 
. AppServer/profiles/Dmgr01/bin/setupCmdLine.sh
AppServer/bin/stopManager.sh