Delete an ONTAP SVM replication relationship
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can use the snapmirror delete
and snapmirror release
commands to delete an SVM replication relationship. You can then delete unneeded destination volumes manually.
The snapmirror release
command deletes any SnapMirror-created snapshots from the source. You can use the -relationship-info-only
option to preserve the snapshots.
-
Run the following command from the destination SVM or the destination cluster to break the replication relationship:
snapmirror break -source-path SVM: -destination-path SVM:
You must enter a colon (:) after the SVM name in the
-source-path
and-destination-path
options. See the example below.The following example breaks the relationship between the source SVM
svm1
and the destination SVMsvm_backup
:cluster_dst::> snapmirror break -source-path svm1: -destination-path svm_backup:
Learn more about
snapmirror break
in the ONTAP command reference. -
Run the following command from the destination SVM or the destination cluster to delete the replication relationship:
snapmirror delete -source-path SVM: -destination-path SVM:
You must enter a colon (:) after the SVM name in the
-source-path
and-destination-path
options. See the example below.The following example deletes the relationship between the source SVM
svm1
and the destination SVMsvm_backup
:cluster_dst::> snapmirror delete -source-path svm1: -destination-path svm_backup:
Learn more about
snapmirror delete
in the ONTAP command reference. -
Run the following command from the source cluster or source SVM to release the replication relationship information from the source SVM:
snapmirror release -source-path SVM: -destination-path SVM:
You must enter a colon (:) after the SVM name in the
-source-path
and-destination-path
options. See the example below.The following example releases information for the specified replication relationship from the source SVM
svm1
:cluster_src::> snapmirror release -source-path svm1: -destination-path svm_backup:
Learn more about
snapmirror release
in the ONTAP command reference.