<?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: Using Remove-NaSnapmirror, no release-able destinations in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80901#M3955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that's now worked.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Nov 2010 16:57:24 GMT</pubDate>
    <dc:creator>panayigreg</dc:creator>
    <dc:date>2010-11-03T16:57:24Z</dc:date>
    <item>
      <title>Using Remove-NaSnapmirror, no release-able destinations</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80874#M3951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Has anyone managed to get the remove-nasnapmirror cmdlet to work? According to the help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This convenience cmdlet completely deletes a SnapMirror relationship.&amp;nbsp; After a series of sanity checks, this cmdlet&lt;BR /&gt; releases the mirror on the source, breaks the mirror on the destination, deletes any snapshots on the destination,&lt;BR /&gt; and deletes any sync or async SnapMirror schedule entries on the destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run it against a test snapmirror relationship I get "SnapMirror error: No release-able destination found that matches those parameters." but I'm not sure why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:06:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80874#M3951</guid>
      <dc:creator>panayigreg</dc:creator>
      <dc:date>2025-06-05T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Remove-NaSnapmirror, no release-able destinations</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80879#M3952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To completely remove a SnapMirror relationship, several steps are needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Release the SnapMirror on the source controller&lt;/LI&gt;&lt;LI&gt;Break the SnapMirror on the destination controller&lt;/LI&gt;&lt;LI&gt;Delete the destination snapshot&lt;/LI&gt;&lt;LI&gt;Delete async schedule, if any&lt;/LI&gt;&lt;LI&gt;Delete sync schedule, if any&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These may all be accomplished via the Toolkit as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Invoke-NaSnapmirrorRelease (source controller)&lt;/LI&gt;&lt;LI&gt;Invoke-NaSnapmirrorBreak (destination controller)&lt;/LI&gt;&lt;LI&gt;Remove-NaSnapshot (using BaseSnapshot field from Get-NaSnapmirror (destination controller))&lt;/LI&gt;&lt;LI&gt;Remove-NaSnapmirrorSchedule (destination controller)&lt;/LI&gt;&lt;LI&gt;Remove-NaSnapmirrorSyncSchedule (destination controller)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds as if the first step isn't working in Remove-NaSnapmirror, so I suggest trying the steps individually to confirm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:12:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80879#M3952</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2010-11-01T18:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Remove-NaSnapmirror, no release-able destinations</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80887#M3953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I was runing this whilst connected to the detsination filer hence that error, however I have now get another error of " destination is not in a snapmirrored state", I'm using the following while connected to the source controller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$filer2=connect-nacontroller -name filer2&lt;/P&gt;&lt;P&gt;remove-nasnapmirror -destination filer1:vol1 -source filer2:vol2 -sourcecontroller $filer2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i connect to the destination and run get-nasnapmirror vol1 the volume is shown as being in a snapmirrored state.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 10:13:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80887#M3953</guid>
      <dc:creator>panayigreg</dc:creator>
      <dc:date>2010-11-03T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Remove-NaSnapmirror, no release-able destinations</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80892#M3954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct to send Remove-NaSnapmirror to the destination controller.&amp;nbsp; However, this code you posted has a bug that isn't immediately obvious:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: courier new,courier; "&gt;$filer2=connect-nacontroller -name filer2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt; font-family: courier new,courier; "&gt;remove-nasnapmirror -destination filer1:vol1 -source filer2:vol2 -sourcecontroller $filer2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this snippet, I think you are trying to send Remove-NaSnapmirror to the destination controller.&amp;nbsp; However, the preceding line contains Connect-NaController, which will set the value of $global:CurrentNaController to filer2.&amp;nbsp; This will cause Remove-NaSnapmirror to be sent to filer2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various ways to fix this, the simplest being to use the -Transient switch:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;$filer2 = Connect-NaController -Name filer2 &lt;SPAN style="color: #3366ff;"&gt;-Transient&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; "&gt;Remove-NaSnapmirror -Destination filer1:vol1 -Source filer2:vol2 -SourceController $filer2&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 16:35:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80892#M3954</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2010-11-03T16:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using Remove-NaSnapmirror, no release-able destinations</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80901#M3955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - that's now worked.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 16:57:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Using-Remove-NaSnapmirror-no-release-able-destinations/m-p/80901#M3955</guid>
      <dc:creator>panayigreg</dc:creator>
      <dc:date>2010-11-03T16:57:24Z</dc:date>
    </item>
  </channel>
</rss>

