VCF
VCF 3.X – Bring-Up License Expired
Issue: NSX Datacenter license used in parameter xls was expired, resulting in a failure during bring-up. Rather than rolling back the bring-up I edited the NSX lic entry in postgres […]
Virtualization & Storage
Issue: NSX Datacenter license used in parameter xls was expired, resulting in a failure during bring-up. Rather than rolling back the bring-up I edited the NSX lic entry in postgres […]
Issue: NSX Datacenter license used in parameter xls was expired, resulting in a failure during bring-up.
Rather than rolling back the bring-up I edited the NSX lic entry in postgres via Cloud Builder SSH console:
sudo psql -U postgres -d bringup -h localhost
Enable extended display in order to make the output readable:
\x auto
Select the resource config and drill down to NSX entry:
SELECT * FROM "ResourceConfig";

UPDATE “ResourceConfig” with a valid NSX lic:
\q to exit
Hit ‘retry’ from Cloud Builder: