VMware NSX

 View Only

  • 1.  NSX: offboarding is not completed (Error code:530028)

    Posted Dec 03, 2025 05:43 PM
      |   view attached

    I am encountering a persistent issue when attempting to re-add a Local Manager (LM) to my Global Manager (GM) in an NSX Federation environment

    .{ "status" : "TERMINAL_FAILED",

    "message" : "Site offboarding failed at the final stage. Stage will be retried. Error: null", "id" :

     "site-offboarding-state", "path" : "/infra/site-offboarding-state", //... other fields }



    -------------------------------------------


  • 2.  RE: NSX: offboarding is not completed (Error code:530028)

    Broadcom Employee
    Posted Dec 04, 2025 08:08 AM

    Run the following API call to understand current status of off-boarding and if it matches open a GSS support ticket. 

    curl -k -u admin -X GET https://localhost/policy/api/v1/infra/site/offboarding-status

    https://knowledge.broadcom.com/external/article/376825/onboarding-local-manager-to-global-manag.html

    -------------------------------------------



  • 3.  RE: NSX: offboarding is not completed (Error code:530028)

    Posted Dec 05, 2025 12:57 PM
    Edited by fakhr fakhar Dec 05, 2025 12:58 PM
    "status": "TERMINAL_FAILED",
        "message": "Site offboarding failed at the final stage. Stage will be retried. Error: null",
        "resource_type": "SiteOffBoardingState",
        "id": "site-offboarding-state",
        "display_name": "site-offboarding-state",
        "path": "/infra/site-offboarding-state",
        "relative_path": "site-offboarding-state",
        "remote_path": "",
        "marked_for_delete": false,
        "overridden": false,
        "_system_owned": false,
        "_protection": "NOT_PROTECTED",
        "_create_time": 1764703959747,
        "_create_user": "'globalmanageridentity'",
        "_last_modified_time": 1764957357459,
        "_last_modified_user": "system",
        "_revision": 99279
    } this is the statu

    -------------------------------------------



  • 4.  RE: NSX: offboarding is not completed (Error code:530028)

    Broadcom Employee
    Posted Dec 05, 2025 08:44 PM

    This issue will require some log review. Therefore, it is better to open a GSS support ticket to manage and resolve this effectively.

    Above API output matching KB: https://knowledge.broadcom.com/external/article/416576/onboarding-local-manager-to-global-manag.html

    -------------------------------------------