Oracle WebLogic Server 12c: Advanced Administration II — Question 3

For some reason, servers in your domain are failing. The host machines are pingable and the WebLogic JVM processes are running but the getState() method on the ServerRuntimeMBean reports FAILED.
In the future, when this happens, you want these failed servers to be shut down and then restarted automatically without human intervention. At the same time, you want to constrain how much time will be spent restarting those servers and how many restart attempts will be made.
Pick the two options that would help with this situation. (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because setting the RestartInterval determines the time between restart attempts, allowing for better control over the restart process. Option B is also correct as it defines the maximum number of restart attempts, ensuring that the system does not indefinitely try to restart failed servers. Options C and D do not directly address the requirement for automated restarts and time constraints.