paused
for one of the host clusters, even though all the members in that cluster are showing as fully upgraded. VMware NSX
The following API calls needs to be executed to remove the stale entry of the Transport Node that is no longer in use. API calls can be executed either via 3rd party tools such as postman or by logging in as root into the NSX manager via putty/ssh
GET
API, that may show up the host as disconnected or down:GET https://<NSX-Manager-FQDN>/api/v1/transport-nodes/<Transport-Node-UUID>/state
OR
curl -X GET -H 'Content-Type: application/json' -sN -k -u admin "https://
<NSX-Manager-FQDN>/api/v1/transport-nodes/<Transport-Node-UUID>/state"
DELETE
API below to remove the stale entry of the host.DELETE https://
/api/v1/transport-nodes/<Transport-Node-UUID>?force=true&unprepare_host=false<NSX-Manager-FQDN>
OR
curl -X GET -H 'Content-Type: application/json' -sN -k -u admin "https://
/api/v1/transport-nodes/<Transport-Node-UUID>?force=true&unprepare_host=false"<NSX-Manager-FQDN>
admin
and run the command start search resync all
to ensure the indexes are in sync on all NSX managers inventory.GET
API to confirm that the host are no longer present in NSX:GET https://
/api/v1/transport-nodes/<Transport-Node-UUID>/state<NSX-Manager-FQDN>
OR
curl -X GET -H 'Content-Type: application/json' -sN -k -u admin "https://
<NSX-Manager-FQDN>/api/v1/transport-nodes/<Transport-Node-UUID>/state"
System --> Upgrade
, which should now allow to proceed with the upgrade.If you still face the issue, kindly open a case with Broadcom Support Creating and managing Broadcom support cases
To be able to access the NSX Manager as root
, login to the NSX manager as user admin via putty/ssh and switch to the root login by running the command st en