Priyatosh SINHA 4 Report post Posted August 18, 2018 Dear Team, Node Manager is mandatory to Start Managed servers from Admin console but not mandatory to stop the MS i.e. (Even if the node manager process is killed,we can still stop the managed server from Admin console). Any logic behind this ? Thx 1 Mohan Dhanwani reacted to this Share this post Link to post Share on other sites
Kirti Jain 2 Report post Posted August 19, 2018 Hi Priyatosh Node Manager acts as an agent and wherever you starting or stopping any managed server through Admin console node manager should be up and running. you can't stop or start any MS from the admin console if Node manager process is killed. But if you are using command prompt or .sh you can start the managed and Admin server (even node manager is down) we cover this in our Oracle WebLogic training. Check here for full details http://k21academy.com/weblogic https://docs.oracle.com/cd/E13222_01/wls/docs81/adminguide/nodemgr.html#1152388 1 Mohan Dhanwani reacted to this Share this post Link to post Share on other sites
Priyatosh SINHA 4 Report post Posted August 21, 2018 Hi Kirti - Thx for the input . Actually, I tested this scenario and surprisingly it works. --Scenario-- OS : Linux RHEL 5 1. Admin + NodeManager + MS are Up 2. Killed Node Manager process (Kill -9 <PID>) 3. Tried to Stop MS from Console and it got stopped. Thx Share this post Link to post Share on other sites