NS0-528 · Question #32
You are at a customer site and assisting with testing a sudden site disaster scenario with their MetroCluster solution. All the equipment at the production site is suddenly powered off, and the…
The correct answer is C. Modify the -in-nvfailed-state option using the volume modify command. The in-nvfailed-state: true indicates that the volume is in Nonvolatile RAM (NVRAM) failed state, which happens when write operations could not be committed properly during a disaster event. This causes the volume to go into a read-only protected mode to avoid data corruption…
Question
You are at a customer site and assisting with testing a sudden site disaster scenario with their MetroCluster solution. All the equipment at the production site is suddenly powered off, and the command metrocluster switchover -forced-on-disaster true is issued. After the switchover to the disaster site is complete, the customer notices that one of their database applications is offline. All other data is accessible from the disaster site. You notice the following in the volume show output:
What can you do to help bring the application online while in switchover?
Options
- AAdvise the customer to reboot their application server.
- BIncrease the available space using the volume size command.
- CModify the -in-nvfailed-state option using the volume modify command.
- DReboot the NetApp nodes with the -ignore-strict-sync-warnings true option.
How the community answered
(30 responses)- A23% (7)
- B13% (4)
- C57% (17)
- D7% (2)
Explanation
The in-nvfailed-state: true indicates that the volume is in Nonvolatile RAM (NVRAM) failed state, which happens when write operations could not be committed properly during a disaster event. This causes the volume to go into a read-only protected mode to avoid data corruption. To restore access, you must manually override this state with: volume modify -vserver SVM1-mc -volume APP02_DB -in-nvfailed-state false This will bring the volume out of failed state and allow the database application to function again during the switchover.
Topics
Community Discussion
No community discussion yet for this question.