Oracle WebLogic Server 12c: Administration I — Question 32
You shut down a managed server by using the administration console.
Which statement is always true?
Answer options
- A. The managed server was running on the same machine as the administration server.
- B. Node Manager is configured properly and running on the managed server's machine.
- C. You can choose to shut down the server right away or after it completes its work.
- D. The administration console calls WLST to accomplish the shutdown.
Correct answer: C
Explanation
The correct answer, C, is accurate because the shutdown process allows for the server to finish its current tasks before shutting down, or to shut down immediately if chosen. Options A and B are not necessarily true as the managed server can be on a different machine, and Node Manager's configuration does not affect the immediate shutdown process initiated by the console. Option D is incorrect because, while WLST can be used for shutdowns, the console itself does not always need to rely on WLST to complete the action.