"Product NSX_T_MANAGER install image not found for version 9.0.1.0.24952111. Remediation: Make sure install image for product NSX_T_MANAGER with version 9.0.1.0.24952111 is downloaded and available. Reference Token: C0HV71"
VMware Cloud Foundation 9.0.0
This issue occurs when VCF Installer 9.0.1 is used to deploy VCF 9.0.0.
The recommendation is to use VCF installer 9.0.1 to install VCF 9.0.1 instead of installing 9.0.0
In case you wish to keep the same VCF Installer 9.0.1 to install VCF 9.0.0, the below workaround should help you get past the NSX image not found error.
Please ensure that before you implement the steps given below, a snapshot of the VCF Installer appliance is taken.
su
chmod +x fix_manifest.sh
./fix_manifest.sh '<admin-local-password>' vcfManifestWithout901New.json
The VCF 9.0.0 deployment can now be retried. su psql -h localhost -U postgres lcm -c "DELETE FROM manifest;"TOKEN=$(curl -H 'Content-Type:application/json' https://localhost/v1/tokens -d '{"username" : "admin@local","password":"#####"}' -k | jq -r '.accessToken')curl -k -H 'Content-Type: application/json' -H "Authorization: Bearer $TOKEN" -X POST https://localhost/v1/manifests -d "@/home/vcf/vcfManifestWithout901New.json"