Veritas Access Installation Guide
- Introducing Veritas Access
- Licensing in Veritas Access
- System requirements
- System requirements
- Linux requirements
- Linux requirements
- Network and firewall requirements
- Preparing to install Veritas Access
- Deploying virtual machines in VMware ESXi for Veritas Access installation
- Installing and configuring a cluster
- Installing the operating system on each node of the cluster
- Installing Veritas Access on the target cluster nodes
- About NIC bonding and NIC exclusion
- About VLAN Tagging
- Automating Veritas Access installation and configuration using response files
- Displaying and adding nodes to a cluster
- Upgrading Veritas Access and operating system
- Upgrading Veritas Access using a rolling upgrade
- Uninstalling Veritas Access
- Appendix A. Installation reference
- Appendix B. Troubleshooting the LTR upgrade
- Appendix C. Configuring the secure shell for communications
Deleting a node from the cluster
This command deletes a node from the cluster. Use the node name that is displayed in the Cluster> show command.
Note:
This command is not supported in a single-node cluster.
If the deleted node was in the RUNNING state prior to deletion, after you reboot the node, that node is assigned to the original IP address that can be used to add the node back to the cluster. The original IP address of the node is the IP address that the node used before it was added into the cluster.
If your cluster has configured a FSS pool, you cannot use the installer to delete nodes that would result in a single node in the node group of the FSS pool.
Deleting a node from a two-node cluster that has writeback caching enabled changes the caching to read-only. Writeback caching is only supported for two nodes.
The IP address that was used by the node before it was deleted from the cluster is still accessible until you perform a restart operation.
After the node is deleted from the cluster and you perform a reboot operation, the IP addresses associated with the node are free for use by the cluster for new nodes.
To delete a node from the cluster
- To show the current state of all nodes in the cluster, enter the following:
Cluster> show
- To delete a node from a cluster, enter the following:
Cluster> del nodename
where nodename is the node name that appeared in the listing from the Cluster> show command. You cannot specify a node by its IP address.
For example:
Cluster> del snas_01
- After a node is deleted from the cluster, the physical IP addresses that it used are marked as unused physical IP addresses. The IP addresses are available for use if you add new nodes. The virtual IP addresses used by a node which has been deleted are not removed. Deleting a node moves the virtual IP addresses on the deleted node to the remaining nodes in the cluster.
For example:
Network> ip addr show IP Netmask/Prefix Device Node Type Status -- -------------- ------ ---- ---- ------ 10.209.86.232 255.255.252.0 pubeth0 source_30a_01 Physical 10.209.86.233 255.255.252.0 pubeth1 source_30a_01 Physical 10.209.86.234 255.255.252.0 ( unused ) Physical 10.209.86.235 255.255.252.0 ( unused ) Physical 10.209.86.240 255.255.252.0 pubeth0 source_30a_01 Virtual ONLINE (Con IP) 10.209.86.236 255.255.252.0 pubeth0 source_30a_01 Virtual ONLINE 10.209.86.237 255.255.252.0 pubeth0 source_30a_01 Virtual ONLINE 10.209.86.238 255.255.252.0 pubeth1 source_30a_01 Virtual ONLINE 10.209.86.239 255.255.252.0 pubeth1 source_30a_01 Virtual ONLINE
If the physical or virtual IP addresses are not going to be used, they can be removed using the following command:
Network> ip addr del ipaddr
For example:
Network> ip addr del 10.209.86.234 ACCESS ip addr SUCCESS V-288-1031 ip addr del successful.
Note:
If the cluster has configured NIC bonding, you also need to delete the configuration of the deleted node on the switch.