InfoScale™ 9.0 Storage Foundation Quick Recovery Solutions Guide for Microsoft SQL Server - Windows
- Introducing Quick Recovery for SQL Server
- About Quick Recovery snapshot solutions
- About snapshot-assisted backups
- Advantages of Quick Recovery snapshots
- Quick Recovery process
- Methods of implementing Quick Recovery snapshots for SQL Server
- About the components used in Quick Recovery
- VCS, Microsoft clustering, and Volume Replicator considerations
- About the Solutions Configuration Center
- Starting the Configuration Center
- Solutions wizard logs
- Preparing to implement Quick Recovery for SQL Server
- Implementing Quick Recovery for SQL Server with the configuration wizard
- About the Quick Recovery Configuration Wizard
- Tasks for implementing snapshot sets with the configuration wizard
- Reviewing the prerequisites
- Scheduling SQL Server snapshot sets
- System Selection panel details
- Instance Selection panel details
- Mount Details panel details
- Synchronizing Schedules panel details
- Template Selection panel details
- Number of Snapshot Sets panel details
- Snapshot Volume Assignment panel details
- Snapshot Schedule panel details
- Specifying snapshot schedule details
- Summary panel details
- Template Implementation panel
- Scheduling or creating an individual snapshot set for SQL Server
- Maintaining or troubleshooting snapshots
- Recovering a SQL Server database
- About recovering a SQL Server database
- Tasks for recovering a SQL Server database
- Prerequisites for recovering a SQL Server database
- Types of recovery
- Recovering using snapshots without log replay
- Recovering using snapshots and log replay
- Restoring snapshots and manually applying logs
- Recovering missing volumes
- Post-recovery steps
- Vxsnap restore command reference
- Vxsnap utility command line reference for SQL Server
vxsnap prepare
Creates snapshot mirrors of the volumes in the specified component. 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 [server=ServerName][instance=InstanceName][-b] source=volume/harddisk=harddisk...
The vxsnap prepare command has the following attributes:
component=ComponentName | Name of the database. The command prepares mirrors for both the database and log volumes of the SQL database. |
writer=WriterName | Unique ID of the VSS writer, for example, SQLServerWriter or the GUID for the writer. Required if you specify the component. |
server=ServerName | SQL Server server name. |
instance=InstanceName | SQL Server instance name. |
-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. |
Note:
Any text string that contains spaces must be enclosed in quotation marks.
The following is an example of the vxsnap prepare command
vxsnap prepare component=billing_DB/writer=SQLServerWriter instance=SQLINSTANCE server=SQLVirtualServer source=L:/harddisk=harddisk3 source=M:/harddisk=harddisk3
This command will create snapshot mirrors of all the volumes contained in the billing_DB database. The snapshot mirror of the volume mounted on L: will be created on harddisk 3 and the snapshot mirror of the volume mounted on M: will also be created on harddisk 3.