Can I add a secondary Endpoint server to an Endpoint agent already installed?
search cancel

Can I add a secondary Endpoint server to an Endpoint agent already installed?

book

Article ID: 160630

calendar_today

Updated On:

Products

Data Loss Prevention Endpoint Prevent Data Loss Prevention Data Loss Prevention Discover Suite Data Loss Prevention Endpoint Discover Data Loss Prevention Endpoint Suite Data Loss Prevention Enforce Data Loss Prevention Enterprise Suite Data Loss Prevention Network Discover Data Loss Prevention Network Email Data Loss Prevention Network Monitor Data Loss Prevention Network Monitor and Prevent for Email Data Loss Prevention Network Monitor and Prevent for Email and Web Data Loss Prevention Network Monitor and Prevent for Web Data Loss Prevention Network Protect Data Loss Prevention Network Prevent for Web Virtual Appliance Data Loss Prevention Network Prevent for Email Data Loss Prevention Network Web Data Loss Prevention Plus Suite Data Loss Prevention Sensitive Image Recognition

Issue/Introduction

How can I add a secondary Endpoint server, for failover, to an Endpoint agent already installed.

Resolution

There are different ways to add a “Secondary Endpoint server” to an Endpoint agent already installed.

 

Here are the details:

 

1.       Use uninstall/reinstall script with all the servers listed

2.       Manually update the database using the agent tool update_configuration.exe

3.       Use the DLP IC if available (Altiris console)

4.       Use the DLP console

 

Below are the steps of option 2:

 

-          copy the tool update_configuration.exe into the DLP Endpoint agent folder

-          run this command to change the Endpoint server:

           update_configuration.exe -name=AggregatorCommunicator -setting=AggregatorHost -type=str -value=server1

-          run this command to change/add the Alternative Endpoint server:

           update_configuration.exe -name=AggregatorCommunicator -setting=AggregatorHost2 -type=str -value=server2

Replace the value "server1" and "server2" with the hostname of the Endpoint servers. Using the update_configuration.exe tool, the changes are applied immediately without restarting the agent; but, in this case, you need to restart the EDPA service to re-connect the DLP Endpoint agent to the Endpoint server.

You can use vontu_sqlite.exe tool to see the DLP Endpoint agent configuration:

sqlite> select * from configuration;

 

Below are the steps of option 4:

 

-          Go to System -> Agents -> Overview

-          Select one or more Agents

-          Select Actions -> Change Endpoint Server

-          Select the “Primary Endpoint server”

-          Click “+” and select the “Alternative Endpoint server” (this option is available only if you have 2 or more Endpoint servers)

 

If the Primary Endpoint server is unavailable, the Endpoint agent will automatically switch to the Alternative Endpoint server. As long as the Alternative Endpoint server will be available, the Endpoint agent will stay connected to it.