Configuring the Data Mover REST Service - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
fsa1467305282096.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4102
Product Category
Analytical Ecosystem
During installation of Data Mover, the DM REST component and REST Container are installed and started automatically. You need to configure the tdmrest.properties file for your environment and restart the service.
  1. In the directory /etc/opt/teradata/datamover, locate tdmrest.properties.
  2. Configure the following properties:
    Property Description Default Value
    broker.url=url Hostname or IP address of the machine running the Java Message Service (JMS) message broker. localhost
    broker.port=port Port number of the machine where the JMS message broker is listening. 61616
    cluster.enabled=setting When set to true, establishes a connection to a secondary JMS broker for the cluster if primary JMS broker fails. False
  3. Restart the Data Mover REST service using the following command: /etc/init.d/tdrestd start