VMware NSX 4.x Professional — Question 42
Which command should an administrator run to ensure data integrity before a snapshot or backup of a vRealize Automation appliance? (Choose the best answer.)
Answer options
- A. /opt/scripts/deploy.sh ג€"ג€"onlyClean
- B. /opt/scripts/svc-stop.sh
- C. vracli status deploy
- D. kubectl logs ג€"n prelude <pod-name>
Correct answer: B
Explanation
The correct answer is B because running /opt/scripts/svc-stop.sh stops the services, ensuring data integrity. Option A is for deployment without verifying data integrity, C checks the status but does not ensure integrity, and D retrieves logs, which is not related to data integrity before backup.