This article helps users to resolve any issue while they change their NSXT ip/fqdn out of band.
Follow the below steps:
1. In SDDC Mgr, log in via admin/root password and run the following to create an inventory backup
curl localhost/inventory/nsxt | jq --indent 3 .[0] > inventory_backup1.json
Note: Use a find and replace to replace the ip's and/or fqdn as the "configuration" blob also has entries that require change.
Finally take a note of the outermost "id" field and record it for the step.
3) Update VCF inventory with the below curl command where entity id, is the id recorded in step 2.
curl -X PUT http://localhost/inventory/nsxt/{entity-id} -H "Content-Type: application/json" -d @updated_nsxt_cluster.json | json_pp
4) Verify the updated inventory with
curl http://localhost/inventory/nsxt
5) Wait 5-15 minutes for the LCM auditor to pick up changes
6) Once inventory is corrected, update the NSXT node certificates