Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Although you can run multiple tasks within a single agentDataSync Agent, you can also run multiple agents, each within its own processDataSync Agents as services on the same machine. A common strategy is to have an agent one DataSync Agent for production work and another agent one for testing/development work. 

In order to run multiple agents effectively Running multiple DataSync Agents requires modifying three entries within each agentsAgent's wrapper.conf file (under ../conf). The wrapper.ntservice.name entry is the only entry required to be unique for each DataSync Agent on the same machine.

The entries areother entries (wrapper.ntservice.displayname and wrapper.ntservice.description) listed below can be changed to help make it easier to distinguish the different DataSync Agents when looking at your operating system's services console.

(info) NOTE: When installing the DataSync Agent through the Installer, the Agent Name you enter will be used in the wrapper.ntservice.name entry. You can run the Installer multiple times to install multiple Agents and must specify different installation paths and different Agent Name values each time you run the installer. 
 

For example, the wrapper.conf for one DataSync Agent will look as follows:

Code Block
# Name of the service
wrapper.ntservice.name=agent_name_enteredagent1

# Display name of the service
wrapper.ntservice.displayname=Perspectium Replicator Agent1

# Description of the service
wrapper.ntservice.description=Perspectium Replicator Agent1

...

A second Agent would have entries such as the following:

...