How to restart 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 nodemanager is started using tail –f nohup.out
Parent topic: Frequently Asked Questions