Install Data Mover on VMware | Teradata Data Mover - Deploying Data Mover on VMware - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
17.12
Published
January 2022
Language
English (United States)
Last Update
2022-01-18
dita:mapPath
ujx1635805443936.ditamap
dita:ditavalPath
stp1591127384938.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
  1. Connect to the vCenter server to deploy Data Mover using the vSphere Client.
  2. From the Home tab, go to Inventories > Hosts and Clusters.
  3. In the Navigator pane, select a host and Deploy OVF Template.
  4. Choose Select an OVF template and then:
    1. Select Local file.
    2. Select Choose Files and browse to the .ova file that you downloaded.
    3. Click Next.
  5. Add a public network to the instance after deploying the .ova file.
    Wait for the deployment to complete.
  6. In the Navigator pane, right-click the VM and select Power > Power On.
  7. Once the VM instance is running, log on to the network using SSH with the following credentials:
    linux login: root
    Password: tdc
    The IP address is displayed on the Summary screen of the vSphere client.
  8. After login, configure the network:
    1. Gather the following information to run the network configuration script:
      • VM name (enter a hostname for this VM)
      • Public IP address (must be static)
      • Gateway IP address
      • Network domain
      • Primary DNS IP address
      • (Optional) Secondary DNS IP address
      • (Optional) Private IP address – only enter if a separate private network adapter is attached to the VM and you want to configure it.
      • Primary NTP server
      • (Optional) Secondary NTP server
    2. Run the network configuration script:
      # /var/opt/teradata/packages/DataMover/config-network-dm
      Allow several minutes for the script to complete configuration – before and after it restarts the VM. You can be run again at any time.
  9. Run # /opt/teradata/datamover/daemon/xx.xx/dm-control.sh status to verify all services are running:
    Checking for Teradata ActiveMQ:          	running
    Checking for Teradata DataMover dmdaemon:	running
    dmdaemon is RUNNING
    Checking for Teradata DataMover dmagent:    	running
    dmagent is RUNNING
    Checking for TMSMonitor:			running
    Checking for Teradata BAR dsc:			running
    dsc is running
     
    Checking for DSARest web service:        	running
    The DSARest web service is running
  10. Configure the bundled DSA using the following steps in the order shown:
    1. Install and configure BAR NC on the TPA nodes.
    2. Configure the logical netmask for ClientHandler.
    3. Configure the source and target systems.
  11. Follow the steps in Configuring ActiveMQ on Remote Agents if this is the first time deploying or upgrading a standalone agent using this script.
    Once a standalone remote agent has been set up manually, the settings are preserved across upgrades.