Additional NSX Manager nodes were successfully provisioned via the NSX GUI, yet the SDDC inventory has not updated to include the new nodes.
SDDC Manager 9.x
The synchronization support for manually scaled out NSX Manager nodes would be available in future VCF release.
Note: To ensure inventory synchronization, NSX Manager scale-out must be performed exclusively via SDDC Manager; Broadcom is currently updating technical documentation to formalize this limitation.
Step 1 — Deactivate the existing NSX Manager Cluster
Step 2 — Scaling out the NSX Manager Cluster via SDDC API (Use the GUI or CLI API)
Procedure to Scale Out NSX Manager Nodes via SDDC Manager API:
Log in to the SDDC Manager UI.
Navigate to the Developer Center via the home dashboard or sidebar.
Select the API Categories
Locate the NSX-T Clusters section and select scale-out endpoint as below:
NSX-T Cluster
POST /v1/nsxt-clusters/{nsxt-cluster-id}/scale-out
Paste the nsxt-cluster-id
*EXAMPLE* In the request body field, enter YOUR NODE DETAILS the following JSON payload:
{
"nsxManagerSpecs": [
{
"name": "nsx-mgmt-2",
"networkDetailsSpec": {
"ipAddress": "192.168.1.42",
"dnsName": "nsx-mgmt-2.gslabs.local",
"gateway": "192.168.1.254",
"subnetMask": "255.255.255.0"
}
},
{
"name": "nsx-mgmt-3",
"networkDetailsSpec": {
"ipAddress": "192.168.1.43",
"dnsName": "nsx-mgmt-3.gslabs.local",
"gateway": "192.168.1.254",
"subnetMask": "255.255.255.0"
}
}
]
}
Click Execute
Post-validation (Full Synchronization may take up to an hour.)