Removing a node from a cluster

Prev Next

After a broker node or compute node is removed from an IVX cluster, it remains connected to the Central Management appliance as an available node. The node serves no purpose until it is added to another IVX cluster.

Prerequisites

  • Operator or Admin access to the Central Management appliance

  • If the node you are removing is the only broker node, enable another broker node.

Removing a node from a cluster using the Web UI

Use the Appliances > Clusters page or the Appliances > Nodes page to remove a broker node or compute node from an IVX cluster.

Using the clusters page to remove a node
To remove a broker or compute node:
  1. Log in to the Central Management Web UI.

  2. Select Appliances > Clusters.

  3. Click the Actions menu, and then click Edit.

  4. Click the icon to move the node from the Selected list to the Available list.

  5. Click Next.

  6. Modify broker assignments if necessary, and then click Update.

Using the nodes page to remove a node
To remove a broker or compute node:
  1. Log in to the Central Management Web UI.

  2. Select Appliances > Nodes.

  3. Click the Actions menu, and then click Remove.

  4. When prompted, click REMOVE to confirm that you want to remove the node.

Removing a node from a cluster using the CLI

Use the commands in this section to remove a broker node or compute node from an IVX cluster.

To remove a broker or compute node:
  1. Log in to the Central Management CLI.

  2. Enable the CLI configuration mode:

    cm-hostname > enable
    cm-hostname # configure terminal
  3. Remove the node:

    cm-hostname (config) # no cmc mvx <cluster name> node <node name>
  4. Verify your change:

    cm-hostname (config) # show cmc mvx cluster <cluster name> nodes
Example

The following example removes the vx-2 from Cluster-Acme.

cm-1 (config) # no cmc mvx cluster Cluster-Acme node vx-2
Removing a node from a cluster on an offline Central Management appliance using the CLI

Use the commands in this section to remove a broker node or compute node from an IVX cluster that is managed by an offline Central Management appliance.

To remove a broker or compute node:
  1. Log in to the Virtual Execution CLI.

  2. Enable the CLI configuration mode:

    vx-hostname > enable
    vx-hostname # configure terminal
  3. Remove this node:

    vx-hostname (config) # mvx node detach
  4. Remove this node or another node in the cluster:

    vx-hostname (config) # mvx node detach <node>
Example

The following example removes the vx-2 node from the cluster.

vx-1 (config) # mvx node detach vx-2