Example ActiveMQ and REST Configuration | Teradata Data Mover - Example: Configuring Cluster Settings - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
17.00
Published
November 30, 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
xmy1574692806525.ditamap
dita:ditavalPath
ffv1503415926374.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Confirm the ActiveMQ is running on both the active and standby Data Mover servers (DM1 and DM2).
    The ActiveMQ on the standby Data Mover server (DM2) is disabled later and should not be running once the configuration steps are completed.
  2. Run the following command to make sure the network of broker features is disabled:
    /opt/teradata/client/nn.nn/datamover/failover/dmcluster configactivemq -e false
  3. Set the following in the daemon.properties file for both the active and standby Data Mover servers (DM1 and DM2):
    cluster.enabled=false 
    broker.url=localhost or IP address of local system
  4. Set the following in the agent.properties file on the active, standby, and any standalone Data Mover servers (DM1, DM2, and DM3):
    cluster.enabled=true 
    broker.url=DM1 URL,DM2 URL
  5. Set the following in the commandline.properties file for both the active and standby Data Mover servers (DM1 and DM2) and any standalone Data Mover servers:
    dm.rest.endpoint=DM1 REST URL,DM2 REST URL