<?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: invoke-ncsnapmirrorupdate or resync for svm-dr in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/140678#M5788</link>
    <description>&lt;P&gt;We are experiencing the same issue using the powershell commands&amp;nbsp;invoke-ncsnapmirrorupdate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLI command below works fine just specifying the destination-vserver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;snapmirror update -destination-vserver&amp;nbsp;$DestVServer&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The powershell command does not accept the DestinationvServer on its own&lt;/P&gt;
&lt;PRE&gt;Invoke-NcSnapmirrorUpdate -DestinationVserver $DestVServer&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When providing the DestinationVolume,&lt;EM&gt;The error "Invoke-NcSnapmirrorUpdate : Relationship with destination "&amp;nbsp;$DestVServer:$DestVolume" is not a valid relationship for this operation because it is a constituent relationship of a vserver SnapMirror relationship."&amp;nbsp;&lt;/EM&gt;is diaplayed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Invoke-NcSnapmirrorUpdate -Controller $DestController -DestinationVserver&amp;nbsp;$DestVServer&amp;nbsp;-DestinationVolume $DestVolume&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;JGPSHNTAP&lt;/STRONG&gt; - Did you find a workaround for this or get any response?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 16:16:34 GMT</pubDate>
    <dc:creator>SysWintel</dc:creator>
    <dc:date>2018-06-01T16:16:34Z</dc:date>
    <item>
      <title>invoke-ncsnapmirrorupdate or resync for svm-dr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/135173#M5530</link>
      <description>&lt;P&gt;I'm just curious if i'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;destination volume is required in both those cmdlets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well with svm-dr the command on the CLI is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;snapmirror resync vservername: or snapmirror update vservername:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you try to run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;invoke-ncsnapmirrorupdate it will fail b/c there is no destination volume, or if you try a volume you will get it's a member of a constituent.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this must be something simple, Anyone?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:29:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/135173#M5530</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2025-06-04T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-ncsnapmirrorupdate or resync for svm-dr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/140678#M5788</link>
      <description>&lt;P&gt;We are experiencing the same issue using the powershell commands&amp;nbsp;invoke-ncsnapmirrorupdate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The CLI command below works fine just specifying the destination-vserver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;snapmirror update -destination-vserver&amp;nbsp;$DestVServer&lt;/PRE&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The powershell command does not accept the DestinationvServer on its own&lt;/P&gt;
&lt;PRE&gt;Invoke-NcSnapmirrorUpdate -DestinationVserver $DestVServer&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When providing the DestinationVolume,&lt;EM&gt;The error "Invoke-NcSnapmirrorUpdate : Relationship with destination "&amp;nbsp;$DestVServer:$DestVolume" is not a valid relationship for this operation because it is a constituent relationship of a vserver SnapMirror relationship."&amp;nbsp;&lt;/EM&gt;is diaplayed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Invoke-NcSnapmirrorUpdate -Controller $DestController -DestinationVserver&amp;nbsp;$DestVServer&amp;nbsp;-DestinationVolume $DestVolume&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;JGPSHNTAP&lt;/STRONG&gt; - Did you find a workaround for this or get any response?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 16:16:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/140678#M5788</guid>
      <dc:creator>SysWintel</dc:creator>
      <dc:date>2018-06-01T16:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: invoke-ncsnapmirrorupdate or resync for svm-dr</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/140755#M5795</link>
      <description>&lt;P&gt;Yes you have to build the variable with dr svr. &amp;nbsp;So somethiing like this. $destinationvserver:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And i think we used destinationpath. &amp;nbsp; &amp;nbsp;I will have to look later&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 11:32:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/invoke-ncsnapmirrorupdate-or-resync-for-svm-dr/m-p/140755#M5795</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2018-06-06T11:32:40Z</dc:date>
    </item>
  </channel>
</rss>

