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
Creating dynamic disk groups
Create one dynamic disk group for each Exchange database.
If your Exchange production server is in a clustered environment, choose the cluster disk group option.
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, Exch-DG1).
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:
For an on-host environment
vxdg -gExch-DG1 init Harddisk1 Harddisk2 Harddisk3
For an off-host environment
vxdg -gExch-DG1 -R init Harddisk1 Harddisk2 Harddisk3
For a cluster environment
vxdg -gExch-DG1 -s init Harddisk1 Harddisk2 Harddisk3
where Exch-DG1 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.