was kill server

10.133.216.1
 
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Node/bin> ls
  /IBM/WebSphere/AppServer/profiles/Node01/bin> ./stopServer.sh server1
             ./stopNode.sh

wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Node01/bin> ps -ef|grep server1
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Node01/bin> kill -9 31475

wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Node01/bin> ./startNode.sh
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Node01/bin> ./startServer.sh server1

 


wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Dmgr/bin> ./stopManager.sh
Cwasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Dmgr/bin> ps -ef|grep dmgr
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Dmgr/bin> kill -9 28599
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Dmgr/bin> ps -ef|grep dmgr
wasadmin@F23-B03-E1-B1:~/IBM/WebSphere/AppServer/profiles/Dmgr/bin> ./startManager.sh

 

 

 

 

要先停 server 然后node ,再然后manager起的时候顺序相反

你可能感兴趣的:(LINUX)