Disable SVM protection on ONTAP FlexGroup volumes
When the SVM DR flag is set to protected on a FlexGroup volume, you can set the flag to unprotected to disable SVM DR protection on a FlexGroup volume.
Before you begin
- 
The SVM DR relationship between the primary and secondary is healthy.
 - 
SVM DR protection parameter is set to
protected. 
Steps
- 
Disable protection by using the
volume modifycommand to change thevserver-dr-protectionparameter for the FlexGroup volume tounprotected.cluster2::> volume modify -vserver vs1 -volume fg_src -vserver-dr-protection unprotected [Job 5384] Job is queued: Modify fg_src. [Job 5384] Steps completed: 4 of 4. cluster2::>
 - 
Update the SVM at the secondary site:
snapmirror update -destination-path destination_svm_name: -source-path Source_svm_name: - 
Verify that the SnapMirror relationship is healthy:
snapmirror show - 
Verify that the FlexGroup SnapMirror relationship has been removed:
snapmirror show -expand 
Related information