<?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: snapmirror in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13100#M3043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls refer this link &lt;A href="http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/" title="http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/" target="_blank"&gt;http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 04:11:18 GMT</pubDate>
    <dc:creator>saranraj456</dc:creator>
    <dc:date>2013-06-21T04:11:18Z</dc:date>
    <item>
      <title>snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13093#M3040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to snapmirro hope someone can help me.&lt;/P&gt;&lt;P&gt;thsi is what i want&lt;/P&gt;&lt;P&gt;I have filer1 and filer 2&lt;/P&gt;&lt;P&gt;I see right now the snapmirror is running from filer1 to filer2 for a volume&lt;/P&gt;&lt;P&gt;I have two agreegate in filer2&lt;/P&gt;&lt;P&gt;aggr0 and aggr1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to snapmirror a volume&amp;nbsp; vol1 from aggro to aggr1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:59:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13093#M3040</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2025-06-05T05:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13100#M3043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls refer this link &lt;A href="http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/" title="http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/" target="_blank"&gt;http://www.sysadmintutorials.com/tutorials/netapp/netapp-snapmirror-setup/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 04:11:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13100#M3043</guid>
      <dc:creator>saranraj456</dc:creator>
      <dc:date>2013-06-21T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13104#M3045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The links explains between two filers.&lt;/P&gt;&lt;P&gt;My aggrgates are whithin one filer.&lt;/P&gt;&lt;P&gt;IS it possible to sanpmirror the volumes between two aggregates in one filer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:02:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13104#M3045</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-06-21T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13108#M3046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can snapmirror a volume to the same filer.&amp;nbsp; But the target volume name must be different than the source. So from the CLI it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;snapmirror initialize -S filer01:/vol/vol1 filer01:/vol/vol2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you are looking to move the volume from one aggregate to another? If so, 'vol move' might be a better option but there are caveats to using that command for volumes that have CIFS shares or NFS exports.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 13:56:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13108#M3046</guid>
      <dc:creator>paul_wolf</dc:creator>
      <dc:date>2013-06-21T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13113#M3048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help, I have another question on this, hope you can answer. I have a Lun which is attached to a windows server via snap drive&lt;/P&gt;&lt;P&gt;This is the path for that.&lt;/P&gt;&lt;P&gt;filer:/vol1/lun1&lt;/P&gt;&lt;P&gt;I am going to snap mirror the vol1 to vol1-b on aggregate1 from aggregate0&lt;/P&gt;&lt;P&gt;Will the lun path be like this below?&lt;/P&gt;&lt;P&gt;filer:/vol1-b/lun1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:19:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13113#M3048</guid>
      <dc:creator>RATNATHURAI</dc:creator>
      <dc:date>2013-06-21T14:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13118#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:08:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/snapmirror/m-p/13118#M3049</guid>
      <dc:creator>sharmadevender</dc:creator>
      <dc:date>2013-06-21T15:08:43Z</dc:date>
    </item>
  </channel>
</rss>

