Handle NAS Cluster Nodes for Maintenance
Before performing maintenance on a NAS cluster node, you need to disable it — both from the cluster and from SMB or NFS services. After you have completed maintenance, you can re-enable SMB or NFS services on the node and re-join it to the NAS cluster.
Note: For a list of all the Appliance Controller commands, see the Command Index.
- Remove the node from the NAS cluster.
The node must first leave the NAS cluster before it can be disabled. See Remove a Node from a NAS Cluster in this topic.
Keep in mind that when a node leaves a NAS cluster, it can still receive communications from other nodes in the NAS cluster. However, the node cannot actively participate in the NAS cluster.
- Disable SMB or NFS services on the node.
Before disabling the node, you must disable SMB or NFS services, as appropriate. See Manage NAS Services.
- Disable the node.
After disabling SMB or NFS services on the node, you can disable it. Remember that you must disable the node from the NAS cluster's master node. See Disable a Node in this topic.
- Re-enable the node.
You must re-enable the node before it is eligible to rejoin the NAS cluster. See 1: Create a NAS Cluster in 1: Create a NAS Cluster.
- Re-enable SMB or NFS services on the node.
Before rejoining the node to the NAS cluster, re-enable its SMB or NFS services, as appropriate. See Manage NAS Services.
- Rejoin the node to the NAS cluster.
You can now rejoin the node to its NAS cluster. See 1: Create a NAS Cluster in 1: Create a NAS Cluster.
- Log in to the Appliance Controller CLI.
- Enter
nascluster leave [ip_addr]
.The parameter is:
[ip_addr]
The IP address of the node being disabled.
- If you are entering this command from the node being disabled, you do not need to specify an IP address.
- If you are entering this command from the master node, you need to specify the IP address of the node to disable.
Example:
> nascluster leave 10.1.1.1
NAS cluster leave applying settings ...
Updating system NAS cluster configuration ...
Resetting local auth config settings ...
Applying local configuration settings ...
Successfully left NAS cluster
- Log in to the Appliance Controller CLI from the master node.
- Enter
nascluster disable node <ip_addr>
The parameter is:
<ip_addr>
The IP address of the node being disabled.