Managing rules is temporarily unavailable. Server has wrong SHA1 thumbprint <thumbprint> (required) != <other thumbprint> (server)
Before applying the steps below, please ensure to have a recent backup or offline snapshot of the vCenter Server Appliance. In case vCenter Server Appliance (VCSA) is in an Enhanced Linked Mode (ELM) replication configuration with other VCSAs, you need to take offline snapshots for all ELM nodes.
To solve the issue, apply the following steps:
# sqlite3 /var/lib/rbd/db
select * from vc_servers;
.quit
# /usr/lib/vmware-vmafd/bin/vecs-cli entry getcert --store MACHINE_SSL_CERT --alias __MACHINE_CERT --output /tmp/machineSSL.crt
# openssl x509 -in /tmp/machineSSL.crt -noout -fingerprint
# service-control --stop vmware-rbd-watchdog
# sqlite3 /var/lib/rbd/db
update vc_servers set thumbprint = "<thumbprint from step 6>";
.quit
# service-control --start vmware-rbd-watchdog