A systems administrator needs to create a snapshot of a 10-volume database at exactly 1:00 AM and present them to a backup server. What is the best practice to perform this task?
The best practice for creating a snapshot of a 10-volume database and presenting them to a backup server at a scheduled time is to use a Consistency Group in conjunction with the Scheduler. This approach ensures that all volumes in the snapshot are consistent with each other, as they are taken at the same point in time. The Scheduler allows for the automation of this process, ensuring that the snapshot is created at exactly 1:00 AM without manual intervention. This method is recommended for maintaining consistency across multiple volumes, which is crucial for databases to ensure transactional integrity1.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit