Enterprise Vault™ Discovery Accelerator Installation Guide
- Introducing Discovery Accelerator
- Preparing to install Discovery Accelerator
- Configuration options for Discovery Accelerator
- Prerequisites for Discovery Accelerator
- Security requirements for temporary folders
- Installing Discovery Accelerator
- Installing the Discovery Accelerator server software
- Creating the configuration database and customer databases
- Setting up a Custodian Manager website
- Configuring Discovery Accelerator for use in a SQL Server AlwaysOn environment
- Installing Discovery Accelerator in a clustered environment
- Installing the Discovery Accelerator client software
- Installing the Discovery Accelerator server software
- Appendix A. Ports that Discovery Accelerator uses
- Appendix B. Troubleshooting
Prerequisites for the SQL Server computer
The SQL Server computer must be running one of the following:
SQL Server 2012 x64 Edition, Original Release or later
SQL Server 2014 x64 Edition, Original Release or later
SQL Server 2016 x64 Edition, Original Release or later
SQL Server 2017 x64 Edition, Original Release
Note:
The sort order/collation of the SQL Server installation must be case-insensitive to match the Enterprise Vault installation. Case-sensitive installations are not supported.
Discovery Accelerator supports SQL Server AlwaysOn availability groups and failover cluster instances for high availability and disaster recovery.
The AlwaysOn availability group feature maximizes availability at the database level. An availability group provides a failover environment for a discrete set of user databases, known as availability databases, which fail over together.
The AlwaysOn failover cluster instance feature provides availability for the entire instance - a failover cluster instance (FCI). On the network, an FCI appears to be an instance of SQL Server running on a single computer, but it provides failover from one node to another.
Both of these AlwaysOn features require that the SQL Server instances reside on Windows Server Failover Clustering nodes.
For the best results when deploying Discovery Accelerator in an AlwaysOn environment, we recommend that you ensure the following:
All the server instances that host availability replicas for an AlwaysOn availability group are using the same SQL Server collation. For more information, see the following Microsoft article:
For the account under which the Enterprise Vault Accelerator Manager service will run (typically the Vault Service account), you have created the same login on all the server instances that host availability replicas. For more information, see the following Microsoft article:
https://msdn.microsoft.com/hh270282.aspx
Note that for non-contained availability databases, you must explicitly create logins on the server instances that host the availability replicas.
All the availability replicas have the same service master key. You can do this by exporting the service master key of the primary replica to a backup file, with which you can then import the key into each secondary replica. See the following Microsoft articles for instructions on how to perform these activities: