SQL database mirroring is a method of replicating the databases on one SQL server to another. Database mirroring can reduce or prevent down time in the event of a failure on the primary SQL server.
The Enterprise Vault server is connected to the primary SQL server, and the contents of Enterprise Vault SQL databases are replicated in real time to another SQL server.
In the event of a failure on the primary SQL server, Enterprise Vault can be configured to immediately begin using the secondary server. This is accomplished by temporarily adding or adjusting the DNS host or alias entry for the primary SQL server to route traffic to the secondary server, or by editing to the hosts file on the Enterprise Vault server.
In order to redirect Enterprise Vault SQL traffic to a secondary mirror, follow these steps:
The Enterprise Vault services will start normally. When the primary server is repaired, repeat the process to switch Enterprise Vault back to the primary server.
Note: SQL Server database mirroring is not a SQL Server cluster configuration. For information on SQL clusters, please consult Microsoft SQL server documentation.