Skip to main content
A newer release of this product is available.

Remove an asset from the management node

Contributors netapp-pcarriga

If you physically replace a compute node or need to remove it from the NetApp HCI cluster, you must remove the compute node asset using the management node APIs.

What you'll need
  • Your storage cluster is running NetApp Element software 11.3 or later.

  • You have deployed a management node running version 11.3 or later.

Steps
  1. Enter the management node IP address followed by /mnode/1/:

    https://<ManagementNodeIP>/mnode/1/
  2. Select Authorize or any lock icon and enter cluster admin credentials for permissions to use APIs.

    1. Enter the cluster user name and password.

    2. Select Request body from the type drop-down list if the value is not already selected.

    3. Enter the client ID as mnode-client if the value is not already populated.

    4. Do not enter a value for the client secret.

    5. Select Authorize to begin a session.

    6. Close the window.

  3. Close the Available authorizations dialog box.

  4. Select GET/assets.

  5. Select Try it out.

  6. Select Execute.

  7. Scroll down in the response body to the Compute section, and copy the parent and id values for the failed compute node.

  8. Select DELETE/assets/{asset_id}/compute-nodes/{compute_id}.

  9. Select Try it out.

  10. Enter the parent and id values you copied in a previous step.

  11. Select Execute.