<?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: Break VSM command in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79145#M16473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;That is correct. The Beak VSM command is going to remove the SnapMirror Schedule. This is as per design.&lt;/P&gt;&lt;P&gt;From the description of the command:&lt;/P&gt;&lt;P&gt;'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Terminates a VSM relationship – Quiesces the target volume, breaks the relationship and removes the schedule from the destination which releases the relationship from the source volume.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requiremetn, you will need to:&lt;/P&gt;&lt;P&gt;1. Clone the command 'Break VSM'&lt;/P&gt;&lt;P&gt;2. Remove the following lines of code from the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Remove VSM schedule")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove-NaSnapMirrorSchedule -Destination ($snapmirror.Destination)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # connect to controller&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connect-WfaController -Array $SourceArray -VFiler $SourceVFilerName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Release VSM relationship")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoke-NaSnapmirrorRelease -Destination ($snapmirror.Destination) -Source ($snapmirror.Source) -Confirm:$false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will prevent your snapmirror schedule from getting deleted from your destination volume.&lt;/P&gt;&lt;P&gt;Also, this will prevent the snapmirror relationship details from being deleted from your source volume. This is to ensure your resync goes through successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 05:15:49 GMT</pubDate>
    <dc:creator>dhruvd</dc:creator>
    <dc:date>2014-07-21T05:15:49Z</dc:date>
    <item>
      <title>Break VSM command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79140#M16472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm fairly new to WFA, and I'm just now working on building my first workflow.&amp;nbsp; This workflow will resize volumes that are in snapmirror relationships.&amp;nbsp; So basically what it should do is run through the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Break VSM&lt;/P&gt;&lt;P&gt;Resize Volume (for both source and destination volumes)&lt;/P&gt;&lt;P&gt;Resync VSM (I had to build this command myself since the only one close to this is the Update VSM command, and I want to do a resync)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is this...&amp;nbsp; When I was looking at the code for the Break VSM command, it includes Remove-NaSnapMirrorSchedule.&amp;nbsp; I'm not super familiar w/ this command, but I did look it up and see that it actually deletes the snapmirror schedule.&amp;nbsp; I'm fairly certain that I don't want to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me if I'm reading that correctly?&amp;nbsp; Because I don't want to have to re-set up the snapmirror schedule after I run the Break VSM command, and if that's what it does then I may need to build another command that is similar but just leaves that part off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help here is greatly appreciated.&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 05:32:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79140#M16472</guid>
      <dc:creator>JBIDDLE2212</dc:creator>
      <dc:date>2025-06-05T05:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Break VSM command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79145#M16473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;That is correct. The Beak VSM command is going to remove the SnapMirror Schedule. This is as per design.&lt;/P&gt;&lt;P&gt;From the description of the command:&lt;/P&gt;&lt;P&gt;'&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Terminates a VSM relationship – Quiesces the target volume, breaks the relationship and removes the schedule from the destination which releases the relationship from the source volume.'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your requiremetn, you will need to:&lt;/P&gt;&lt;P&gt;1. Clone the command 'Break VSM'&lt;/P&gt;&lt;P&gt;2. Remove the following lines of code from the command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Remove VSM schedule")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Remove-NaSnapMirrorSchedule -Destination ($snapmirror.Destination)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # connect to controller&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Connect-WfaController -Array $SourceArray -VFiler $SourceVFilerName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get-WFALogger -Info -message $("Release VSM relationship")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoke-NaSnapmirrorRelease -Destination ($snapmirror.Destination) -Source ($snapmirror.Source) -Confirm:$false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will prevent your snapmirror schedule from getting deleted from your destination volume.&lt;/P&gt;&lt;P&gt;Also, this will prevent the snapmirror relationship details from being deleted from your source volume. This is to ensure your resync goes through successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 05:15:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79145#M16473</guid>
      <dc:creator>dhruvd</dc:creator>
      <dc:date>2014-07-21T05:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Break VSM command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79153#M16474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what I thought, just needed a little confirmation! &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 13:58:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Break-VSM-command/m-p/79153#M16474</guid>
      <dc:creator>JBIDDLE2212</dc:creator>
      <dc:date>2014-07-22T13:58:28Z</dc:date>
    </item>
  </channel>
</rss>

