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 - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
jvt1700556161677.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
pqq1467243714524
Product Category
Analytical Ecosystem
  1. On both the primary and secondary Data Mover servers (DM1 and DM2), confirm ActiveMQ is running.
    ActiveMQ on the secondary 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 primary and secondary 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 primary, secondary, 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 primary and secondary 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