Exam NS0-191 All QuestionsBrowse all questions from this exam
Question 13

A 2-node cluster (Node-1 and Node-2) has suffered a takeover event. The down node (Node-1) is currently waiting for giveback. However, it is ensure if the node will boot successfully. The client cannot suffer any data outage.

Which command would you use to perform the giveback?

    Correct Answer: D

    To perform the giveback operation ensuring the client does not suffer any data outage, you should use the command that overrides any vetoes that might prevent the giveback. The correct command is storage failover giveback -ofnode Node-1 -override-vetoes true, as it will force the giveback even if there are conditions that would normally prevent it, thus ensuring continuous data availability.

Discussion
sersoyOption: B

B: https://docs.netapp.com/ontap-9/topic/com.netapp.doc.dot-cm-cmpr-940/storage__failover__giveback.html#:~:text=The%20storage%20failover%20giveback%20command,operation%20potentially%20dangerous%20or%20disruptive. C and D are not meet the requirements in the question.

willioncloudOption: D

There is no "-fromnode" option, i would say D

CipherKOption: B

Answer is B. C is wrong, -require-partner-waiting should be true which is the default setting.