NetApp Certified Implementation Engineer – SAN, E-Series — Question 37
The source NAS volume of a SnapMirror relationship is unavailable due to networking issues at your organization’s primary data center. You want to make the destination NAS volume writable so that clients are able to access their data.
Which two steps do you need to take to solve the issue? (Choose two.)
Answer options
- A. Delete the SnapMirror relationship from the destination cluster.
- B. Use the volume mount command to mount the NAS volume in the NFS namespace.
- C. Break the SnapMirror relationship using the snapmirror break command from the source cluster.
- D. Break the SnapMirror relationship using the snapmirror break command from the destination cluster.
Correct answer: B, D
Explanation
To make the destination NAS volume writable, you need to break the SnapMirror relationship and then mount the volume. Option B is correct because using the volume mount command allows access to the NAS volume, while option D is also correct as breaking the relationship from the destination cluster gives you the necessary write permissions. Options A and C are incorrect as they either remove the relationship or attempt to break it from the wrong location.