Example: Configuring ActiveMQ Broker URL Settings - 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
  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 commandline.properties file for both the active and standby Data Mover servers (DM1 and DM2) and any standalone Data Mover servers:
    cluster.enabled=true
    broker.url=DM 1 URL, DM2 URL
  5. 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=DM 1 URL, DM2 URL