Under Manage > Fleet Management > Identity & Access > VCF SSO Overview > [Identity Broker] > Overview > SSO Coverage > VCF INSTANCES, the Status of the VCF Instance flaps between Configured / Not Eligible.
Identity Broker regularly shows not healthy and then healthy again
VCF Ops was upgraded from 9.0 to 9.1
VCF Ops: 9.1
VCF: 9.1
This is a known issue within VCF Ops 9.1.
SSH into the VCF Ops primary node.
Query the VCF Ops database for the number of external VIDB instances:
su - postgres -c "/opt/vmware/vpostgres/current/bin/psql -p 5433 -d vcopsdb -Atc 'SELECT * FROM kv_sso_current_idp_config;'" | grep-ic "external"
If the result is more than 1, use the following command to truncate the impacted table:
truncate table kv_sso_current_idp_config;
Exit the VCF Ops database:
exit
Allow 24 hours for the "Identity Broker is not reachable" and "Identity broker is unhealthy" alerts to self-resolve.