Verify CMIC-to-CMIC Communication | Teradata Vantage on AWS (DIY) - Verifying CMIC to CMIC Communication - Teradata Vantage on AWS

Teradata Vantageā„¢ on AWS (DIY) Installation and Administration Guide

Product
Teradata Vantage on AWS
Release Number
Q2 2020
Published
April 2020
Language
English (United States)
Last Update
2020-05-01
dita:mapPath
grn1554394452559.ditamap
dita:ditavalPath
mmb1554489626757.ditaval
dita:id
B035-2800
Product Category
Cloud
Once configured, make sure the newly-deployed CMICs are communicating with each other and with existing CMICs.
  1. View the heartbeat table on each CMIC by running sudo /opt/teradata/cmic/bin/hbtabutil -L.
    Make sure there is an entry for each CMIC in the ecosystem.
    cmic@cmic:~> sudo hbtabutil -L
    Heartbeat Table has 3 entries
    IP Address      IDs           Elapsed     Seq Flags Missed Status
    172.31.40.24    P,1,1,1,1     00:00:08      6     0      0     up
    172.31.38.23    P,1,2,2,1     00:00:08     13     0      0     up
    172.31.36.208   P,1,3,3,1     00:00:20     12     0      0     up
  2. Verify serf service on each CMIC by running sudo /etc/init.d/serf status.
  3. Check for member entry on each CMIC by running sudo serf members.
    If no other member is listed (except for the current CMIC), connect the group of CMICs manually by running sudo serf join <IP address of another CMIC> and entering the IP address of each missing CMIC.
    cmic@cmic:~> sudo serf members
    cmic_172_31_40_24   172.31.40.24:7946   alive  role=cmic
    cmic_172_31_36_208  172.31.36.208:7946  alive  role=cmic
    cmic_172_31_38_23   172.31.38.23:7946   alive  role=cmic
  4. Restart each CMIC by running sudo /opt/teradata/cmic/bin/cmic-services restart.
  5. If the issues continue, verify security group settings for Teradata Server Management instances.