Oracle WebLogic Server 12c: Administration I — Question 41
Consider a domain that includes a Node Manager home directory. One way to enroll each Node Manager with your domain is with the WLST command nmEnroll().
Select the two scenarios where you do not need to use this command to perform the same task? (Choose two.)
Answer options
- A. The Node Manager is on the machine where the domain was created by using the Configuration Wizard
- B. You create a managed server template by using the pack utility. Then create the domain by using the unpack utility on the new machine where Node Manager will run
- C. Use the administration console. Select the machine, then the Configuration and Node Manager tabs. Select "Enroll with the Domain." Save and activate your changes
- D. Use the script enrollNodeManager.sh found under the WEBLOGIC_HOME directory in server/bin
Correct answer: A, C
Explanation
Option A is correct because if the Node Manager is on the same machine where the domain was created, it automatically registers with the domain. Option C is also correct as the administration console provides a straightforward method to enroll the Node Manager without using the WLST command. Options B and D require the use of the WLST command or scripts for enrollment, hence they are incorrect.