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

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.