9.2 Restart Node Manager

This topic provides systematic instructions to restart the 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 that node manager is started using tail –f nohup.out.