Storage Foundation 8.0 Quick Recovery Solutions Guide for Microsoft Exchange - Windows
- Introducing Quick Recovery for Microsoft Exchange
- Planning a Quick Recovery snapshot solution for Exchange
- System requirements
- Methods of implementing Quick Recovery snapshots
- Recommendations and best practices
- Configuring Exchange for Quick Recovery snapshots
- Implementing Exchange snapshot sets with the configuration wizard
- About the Quick Recovery Configuration Wizard
- Scheduling Exchange snapshot sets
- Scheduling or creating an individual snapshot set for Exchange
- Maintaining or troubleshooting snapshots
- Recovering Exchange mailbox databases
- Recovering after hardware failure
- About recovery after hardware failure
- Scenario I: Database and transaction logs volumes are missing
- Scenario II: Database volumes missing, transaction logs are available
- Refreshing the snapshot set on the current disks
- Moving the production volumes to different disks and refreshing the snapshot set
- Vxsnap utility command line reference for Exchange
Recovery after hardware failure
You can use the -r switch to perform a VSS-integrated recovery after a hardware failure. The following recovery scenarios are possible if the complete snapshot set including the XML metadata file is available:
Table: Available recovery type after missing production volume
Scenario | Database Volumes | Transaction Logs Volume | Recovery |
---|---|---|---|
Scenario I | One or more volumes are missing. | Missing | point in time |
Scenario II | All volumes are missing. | Available | point in time or point of failure |
Warning:
Before using the vxsnap restore command, verify that you have correctly assigned the drive or mount point to each volume.
It is important that each of the tasks be performed exactly as described.
See Tasks for recovering after hardware failure.
Complete the following tasks to perform a VSS-integrated recovery:
Prepare for the recovery as follows:
Identify the snapshot volume associated with each missing production volume. Note the drive letter or mount point of each volume.
Delete the missing volumes from Storage Foundation.
Replace the failed hardware and add the new disks to the dynamic disk group.
Reassign the drive letters or mount points of the snapshot volumes so that they are the same as the missing production volumes.
Use the vxsnap restore command to recover the databases by including the -r switch in the vxsnap restorecommand.
For example, run the following command:
vxsnap -x snapdata.xml -r restore restoreType=PIT writer="Microsoft Exchange Writer"
This command uses the information in the snapdata.xml file to restore all the volumes in the snapshot set identified in that file to the point in time the snapshot set was created or last refreshed.
Refresh the snapshot set.