Example: Checking the Status of the Master and Slave Components - 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
  1. Run ./dmcluster status to view the newly configured output: You should see something similar to the following:
    ------------------------------------------------------------------------------
    |                         LOCAL CLUSTER                                      | 
    ------------------------------------------------------------------------------
    | COMPONENT                | HOST NAME              | STATUS                 |
    ------------------------------------------------------------------------------
    | DM Daemon                | DM1		            | RUNNING                |
    | ActiveMQ                 | DM1		            | RUNNING                |
    | DM Monitoring Service    | VP1		            | RUNNING                |
    | DM Sync Service          | DM1		            | MASTER                 |
    | DM Agent                 | DM1		            | RUNNING  		      |
    | DM Agent                 | DM2		            | RUNNING  		      |
    | DM Agent                 | DM3		            | RUNNING  		      |
    ------------------------------------------------------------------------------
    |                        REMOTE CLUSTER                                      | 
    ------------------------------------------------------------------------------
    | COMPONENT                | HOST NAME              | STATUS                 |
    ------------------------------------------------------------------------------
    | DM Daemon                | DM2		            | STOPPED                |
    | ActiveMQ                 | DM2		            | RUNNING                |
    | DM Monitoring Service    | VP2		            | STOPPED                |
    | DM Sync Service          | DM2		            | SLAVE                  |
    | DM Agent                 | DM1		            | RUNNING  		      |
    | DM Agent                 | DM2		            | RUNNING  		      |
    | DM Agent                 | DM3		            | RUNNING  		      |
    ------------------------------------------------------------------------------