Moving epsilon for certain manually initiated takeovers
You should move epsilon if you expect that any manually initiated takeovers could result in your storage system being one unexpected node failure away from a cluster-wide loss of quorum.
About this task
To perform planned maintenance, you must take over one of the nodes in an HA pair. Cluster-wide quorum must be maintained to prevent unplanned client data disruptions for the remaining nodes. In some instances, performing the takeover can result in a cluster that is one unexpected node failure away from cluster-wide loss of quorum.
This can occur if the node being taken over holds epsilon or if the node with epsilon is not healthy. To maintain a more resilient cluster, you can transfer epsilon to a healthy node that is not being taken over. Typically, this would be the HA partner.
Only healthy and eligible nodes participate in quorum voting. To maintain cluster-wide quorum, more than N/2 votes are required (where N represents the sum of healthy, eligible, online nodes). In clusters with an even number of online nodes, epsilon adds additional voting weight toward maintaining quorum for the node to which it is assigned.
For further information about cluster administration, quorum and epsilon, see the document library on the Lenovo Support Site or System Administration Guide.
- Verify the cluster state and confirm that epsilon is held by a healthy node that is not being taken over:
- Remove epsilon from the node that you want to take over: cluster modify -node Node1 -epsilon false
- Assign epsilon to the partner node (in this example, Node2) by using the following command: cluster modify -node Node2 -epsilon true
- Perform the takeover operation: storage failover takeover -ofnode node_name
- Return to the admin privilege level: set -privilege admin