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:

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s