Please enter search query.
Search <product_name> all support & community content...
Article: 100037490
Last Published: 2015-02-18
Ratings: 1 0
Product(s): Enterprise Vault
Description
There are instances when an archive has been deleted by the administrator and it needs to be restored. This article covers how to restore an archive after it has been deleted in Enterprise Vault (EV) for Microsoft Exchange in a small Enterprise Vault site with a single Enterprise Vault server running the Storage Service. If the site has more than one Storage Service running in the environment, it will be necessary to follow 000074304 instead.
If the archived content has indeed been deleted from the archive, there is no way to retrieve the data apart from performing a full disaster recovery as outlined in the Recovery section in the EV Administrator's Guide.
All of the steps following step 2 should be performed on the local isolated machine.
- Note the EV Site Alias, EV Server Alias and Computer Name for the production server running the Storage Service.
- Bring up a new server running the same version of Windows in an isolated network or VM environment. This server must not be able to communicate with the production environment over the network, due to a risk in contaminating the production environment.
- Install the Enterprise Vault pre-requisites.
- Install the same version of SQL Server that is running in the production environment.
- Edit the %systemroot%\system32\drivers\etc\hosts file and point the EV Site, EV Server Alias, EV Server Machine Name, and SQL Server names both with and without FQDN to localhost(127.0.0.1).
- Install the same version of Enterprise Vault that was running at the time the backup was taken. For example, if the backup that contains the data was taken when running Enterprise Vault 9.0.2, but you are now running Enterprise Vault 9.0.3, install Enterprise Vault 9.0.2 in order to be compatible with the backup’s database version.
- Restore all of the Enterprise Vault SQL Databases to the SQL Server running on the local machine.
- Restore all of the Enterprise Vault Vault Store Partitions to a drive or share accessible by the local machine.
- Update the location of the Vault Store Partition(s) in the EnterpriseVaultDirectory database:
- Open SQL Server Management Studio
- Expand Databases
- Expand EnterpriseVaultDirectory
- Expand Tables
- Right-click the VaultStoreEntry table then select Open Table
- Search the VaultStoreName column for the VaultStore that contains the partition that has been restored, and take note of the corresponding VaultStoreEntryId
- Close the VaultStoreEntry table
- Right click the PartitionEntry table then select Open
- In the VaultStoreEntryId column, locate the VaultStoreEntryId from step 5 that corresponds to the Partition that has been restored
- Modify the In the PartitionRootPath column to indicate the new location of the Partition
- Repeat for each Partition that has been restored
- Note: If the location is a NAS device and not a local drive, simply update the PartitionRootPath to the new UNC path rather than using a local file path
- Run the Enterprise Vault Configuration Wizard. Select Yes to create a new Vault Directory on this computer and select Next. Enter the Vault Service Account credentials and select Next. Enter the name of the SQL server and select Next. Re-enter the Vault Service Account password and select Ok.
- It will then say that it found the computer in the database and ran repairs.
- Start the Enterprise Vault Admin, Directory and Storage Services.
- Stop the Enterprise Vault Shopping, Indexing and Task Controller Services if started.
- Put the Vault Stores in to read-only or backup mode.
- Export the deleted archive from the Vault Administration Console to PST and then import it into your production Enterprise Vault environment.