You want to configure WebLogic so that Managed Servers are restarted when they are in a
FAILED state. Which three steps are necessary to accomplish this?
A.
Configure Node Manager on the machines where WebLogic Managed Servers need to be
started/restarted.
B.
Enable “Auto Restart” in the Node Manager Configuration.
C.
Enable “Auto Kill if Failed” in the Node Manager Configuration.
D.
Enable “Auto Kill if Failed” for the Managed Server in question.
E.
Enable “Auto Restart” for the Managed Server in question.
Explanation:
D: auto-kill-if-failed
Specifies whether the Node Manager should automatically kill
this server (the managed server) if its health state is failed.
(Interface=weblogic.management.configuration.ServerMBean Attribute=getAutoKillIfFailed)
When Auto Restart is enabled, Node Manager will try to restart the Managed Server if it crashes or
goes down unexpectedly, for instance, as the result of a machine reboot.
E: When Auto Restart is enabled, Node Manager will try to restart the Managed Server if it
crashes or goes down unexpectedly, for instance, as the result of a machine reboot.
Reference: Server –> Configuration –> Health Monitoring