Read_Only_Primary
state.VMware Cloud Director
After Standby Cells are added to a Cloud Director Appliance Cluster the Primary Cell will only be in a healthy state if there is at least one operational Standby Cell following it.
Broadcom does not provide support for VMware Cloud Director appliance deployments without database HA as outlined in the documentation, VMware Cloud Director Appliance Deployments and Database High Availability Configuration.
Read_Only_Primary
is to deploy two new Standby Cells as per the documentation, View Your VMware Cloud Director Appliance Cluster Health and Failover Mode and Recover from a VMware Cloud Director Appliance Standby Cell Failure in a High Availability Cluster./opt/vmware/vcloud-director/data/transfer/appliance-nodes
directory and the Primary Cell should become operational.synchronous_standby_names
setting:synchronous_standby_names
setting:grep synchronous_standby_names /var/vmware/vpostgres/current/pgdata/postgresql.conf
If the Primary Cell requires a Standby Cell they will be listed by name in the output, for example the following represents the output for a cluster with one or two Standby Cells respectively:synchronous_standby_names = 'ANY 1 ("<standby_cell_name>")'
synchronous_standby_names = 'ANY 1 ("<standby_cell_name>","<standby_cell_name>")'
synchronous_standby_names = ''