Fast Recovery Using Transportable Shadow Copied Volumes
Transportable shadow copies can be used to facilitate a fast recovery.
Fast recovery can be used to quickly revert to an earlier shadow copy. The steps involved are:
- Create the transportable shadow copy of the appropriate LUNs. The shadow copy can be either persistent or nonpersistent.
- Remove the original LUNs
- If the computer is inside a cluster, mark the affected disk resources as offline, or enable the maintenance mode for these disk resources.
- Mask the affected LUNs from this computer (and all other nodes if the computer is in a cluster).
- Import the shadow copy using the IVssBackupComponents::ImportSnapshots method.
- Break the shadow copy using the IVssBackupComponents::BreakSnapshotSet method.
- Mark the new shadow copy volumes as read/write.
- If the computer is in a cluster, expose the new shadow copy LUNs as the original LUNs.
- Unmask the shadow copy LUNs to the other nodes in the cluster.
- Mark the resources that were previously marked as offline as online, or disable the maintenance mode for those disk resources.
Note
Transportable shadow copies in a cluster are not supported before Windows Server 2003 with Service Pack 1 (SP1). This is only supported with compliant LUNs, which have at least one SCSI Vital Product Data (VPD) page 0x83 STORAGE_IDENTIFIER of type 1,2, or 8, and association 0, and the LUNs must maintain a basic disk with MBR partitioning.