https://<cell address>:5480/cluster), the Failover Mode is set to the following:INDETERMINATEcurl -k -X GET -u root https://localhost:5480/api/1.0.0/nodes from the command line on a VCD cell shows details similar to the following for one or more cells: "repmgrd": { "details": "On node ##### (############): repmgrd = not running", "status": "NOT RUNNING" }systemctl status repmgrdVMware Cloud Director 10.6.x
The repmgrd service on one or more of the cells is not running. The repmgrd service is required if the failover mode is set to AUTOMATIC and, if it is not running on all cells, the failover mode is not fully functional. Otherwise, this service is not required for the MANUAL failover mode and will be stopped on all cells.
In order to remediate the failover mode status, perform the following steps:
root on one of the VMware Cloud Director (VCD) cells via the console or SSH.curl -k -X GET -u root https://localhost:5480/api/1.0.0/nodes "repmgrd": { "details": "On node ##### (############): repmgrd = not running", "status": "NOT RUNNING" }root.repmgrd service:systemctl restart repmgrdAlternatively, change the failover mode of the cluster to MANUAL.
For more information regarding the failover mode, refer to the following documents:
VMware Cloud Director Appliance Deployments and Database High Availability Configuration
Changing the Failover Mode of Your VMware Cloud Director Appliance