Initialize a replication relationship with ONTAP
-
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...
For all relationship types, initialization performs a baseline transfer: it makes a snapshot of the source volume, then transfers that copy and all the data blocks it references to the destination volume. Otherwise, the contents of the transfer depend on the policy.
The source and destination clusters and SVMs must be peered.
Initialization can be time-consuming. You might want to run the baseline transfer in off-peak hours.
Beginning with ONTAP 9.5, SnapMirror synchronous relationships are supported.
-
Initialize a replication relationship:
snapmirror initialize -source-path <SVM:volume>|<cluster://SVM/volume>, … -destination-path <SVM:volume>|<cluster://SVM/volume>, …
Learn more about
snapmirror initialize
in the ONTAP command reference.You must run this command from the destination SVM or the destination cluster.
The following example initializes the relationship between the source volume
volA
onsvm1
and the destination volumevolA_dst
onsvm_backup
:cluster_dst::> snapmirror initialize -source-path svm1:volA -destination-path svm_backup:volA_dst