was7垂直集群启动与关闭
启动:
startManager.bat
startNode.bat
startServer.bat master
startServer.bat ncMem01
startServer.bat ncMem02
apache.exe -k start
可以将WAS停止和启动写成脚本,例如:
wasShutdown.bat停止:
cd F:\
cd F:\IBM\HTTPServer\bin
call apache.exe -k stop
cd F:\IBM\WebSphere\AppServer\profiles\Dmgr01\bin
call stopManager.bat
cd F:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin
start stopServer.bat ncMem04
start stopServer.bat ncMem03
start stopServer.bat ncMem02
start stopServer.bat ncMem01
start stopServer.bat master
start stNode.bat
wasStart.bat启动:
cd F:\
cd F:\IBM\WebSphere\AppServer\profiles\Dmgr01\bin
call startManager.bat
cd F:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin
start startNode.bat
start startServer.bat master
start startServer.bat ncMem01
start startServer.bat ncMem02
start startServer.bat ncMem03
start startServer.bat ncMem04
cd F:\IBM\HTTPServer\bin
call apache.exe -k start
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29785807/viewspace-2130183/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29785807/viewspace-2130183/