Friday 21 August 2015

How to check the status of node manger and to kill the node manager.

Below commands are used to check the running applications.

check using ps -ef | grep weblogic to see if any weblogic services left running.

check using ps -ef | grep node to see if any nodemanager services left running.

Below commands are used to kill the node manager and weblogic.



 kill -9 PID to kill them (PID is first number in ps -ef)
 

No comments:

Post a Comment