"no healthy upstream" on the Browser.root@vcenter [ ~ ]# service-control --start vmware-vpxdOperation not cancellable. Please wait for it to finish...Performing start operation on service vpxd...Error executing start on service vpxd. Details { "detail": [ { "id": "install.ciscommon.service.failstart", "translatable": "An error occurred while starting service '%(0)s'", "args": [ "vpxd" ], "localized": "An error occurred while starting service 'vpxd'" } ], "componentKey": null, "problemId": null, "resolution": null}
/var/run/log/vpxd/vpxd.log is not updated with the new log entries. /var/core directory./usr/sbin/vpxd is run to check if the vpxd.cfg file is corrupt and it fails with the below error:root@vcenter [ /var/core ]# /usr/sbin/vpxdFailed reading /etc/vmware-vpx/vpxd.cfg; N7Vmacore19FileFormatExceptionE(Duplicate child: enabled)
[context]#####[/context]
|[VpxdMain] Failed to init vmacoreAborted (core dumped)VMware vCenter Server 8.x
NOTE: Take a snapshot of the vCenter Server Virtual Machine before implementing the steps below. In case of vCenter in Enhanced Linked Mode, follow VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice
cp /etc/vmware-vpx/vpxd.cfg /etc/vmware-vpx/vpxd.cfg.bak
vi /etc/vmware-vpx/vpxd.cfg
<vcls> tag and delete the duplicate <enabled> tag: <vcls> <clusters> <domain-c#> <enabled>False</enabled> <enabled>False</enabled> <-------------- remove this line </domain-c#> </clusters> </vcls>:wq!
service-control --stop --all && service-control --start --all