9.2 Restart Node Manager
This topic provides systematic instructions to restart the node manager.
- Locate node manager PID using ps -ef|grep weblogic.nodemanager.javaHome.
- Change directory to $DOMAIN_HOME/bin.
- Kill the Unix process using kill -9 <pid>.
- Verify that the node manager is killed by tail –f nohup.out.
- Start node manager using nohup ./startNodeManager.sh.
- Verify that node manager is started using tail –f nohup.out.
Parent topic: Frequently Asked Questions