An error occurs when attempting to add a compute manager to NSX stating that the compute manager is already registered with another NSX manager.
Error: "Compute manager <name> is already registered with other NSX manager <IP:port>"
The error message references to a decommissioned NSX manager which was earlier attached to this vCenter.
A stale extension named com.vmware.nsx.management.nsxt is visible in the vCenter managed object browser.
VMware NSX
This issue occurs when the previous NSX manager is decommissioned without properly unregistering the vCenter server.The stale NSX extension from the previous instance remains on the vCenter and prevents the association with a new manager.
To resolve this conflict, you must manually remove the stale extension using the vCenter Managed Object Browser (MOB).
Prerequisite: Access to the vCenter Managed Object Browser (MOB) must be enabled. Please refer to Broadcom KB 403417 for instructions on enabling MOB access.
Open a web browser and navigate to: https://<vCenter_Server_IP_or_FQDN>/mob
Log in using your vCenter Server administrator credentials (e.g., [email protected]).
Click the content link located in the Properties table.
Click the ExtensionManager link located within the Properties table.
Locate the Methods table at the bottom of the page.
Click the link for UnregisterExtension.
Remove Primary Extension:
In the value field, enter: com.vmware.nsx.management.nsxt
Click Invoke Method to remove the extension.
Remove VCP Extension:
In the value field, enter: com.vmware.nsx.management.nsxt.vcp
Click Invoke Method to remove the extension.
Return to the ExtensionManager page.
Click the FindExtension link.
Check both extension keys individually:
Enter com.vmware.nsx.management.nsxt in the value field and click Invoke Method.
Enter com.vmware.nsx.management.nsxt.vcp in the value field and click Invoke Method.
Expected Result: Both invocations should return void (or NotFound/null), confirming that neither stale extension key remains in the vCenter configuration.
Return to the NSX Manager UI.
Navigate to System > Compute Managers.
Attempt to add or re-register the vCenter Server as a Compute Manager.
If you still face the issue, please open a support case with Broadcom Support and refer to this KB article.
For more information, see Creating and managing Broadcom support cases.
Reference :
1. Tech docs:Remove NSX Extension from vCenter