Example: Checking the Status of the Active and Standby Components - Teradata Data Mover

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

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
pgy1512683352051.ditamap
dita:ditavalPath
DM_16_20_08_ICUCust_AsterIncluded.ditaval
dita:id
B035-4102
lifecycle
previous
Product Category
Analytical Ecosystem
  1. View the newly configured output:
    ./dmcluster status
    If you configure Data Mover to use DSC on its host, the status for DSC and DSA REST is either RUNNING or STOPPED. If you configured Data Mover to use an external DSC, the status for DSC and DSA REST is EXTERNAL. See DSA Failover Configurations for more details.
    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         |
    | DSC                   |         DM1         |         RUNNING        |
    | DSA REST              |         DM1         |         RUNNING        |
    | DM Agent              |         DM1         |         RUNNING        |
    | DM Agent              |         DM2         |         RUNNING        |
    | DM Agent              |         DM3         |         RUNNING        |
    ------------------------------------------------------------------------
                            | REMOTE CLUSTER      |
    ------------------------------------------------------------------------
    | COMPONENT             | HOST NAME           |              STATUS    |
    ------------------------------------------------------------------------
    | ActiveMQ              |         DM2         |         STOPPED        |
    | DM Monitoring Service |         VP2         |         STOPPED        |
    | DM Sync Service       |         DM2         |         SLAVE          |
    | DSC                   |         DM2         |         STOPPED        |
    | DSA REST              |         DM2         |         STOPPED        |
    | DM Agent              |         DM1         |         RUNNING        |
    | DM Agent              |         DM2         |         RUNNING        |
    | DM Agent              |         DM3         |         RUNNING        |