Multiple choice technology web technology

Managed Server can be restarted automatically after failure only if

  1. Managed Server is started with flag webLogic.autostart=true

  2. SNMP restart is enabled in Administration server

  3. Node Manager must be configured to auto restart failed servers

  4. Both A & B

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Node Manager is a separate process from WebLogic Server that manages the lifecycle of Managed Servers, including starting, stopping, and restarting them. When Node Manager is configured with auto-restart enabled, it automatically monitors Managed Server health and restarts them if they fail. SNMP is a network management protocol unrelated to server restart. The webLogic.autostart flag mentioned in option A is not a valid configuration parameter.