VMware vCenter Server 7.0.x
VMware vCenter Server 8.0.x
This issue is caused by the vCenter Server configuration file /etc/vmware-vpx/vpxd.cfg containing invalid or duplicate entries for the vcls runtime mode (retreat mode/normal mode).
less /etc/vmware-vpx/vpxd.cfg3.To check the vCLS stack entry in the vpxd file.
less /etc/vmware-vpx/vpxd.cfg | grep -i 'vcls'4. Execute the below command to clear the vCLS entries.
sed '/<vcls>/,/<\/vcls>/d' -i /etc/vmware-vpx/vpxd.cfg5. Proceed to start the services on the vCenter Server.
service-control --start --all
Further information about the VCLS retreat mode configuration can be found in Disable vCLS on a Cluster via Retreat Mode