VMware NSX

  • 1.  Not able to add the removed NSX-T Local Manager back to Global Manager

    Posted Jul 20, 2022 08:17 AM
      |   view attached

    Hi Team,

    For some reason i had to remove the local manager(LM) from global which i did by following the pre-requisites i.e. global manager(GM) realted configuration done on LM were removed manually and then LM was removed from GM succesfully.

    The issue what i am facing is that when i am trying to add LM back to GM, I am geting error "Error: Site <site-name> offboarding is not completed. (Error code: 530028)  further to troubleshoot i see on LM the default segment profile and default VPN profiles still listed of GM. I have restarted the LM controllers to see if it helps,however no luck.Need to know how can we fix it. Screen shot attached for reference. Thanks 



  • 2.  RE: Not able to add the removed NSX-T Local Manager back to Global Manager
    Best Answer

    Broadcom Employee
    Posted Jul 20, 2022 08:21 PM

    Check the off-boarding status on LM:

    GET https://<LM>/policy/api/v1/infra/site/offboarding-status

     

    once you found dependent object holding the cleanup. try to force DELETE it through API call

    Example - DELETE https://<LM>/policy/api/v1/global-infra/<ComponentPath>?override=true

     

    You can try below too in conjunction with above:

    Reset SiteManager on LM
    POST https://<LM>/api/v1/sites?action=reset


    Cleanup config from LM (there is a small typo in the original API you uses 'sites' -> 'site')
    POST https://<LM>/policy/api/v1/infra/site?action=offboard

     

    Let me know if this helps!



  • 3.  RE: Not able to add the removed NSX-T Local Manager back to Global Manager

    Broadcom Employee
    Posted Aug 08, 2022 03:42 PM

     did this helped in solving the problem? If yes mark as solved or post further updates