VMware Aria Automation 8.x Professional — Question 34
Which command should an administrator run to ensure data integrity before a snapshot or backup of a VMware Aria Automation appliance?
Answer options
- A. /opt/scripts/svc-stop.sh
- B. /opt/scripts/deploy.sh --onlyClean
- C. kubectl logs -n prelude <pod-name>
- D. vracli status deploy
Correct answer: A
Explanation
/opt/scripts/svc-stop.sh is the correct command to ensure data integrity by stopping services before taking a snapshot or backup. The other options do not address data integrity; /opt/scripts/deploy.sh --onlyClean is for deployment clean-up, kubectl logs retrieves logs from a pod, and vracli status deploy checks the deployment status, none of which are related to ensuring data integrity.