Troubleshooting NSX-T and Compute Manager Disappearance During Cluster Patching

Have you ever experienced the sudden disappearance of NSX-T and Compute Manager while trying to perform patching on your clusters? This can be a frustrating experience, and it’s important to know how to handle it when it occurs.

When you’re managing your clusters using an image, you may receive a notification that the status of NSX-T cannot be checked. To investigate further, you can go to the NSX-T instance and navigate to System and Fabrics, and then Compute Manager. However, if you find that the Compute Manager is empty, you may need to take some additional steps.

To resolve this issue, you can try to add a Compute Manager. However, if you receive a message that your company provider is already registered, this may not be the best solution. Instead, you can try to perform the following steps:

  1. Run this API:

GET: https://{nsx-t_nodeIP_or_hostname}/api/v1/fabric/compute-managers

In the output, find the”id” and note a long number. It will be at the bottom of the output for example: “125ac23f-e7de-40ab-65ef-bb3727604ae6” (this is an example}

  1. Run this API:
POST: https://{nsx-t_nodeIP_or_hostname}/api/v1/error-resolver?action=resolve_error

BODY: {
 "errors": [
      {
          "user_metadata": {
          "user_input_list": [
            {
              "property_value": "password_for_administrator@vsphere.local",
              "property_name": "password",
              "data_type": "PASSWORD"
            },
            {
              "property_value": "administrator@vsphere.local",
              "property_name": "username",
              "data_type": "TEXT"
            }
          ]
        },
        "error_id": 7064,
        "entity_id": "provide id from previous GET call "
      }
    ]
 }

  1. SSH to every NSX-T node and run this command as admin (not root):
start search resync inventory
  1. Wait a few moments, you will see compute manager back in the GUI.

Here is a step-by-step video:

🔥Subscribe to the channel: https://bit.ly/3vY16CT🔥

🚨Read my blog: https://angrysysops.com/

👊Twitter: https://twitter.com/AngrySysOps
👊Facebook: https://www.facebook.com/AngrySysOps
👊My Podcast: https://bit.ly/39fFnxm
👊Mastodon: https://techhub.social/@AngryAdmin

🔥vExpert info: https://bit.ly/3vXGPOa

🛒 VMware EMEA store: https://imp.i263671.net/c/3505578/814646/11461

🛒 VMware US store: https://imp.i263671.net/c/3505578/814642/11461

🛒 VMware APAC store: https://imp.i263671.net/c/3505578/814645/11461

Please leave the comment