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?
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.
Currently there are no comments in this discussion, be the first to comment!