Manually removing a node from the Aria Operations cluster
search cancel

Manually removing a node from the Aria Operations cluster

book

Article ID: 318826

calendar_today

Updated On: 04-02-2025

Products

VMware Aria Suite

Issue/Introduction

  • A node may be duplicated on the Administration > Cluster Management page.
  • A node is powered off and deleted without removing it from the Aria Operations cluster. The node is listed as inaccessible.
  • Attempts to gracefully remove the node from either of the scenarios does not succeed.
  • The Aria Operations product UI may not be accessible.


Environment

VMware Aria Operations 8.x

Resolution

To resolve this issue, use one of these options:
  • Remove the Data or Remote Collector node by running this command as root from any of the nodes in the cluster:

    curl -ik -u 'admin:password' -X DELETE https://primary_node_IP/casa/deployment/slice/node_to_remove_IP

    Where:
    • password is the admin user password
    • primary_node_IP is the IP of the Primary node
    • node_to_remove_IP is the IP of the node that you want to remove from the cluster
       
  • Remove the Primary or a Replica node by running this command as root from any of the nodes in the cluster:
Notes:
  • HA must be enabled for this call to succeed.
  • Large clusters might take additional time to repopulate the data.

curl -ik -u 'admin:password' -X DELETE https://primary_node_IP/casa/deployment/slice/node_to_remove_IP/replacement_node_IP

Where:
  • password is the admin user password
  • primary_node_IP is the IP of the Primary node
  • node_to_remove_IP is the IP of the node that you want to remove from the cluster
  • replacement_node_IP is the IP of the node that replaces the Primary or Replica node that you are removing


Additional Information

It may be necessary to reboot all nodes in the Aria Operations cluster after making the changes in the configuration files noted in the preceding section.


Impact/Risks:
The below steps will only be successful if the cluster is in a clean Online or Offline state.
Do not attempt the below steps if the cluster is in a failed state, or in the middle of expanding or shrinking the cluster; instead, contact VMware Support for assistance.

Ensure you have a valid snapshot or backup of the Aria Operations cluster before proceeding.
See How to take a Snapshot of Aria Operations for more information.