"Management Channel To Transport Node Down" or "Management Channel To Transport Node Down Long"."Host Disconnected".Management Channel To Transport Node DownThis alarm is triggered when the messaging channel between the NSX Manager node and the Transport node remains down for a continuous period of 5 minutes
Management channel to Transport node is down for too long.This alarm is triggered when the messaging channel between the NSX Manager node and the Transport node remains down for a continuous period of 15 minutes
Review this https://knowledge.broadcom.com/external/article/410581 which is a comprehensive guide to troubleshoot connectivity issues between the Control Channel and the Transport Node.
VMware NSX
To resolve this issue, please verify the following:
Verify Network Connectivity:
Ensure that MPA connectivity is permitted on TCP port 1234 between the Transport Nodes and the NSX Manager.
Duplicate IP address:
Ensure the IP address assigned to the Edge management interface is not in use elsewhere on the network.
Test Port Communication:
From the impacted Transport Node, run the following command to validate connectivity to the manager:
# nc -zv <NSX_Manager_IP/FQDN> 1234
Check Service Status:
On the NSX Manager nodes, verify that the messaging-manager service is active by executing the command below while logged in as root user: # /etc/init.d/messaging-manager status
Restart Service (If Required):
If the service is reported as stopped or not running, restart it using the following command: # /etc/init.d/messaging-manager restart