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.