Oracle WebLogic Server 12c: Administration I — Question 25
Select two ways to start the Java-based Node Manager on a Linux machine. (Choose two.)
Answer options
- A. Use the startNodeManager.sh script
- B. Use the administration console. Select the machine and then click the Start button.
- C. Have Node Manager start at system boot as a daemon
- D. Use the Oracle Process Manager and Notification Server (OPMN) to start Node Manager as a system process
- E. Set the appropriate environment variables. Then run the Java virtual machine with the class nodemanager.RunTime, passing the class the proper parameters.
Correct answer: A, B
Explanation
The correct answers are A and B because these options directly describe methods to start the Node Manager using a script and the administration console. Options C, D, and E describe different configurations or processes that do not directly initiate Node Manager in the same immediate manner.