Description

Analytics will receive NodeStatusUVE from all the contrail nodemgr processes. What are the introspects which will help to see the NodeStatusUVE sent to analytics.

Symptoms

what are the introspects to be collected when contrail alarms need to be investigated

Solution

Analytics will receive NodeStatusUVE from all the contrail nodemgr processes. Here are introspects which will help to collect and see the NodeStatusUVE sent to analytics.

curl http://<controller-ip>:8100/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > contrail-config-nodemgr-NodeStatusUVE

  curl http://<controller-ip>:8101/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > contrail-control-nodemgr-NodeStatusUVE

  curl http://<controller-ip>:8103/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > contrail-database-nodemgr-NodeStatusUVE

  curl http://<controller-ip>:8104/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > contrail-analytics-nodemgr-NodeStatusUVE

  curl http://<controller-ip>8114/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > snmp-nodemgr-NodeStatusUVE

  curl http://<controller-ip>:8113/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > alarm-nodemgr-NodeStatusUVE

  curl http://<controller-ip>:8112/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > config-db-nodemgr-NodeStatusUVE

  curl http://<compute-ip>:8102/Snh_SandeshUVECacheReq?x=NodeStatus | xmllint --format - > contrail-vrouter-nodemgr-NodeStatusUVE

Modification History

2025-01-16 : Article Created