After upgrade to vCenter 8.0 u3, clusters are unable to enter retreat mode via the GUI
book
Article ID: 401767
calendar_today
Updated On:
Products
VMware vCenter Server
Issue/Introduction
When attempting to enter Retreat mode to remove vCLS vms in a DRS cluster, the vCenter throws an error stating:
A general system error occurred: Cannot create path vcls/clusters/domain-c####/enabled Element domain-c#### already has value True/False
Environment
vCenter 8.0 u3
Cause
The vpxd.cfg contains data for the existing cluster from previous vCLS retreat mode configuration changes, which is preventing the vCenter from enabling retreat mode successfully.
Resolution
Edit the vpxd.cfg to remove the old vcls configuration preventing vCenter from updating the cluster status.
Take a snapshot of the vCenter before proceeding with any configuration edits. (If the vCenter is in ELM, please take powered of snapshots of all vCenters before proceeding to maintain ELM replication in case of any incident)
Open an SSH to the vCenter and connect with root user
Navigate to the /etc/vmware-vpx directory:
cd /etc/vmware-vpx
Make a copy of the vpxd.cfg file:
cp vpxd.cfg vpxd.cfg.old
Stop the vpxd service on the vCenter
service-control --stop vpxd
Edit the vpxd.cfg with the vi command, removing cluster information that is preventing the vCenter from entering maintenance mode. Remove individual clusters as needed, or remove all lines between <vcls> and </vcls> to reset all configs for the clusters in the vCenter. Save the document after making the changes.
Start the vpxd service again:
service-control --start vpxd
Enter and exit retreat mode as designed via the vCenter GUI