VMware NSX
Due to environmental issues , some hosts might be excluded from the initial migration due to hardware failures or other operational issues like unable to get the host into maintenence , leaving the migration incomplete.
1. Identifying Hosts Still on NVDS
POST https://<nsx_manager_ip>/api/v1/nvds-urt?action=cleanupprecheck_id from the response:POST https://<nsx_manager_ip>/api/v1/nvds-urt/precheckprecheck_id to fetch the latest topology, which includes a list of host UUIDs:GET https://<nsx_manager_ip>/api/v1/nvds-urt/topology/<precheck_id>2. Migration Execution Steps
Once the URT topology is validated and pending hosts are identified, follow these steps for each host:
tn-id): POST https://<nsx-mgr>/api/v1/transport-nodes/<tn-id>?action=migrate_to_vdsprecheck-id obtained earlier:GET https://<nsx-mgr>/api/v1/nvds-urt/status-summary/<precheck-id>json { "precheck_id": "XXXXXXXXXXXXXXXXXXXXX", "precheck_status": "READY", "migration_state": [ { "host": "XXXXXXXXXXXXXXXXXXXXXXX", "overall_state": "UPGRADE_READY" }, { "host": "XXXXXXXXXXXXXXXXXXXXXXX", "overall_state": "UPGRADE_READY" }, { "host": "XXXXXXXXXXXXXXXXXXXXXXX", "overall_state": "SUCCESS" } ] }3. Final Validation and TNP Application
overall_state shows SUCCESS.For further details and guidance, refer to the following official resources: