Symptoms:
You have configured vRealize Automation environment with multiple IaaS Nodes. When you replace the IaaS Manager/ Web server certificates through VAMI, you experience these symptoms:
VAMI is loading Manager Service host...
/usr/sbin/vcac-config iaas-certificates-info
This is a known issue affecting VMware vRealize Automation 7.2.
Issue is resolved in vRA 7.3.1 and 7.4.
Workaround:
To work around the issue, remove the older history entries.
my_vra_host:~ # su - postgres
pspostgres@my_vra_host:~> psql vcac
psql.bin (9.5.12 (VMware Postgres 9.5.12.0-7957680 release))
Type "help" for help.
vcac=#delete from "cluster_commands" where status = 'QUEUED';
/usr/sbin/vcac-config iaas-certificates-info