Storage Foundation 8.0.2 Quick Recovery Solutions Guide for Enterprise Vault - Windows
- Introducing Quick Recovery for Enterprise Vault
- Preparing to implement Quick Recovery for Enterprise Vault
- Scheduling or creating a snapshot set for Enterprise Vault
- Maintaining or troubleshooting snapshots
- Recovering Enterprise Vault components
- Vxsnap utility command line reference for Enterprise Vault
vxsnap reattach
Reattaches and resynchronizes the snapshot volumes in the snapshot set to the original Enterprise Vault component volumes.
vxsnap -x <Filename> [-f] [-b] reattach writer=<WriterName> [site=<SiteName>[/VSG=<VSGName>[/VS=<VSName>]]] [[/]component=<ComponentName>]
The following attributes apply:
-x Filename | The file created by the vxsnap create command. Each snapshot set must have a unique name for the metadata file. Note: This file is deleted after the reattach operation has completed successfully. |
-f | Forces the reattach. Make sure the volume is not in use by another application before using this command. Use this option with care. |
-b | Resynchronizes the volume in the background. A new snapshot cannot be made until the resynchronization is complete. |
writer=<WriterName> | Unique ID of the VSS writer, for example, EnterpriseVault or the GUID for the writer. |
site=<SiteName> | Name of the Enterprise Vault site. |
VSG=<VSGName> | Name of the Enterprise Vault Store Group. |
VS=<VSName> | Name of the Enterprise Vault Store. |
component=<ComponentName> | Name of the Enterprise vault component. For example, Vault Store database, Fingerprint database, or volume component such as Index, Partitions, etc. |
vxsnap -x snapdata.xml reattach writer=EnterpriseVault site=site1/vsg=vsg1/vs=vs1 site=site2/component="Index Location (V:)" component="Directy DB"
The above command reattaches all snapshot volumes for Vaultstore "vs1" of site1/vsg1, "Index Location (V:)" of site2 and "Directory DB".
Note:
Any text string that contains spaces must be enclosed in quotation marks.