Symptoms:
This issue occurs when a certificate replacement or mismatch triggers a persistent synchronization failure between the NSX Manager and the Edge node's Management Plane Agent. While existing KBs address certificate expiry or general mismatches, certain states can result in a hung MPA process or corrupted local datapath state that does not recover through service restarts or Manager reboots.
When service-level restarts (e.g., nsx-proxy, nsx-mpa) and Manager restarts fail to restore the MPA status, a redeployment of the Edge nodes is required to force a clean instantiation of the management and control plane state.
Using the NSX-T API provides a streamlined method to trigger this redeployment:
GET https://<NSX-Manager-IP>/api/v1/transport-nodesPOST https://<NSX-Manager-IP>/api/v1/transport-nodes/<transport-node-id>?action=redeploy Note: Ensure Content-Type: application/json and Authorization: Basic headers are set.