Example Cluster and Monitor Configuration | Teradata Data Mover - Example: Configuring the Cluster and Starting the Monitoring Service - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-06-16
dita:mapPath
ivp1619423229496.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
The dmcluster config command sets up SSH connections between the DM1, DM2, DM3, VP1, and VP2 servers. These connections are used by the Data Mover monitoring service to monitor the designated-active Data Mover components and initiate a failover if any of the designated-active components stop working.
  1. On the designated-active (DM1) server, enter the following changes to the failover.properties file:
    • local.daemon.host=DM1
    • remote.daemon.host=DM2
    • local.monitor.host=VP1
    • remote.monitor.host=VP2
    • local.repository.host=DM1
    • remote.repository.host=DM2
    • local.agents.host=DM1, DM2, DM3
    • remote.agents.host=DM1, DM2, DM3
  2. Run ./dmcluster config as root and follow the following prompts:
    Prompt Action
    Please enter the username for the ACTIVE repository [datamover]: Provide the database user name for the designated-active Data Mover repository on DM1.
    Please enter the password for ACTIVE repository: Provide the password for the above username on the designated-active Data Mover repository on DM1.
    Please enter 'postgres' user password for ACTIVE repository: Provide the Postgres user password for the designated-active Data Mover repository on DM1.
    Please enter the username for the STANDBY repository [datamover]: Provide the database username for the designated-standby Data Mover repository on DM2.
    Please enter the password for STANDBY repository: Provide the password for the above username on the designated-standby Data Mover repository on DM2.
    Please enter 'postgres' user password for STANDBY repository: Provide the Postgres user password for the designated-standby Data Mover repository on DM2.
    Please enter the Root Password for the server running ACTIVE Repository: Provide the root Linux password for DM1.
    Please enter the Root Password for the server running STANDBY Repository: Provide the root Linux password for DM2.
    Please enter the password for root@DM1(ACTIVE DAEMON): Provide the root Linux password for DM1.
    Please enter the password for root@DM2(STANDBY DAEMON): Provide the root Linux password for DM2.
    Please enter the password for root@VP1(ACTIVE MONITOR): Provide the root Linux password for VP1.
    Please enter the password for root@VP2(STANDBY MONITOR): Provide the root Linux password for VP2.
    Please enter the password for root@DM3(ACTIVE Agent(s)): Provide the root Linux password for DM3.
    Do you need to backup the ACTIVE repository to the STANDBY repository? [y or n] Failover requires that the designated-active and designated-standby repositories are in sync. Enter y to sync up the repositories.