400 Bad Request: "FQDNs are not configured for nodes IPs"./var/log/vmware/vcf/operationsmanager/operationsmanager.log show: ERROR: relation "certificate_chain_expiry_seq" does not exist.This issue occurs when the SDDC Manager operationsmanager database is not updated with the new certificate expiration dates or task status. This can happen if certificates are renewed directly on the component (out-of-band) or if the automated retrust workflow fails due to DNS/FQDN mismatches, leaving stale "FAILED" or expired entries in the database.
See Download Broadcom products, patches and software to download the latest release.
For environments where an upgrade is not immediately possible, use the following steps to manually reconcile the database.
Warning: Take a snapshot of the SDDC Manager appliance before performing database modifications.
psql -h localhost -U postgres -d operationsmanager -X -c "select * from certificatemanagement.certificate_chain_expiry where expiry_date < now();"psql -h localhost -U postgres -d operationsmanager -X -c "delete from certificatemanagement.certificate_chain_expiry where id in ('<ID1>','<ID2>');"psql -U postgres -h localhost -d operationsmanager -c "select replacement_status_id, replacement_status, resource_fqdn from certificatemanagement.replacement_status where replacement_status='FAILED'"psql -U postgres -h localhost -d operationsmanager -c "update certificatemanagement.replacement_status set replacement_status='SUCCESSFUL' where replacement_status_id='<ID>'"If the issue persists, contact Broadcom Support. See Contact Broadcom Support for assistance.