Citrix ADC

Removing a cluster node

When a node is removed from the cluster, the cluster configurations are cleared from the node (by internally running the clear ns config -extended command). The SNIP addresses,MTUsettings of the backplane interface, and all VLAN configurations (except the default VLAN and NSVLAN) are also cleared from the appliance.

Note

  • If the deleted node was the cluster configuration coordinator (CCO), another node is automatically selected as the CCO, and the cluster IP address is assigned to that node. All the current cluster IP address sessions are invalid and you have to start a new session.
  • To delete the whole cluster, you must remove each node individually. When you remove the last node, the cluster IP addresses are deleted.
  • When an active node is removed, the traffic serving capability of the cluster is reduced by one node. Existing connections on this node are terminated.

To remove a cluster node by using the CLI

For NetScaler 10.1 and later versions

  1. 登录到cluster IP address and at the command prompt, type:

    rm cluster node  save ns config
  2. Log on to the removed node, NSIP address, and at the command prompt, type:

    save ns config

Note

If the cluster IP address is unreachable from the node, run the rm cluster instance command on the NSIP address of that node itself.

For NetScaler 10

  1. Log on to the node that you want to remove from the cluster and remove the reference to the cluster instance.

    rm cluster instance  save ns config
  2. 登录到cluster IP address and remove the node from which you removed the cluster instance.

    rm cluster node  save ns config

    Make sure you do not run therm cluster nodecommand from the local node. It results in inconsistent configurations between the CCO and the node.

To remove a cluster node by using the GUI

On the cluster IP address, navigate toSystem > Cluster > Nodes, select the node you want to remove and clickRemove.

Removing a cluster node