Configuring Failover for DSCs Running on the Data Mover Server and Externally - 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
Refer to the following failover configuration steps when running DSA on the Data Mover server and an external server. To run DSA on the Data Mover server, you must have Data Mover 16.20 or later installed.
  1. Stop the active monitor:
    /opt/teradata/client/nn.nn/datamover/failover/dmcluster stopmonitor
  2. Start the Teradata ActiveMQ and DSC on the standby host:
    /etc/init.d/tdactivemq start
    /etc/init.d/dsc start
  3. Edit the /etc/opt/teradata/dsa/clienthandler.properties and append the Data Mover host to broker.list as in the following example:
    broker.list=153.64.24.162:61616,153.64.24.164:61616,153.64.24.165:61616
    1. Restart ClientHandlers:
      /etc/init.d/clienthandler restart
    2. Configure BAR NC logical netmasks.
  4. If the source or target Teradata system version is 16.00 or later, run dsa_configsys on the standby Data Mover server to register the system and restart DSMAIN.
    If the database version is earlier than 16.00, you cannot pre-configure the standby DSC. You must run dsa_configsys after failover to the standby DSC to promote the standby DSC as the active DSC. You must also restart DSMain, which you can do through dsa_configsys.
  5. Stop the DSC and tdactivemq on the standby host using the following commands:
    /etc/init.d/dsc stop
    /etc/init.d/tdactivemq stop
  6. Start the active monitor.
  7. Run dmcluster status and verify that the DSC and DSA REST components are marked RUNNING on the active Data Mover server and STOPPED on the standby Data Mover server.
    If failover occurs, the Data Mover failover monitor automatically fails over to the standby server. To enable use of DSA with Data Mover on versions earlier that Teradata Database 16.00, run dsa_configsys on the new active Data Mover server. If the source or target database version is 16.00 or later, running dsa_configsys is not necessary.