VMware vCenter Server 9.x
VCF Operations
Fleet Manager
The issue is caused by vCenter not passing the SDDC Manager plugin task to vCenter system properly.
Task name should not contain "com.vmware.vcf.<TBD>" instead, it should state the accurate task name in vCenter.
In this case the task name is "Certificate Operation" and under Details it should state "Certificate Operation:<sub-task>" [generate CSR/ generate certificate/ replace certificate]
As an example, a normal, successful task looks like this:
vcf user.su -# systemctl restart sddc-manager-ui-app
This action triggers the plugin to be pushed and registered again in vCenter.The task is not present in the VCDB, as a running task# /opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres -c "\x" -c "select * from vpx_task;" > /tmp/vpx_task# grep -i running /tmp/vpx_task