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.
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)