Example Sync Service Configuration | Teradata Data Mover - Example: Configuring the Sync 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
  1. On DM1, enter the following changes to the sync.properties file:
    Property Value
    sync.isMaster True
  2. On DM2, enter the following changes to the sync.properties file:
    Property Value
    sync.isMaster False
  3. On DM1, change the Data Mover repository Postgres configuration.
    /var/opt/teradata/postgres/data/postgres.conf: wal_level = logical
  4. On DM1, restart the repository.
    /etc/init.d/postgresql stop
    /etc/init.d/postgresql start
  5. Restart DM services using the command /opt/teradata/datamover/daemon/nn.nn/dm-control.sh restart, where nn.nn referes to the version numbers of Data Mover.
    If the DM services do not restart, the initial datamove commands fail but the subsequent commands continue to work.