Skip to main content
SnapManager for SAP

Prepare storage systems for SnapVault replication

Contributors

Before you can use SnapManager's integrated SnapVault technology to archive Snapshot copies to disk, you must configure and initialize a data-protection relationship between the source and destination volumes. On initialization, SnapVault makes a Snapshot copy of the source volume, then transfers the copy and all the data blocks it references to the destination volume.

What you'll need

  • You must have configured a dataset for the primary storage location in the SnapManager Configuration wizard.

  • All LUNs must be in qtrees, with one LUN per qtree.

Important If you are storing database files and transaction logs on different volumes, you must create relationships between the source and destination volumes for the database files and between the source and destination volumes for the transaction logs.
Steps
  1. On both the source and destination system consoles, enable SnapVault:

    Example

    options snapvault.enable on
  2. On the source system console, use the options snapvault.access command to specify the host names of systems that are allowed to copy data directly from the source system.

    Example

    The following command allows replication to destination_systemB:

    options snapvault.access host=destination_systemB
  3. On the destination system console, use the options snapvault.access command to specify the host names of systems to which copied data can be restored.

    Example

    The following command allows copied data to be restored to source_systemA:

    options snapvault.access host=destination_systemA
  4. On the source system console, use the ndmpd on command to enable NDMP.

    Example

    The following command enables NDMP:

    ndmpd on
  5. On the destination system console, use the vol create command to create a SnapMirror destination volume that is the same or greater in size than the source volume.

    Example

    The following command creates a 2-GB destination volume named vol2 on the aggregate aggr1:

    vol create vol2 aggr1 2g
  6. In the OnCommand Unified Manager (UM) NetApp Management Console, add the resource pool for the destination volume:

    1. Click Data > Resource Pools to open the Resource Pools page.

    2. On the Resource Pools page, click Add to start the Add Resource Pool wizard.

    3. Follow the prompts in the wizard to specify the aggregate for the destination volume.

    4. Click Finish to exit the wizard.

  7. In the UM NetApp Management Console, assign the resource pool to the dataset you created in the SnapManager Configuration wizard:

    1. Click Data > Datasets to open the Datasets page.

    2. On the Datasets page, select the dataset you created and click Edit.

    3. On the Edit Dataset page, click Backup > Provisioning/Resource Pools to open the Configure Dataset Node wizard.

    4. Follow the prompts in the wizard to assign the resource pool to the dataset.

      Resource pool assignment specifies the data-protection relationship between the source and destination volumes.

    5. Click Finish to exit the wizard and initialize the data-protection relationship.

      The initialization process performs a baseline transfer to the destination volume. SnapVault makes a Snapshot copy of the source volume, then transfers the copy and all the data blocks it references to the destination volume.