InfoScale™ 9.0 Storage Foundation Quick Recovery Solutions Guide for Microsoft SQL Server - Windows
- Introducing Quick Recovery for SQL Server
- Methods of implementing Quick Recovery snapshots for SQL Server
- About the components used in Quick Recovery
- Preparing to implement Quick Recovery for SQL Server
- Implementing Quick Recovery for SQL Server with the configuration wizard
- About the Quick Recovery Configuration Wizard
- Scheduling SQL Server snapshot sets
- Scheduling or creating an individual snapshot set for SQL Server
- Maintaining or troubleshooting snapshots
- Recovering a SQL Server database
- Recovering missing volumes
- Vxsnap utility command line reference for SQL Server
Creating dynamic disk groups
Create one or more dynamic disk groups.
Note:
Disk groups must be of a Storage Foundation 4.0 or later version. You must upgrade any disk groups created using an earlier version of Volume Manager for Windows before implementing SFW snapshot solutions. Quick Recovery snapshots are supported only on volumes belonging to an SFW dynamic disk group. They are not supported on volumes belonging to a Microsoft Disk Management Disk Group. For more information, see Storage Foundation Administrator's Guide.
Note:
If User Access Control (UAC) is enabled on Windows Server operating systems, then you cannot log on to VEA GUI with an account that is not a member of the Administrators group, such as a guest user. This happens because such user does not have the "Write" permission for the "Veritas" folder in the installation directory (typically, C:\Program Files\Veritas). As a workaround, an OS administrator user can set "Write" permission for the guest user using the Security tab of the "Veritas" folder's properties.
To create a dynamic disk group from the VEA console
- Launch Veritas Enterprise Administrator from the Apps menu on the Start screen.
Select a profile if prompted.
- Click Connect to a Host or Domain and in the Connect dialog box, specify the host name and click Connect.
For the local system you can specify localhost.
- If prompted to do so, specify the user name, password, and domain for the system.
- In the tree expand the system name and expand the storage agent.
- Right-click Disk Groups, and click New Dynamic Disk Group.
- On the Welcome screen of the New Dynamic Disk Group Wizard, click Next.
- Enter a name for the disk group (for example, billing_DG).
Note:
A dynamic disk group name is limited to 18 ASCII characters. It cannot contain spaces, slash mark (/), backslash (\), exclamation point (!), angle brackets (< >), or equal sign (=). Also, a period cannot be the first character in the name.
- For an off-host or cluster environment, choose from the following:
For a cluster environment, check the Create cluster group check box.
For an off-host environment, check the Add private group protection check box.
- Select the appropriate disks in the Available disks list and click the Add button to move them to the Selected disks list.
- Click Next.
- Click Next to upgrade the selected disks.
- Click Finish to create the new disk group.
To create a dynamic disk group from the command line
- Type the following command:
> vxdg -gbilling_DG init Harddisk1 Harddisk2 Harddisk3
where -gbilling_DG is the name of the dynamic disk group you want to create and Harddisk1, Harddisk2, and Harddisk3 are the disks included in the dynamic disk group.
For the complete syntax of the vxdg init command, see the Storage Foundation Administrator's Guide.