Please enter search query.
Search <book_title>...
Arctera Enterprise Vault™ eDiscovery Installation Guide
Last Published:
2025-09-09
Product(s):
Enterprise Vault (15.2)
- Introducing eDiscovery
- Preparing to install eDiscovery
- Configuration options for eDiscovery
- Prerequisites for Arctera eDiscovery
- Security requirements for temporary folders
- Installing eDiscovery
- Installing the eDiscovery server software
- Creating the configuration database and customer databases
- Setting up a Insight eDiscovery Custodian Manager website
- Configuring eDiscovery for use in a SQL Server Always On environment
- Installing eDiscovery in a clustered environment
- Installing the eDiscovery client
- Installing the eDiscovery server software
- Appendix A. Ports that eDiscovery uses
- Appendix B. Troubleshooting
- Appendix C. Installing and configuring the Enhanced Auditing feature
Modifying the configuration file for the eDiscovery 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 eDiscovery 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 eDiscovery client.
To modify the configuration file for the eDiscovery client
- Locate the configuration file
AcceleratorClient.Exe.Config
in the installation media for the eDiscovery client. - 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 eDiscovery server software. For example:
<add key="AcceleratorServer" value="server2" />
If you have configured eDiscovery 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.