vmware-vpxd
service fails to start./var/log/vmware/vmon/vmon.log
, the following error is observed:
host-2599 <vpxd> Service exited unexpectedly. Crash count 0. Taking configured recovery action
VmacorePanic "Failed to do early initialization."
/var/log/vmware/vpxd/vpxd.log
, there is no indication that the vmware-vpxd
service is writing new log entriescore.vpxd-worker.####
getting generated in the /var/core/
directory/sbin/vpxd
returns:
Aborted (core dumped)
The issue is caused due to an invalid entry in the configuration in vpxd.cfg
file
For example,
<mail>
<smtp>
<password/>
<port/>
<username>[email protected]</username>
<username/>
</smtp>
Important: Take a snapshot of the vCenter server before making any changes.
Log into the vCenter server:
Navigate to the vpxd.cfg
file:
Back up the vpxd.cfg
file:
Edit the vpxd.cfg
file:
<username/>
, and remove them.Save the changes:
Esc
to exit insert mode and type :wq!
to save and exit.Restart the vpxd
service:
The vCenter server vmware-vpxd
service should now start successfully.