- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
our customer noticed the following error:
The Transport node <XYZ> control plane connection to Manager node <Manager IP> is down for at least 3 minutes from the Transport node''s point of view.
My question: How do I found out the IP address of the transport node? Because I only have the UUID? Also I can't found the UUID with the command:
get transport-nodes status ....
and on the GUI.
The UUID appears only in the error message!
Is it possible the transport node was removed and the error wasn't cleared?
Udo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try with following command, this will list transport node IP
get transport-node <uuid> vifs
nsx-controller-1> get transport-node bfd72df1-ed5f-405f-a9d1-585e550bc677 vifs
VIF LogSwitchPort-ID TransportNode-ID TransportNode-IP
133fa69c-756e-4d7e-8ac2-1317b9e02e31 9a71e870-f386-47c6-ae7f-f5e0895dba8b bfd72df1-ed5f-405f-a9d1-585e550bc677 192.168.210.51
HTH
Sandy