To resolve this issue, manually delete the configuration historical data so that it can be repopulated on restart.
- Ensure that you have a valid backup of all vRA environment.
- Open an SSH session to all vRA virtual appliances.
- Shut down the vRO services on all vRA VA by running this command:
service vco-server stop
vco-configurator stop 4.On the primary vRA VA, log into the postgres database by running these commands:
su – postgres
psql vcac 5.Delete the configuration history table by running this command:
delete from public.vmo_vroconfigurationhistory;
delete from public.vmo_vroconfiguration;
6.Logout from the Postgres userby running this command:
exit
- Restart the services on all VA nodes by running this command:
service vco-configurator start
vco-server start
8. Wait for five minutes after restarting services and check the Cluster Configuration setting in the control center again.
If it is not yet synchronized, restart the vRO configuration services again on all nodes:
service vco-configurator restart