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.20
Published
September 2022
Language
English (United States)
Last Update
2022-09-26
dita:mapPath
lzn1650878358910.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
  1. On both the active and standby Data Mover servers (DM1 and DM2), confirm ActiveMQ is running.
    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. On both the active and standby Data Mover servers (DM1 and DM2), set the following in the daemon.properties file:
    cluster.enabled=false 
    broker.url=localhost or IP address of local system
  4. On the active, standby, and any standalone Data Mover servers (DM1, DM2, and DM3), set the following in the agent.properties file:
    cluster.enabled=true 
    broker.url=DM1,DM2
  5. On both the active and standby Data Mover servers (DM1 and DM2) and any standalone Data Mover servers, set the following in the commandline.properties file:
    dm.rest.endpoint=DM1 REST URL,DM2 REST URL