nerdexam
Network_Appliance

NS0-157 · Question #382

If a customer has a 2-node cluster, which of the following must be enabled for storage failover (SFO) to function properly?

The correct answer is A. cluster ha modify -configured true. In a 2-node ONTAP cluster, cluster HA must be explicitly enabled so the nodes can manage quorum and storage failover without a third arbitrating node.

Data Protection and High Availability

Question

If a customer has a 2-node cluster, which of the following must be enabled for storage failover (SFO) to function properly?

Options

  • Acluster ha modify -configured true
  • Bcluster modify -node -eligibility true
  • Cstorage failover modify -node enabled true
  • Dstorage failover modify -node -hwassist true

How the community answered

(43 responses)
  • A
    95% (41)
  • B
    2% (1)
  • C
    2% (1)

Why each option

In a 2-node ONTAP cluster, cluster HA must be explicitly enabled so the nodes can manage quorum and storage failover without a third arbitrating node.

Acluster ha modify -configured trueCorrect

A 2-node cluster has no dedicated cluster management node, so `cluster ha modify -configured true` must be run to enable cluster HA mode. This setting tells ONTAP to use the partner node for management functions and is a prerequisite for storage failover to operate correctly - without it, SFO cannot properly detect or execute takeover in a 2-node topology.

Bcluster modify -node -eligibility true

`cluster modify -node -eligibility true` controls whether a node can participate in the cluster, not whether HA failover is configured.

Cstorage failover modify -node enabled true

`storage failover modify -node enabled true` enables SFO on an individual node but is insufficient alone in a 2-node cluster where cluster HA mode must also be set.

Dstorage failover modify -node -hwassist true

`storage failover modify -node -hwassist true` enables hardware-assisted takeover for faster failure detection, which is optional and not required for basic SFO functionality.

Concept tested: 2-node cluster HA configuration for storage failover

Source: https://docs.netapp.com/us-en/ontap/high-availability/two-node-clusters-concept.html

Topics

#storage failover#cluster HA#2-node cluster#SFO

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice