Deployment of management components fails with Request and Configure VCF Operations fleet management SSL Certificate
book
Article ID: 411305
calendar_today
Updated On:
Products
VMware Cloud Foundation
Issue/Introduction
This can happen in an upgraded environment where FIPS was OFF on 5.2.x SDDC-M and FIPS is preserved during the upgrade and Day-N SDDC-M API is used for the deployment of the Management components.
Environment
VCF 9.0.1
Resolution
Create a backup / snapshot of the vRSLCM appliance.
SSH to the vRSLCM appliance with root
Run the following command to remove the truststore file: rm /opt/vmware/vlcm/truststore
Restart vRSLCM service cmd: systemctl restart vrlcm-server.service
In the vcfOperationsFleetManagementSpec section of the used SDDC Manager API request payload json add : "useExistingDeployment": true as it is shown in the snippet:
"vcfOperationsFleetManagementSpec": { ... "useExistingDeployment": true }, ... " and rerun the same API.