Site icon Default Reasoning

Fix – Verify if management interface (NIC0) is configured correctly and is reachable

vCenter High Availablity - 01

When configuring the vCenter Server HA in my previous post, I encountered the following error when trying to deploy vCenter HA cluster.

Failed to get management network information. Verify if management interface (NIC0) is configured correctly and is reachable.

After some digging on the VMware knowledge base and checking the VMTN community forum, I’ve found a fix. The issue occurs when there is a misconfiguration of the vCenter Server Appliance name in the systemname_info.json file. To fix the issue and successfully deploy vCenter Server Appliance in HA mode, change the following.

  1. SSH to the vCenter Server Appliance and log in as root.
  2. Type: # vi /etc/vmware/systemname_info.json
  3. Check if the vCenter Server name contains any capital letters, if so change it all to lowercase.
  4. Save the file and exit SSH.
  5. Re-deploy the vCenter Server HA.

Cheers!

– Marek.Z

Exit mobile version