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
vxsnap prepare
Creates snapshot mirrors of the volumes in the specified component and eliminates the need for multiple vxassist prepare commands. The snapshot mirrors remain attached to and synchronized with the original volumes.
The vxsnap prepare command has the following syntax:
vxsnap prepare component=<componentName>/writer=<writerName> [-b][source=<volume>/harddisk=<harddisk,...>] ...]
The vxsnap prepare command has the following attributes:
component=<ComponentName> |
Name of the component; for Exchange 2010, this is the mailbox database name, for example, "DB1". |
writer=<WriterName> | Unique ID of the VSS writer, for example, or the GUID for the writer. |
-b | Resynchronizes the volume in the background. A snapshot cannot be made until the resynchronization is complete. |
source=<Volume> | Indicates the source volume for the snapshot mirror specified by a drive letter, drive path (mount point), or volume name of the form "\\?\Volume{GUID}\". |
harddisk=<Harddisk> | Name of the disk where the snapshot mirror is prepared, for example, harddisk2. |
The following is an example of the vxsnap prepare command:
vxsnap prepare component=DB1/writer="Microsoft Exchange Writer" source=L:/harddisk=harddisk2 source=M:/harddisk=harddisk3
This command creates snapshot mirrors of the volumes in an Exchange mailbox database (DB1). The snapshot mirror of the volume mounted on drive letter L: will be created on disk 2 and the snapshot mirror of the volume mounted on drive M: will be created on disk 3.