Sunday, May 8, 2022

How to check the communication between vrop nodes

 Check TCP connections to other vrops nodes using below command from any vrops nodes.


Login to any of the vrops node using the root.

run below command

$VMWARE_PYTHON_3_BIN /usr/lib/vmware-casa/bin/Netcheck.py


SRC: node1

DEST: node2

It will check below ports with source and destination node.


PORT/s: 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009, 10010

It will also display if any inter node failure detection and peer to peer tcp communication.



ESXI-check multiple ports using one command

  [root@ESXI:~] nc -w 1 -z IP 80-902 Connection to IP 80 port [tcp/http] succeeded! Connection to IP 88 port [tcp/kerberos] succeeded! Conne...