NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

SnapVault snapshots didn't create as expected on destination

FelixZhou
2,982 Views

We are on AFF300 with OnTAP 9.8P2, tested a volume snapmirror & snapvault from a source cluster to a destination cluster.
But looks the snapvault snapshots never created on destination. Not sure what i missed.
Can someone please share your experience. Thanks in advance
Confirmed we do have snapvault license on both source and destination clusters.

Here is what i did.

1. peered Cluster and SVM
2. set  up a XDP snapmirror relationship on a testing volume
     * scheduled snapshot copies on source volume
policy default
schedule hourly 6; daily 2;weekly 2
snapmirror label daily, weekly
     * protection policy: Asynchronous
snapmirror lable: daily, weekly
retention count: 7, 52

1 ACCEPTED SOLUTION

FelixZhou
2,882 Views
looks to make the snapvault to happen, the snapmirror data protection policy has to have same snapmirror label to match on source snapshot policy.

View solution in original post

2 REPLIES 2

cruxrealm
2,935 Views

Did you run snapmirror initialize command?   Just curious since you did not mention if you started the snapmirror.

snapmirror initialize -S <vserver:vol> -destination-path <vserver:vol> -type <type> -policy <smpolicy>

FelixZhou
2,883 Views
looks to make the snapvault to happen, the snapmirror data protection policy has to have same snapmirror label to match on source snapshot policy.
Public