Oracle WebLogic Server 12c: Administration I — Question 54
You start a managed server by running a start script at the command line. The server fails to start. To troubleshoot this failure, you look at the window in which the script ran. One of the messages from the server says: "boot identity not valid".
What do you do before running the script again?
Answer options
- A. Add the option to the start script that allows servers to be started without credentials
- B. Update the credentials in the boot identity file
- C. Update the credentials in the start script
- D. Create a boot identity username and password by using the administration console
- E. The boot identity file does not exist. Create one.
Correct answer: B
Explanation
The correct answer is B, as updating the credentials in the boot identity file directly addresses the issue of the invalid boot identity. The other options either do not resolve the credential issue or suggest unnecessary actions that might complicate the server's start process.