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