Hewlett Packard StorageWorks EVA 2.0

Topics | Related Topics


Overview

Configuration

Required Software

Hardware and Software Considerations

PreScan and PostScan Batch Files

CVSnaptool

Subclient Considerations


Overview

Hewlett Packard StorageWorks EVA 2.0 is a hardware-based snapshot engine and is used to create snapshots, which are then backed up by the iDataAgent. Because the backup does not occur on the production server, resources on the production server are not affected by this operation. The ProxyHost iDataAgent can be implemented into the HP StorageWorks EVA 2.0 environment to conduct backup operations using the data snapshot capabilities of EVA.

See ProxyHost - Application Support to see which operating systems and applications are supported for use with Hewlett Packard EVA 2.0 in conjunction with the ProxyHost iDataAgent.

The diagram that follows shows a sample configuration in an HP StorageWorks EVA 2.0 environment.

Data from the production server is distributed to virtual disks created on an HP StorageWorks EVA. During the backup the virtual disks will be snapped and the snapshot will be mounted to the backup host. All of these actions will be managed by a predefined HP StorageWorks EVA job which will be executed by the PreScan process.

During a ProxyHost backup, the following sequence of events takes place:

  1. The ProxyHost iDataAgent starts a backup operation.
  2. The backup PreScan process initializes the HP StorageWorks EVA job that will create the snapshot or clone and mount them to the backup host.
  3. During the HP EVA job execution, a batch file that you create will utilize CVSnaptool during the HP StorageWorks EVA Suspend/Resume phase. This will be configured using the standard HP StorageWorks EVA web tool.
  4. The snapshot or clone is backed up through the backup host.

Configuration

The following must be done before using ProxyHost with HP StorageWorks EVA 2.0.

  1. Verify that the production server and Backup Host meet the System Requirements.
  2. Install the required software.
  3. Review the Hardware and Software Considerations.
  4. Create PreScan and PostScan batch files or shell scripts. It is important to note that these batch files or shell scripts will have to be customized for each individual environment.
  5. Configure subclient(s) and content. See Subclient Considerations and Subclients - SAN iDataAgents for more information.

Required Software

ProxyHost

The following must be installed on the production server:

The following must be installed on the backup host:

For more information and procedures, see Deployment - ProxyHost iDataAgent.


Hardware and Software Considerations


PreScan and PostScan Batch Files

ProxyHost in an HP EVA 2.0 environment is most commonly used to back up either snapshots or clones. Before each ProxyHost backup, the snapshots or clones must be created and mounted on to the backup host. These tasks are performed by an EVA job which will be called during the PreScan phase of each backup.

On the production server, you must create a PreScan batch file containing the appropriate evmcl command to initialize the EVA job. In order for the batch file to execute successfully, you must include the full path to the evmcl command.

The database Freeze/Thaw utility, CVSnaptool, will be implemented into the EVA job as the Suspend/Resume phase. This utility will ensure that the database and the transaction log remains consistent during the snapshot. Note that it is not necessary to quiesce the server for a file system backup with ProxyHost, and thus, no need of calling CVSnaptool from a pre-scan batch file.

It is recommended that you test the batch file before associating it with any subclients.

For specific configuration information on batch files for the PreScan and PostScan phases, see the Resource Pack for sample batch files and scripts.

We recommend that you test the batch file before associating it with any subclients.

CVSnaptool

To back up applications, such as Exchange 2000 or Exchange 2003 using ProxyHost, CVSnaptool is required; it is called from PreScan and PostScan batch files.

The use of CVSnaptool ensures that file system and application metadata remain unchanged, and therefore consistent, during the backup operation. Before creating the snapshot, the ProxyHost iDataAgent using CVSnaptool ensures that any supported applications have been ordered to flush buffered data and to suspend I/O to the disk. Once the snapshot has been created, the iDataAgent signals to the application that it may resume operations. Typically, the suspension of application I/O lasts only a few seconds. Custom scripts may be created to suspend and resume your applications. Sample scripts are provided on the Resource Pack.


Subclient Considerations

Back to Top