VMware NSX
Pre-Check Validations
Before making changes, verify the following:
Ensure no active upgrades are in progress.
Confirm there are no pending Host Preparations or Edge Deployments.
Verify that all Transport Nodes (ESXi and Edges) are UP and Stable in the NSX Dashboard.
DNS Verification (NSX Manager Side)
Login to each NSX Managers in the cluster via SSH as admin and switch to root by running the command st en
Perform the following:
Check DNS Config: Run cat /etc/resolv.conf to ensure correct DNS server IPs are listed.
Connectivity: Run ping <DNS_Server_IP> to ensure the DNS server is reachable.
Forward Lookup: Run nslookup <vCenter-FQDN> to ensure the name resolves to the correct IP.
Reverse Lookup: Run nslookup <vCenter-IP> to ensure the IP resolves back to the FQDN.
DNS Verification (vCenter Side)
Login to the vCenter Server via SSH as root and enter the shell.
Check DNS Config: Run cat /etc/resolv.conf.
Forward/Reverse Lookup: Verify resolution for all three NSX Manager FQDNs and IPs:
nslookup <NSX-Manager-FQDN>
nslookup <NSX-Manager-IP>
Update the Compute Manager
Log in to the NSX Manager UI with an account possessing Administrator privileges.
Navigate to System > Fabric > Compute Managers.
Select the vCenter Compute Manager and click Edit.
Replace the IP Address field with the vCenter FQDN.
Input the vCenter credentials if prompted and Save.
Wait for the status to return to Registered or Up.
Ensure that the DNS search suffix is correctly defined in /etc/resolv.conf if using short names, though FQDN is always recommended.