Example: Configuring the Dual Active Java Message Service (JMS) Brokers - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
wcu1482331938115.ditamap
dita:ditavalPath
4102_ICUCustomer_dm_1610.ditaval
dita:id
B035-4102
Product Category
Analytical Ecosystem
  1. Run ./dmcluster configactivemq-e true -s DM2 - p61616 on the original-master (DM1).
  2. Run ./dmclsuter configactivemq -e true -s DM1 -p 61616 on the designated-slave (DM2).
  3. Check TD ActiveMQ logs on DM1 and DM2 to verify the network was enabled: Network connection between vm://TeradataActiveMQ#8 and tcp://DM2/XX.XX.XXX.XX:61616@49353 (TeradataActiveMQ) has been established.
  4. Set cluster.enabled=true in daemon.properties, agent.properties, commandline.properties on DM1 and DM2.
  5. Set cluster.enabled=true in agent.properties and commandline.properties on DM3.
  6. Set broker.url=DM1, DM2 in daemon.properties and commandline.properties on DM1.
  7. Set broker.url=DM2, DM1 in daemon.properties and commandline.properties on DM2.
  8. Set broker.url=DM1, DM2 in commandline.properties on DM3.
  9. Set broker.url=DM1, DM2 in agent.properties on DM1, DM2, and DM3.
  10. [Optional] If you are using the Data Mover portlet, you can configure Dual Active Java Message Service (JMS) Brokers through Viewpoint.
    1. Log in to Viewpoint on VP1.
    2. Open the Data Mover Setup portlet.
    3. Locate and select the DM1 daemon from the list of daemons.
    4. Verify the daemon IP/DNS points to DM1.
    5. Select Enabled in portlets to enable clustering.
    6. Set the broker URL/port to DM2:61616.
    7. Click Apply to finish.