This is a known issue affecting VMware Cloud Foundation 3.0. There is currently no resolution.
This workaround below is applicable to VMware Cloud Foundation 3.0 only. Workaround:
- Power off and delete the vRealize Suite Lifecycle Manager virtual appliance.
- Download the attached 57917_clean-vrslcm-data.zip file.
- Use a file transfer utility to copy the 57917_clean-vrslcm-data.zip file to the /tmp folder on the SDDC Manager virtual appliance.
- SSH to the SDDC Manager virtual appliance as the vcf user and then use the su command to switch to the root user.
- Issue the following command to extract the contents of the /tmp/57917_clean-vrslcm-data.zip file:
unzip -d /tmp/57917_clean-vrslcm-data.zip
Note: You will see output similar to the following:
Archive: /tmp/57917_clean-vrslcm-data.zip
inflating: /tmp/clean-vrslcm-data.sh
- Issue the following commands to run the extracted /tmp/clean-vrslcm-data.sh script:
chmod +x /tmp/clean-vrslcm-data.sh
/tmp/clean-vrslcm-data.sh
Note: vRealize Automation and/or vRealize Operations Manager can now be deployed.