Once configured, make sure the newly launched CMICs are communicating with each other and with existing CMICs.
-
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
- Verify serf service on each CMIC by running sudo /etc/init.d/serf status.
-
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
- Restart each CMIC by running sudo /opt/teradata/cmic/bin/cmic-services restart.
- If the issues continue, verify security group settings for Teradata Server Management instances.