TECHRUNBOOK · PRACTICAL GUIDE

VMware ESXi Host Disconnected from vCenter: Troubleshooting Runbook

Troubleshoot ESXi hosts that appear disconnected in vCenter by checking management networking, DNS, hostd, vpxa, certificates and time.

Practical RunbookTechnical Troubleshooting
Practical Runbook10 StepsIssues → Solutions → Recommendations
Have a question about this runbook?Post your issue to the TechRunbook Community and get help from other IT professionals.
Ask the Community →
!Issue

Troubleshoot ESXi hosts that appear disconnected in vCenter by checking management networking, DNS, hostd, vpxa, certificates and time.

Solution

Start with Check management connectivity and work through the six diagnostic checks in order.

Recommendations

Record results before changing configuration and validate the original symptom after each controlled change.

TechRunbook approach: Test one dependency at a time, record the result and only then change the configuration.

Quick checks

Start with the basic checks in this runbook before moving to deeper troubleshooting.

  • Confirm the affected service or component is available.
  • Check recent configuration or connectivity changes.
  • Run the relevant commands and compare the result with the expected state.
01

Check management connectivity

Verify the ESXi management VMkernel address, VLAN, gateway and reachability to vCenter.

02

Check DNS

Confirm forward and reverse DNS resolution for the ESXi host and vCenter names.

03

Check management services

Review hostd and vpxa service health before restarting services.

04

Check required ports

Confirm required management traffic is permitted between ESXi and vCenter.

05

Check certificates and time

Check certificate validity and time synchronization when trust or authentication errors are reported.

06

Reconnect and verify

Reconnect the host after correcting the underlying dependency and verify inventory and alarms.

07

Useful commands

Run these checks from an appropriate administrative session and replace example values with your environment.

Management interfaces

esxcli network ip interface list

Services

/etc/init.d/hostd status && /etc/init.d/vpxa status
08

Quick troubleshooting path

Use this sequence to isolate the failing dependency before changing production configuration.

  1. Check management connectivity → Verify the ESXi management VMkernel address, VLAN, gateway and reachability to vCenter.
  2. Check DNS → Confirm forward and reverse DNS resolution for the ESXi host and vCenter names.
  3. Check management services → Review hostd and vpxa service health before restarting services.
  4. Check required ports → Confirm required management traffic is permitted between ESXi and vCenter.
  5. Check certificates and time → Check certificate validity and time synchronization when trust or authentication errors are reported.
  6. Reconnect and verify → Reconnect the host after correcting the underlying dependency and verify inventory and alarms.
09

What good troubleshooting looks like

Good infrastructure troubleshooting is evidence-driven. Capture the original state, test the dependency that can prove or disprove your hypothesis, make the smallest safe change and repeat the original test.

Example workflow
Symptom → hypothesis → direct test → result → controlled change → validation → documentation
10

Frequently asked questions

What should I check first?

Start with the exact symptom and validate the dependency closest to the failure in this VMware runbook.

Should I change production configuration immediately?

No. Capture the current state first, test the suspected dependency and make one controlled change at a time.

How should I document the fix?

Record the symptom, commands used, result, configuration change and validation result so the procedure can be repeated.

+

Related TechRunbook guides

Was this runbook helpful?

↑ Top