NS0-157 · Question #182
What should an administrator do first before shutting down two nodes of a 4-node cluster?
The correct answer is D. Set both nodes that are coming down to "ineligible". Before shutting down two nodes in a 4-node cluster, the administrator must first mark those nodes as ineligible to prevent quorum loss and protect cluster stability.
Question
What should an administrator do first before shutting down two nodes of a 4-node cluster?
Options
- AMigrate node-management LIFs to a node that is staying up
- BMove Vserver root volumes to a node that is staying up
- CReassign the master of all RDB rings to a node that is staying up
- DSet both nodes that are coming down to "ineligible"
How the community answered
(31 responses)- A6% (2)
- B16% (5)
- C3% (1)
- D74% (23)
Why each option
Before shutting down two nodes in a 4-node cluster, the administrator must first mark those nodes as ineligible to prevent quorum loss and protect cluster stability.
Migrating node-management LIFs is a good practice but is not the first required step - quorum must be protected before any LIF migration.
Moving Vserver root volumes is important for data availability but cannot be safely done until cluster quorum is secured by marking nodes ineligible first.
RDB ring mastership is automatically re-elected; manually reassigning it is not a standard or required first step in a node shutdown procedure.
Setting nodes to 'ineligible' removes them from cluster quorum voting before they go offline, ensuring the remaining two nodes can maintain a quorum majority and epsilon without triggering a split-brain scenario. This is the mandatory first step in a controlled multi-node shutdown procedure in ONTAP to preserve cluster availability.
Concept tested: ONTAP cluster quorum management before node shutdown
Source: https://docs.netapp.com/us-en/ontap/system-admin/manage-cluster-quorum-task.html
Topics
Community Discussion
No community discussion yet for this question.