How to move the Enterprise Vault (EV) SQL databases
| Article:TECH35744 | | | Created: 2004-01-25 | | | Updated: 2013-02-06 | | | Article URL http://www.symantec.com/docs/TECH35744 |
Problem
This article describes how to move the Enterprise Vault databases to a different SQL server or a new version of MS SQL Server.
To watch a video on this process see below.
Solution
This process will consist of the following steps.
Directory database
a. Right click the Enterprise Vault site and select Properties
2. Open SQL Server Management Studio, right-click the database that should be moved and click Tasks > Detach.
3. Click Drop Connections to force any active connections to the database to be dropped and click OK.
4. Repeat the steps for any additional databases that will be moved.
5. Browse to the database and log file location and copy the databases and logs to the new SQL server.
a. Use the instructions and prewritten SQL script in the following article: http://www.symantec.com/docs/TECH64655
b. Repeat for each fingerprint database.
1. Open SQL Server Management Studio
2. Run the following query, substituting the New_SQL_Server value with the hostname of the new SQL server:
UPDATE MonitoringSettings
SET SQLServer = 'New_SQL_Server'
1. Click Start > Run, type regedit and click OK.
For 32bit systems, HKEY_LOCAL_MACHINE\Software\KVS\Enterprise Vault\Directory\DirectoryService.
For 64bit systems, HKEY_LOCAL_MACHINE\Software\Wow6432Node\KVS\Enterprise Vault\Directory\DirectoryService
2. Double-click the SQLServer Name string value.
3. Enter the name of the new SQL server in the value data field and click OK.
4. Start the Enterprise Vault Directory Service, this will also start the Admin Service.
1. Open the Vault Administration Console (VAC), right-click the name of the Vault Store and select Properties.
2. Select the Database tab.
3. Next to SQL Server, enter the name of the new SQL server and click OK.
4. Repeat steps 1-3 for any remaining Vault Stores.
5. Start the remaining Enterprise Vault services.
1. For 32bit systems, Open Data Sources (ODBC) from the Administrative Tools panel on the Enterprise Vault Server. For 64bit systems, browse to %systemroot%\syswow64\odbcad32.exe
2. Select the System DSNtab.
3. Select the EVAuditentry.
4. Click the Configure button.
5. On the first page of the wizard, under Which SQL Server do you want to connect to?, enter the name of the new SQL server.
6. Continue through the wizard and click Finish to apply the changes.
|
|
Related Articles
Legacy ID
273272
Article URL http://www.symantec.com/docs/TECH35744
Terms of use for this information are found in Legal Notices









Thank you.