Thursday, August 29, 2013

Commands to find the PID for nodeagent and DMGR

$ ps -eaf | grep -i java | grep -i nodeagent | awk '{print $2}'
               
               
$ ps -eaf | grep -i java | grep -i dmgr | awk '{print $2}'