Refreshing an EV snapshot

Once a snapshot set has been created, it can be refreshed quickly since you do not have to prepare a mirror in order to refresh it. To refresh the snapshot set you need to perform the following tasks:

Note:

The Enterprise Vault Refresh option available in the VEA console from the Application object refreshes the display of the application and components. It does not refresh the snapshot set.

To reattach snapshot sets using the VEA wizard

  1. Except the VEA GUI, close all Explorer windows, applications, or any third-party system management tools that may be accessing the snapshot set.
  2. On the VEA console, navigate to the Storage Agent node in the tree-view and expand the Enterprise Vault node under Applications.
  3. Right-click the Enterprise Vault node and select Enterprise Vault Snapback from the context menu.
  4. The Enterprise Vault Snapback Wizard is displayed. Review the information on the Welcome page and click Next.
  5. On the Select Snapshot Set page, select the snapshot set that needs to be snapbacked or reattached.

    Complete the information on this page as follows:

    Directory

    Displays the directory where snapshot sets are stored. It shows the XML files from either the default XML file location or path mentioned in the redirect.txt. However, if you want to change the directory then specify the directory and click Update to refresh the XML or snapshot set files.

    Snapshot Sets

    The XML metadata file contains all required information needed to snapback the snapshot set, including the names of the database and transaction log volumes. Click the appropriate header to sort the list of available files by File Name or Creation Time. This file is deleted after the snapback operation has completed successfully for all components. If there is partial snapback, the file will get updated with rest of the components.

    Click Next.

  6. From the Select Components page, select the components.

    Complete the information on this page as follows:

    Snapshot set

    The selected snapshot set name is displayed. Example: EVFarm.xml

    Select components

    Select the components that need to be snapbacked. The volumes of selected components are snapbacked.

    Force the Operation

    Enable this checkbox:

    • to override open handles of the volumes in the selected components

    • if any of the selected volumes overlaps with the non-selected components in the snapshot

  7. Verify that the snapback specifications are correct on the summary page and click Finish to complete the reattach operation.

To reattach an EV snapshot set from the command line

  1. Close all Explorer windows, applications, or third-party system management tools that may be accessing the snapshot set.
  2. Type the command, as in the following example:
    > vxsnap -x snapdata.xml reattach
    writer=EnterpriseVault
    site=site1/vsg=vsg1/vs=vs1 site=site2
    /component=(Index Locations (V:))
    /component="Directory DB"

    This command uses the information in the XML file to reattach and resynchronize all the volumes for the vault store vs1 of site1/vsg1, "Index Locations (V:)" of site2 and "Directory DB".

    Note:

    To reattach all the components in the snapshot set, use vxsnap -x snapdata.xml reattach writer=EnterpriseVault. The XML file is deleted after the reattach operation has reattached all the components in the snapshot set.

    The snapshot volumes remain synchronized with the original volumes until the vxsnap create command is issued.

    The complete syntax for the vxsnap reattach command is:

    vxsnap -x Filename [-f] [-b] reattach 
    writer=<WriterName>[site=<SiteName>
    [/VSG=<VSGName>[VS=<VSName>]]]
    [[/]component=<ComponentName>]