NSX 4.2.x
VCF 5.x
In VCF-integrated environments, the Management Plane enforces a strict association between the Cluster and its Transport Node Profile to maintain consistency with the SDDC Manager database. The UI prevents "Detaching" because a cluster cannot exist in an "Unmanaged" state within the VCF framework without triggering a massive configuration drift.
Instead of detaching the profile, use the "Profile Swap" method. This allows you to update the configuration (such as adding a new Transport Zone) without breaking the management link.
Navigate to System > Fabric > Hosts > Transport Node Profiles.
Open the existing profile and document all settings (Uplink Profile, Teaming Policies, IP Pools, and VNI/VLAN mappings).
Click Add Transport Node Profile to create a new version (e.g., TNP_Cluster_v2).
Apply all original settings, then add the newly required Transport Zone.
Note: Ensure the new Transport Zone does not have a conflicting default teaming policy set at the TZ level.
Navigate to System > Fabric > Nodes > Host Transport Nodes.
Select the Managed vCenter from the dropdown menu.
Check the box next to the affected Cluster.
Click Configure NSX.
In the deployment wizard, use the dropdown to select the newly created TNP.
Click Save. NSX will now perform a rolling update of the metadata across the hosts in the cluster.
Monitor the Realization State in the NSX UI to ensure all hosts return a "Success" status.
Verify the new Transport Zone is visible on the hosts via CLI: esxcli network ens transportzone list
Log into SDDC Manager and perform a Resource Inventory Refresh to ensure the new profile name is acknowledged.