Troubleshooting with node maintenance mode
Maintenance of the cluster, nodes, and disks are not needed under normal operation. If maintenance is necessary, you can use the clctrl -stop command to place a node or set of nodes in maintenance mode.
The clctrl -stop command quiesces cluster services on one or more nodes. You may make cluster configuration changes as long as one node in the cluster is in normal operation. If all nodes in the cluster are stopped, you cannot make cluster configuration changes.
Nodes that have been stopped do not participate in cluster configuration or communications and are seen by the other nodes as down. The stopped state is persistent. Nodes that have been stopped must be explicitly started via the clctrl -start command before they can resume cluster participation.
clctrl -stop -n mycluster -m nodeA
clctrl -stop -n mycluster -a
clctrl -start -n mycluster -m nodeA
clctrl -start -n mycluster -a