2V0-32.24 Question 141
Select 4An administrator is managing a VMware vRealize Operations (vROps) and vRealize Log Insight environment. The security team requires changes to the default admin and root passwords to meet compliance standards. Which of the following methods can the administrator use to manage or change these passwords?
- A
Use the vROps Admin UI interface to change the admin password.
- B
Log in to each vROps node via SSH and use the
passwdcommand to update the root password. - C
Use the vRealize Log Insight web interface to update the root password.
- D
Access the vRealize Log Insight Administration page to change the admin password.
- E
Use the vROps API to programmatically update the admin password.
Show answer and explanation
Correct answers: A, B, D, E
Explanation
Managing admin and root passwords in vROps and vRealize Log Insight requires using specific interfaces or access methods. The vROps Admin UI and the vRealize Log Insight Administration page allow for admin password changes, while root passwords require command-line access or equivalent programmatic methods. The ability to use the vROps API provides additional flexibility for automation.
- A. Correct.
Correct: The vROps Admin UI interface provides a way to update the admin password. This is a standard method for managing passwords in vROps.
- B. Correct.
Correct: The root password for vROps nodes can be updated via SSH using the
passwdcommand. This is a valid method for managing root account credentials. - C. Incorrect.
Incorrect: The root password cannot be updated through the vRealize Log Insight web interface. This must be done through CLI or direct access to the appliance.
- D. Correct.
Correct: The admin password in vRealize Log Insight can be updated through its Administration page in the web interface.
- E. Correct.
Correct: The vROps API can be used to programmatically update the admin password, offering an automated solution for password management.