How to restart node manager?

  1. Locate node manager pid using ps -ef|grep weblogic.nodemanager.javaHome
  2. Change directory to $DOMAIN_HOME/bin
  3. Kill the unix process using kill -9 <pid>
  4. Verify that the node manager is killed by tail –f nohup.out
  5. Start node manager using nohup ./startNodeManager.sh
  6. Verify nodemanager is started using tail –f nohup.out