<?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: Breaking a Snapmirror relationship in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53143#M2493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Volume SnapMirror, I believe you can break the relationship at any time.&amp;nbsp; However if you are using QTree SnapMirror, you definitely should call Invoke-NaSnapmirrorQuiesce on the destination before calling break.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to make sure that your data is as up-to-date as possible and your source controller is online, you could Invoke-NaSnapMirrorUpdate before you start and use some code like your first example to wait for it to finish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Invoke-NaSnapMirrorUpdate filer:volume&lt;/P&gt;&lt;P&gt;while ( GetNaSnapmirror filer:volume ).Status -eq 'transferring' {sleep 5}&lt;/P&gt;&lt;P&gt;#Invoke-NaSnapMirrorQuiesce filer:volume/qtree #if you are using QTree SnapMirror&lt;/P&gt;&lt;P&gt;Invoke-NaSnapMirrorBreak filer:volume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 14:58:47 GMT</pubDate>
    <dc:creator>timothyn</dc:creator>
    <dc:date>2011-06-28T14:58:47Z</dc:date>
    <item>
      <title>Breaking a Snapmirror relationship</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53139#M2492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently writing a bunch of scripts to handle the various resources that are not known about by VMware SRM but still need to be part of the recovery plan as they are used by various VMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have been working on the 'test' phase of the recovery plans.&amp;nbsp; I can clone the various volumes, re-establish appropriate CIFS and NFS shares and mounts and undo it all at the end of the test.&lt;/P&gt;&lt;P&gt;I have started working on the real thing and have a question that I can not answer as I am not allowed to try it on a real production volume and my test volume doesn't have enough data or deltas in it to catch it when the relationship is not 'idle'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can one break-off a snapmirror that is not idle or do I need to do something like ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pseudo-code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while ( GetNaSnapmirror filer:volume ).Status -ne 'idle' { Wait-a-bit }&lt;/P&gt;&lt;P&gt;Invoke-NaSnapMirrorBreak filer:volume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while ( ﻿GetNaSnapmirror filer:volume ).State -ne 'broken-off' {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Invoke-NaSnapMirrorBreak filer:volume&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Wait-a-bit&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:52:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53139#M2492</guid>
      <dc:creator>glen_eustace</dc:creator>
      <dc:date>2025-06-05T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking a Snapmirror relationship</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53143#M2493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using Volume SnapMirror, I believe you can break the relationship at any time.&amp;nbsp; However if you are using QTree SnapMirror, you definitely should call Invoke-NaSnapmirrorQuiesce on the destination before calling break.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to make sure that your data is as up-to-date as possible and your source controller is online, you could Invoke-NaSnapMirrorUpdate before you start and use some code like your first example to wait for it to finish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Invoke-NaSnapMirrorUpdate filer:volume&lt;/P&gt;&lt;P&gt;while ( GetNaSnapmirror filer:volume ).Status -eq 'transferring' {sleep 5}&lt;/P&gt;&lt;P&gt;#Invoke-NaSnapMirrorQuiesce filer:volume/qtree #if you are using QTree SnapMirror&lt;/P&gt;&lt;P&gt;Invoke-NaSnapMirrorBreak filer:volume&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 14:58:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53143#M2493</guid>
      <dc:creator>timothyn</dc:creator>
      <dc:date>2011-06-28T14:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking a Snapmirror relationship</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53150#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; As per TR 3326 (&lt;A href="http://media.netapp.com/documents/tr-3326.pdf" target="_blank"&gt;http://media.netapp.com/documents/tr-3326.pdf&lt;/A&gt;) the correct procedure is Update, Quiesce, Break as noted in the script above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 19:28:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53150#M2494</guid>
      <dc:creator>jausch</dc:creator>
      <dc:date>2011-06-28T19:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Breaking a Snapmirror relationship</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53159#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Appendices in the TR are exactly what I had been looking for.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 20:57:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Breaking-a-Snapmirror-relationship/m-p/53159#M2495</guid>
      <dc:creator>glen_eustace</dc:creator>
      <dc:date>2011-06-28T20:57:00Z</dc:date>
    </item>
  </channel>
</rss>

