<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SnapDrive Cannot Start SnapMirror Job in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103731#M4615</link>
    <description>&lt;P&gt;yes, sorry, those two ones apply to 7mode only. Since you have Clustered Data Ontap, you just need to ensure you have enough permissions on source and destination VSM;&lt;/P&gt;&lt;P&gt;for instance, you can simply try passing SnapDrive the user "vsadmin" for both source and destination VSM's.&lt;/P&gt;&lt;P&gt;When configuring snapmirror with Clustered Data Ontap, the CLI would ask you to specify the Vserver name: you could ensure that the vserver DNS name is registered in DNS with the management LIF of the Vserver, though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case you still need to setu it up, I have made a list of steps you would typically follow for Snapmirror XDP (snapvault), in case it will turn useful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0. Assuming you have already created source volumes and you have already setup lun’s and databases within those, Firstly, on your destination vserver, you need to create a destination volume of type DP, then setup SnapMirror XDP; here are some examples:&lt;BR /&gt;Vserver_dest::&amp;gt; vol create -volume vol_dest -aggregate aggrdata_2 -size 2g -state online -type DP -policy default -autosize-mode grow_shrink -space-guarantee volume -snapshot-policy none -foreground true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create the snapmirror policy, as you are not going to use the default XDPDefault which we then need to assign to the snapmirror relationship:&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy create -policy PolicymirrorStoD -tries 8 -transfer-priority normal -ignore-atime false -restart always -comment "this is a test SnapMirror Policy"&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy add-rule -policy PolicymirrorStoD -snapmirror-label Daily -keep 21&lt;/P&gt;&lt;P&gt;Alternatively, you can also do this via the GUI, as shown in the below example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example1" src="https://community.netapp.com/t5/image/serverpage/image-id/2642i9DA0DB111CEF9042/image-size/original?v=mpbl-1&amp;amp;px=-1" title="example1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Verify that the policy has been created successfully on source vserver:&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy show -policy PolicymirrorStoD&lt;/P&gt;&lt;P&gt;Vserver: vserver_source&lt;BR /&gt;SnapMirror Policy Name: PolicymirrorStoD&lt;BR /&gt;Policy Owner: vserver-admin&lt;BR /&gt;Tries Limit: 8&lt;BR /&gt;Transfer Priority: normal&lt;BR /&gt;Ignore accesstime Enabled: false&lt;BR /&gt;Transfer Restartability: always&lt;BR /&gt;Create Snapshot: false&lt;BR /&gt;Comment: -&lt;BR /&gt;Total Number of Rules: 1&lt;BR /&gt;Total Keep: 100&lt;BR /&gt;Rules: Snapmirror-label Keep Preserve Warn&lt;BR /&gt;-------------------------------- ---- -------- ----&lt;BR /&gt;Daily 100 false 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Create snapmirror policy on secondary too (steps 1 and 2), or else when you later will run snapmirror create -vserver vserver_dest, you’ll get “Error: command failed: Policy lookup for " PolicymirrorStoD" failed”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Create a volume snapshot policy: (By Design, you also need to associate the volume snapshot policy with the snapmirror labels created within the SnapMirror Policy)&lt;BR /&gt;Vserver_source::&amp;gt; volume snapshot policy create -policy SnapPolkeep2snaps -enabled true -schedule1 daily -count1 2 -snapmirror-label1 Daily&lt;/P&gt;&lt;P&gt;Verify:&lt;BR /&gt;Vserver_source::&amp;gt; volume snapshot policy show -policy SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Vserver: Vserver_source&lt;BR /&gt;Snapshot Policy Name: SnapPolkeep2snaps&lt;BR /&gt;Snapshot Policy Enabled: true&lt;BR /&gt;Policy Owner: vserver-admin&lt;BR /&gt;Comment: -&lt;BR /&gt;Total Number of Schedules: 1&lt;BR /&gt;Schedule Count Prefix SnapMirror Label&lt;BR /&gt;---------------------- ----- --------------------- -------------------&lt;BR /&gt;daily 2 daily Daily&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;5. Associate the PRIMARY volumes involved in the snapvault with the new volume snapshot policy, which is linked to the snapmirror label(s):&lt;BR /&gt;Vserver_source::&amp;gt; volume modify -volume vol_source -snapshot-policy SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Warning: You are changing the Snapshot policy on volume vol_source to SnapPolkeep2snaps. Any Snapshot copies on this volume from the previous policy will not be deleted by this new Snapshot&lt;BR /&gt;policy.&lt;BR /&gt;Do you want to continue? {y|n}: y&lt;/P&gt;&lt;P&gt;Volume modify successful on volume: vol_source&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt;&lt;/P&gt;&lt;P&gt;Same for the second volume involved:&lt;/P&gt;&lt;P&gt;Verify:&lt;BR /&gt;Vserver_source::&amp;gt; vol show -volume vol_source -fields snapshot-policy&lt;BR /&gt;(volume show)&lt;BR /&gt;vserver volume snapshot-policy&lt;BR /&gt;----------- -------------- ---------------&lt;BR /&gt;Vserver_source vol_source SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. create your first snapshot with the newly created label:&lt;BR /&gt;Vserver_source::&amp;gt; snapshot create -volume vol_source -snapshot testfornewlabel -foreground true -snapmirror-label Daily&lt;BR /&gt;Vserver_source::&amp;gt; snapshot create -volume vollogs_source -snapshot testfornewlabel -foreground true -snapmirror-label Daily&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7. create and initialize snapmirror:&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror create -source-path Vserver_source:vollogs_source -destination-path Vserver_dest:vollogs_dest -type XDP -vserver Vserver_dest -throttle unlimited -policy PolicymirrorStoD&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror initialize -destination-path Vserver_dest:vollogs_dest -source-path Vserver_source:vollogs_source -type XDP&lt;/P&gt;&lt;P&gt;do this for every volume you want to snapvault.&lt;/P&gt;&lt;P&gt;On the destination VSM, Check that initialization has completed successfully, if not, repeat the step 0 and fix the problem:&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror show -destination-path Vserver_dest:vollogs_dest -source-path Vserver_source:vollogs_source&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8. Now, on the secondary vserver, associate the snapmirror relationship (for each volume) to the newly created snapmirror policy:&lt;/P&gt;&lt;P&gt;Vserver_dest::&amp;gt; snapmirror modify -destination-path Vserver_dest:vol_dest-policy PolicymirrorStoD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;9. When the first transfer is complete, you need to run SMSQL configuration wizard (if not done yet) and then setup a backup job from within SMSQL:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example2.png" src="https://community.netapp.com/t5/image/serverpage/image-id/2643iBF3D20FB2D686177/image-size/original?v=mpbl-1&amp;amp;px=-1" title="example2.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;As you can see, SMSQL shows you multiple possible snapmirror labels which are pre-selectable; this means you should only create snapmirror labels with those names, respecting the case sensitivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10. now, SMSQL should retain 3 snapshots on primary and Ontap should ensure the Daily label is applied with 21 snapshots to be retained on the secondary volumes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps,&lt;/P&gt;&lt;P&gt;Domenico Di Mauro.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2015 11:47:14 GMT</pubDate>
    <dc:creator>dmauro</dc:creator>
    <dc:date>2015-04-24T11:47:14Z</dc:date>
    <item>
      <title>SnapDrive Cannot Start SnapMirror Job</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103398#M4612</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am unable to configure SnapDrive to kick off SnapMirror jobs after creating snapshots, and would love any suggestions.&amp;nbsp; Here are the details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are just starting to use Cluster Mode.&amp;nbsp; I have SnapDrive running on a Windows system, connected to LUNs on an SVM in the cluster, with DataOnTAP DSM for MPIO installed and working.&amp;nbsp; I can create a snapshot without a problem, and I can manually run SnapMirror jobs without a problem.&amp;nbsp; However, if I try to kick off SnapMirror through SnapDrive, I get an error message.&amp;nbsp; I should note that networking for our SVM's at our DR facility is not active, because IP's and VLANs can change between DR tests.&amp;nbsp; The only active LIFs are the cluster management, node management, and replication LIFs.&amp;nbsp; No management or data LIFs are active for the SVMs.&amp;nbsp; The SVMs only exist because they are required for SnapMirror to work at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to give SnapDrive permission to kick off SnapMirror without enabling networking on the SVM we have set up for iSCSI?&amp;nbsp; I've enabled vsadmin on the SVM just for grins, and created a matching admin account in DR at the cluster and SVM level to match the account used in production for the Transport Protocol (HTTPS) and still no go.&amp;nbsp; Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:32:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103398#M4612</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-06-05T04:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: SnapDrive Cannot Start SnapMirror Job</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103424#M4613</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; Is there a way to give SnapDrive permission to kick off SnapMirror without enabling networking on the SVM we have set up for iSCSI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, no. In order for SnapDrive to run snapmirror commands towards the Storage Virtual Machines (SVM), SnapDrive needs to be able to communicate via TCP/IP with the Source and Destination SVM's.&lt;/P&gt;&lt;P&gt;there are also other requirements, like SnapMiroror setup by SVM names and not ip'address, etc.&lt;/P&gt;&lt;P&gt;you will find the full list on page 74 and 75 of the SnapDrive 7.1 Administration Guide (Requirements for using SnapMirror with SnapDrive for Windows).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps,&lt;/P&gt;&lt;P&gt;Domenico&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:10:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103424#M4613</guid>
      <dc:creator>dmauro</dc:creator>
      <dc:date>2015-04-20T11:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: SnapDrive Cannot Start SnapMirror Job</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103445#M4614</link>
      <description>&lt;P&gt;Thank you dmauro for this feedback.&amp;nbsp; In our 7-mode system we only had to add the local user account we used for Transport Protocol to the DR filers and it worked.&amp;nbsp; Looks like we have more work to do in cdot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In reading over this page I have a couple of follow up questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Regarding this quote --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must create your SnapMirror relationship using storage system names (either the fully&lt;/P&gt;&lt;P&gt;qualified DNS name or the storage system name alone), and the name of the network interface to&lt;/P&gt;&lt;P&gt;be used for SnapMirror transfers (for example, storage1-e0), not IP addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- I don't understand how the network interface name can be used as part of the storage system name.&amp;nbsp; I would think you would just enter the SVM and volume name on either end.&amp;nbsp; In System Manager, I see no way to append the network interface name to the SVM and/or volume.&amp;nbsp; I have other SnapMirror jobs already set up that don't use SnapDrive and they work find without listing the network interface in the name.&amp;nbsp; Any ideas here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Regarding this quote --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The source and destination storage systems must be configured to grant root access to the&lt;/P&gt;&lt;P&gt;Windows domain account used by the SnapDrive service.&lt;/P&gt;&lt;P&gt;That is, the wafl.map_nt_admin_priv_to_root option must be set to On. For information&lt;/P&gt;&lt;P&gt;about enabling storage system options, see your Data ONTAP documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Is this a 7-mode option?&amp;nbsp; I cannot find the wafl.map_nt_admin_priv_to_root option&amp;nbsp;on my system, which is Cdot 8.3.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 15:51:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103445#M4614</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2015-04-20T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: SnapDrive Cannot Start SnapMirror Job</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103731#M4615</link>
      <description>&lt;P&gt;yes, sorry, those two ones apply to 7mode only. Since you have Clustered Data Ontap, you just need to ensure you have enough permissions on source and destination VSM;&lt;/P&gt;&lt;P&gt;for instance, you can simply try passing SnapDrive the user "vsadmin" for both source and destination VSM's.&lt;/P&gt;&lt;P&gt;When configuring snapmirror with Clustered Data Ontap, the CLI would ask you to specify the Vserver name: you could ensure that the vserver DNS name is registered in DNS with the management LIF of the Vserver, though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case you still need to setu it up, I have made a list of steps you would typically follow for Snapmirror XDP (snapvault), in case it will turn useful:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0. Assuming you have already created source volumes and you have already setup lun’s and databases within those, Firstly, on your destination vserver, you need to create a destination volume of type DP, then setup SnapMirror XDP; here are some examples:&lt;BR /&gt;Vserver_dest::&amp;gt; vol create -volume vol_dest -aggregate aggrdata_2 -size 2g -state online -type DP -policy default -autosize-mode grow_shrink -space-guarantee volume -snapshot-policy none -foreground true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Create the snapmirror policy, as you are not going to use the default XDPDefault which we then need to assign to the snapmirror relationship:&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy create -policy PolicymirrorStoD -tries 8 -transfer-priority normal -ignore-atime false -restart always -comment "this is a test SnapMirror Policy"&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy add-rule -policy PolicymirrorStoD -snapmirror-label Daily -keep 21&lt;/P&gt;&lt;P&gt;Alternatively, you can also do this via the GUI, as shown in the below example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example1" src="https://community.netapp.com/t5/image/serverpage/image-id/2642i9DA0DB111CEF9042/image-size/original?v=mpbl-1&amp;amp;px=-1" title="example1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Verify that the policy has been created successfully on source vserver:&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt; snapmirror policy show -policy PolicymirrorStoD&lt;/P&gt;&lt;P&gt;Vserver: vserver_source&lt;BR /&gt;SnapMirror Policy Name: PolicymirrorStoD&lt;BR /&gt;Policy Owner: vserver-admin&lt;BR /&gt;Tries Limit: 8&lt;BR /&gt;Transfer Priority: normal&lt;BR /&gt;Ignore accesstime Enabled: false&lt;BR /&gt;Transfer Restartability: always&lt;BR /&gt;Create Snapshot: false&lt;BR /&gt;Comment: -&lt;BR /&gt;Total Number of Rules: 1&lt;BR /&gt;Total Keep: 100&lt;BR /&gt;Rules: Snapmirror-label Keep Preserve Warn&lt;BR /&gt;-------------------------------- ---- -------- ----&lt;BR /&gt;Daily 100 false 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Create snapmirror policy on secondary too (steps 1 and 2), or else when you later will run snapmirror create -vserver vserver_dest, you’ll get “Error: command failed: Policy lookup for " PolicymirrorStoD" failed”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Create a volume snapshot policy: (By Design, you also need to associate the volume snapshot policy with the snapmirror labels created within the SnapMirror Policy)&lt;BR /&gt;Vserver_source::&amp;gt; volume snapshot policy create -policy SnapPolkeep2snaps -enabled true -schedule1 daily -count1 2 -snapmirror-label1 Daily&lt;/P&gt;&lt;P&gt;Verify:&lt;BR /&gt;Vserver_source::&amp;gt; volume snapshot policy show -policy SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Vserver: Vserver_source&lt;BR /&gt;Snapshot Policy Name: SnapPolkeep2snaps&lt;BR /&gt;Snapshot Policy Enabled: true&lt;BR /&gt;Policy Owner: vserver-admin&lt;BR /&gt;Comment: -&lt;BR /&gt;Total Number of Schedules: 1&lt;BR /&gt;Schedule Count Prefix SnapMirror Label&lt;BR /&gt;---------------------- ----- --------------------- -------------------&lt;BR /&gt;daily 2 daily Daily&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;5. Associate the PRIMARY volumes involved in the snapvault with the new volume snapshot policy, which is linked to the snapmirror label(s):&lt;BR /&gt;Vserver_source::&amp;gt; volume modify -volume vol_source -snapshot-policy SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Warning: You are changing the Snapshot policy on volume vol_source to SnapPolkeep2snaps. Any Snapshot copies on this volume from the previous policy will not be deleted by this new Snapshot&lt;BR /&gt;policy.&lt;BR /&gt;Do you want to continue? {y|n}: y&lt;/P&gt;&lt;P&gt;Volume modify successful on volume: vol_source&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt;&lt;/P&gt;&lt;P&gt;Same for the second volume involved:&lt;/P&gt;&lt;P&gt;Verify:&lt;BR /&gt;Vserver_source::&amp;gt; vol show -volume vol_source -fields snapshot-policy&lt;BR /&gt;(volume show)&lt;BR /&gt;vserver volume snapshot-policy&lt;BR /&gt;----------- -------------- ---------------&lt;BR /&gt;Vserver_source vol_source SnapPolkeep2snaps&lt;/P&gt;&lt;P&gt;Vserver_source::&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. create your first snapshot with the newly created label:&lt;BR /&gt;Vserver_source::&amp;gt; snapshot create -volume vol_source -snapshot testfornewlabel -foreground true -snapmirror-label Daily&lt;BR /&gt;Vserver_source::&amp;gt; snapshot create -volume vollogs_source -snapshot testfornewlabel -foreground true -snapmirror-label Daily&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;7. create and initialize snapmirror:&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror create -source-path Vserver_source:vollogs_source -destination-path Vserver_dest:vollogs_dest -type XDP -vserver Vserver_dest -throttle unlimited -policy PolicymirrorStoD&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror initialize -destination-path Vserver_dest:vollogs_dest -source-path Vserver_source:vollogs_source -type XDP&lt;/P&gt;&lt;P&gt;do this for every volume you want to snapvault.&lt;/P&gt;&lt;P&gt;On the destination VSM, Check that initialization has completed successfully, if not, repeat the step 0 and fix the problem:&lt;BR /&gt;Vserver_dest::&amp;gt; snapmirror show -destination-path Vserver_dest:vollogs_dest -source-path Vserver_source:vollogs_source&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8. Now, on the secondary vserver, associate the snapmirror relationship (for each volume) to the newly created snapmirror policy:&lt;/P&gt;&lt;P&gt;Vserver_dest::&amp;gt; snapmirror modify -destination-path Vserver_dest:vol_dest-policy PolicymirrorStoD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;9. When the first transfer is complete, you need to run SMSQL configuration wizard (if not done yet) and then setup a backup job from within SMSQL:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="example2.png" src="https://community.netapp.com/t5/image/serverpage/image-id/2643iBF3D20FB2D686177/image-size/original?v=mpbl-1&amp;amp;px=-1" title="example2.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;As you can see, SMSQL shows you multiple possible snapmirror labels which are pre-selectable; this means you should only create snapmirror labels with those names, respecting the case sensitivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10. now, SMSQL should retain 3 snapshots on primary and Ontap should ensure the Daily label is applied with 21 snapshots to be retained on the secondary volumes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps,&lt;/P&gt;&lt;P&gt;Domenico Di Mauro.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:47:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103731#M4615</guid>
      <dc:creator>dmauro</dc:creator>
      <dc:date>2015-04-24T11:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: SnapDrive Cannot Start SnapMirror Job</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103764#M4616</link>
      <description>&lt;P&gt;Thanks dmauro!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2015 21:25:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapDrive-Cannot-Start-SnapMirror-Job/m-p/103764#M4616</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2015-04-24T21:25:17Z</dc:date>
    </item>
  </channel>
</rss>

