Please enter search query.
 
              Search <book_title>...
            
 
          Enterprise Vault™ Backup and Recovery
                Last Published: 
				
                2022-09-04
              
              
                Product(s): 
				
                 Enterprise Vault (14.3)
              
              
            - About this guide
- Backing up Enterprise Vault
- Enterprise Vault recovery procedures- About using EVSVR as part of the recovery procedure
- Recovering Enterprise Vault using full system backups
- Recovering Enterprise Vault using data-only backups- Recovery procedure 1: Installing software on the servers
- Recovery procedure 2: Restoring Enterprise Vault system databases
- Recovery procedure 3: Renaming servers
- Recovery procedure 4: Copy or move the Enterprise Vault data files
- Recovery procedure 5: Clearing the directory database entries
- Recovery procedure 6: Recreating services and tasks on the first Directory service computer
- Recovery procedure 7: Recreating services and tasks on Enterprise Vault servers
- Recovery procedure 8: Checking the Web Access application settings
- Recovery procedure 9: Checking registry entries
 
- Recovery of an Enterprise Vault component
- Recovery of Enterprise Vault in a VCS cluster
- Recovery of Enterprise Vault in a Windows Server failover cluster
 
Recovery procedure 2: Restoring Enterprise Vault system databases
Restore the following Enterprise Vault databases:
- EnterpriseVaultDirectory
- EnterpriseVaultMonitoring
- EnterpriseVaultAudit
- Each FSA Reporting database you have set up, if you use FSA Reporting. 
- Fingerprint databases 
- Vault store databases 
If you have restored EnterpriseVaultMonitoring or the FSA Reporting databases to a SQL server  other than the one that previously hosted them, you must update the Directory database.
To update the monitoring settings in the Directory database
- On the SQL server that hosts the Directory database, run the following SQL script:USE EnterpriseVaultDirectory UPDATE MonitoringSettings SET SQLServer = 'SQL_server_name' Where SQL_server_name is the name of the new SQL server. 
To update the FSA reporting settings in the Directory database
- On the SQL server that hosts the Directory database, run the following SQL script to determine which SQL server hosted each FSA Reporting database:USE EnterpriseVaultDirectory Select SQLServer,DatabaseName From FSAReportingDatabase 
- Run the following SQL script:USE EnterpriseVaultDirectory UPDATE FSAReportingDatabase SET SQLServer = 'SQL_server_name' WHERE DatabaseName = 'FSA_reporting_database_name' Where: - SQL_server_name is the name of the new SQL server. 
- FSA_reporting_database_name is the name of the FSA Reporting database that you restored.