Upon disabling VCHA, vCenter services stops and fails to start with the message "Successfully started profile: HAcore"
VMware vCenter Server 7.0.x
VMware vCenter Server 8.0.x
Since the VCHA is broken, the default start profile left for vMon is HAcore and hence it is starting only services related to HAcore profile.
Please find the steps below to update the defaultStartProfile
# cat /storage/vmware-vmon/defaultStartProfile
# cat /storage/vmware-vmon/defaultStartProfile
HACore
# cat /storage/vmware-vmon/defaultStartProfile
ALL
# service-control --stop --all && service-control --start --all