When performing a brownfield convert from VVF to VCF, the automated deployment of the fleet management appliance (Aria Suite Lifecycle / vRealize Suite Lifecycle Manager) fails.
This error occurs specifically during the phase where the newly deployed fleet management virtual machine certificate is added to the SDDC Manager truststore. The deployment process halts, and the task status reports a failure in the orchestration wizard
/var/log/vmware/vcf/domainmanager/domainmanager.log file:YYYY-MM-DDT HH:MM:SS DEBUG [vcf_dm,######,f780] [c.v.v.s.t.DynamicTrustManager,dm-exec-19] Error checking certificate chain CN=<vCenter FQDN>, OU=VCF, O=Broadcom, C=US, SerialNumber=###### for validity.
java.security.cert.CertificateException: Unable to construct a valid chainYYYY-MM-DDT HH:MM:SS DEBUG [vcf_dm,######,1613] [c.v.e.s.c.c.v.vsphere.VcManagerBase,dm-exec-12] Searching for VM with address <vCenter FQDN>YYYY-MM-DDT HH:MM:SS DEBUG [vcf_dm,######,1613] [c.v.e.s.c.c.v.vsphere.VcManagerBase,dm-exec-12] Found VM <vCenter VM Name>_8.0_PowerdOFF with address <vCenter FQDN>During the certificate validation phase, the VCF Domain Manager service attempts to resolve the active Management vCenter Server instance by scanning the vSphere inventory for its configured FQDN or IP address.
If a stale, duplicate, or powered-off virtual machine instance remains in the inventory with identical network definitions (e.g., left over from a previous migration, upgrade, or template deployment), the Domain Manager may bind to the Managed Object Reference (MoRef) ID of the inactive virtual machine. Because the inactive object does not possess the operational state or valid certificate attributes required by the deployment wizard, the installer fails to build and validate the certificate trust chain.
POST https://<SDDC Manager FQDN>/v1/tasks/{id}/retry