5V0-22.21 · Question #96
An administrator needs an esxcli system command that will place a vSAN host into maintenance mode using the "Ensure Accessibility" option. Which esxcli system command, if any, will work?
The correct answer is C. #esxcli system MaintenanceMode set -enable true -e ensureObjectAccessibility true. The esxcli system command that will place a vSAN host into maintenance mode using the "Ensure Accessibility" option is: #esxcli system maintenanceMode set -enable true -e ensureObjectAccessibility true This command will put the host into maintenance mode and ensure that all…
Question
An administrator needs an esxcli system command that will place a vSAN host into maintenance mode using the "Ensure Accessibility" option. Which esxcli system command, if any, will work?
Options
- AThere are no esxcli commands for MaintenanceMode.
- B#esxcli system maintenanceMode set -enable true -m ensureObjectAccessibility.
- C#esxcli system MaintenanceMode set -enable true -e ensureObjectAccessibility true.
- D#esxcli system maintenanceMode set -enable false -m ensureObjectAccessibility.
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C71% (20)
- D18% (5)
Explanation
The esxcli system command that will place a vSAN host into maintenance mode using the "Ensure Accessibility" option is: #esxcli system maintenanceMode set -enable true -e ensureObjectAccessibility true This command will put the host into maintenance mode and ensure that all objects are accessible and compliant with the storage policy. This option should be used when performing maintenance or upgrades on a vSAN host. https://docs.vmware.com/en/VMware-vSphere/7.0/vsphere-vsan-70-admin-guide/GUID- 7E8F6C98-7C0B-4D21-8F1A-F3A3A9F4F4A4.html
Topics
Community Discussion
No community discussion yet for this question.