Failover.properties File | Teradata Data Mover - Failover.properties File - Teradata Data Mover

Teradata® Data Mover Installation, Configuration, and Upgrade Guide for Customers - 20.03

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.03
Published
July 2024
ft:locale
en-US
ft:lastEdition
2024-07-17
dita:mapPath
vuu1713418923137.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
pqq1467243714524
Product Category
Analytical Ecosystem
The Data Mover failover.properties file contains the files that control the failover process. When setting up the failover process, edit these files according to the system being configured.
Property Name Description
primary.daemon.host Host where the primary daemon runs.
secondary.daemon.host Host where the secondary daemon runs.
primary.monitor.host Host where the monitoring service that monitors the primary services runs.
secondary.monitor.host Host where the monitoring service that monitors the secondary services runs.
primary.repository.host Host where the repository used by the primary daemon is installed.

Use the same host the sync monitor service is installed on. If the repository is installed on the same server as the daemon, this value is the same as primary.daemon.host.

secondary.repository.host Host where the repository used by the secondary daemon is installed.

Use the same host the sync monitor service is installed on. If the repository is installed on the same server as the daemon, this value is the same as secondary.daemon.host.

primary.agents.host Host where the agents used by the primary daemon are installed. If more than one agent is used, use a comma-separated list to specify agents; the order of the list does not matter.
secondary.agents.host The hosts where the agents used by the secondary daemon are installed. If more than one agent is used, use a comma-separated list to specify agents; the order of the list does not matter.

If external agents are shared between the active and standby server, the shared agent names must be specified for both primary.agents.host and secondary.agents.host.