VSS for the Quick Recovery Agent

Topics | How To | Related Topics


Overview

Configuration

VSS Considerations

License Requirement

Support Information - Snapshot Engines


Overview

The Quick Recovery Agent can be implemented in conjunction with the VSS Enabler on Windows iDataAgents that support VSS to conduct backup operations using a VSS Hardware Provider. The Quick Recovery Agent uses the snapshot to back up large amounts of data without using production server resources. Because the backup does not occur on the production server, resources on the production server are not affected by this operation.

VSS Software Providers

Microsoft Volume Shadow Service is the default, and only supported VSS software provider. The VSS software provider takes a snapshot of the source volume, database or file, which is then used to create backups or QR Volumes (when used with the Quick Recovery Agent).

Additionally, snapshots can be created with the software provider independently of QR Volume creation (i.e., a snapshot is taken without creating a QR Volume). These snapshots can be mounted, unmounted, and deleted from the QR Browse window.

VSS Hardware Providers

VSS Hardware providers allow you to create shadows without imposing a load on the local client, or production server. For the purposes of VSS, the snapshot is referred to as a shadow. Furthermore, an option to make the shadow transportable has been provided, which allows you to mount, or import, the shadow on another client. If a shadow is not marked as transportable, you will not be able to mount the shadow.

When using VSS, the system will use the default provider to create the shadow. If you have installed a hardware provider, this becomes the default provider (VSS will use the hardware provider in place of Microsoft Shadow Copy. The Microsoft Software Shadow Copy provider cannot be used for snapshots if you have a VSS hardware provider installed. The VSS hardware provider will have a higher precedence than the Microsoft Software Shadow Copy provider and so QR Volume creation or backups with the Shadow Copy Provider will fail.

If there are multiple hardware providers residing on the same machine, note that not all hardware providers will support the same volumes. For example, the EMC provider will only support disks on the CLARiiON, the HDS provider will only support HDS disks, etc. VSS determines if a supports the volume to be snapped.


Configuration

The following must be done before using VSS.

VSS Software Provider

  1. Install the Quick Recovery Agent and the VSS Enabler on the Source of the snapshot. Note that you can de-select QSnap if you will be using VSS exclusively. See Deployment - Quick Recovery Agent for installation instructions.
  2. Configure a QR Policy for VSS by selecting VSS as the Snapshot Engine Type. For more information see QR Policies.
  3. Create the subclient. See Create a New Subclient and Configure Subclient Content for instructions.
  4. For Microsoft Shadow Copy, specify the location of shadow storage from a command prompt or through Windows Explorer. To do this from the command prompt, run vssadmin add shadowstorage /For=<drive letter1>: /On=<drive letter2>: where drive letter1 is the volume being snapped, and drive letter2 is any drive not being used as a QR destination volume.

VSS Hardware Provider

  1. Install the Quick Recovery Agent and the VSS Enabler on the Source and Destination hosts for the transportable shadow. Note that you can de-select QSnap if you will be using VSS exclusively. See Deployment - Quick Recovery Agent for installation instructions.
  2. Configure a QR Policy for VSS Hardware shadows by selecting VSS as the Snapshot Engine Type. The Enable QR Volume Creation checkbox should be de-selected on the QR Policy. For more information see QR Policies.
  3. Your hardware provider may require some configuration before use. This may include creating a cache LUN, setting up snap or clone groups, etc. Consult your hardware provider for any necessary steps to set up a snap environment.
  4. Configure the VSS Shadow creation settings on your source client. See Configure Shadow Creation Settings in Shadow Explorer.
  5. Create the subclient. See Create a New Subclient and Configure Subclient Content for instructions. Note the following:

See Support Information - QR Volume Creation Options for a complete list of supported QR options when working with VSS.


VSS Considerations

Before using VSS, review the following information:

Software Providers

Hardware Providers


License Requirement

To perform a data protection operation using this Agent a specific Product License must be available in the CommServe® Server.

Review general license requirements included in License Administration. Also, View All Licenses provides step-by-step instructions on how to view the license information.

Enabler Licenses

VSS Hardware snapshot also requires a license for the VSS Enabler.

Back to Top