• Warning: If Enterprise Vault is running in a clustered environment, do not perform this operation unless Symantec Support advises to do so.
1. Repeat the following steps for each server that is being recovered:
a. Run SQL Management Studio and connect to the SQL server hosting the EnterpriseVaultDirectory database.

b. Enter and run the following SQL command:

USE EnterpriseVaultDirectory
UPDATE ComputerEntry
SET ComputerNameAlternate = '<Name of new server>'
WHERE ComputerNameAlternate = '<Name of old server>'