VMware App Volumes Specialist (2021) — Question 34
During a maintenance action on a vSAN node, a vSAN administrator noticed that the default repair delay time is about to be reached.
Which two commands must be run to extend the time? (Choose two.)
Answer options
- A. /etc/init.d/vsanmgmtd restart
- B. esxcli system settings advanced set -o /VSAN/ClomRepairDelay -i 50
- C. esxcli system settings advanced set -o /VSAN/ClomRepairDelay -i 80
- D. /etc/init.d/clomd restart
- E. /etc/init.d/vsanobserver restart
Correct answer: C, D
Explanation
The correct command to extend the repair delay is option C, which sets the ClomRepairDelay to 80. Option D is also correct as restarting the clomd service can help apply the changes. The other options either do not affect the repair delay or are unrelated to this specific task.