Configuring the Synchronization Service - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
pgy1512683352051.ditamap
dita:ditavalPath
DM_16_20_08_ICUCust_AsterIncluded.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem

Whether the sync service is used within or without failover environment, the active and standby repository must be synchronized before sync services are started. Follow the steps provided in Synchronizing the Active and Standby Repositories to synchronize the active and standby repositories.

  1. Edit the sync.properties file on the active Sync server and set the master.host property to active Sync server host name.
  2. Edit the sync.properties file on the standby Sync server and set the master.host property to active Sync server host name.
  3. Edit the sync.properties file on the active Sync server and set the sync.isMaster property to true.
  4. Edit the sync.properties file on the standby Sync server and set the sync.isMaster property to false.
  5. Set the master.port property in the sync.properties file on the active and standby Sync server as the port through which the active and standby synchronization services communicate.
  6. On the active Sync server, start the synchronization service as active:
    /opt/teradata/datamover/sync/nn.nn/dmsync start
    Where nn.nn in the path refers to the major and minor version numbers of Data Mover.
  7. On the standby Sync server, start the synchronization service as standby:
    /opt/teradata/datamover/sync/nn.nn/dmsync start
    Where nn.nn in the path refers to the major and minor version numbers of Data Mover.
  8. Once the Synchronization services start, enable synchronization by setting the job.useSyncService configuration property to true on the active Sync server.