Starting the Synchronization Service - Teradata Data Mover

Teradata Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
rdo1467305237457.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

  1. Run the list_configuration command on the master system to generate a file named configuration.xml:
    datamove list_configuration
  2. Edit the configuration.xml file and set the value for the job.useSyncService property to true:
    <property>
        <key>job.useSyncService</key>
        <value>true</value>
        <description>
    		Purpose: To record any changes to the Data Mover repository        
            tables(inserts/updates/deletes) in an audit log table. The value
            must be set to true in order to use the Sync service. Default:false.
    	</description>
    </property>
  3. Save the new setting:
    datamove save_configuration -f configuration.xml
  4. Update the sync.properties file with the appropriate parameters. Enable the Sync system on the master system:
    /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.
  5. Update the sync.properties file with the appropriate parameters. Enable the Sync system on the slave system:
    /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.