<?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 Snapmirror relationship broken after volume rollback in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapmirror-relationship-broken-after-volume-rollback/m-p/64245#M15130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently ran a rollback (snap restore) on a volume to fix a corruption issue, however I noticed this broke the snapmirror that was in place for this volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running snapmirror status -l against the target returns :&lt;/P&gt;&lt;P&gt;(irrelevant bits stripped out)&lt;/P&gt;&lt;P&gt;Status:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pending&lt;/P&gt;&lt;P&gt;Current Transfer Error:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; incremental update not possible; a resync or initialize is necessary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I ran a resync command against the affected target, and got:&lt;/P&gt;&lt;P&gt;"no common snapshot to use as the base for resynchronization, Aborting resync"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that leaves me with an 'initialise' I believe. What i'm unsure of here, is the correct procedure for initialising an existing (but broken) snapmirror volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me through the correct steps as i havn't done this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:49:20 GMT</pubDate>
    <dc:creator>markey164</dc:creator>
    <dc:date>2025-06-05T05:49:20Z</dc:date>
    <item>
      <title>Snapmirror relationship broken after volume rollback</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapmirror-relationship-broken-after-volume-rollback/m-p/64245#M15130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently ran a rollback (snap restore) on a volume to fix a corruption issue, however I noticed this broke the snapmirror that was in place for this volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Running snapmirror status -l against the target returns :&lt;/P&gt;&lt;P&gt;(irrelevant bits stripped out)&lt;/P&gt;&lt;P&gt;Status:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pending&lt;/P&gt;&lt;P&gt;Current Transfer Error:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; incremental update not possible; a resync or initialize is necessary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I ran a resync command against the affected target, and got:&lt;/P&gt;&lt;P&gt;"no common snapshot to use as the base for resynchronization, Aborting resync"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that leaves me with an 'initialise' I believe. What i'm unsure of here, is the correct procedure for initialising an existing (but broken) snapmirror volume.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone guide me through the correct steps as i havn't done this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:49:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapmirror-relationship-broken-after-volume-rollback/m-p/64245#M15130</guid>
      <dc:creator>markey164</dc:creator>
      <dc:date>2025-06-05T05:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Snapmirror relationship broken after volume rollback</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Snapmirror-relationship-broken-after-volume-rollback/m-p/64248#M15132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd first check the source volume for any sign of a snapmirror snapshot using the 'snap list' command.&amp;nbsp; Or check the destinations listed on the source.&amp;nbsp; srcfiler&amp;gt; snapmirror destinations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no snapmirrror snapshot that exists, you should be able to simply initialize on the destination given the relationship is defined in your snapmirror.conf file.&amp;nbsp; Otherwise, you'll need the extra flags parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First restrict the VSM destination volume in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; vol restrict &amp;lt;volume&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; snapmirror initialize &amp;lt;dstpath&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR the following if not defined in snapmirror.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; snapmirror initialize -S &amp;lt;srcfiler&amp;gt;:&amp;lt;srcpath&amp;gt; &amp;lt;dstpath&amp;gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 20:42:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Snapmirror-relationship-broken-after-volume-rollback/m-p/64248#M15132</guid>
      <dc:creator>bsnyder27</dc:creator>
      <dc:date>2013-11-18T20:42:39Z</dc:date>
    </item>
  </channel>
</rss>

