After a power outage, one of the NSX Manager nodes became corrupted and required replacement.
The faulty NSX Manager node was successfully detached and removed from the cluster. However, while attempting to deploy a new (3rd) NSX Manager node via the UI, the deployment failed with the following error:
Error occurred during vmdk transfer. Failed to connect to host <hostname> on port 443 from NSX. Fix the connectivity and retry the operation.VMware NSX
NSX requires TCP port 443 to be open between NSX manager and ESXi hosts for management and provisioning connections.
nc -zv <ESXi_Host_IP> <tcp port no>
Output of a successful connection:root@324:~# nc -zv #.#.#.# 443Connection to #.#.#.# 443 port [tcp/https] succeeded!