nerdexam
Network_Appliance

NS0-157 · Question #248

One node of a 2-node cluster is shut down to replace a NIC. All RDB rings fall out of quorum. To diagnose the problem, what should the administrator do first?

The correct answer is C. Issue cluster ha show from the clustershell. When all RDB rings fall out of quorum with one node down, the administrator should first check the HA configuration with 'cluster ha show' to determine if HA is properly enabled and whether storage failover is expected.

Performance, Troubleshooting, and Security

Question

One node of a 2-node cluster is shut down to replace a NIC. All RDB rings fall out of quorum. To diagnose the problem, what should the administrator do first?

Options

  • ADisconnect and reconnect the InfiniBand cable
  • BIssue storage failover show from the clustershell
  • CIssue cluster ha show from the clustershell
  • DVerify that the cluster switch is functioning properly

How the community answered

(48 responses)
  • A
    4% (2)
  • B
    10% (5)
  • C
    83% (40)
  • D
    2% (1)

Why each option

When all RDB rings fall out of quorum with one node down, the administrator should first check the HA configuration with 'cluster ha show' to determine if HA is properly enabled and whether storage failover is expected.

ADisconnect and reconnect the InfiniBand cable

Disconnecting and reconnecting an InfiniBand cable is a physical action that should only follow logical diagnostics, not the first troubleshooting step.

BIssue storage failover show from the clustershell

'storage failover show' reveals failover state but does not directly address RDB quorum loss, which is a cluster-level issue best diagnosed at the HA layer first.

CIssue cluster ha show from the clustershellCorrect

'cluster ha show' reveals whether cluster HA is enabled on the surviving node, which directly affects quorum behavior in a 2-node cluster. In a 2-node cluster, if HA is not enabled or is misconfigured, the remaining node may not be able to maintain quorum on its own, and this command is the fastest first diagnostic step to confirm the HA state before deeper investigation.

DVerify that the cluster switch is functioning properly

Verifying the cluster switch is a valid step but comes after confirming the logical cluster HA configuration, which is quicker to check and more directly tied to quorum.

Concept tested: ONTAP 2-node cluster HA quorum troubleshooting

Source: https://docs.netapp.com/us-en/ontap/high-availability/index.html

Topics

#RDB quorum#cluster HA#troubleshooting#2-node cluster

Community Discussion

No community discussion yet for this question.

Full NS0-157 Practice