Task: Configure Base Install Image Repository in SDDC ManagerMetadata file /nfs/vmware/vcf/nfs-mount/compatibility/VmwareCompatibilityData.json does not exist Reference Token: ####/nfs/vmware/vcf/nfs-mount/compatibility/VmwareCompatibilityData.json does not existvvs.broadcom.com is unreachable from the SDDC ManagerVCF 9.1
The Compatibility directory and the required VmwareCompatibilityData.json file are missing from the NFS mount path /nfs/vmware/vcf/nfs-mount/compatibility/ because the environment lacks internet connectivity to reach vvs.broadcom.com.
Follow the below steps to resolve the issue
mkdir -p /nfs/vmware/vcf/nfs-mount/compatibility/
curl.exe --request GET --url "https://vvs.broadcom.com/v1/products/bundles/type/vcf-lcm-v2-bundle?format=json" --header "x-vmw-esp-clientid: vcf-lcm" > "C:\temp\VmwareCompatibilityData.json"
curl --request GET --url 'https://vvs.broadcom.com/v1/products/bundles/type/vcf-lcm-v2-bundle?format=json' --header 'x-vmw-esp-clientid: vcf-lcm' > /nfs/vmware/vcf/nfs-mount/compatibility/VmwareCompatibilityData.json
/nfs/vmware/vcf/nfs-mount/compatibility/chown -R vcf_lcm:vcf /nfs/vmware/vcf/nfs-mount/compatibility/