Please enter search query.
Search <book_title>...
Enterprise Vault™ Discovery Accelerator Installation Guide
Last Published:
2020-04-24
Product(s):
Enterprise Vault (12.5)
- 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
Modifying the configuration file for the Discovery Accelerator client
Before you proceed, it is a good idea to modify the configuration file that accompanies the installation package. One of the settings in this file is the name or address of the computer on which you have installed the Discovery Accelerator server software. By providing this information in the configuration file, you can save your users from having to supply the computer name or address when they first start the Discovery Accelerator client.
To modify the configuration file for the Discovery Accelerator client
- Locate the configuration file
AcceleratorClient.Exe.Config
in the installation media for the Discovery Accelerator client software. - Open the configuration file in a plain text editor such as Windows Notepad.
- Find the following configuration setting:
<add key="AcceleratorServer" value="localhost" />
- Replace the value with the name, fully qualified domain name, or IPv4 or IPv6 address of the computer on which you installed the Discovery Accelerator server software. For example:
<add key="AcceleratorServer" value="server2" />
If you have configured Discovery Accelerator for use in a Network Load Balancing cluster, you must specify the virtual name or IP address of the cluster.
- Save and close the file.