VMware Cloud Director Specialist (2022) — Question 117
An administrator is tasked with changing the password of the SDDC Manager super user account in a newly installed VCF environment.
Which method must the administrator use to complete this task?
Answer options
- A. 1. SSH in to the SDDC Manager VM using the vcf user account. 2. Switch to the root user. 3. Enter the passwd vcf command. 4. Enter and retype the new password.
- B. 1. Log in to SDDC manager UI as a user with the ADMIN role. 2. Go to Administration > Security > Password Management. 3. Select the SDDC Manager account from the component drop-down menu. 4. Click Rotate Now button.
- C. 1. Log in to the SDDC manager UI as a user with the ADMIN role. 2. Go to Developer Center > API Explorer. 3. Expand APIs for managing users. 4. Update password for roof user.
- D. 1. SSH in to the SDDC Manager VM using the vcf user account. 2. Switch to the root user. 3. Enter the passwd admin command. 4. Enter and retype the new password.
Correct answer: A
Explanation
The correct answer is A because it outlines the appropriate method of using SSH to access the SDDC Manager VM and changing the password for the vcf user account via the command line. Options B and C describe GUI methods that do not apply to changing the super user password, while option D incorrectly suggests changing the password for the admin user instead of the super user.