<?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: snapmirror update in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66176#M3313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you logging into a vfiler or a filer?&amp;nbsp; Where are the snapmirrors setup? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, why are you using a static list of volume names.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2013 11:14:44 GMT</pubDate>
    <dc:creator>JGPSHNTAP</dc:creator>
    <dc:date>2013-08-12T11:14:44Z</dc:date>
    <item>
      <title>snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66144#M3306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update snapmirror from a file with a list of destination volumes without success - what am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connect-nacontroller -name filer02 -credential $FasCred&lt;/P&gt;&lt;P&gt;$dests = (get-content C:\volumes.txt)&lt;/P&gt;&lt;P&gt;foreach ($dest in $dests) {Invoke-NaSnapmirrorUpdate -Destination $dest}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the c:\volumes.txt file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vol1&lt;/P&gt;&lt;P&gt;vol2&lt;/P&gt;&lt;P&gt;vol3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoke-NaSnapmirrorUpdate : Source not set on command line or in /etc/snapmirror.conf file.&lt;/P&gt;&lt;P&gt;At line:1 char:53&lt;/P&gt;&lt;P&gt;+ foreach ($dest in $dests) {Invoke-NaSnapmirrorUpdate &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;nbsp; -Destination $dest}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (10.0.9.9:NaController) [Invoke-NaSnapmirrorUpdate], ESNAPMIRRORPARSERERROR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Snapmirror.InvokeNaSnapmirrorUpdate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I Putty and run 'snapmirror update' for any of those volumes, it works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66144#M3306</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2025-06-05T05:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66149#M3307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's a vfiler, so maybe it cannot find the /etc/snapmirror.conf (?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 23:22:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66149#M3307</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-08-10T23:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66153#M3308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try qualifying your -destination param with the filer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;invoke-SnapmirrorUpdate -Destination "filer02:$dest"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my Windows Phone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 22:46:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66153#M3308</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2013-08-11T22:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66158#M3309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first relationship starts fine but all the rest fail with the above error message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 00:19:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66158#M3309</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-08-12T00:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66163#M3310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Odd.&amp;nbsp; I only get this error when I try the Invoke-NaSnapmirrorUpdate while connected to the source controller (instead of the destination) or I give an invalid destination volume name (perhaps you are supplying the source controller vol name when you should be giving the destination volume name - assuming they are different?).&amp;nbsp;&amp;nbsp; Can we see the output from Get-NaSnapmirrorUpdate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your exact code (with different vol names) and it worked for me.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 00:43:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66163#M3310</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2013-08-12T00:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66168#M3311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try it on a vfiler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 00:45:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66168#M3311</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-08-12T00:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66172#M3312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.  I don't have access to one to test.  You may be right in that being the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my Windows Phone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 03:31:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66172#M3312</guid>
      <dc:creator>bsti</dc:creator>
      <dc:date>2013-08-12T03:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66176#M3313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you logging into a vfiler or a filer?&amp;nbsp; Where are the snapmirrors setup? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, why are you using a static list of volume names.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 11:14:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66176#M3313</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2013-08-12T11:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: snapmirror update</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66182#M3314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the snapmirrors are on the vfiler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I connect to the filer first and then to the vfiler - connection works fine and I can run commands on the vfiler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect-NaController -Name filer01 -Credential $FasCred&lt;/P&gt;&lt;P&gt;connect-nacontroller -Name ($global:CurrentNaController).name -Vfiler vfiler01 -Credential $FasCred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 11:24:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/snapmirror-update/m-p/66182#M3314</guid>
      <dc:creator>JSHACHER11</dc:creator>
      <dc:date>2013-08-12T11:24:55Z</dc:date>
    </item>
  </channel>
</rss>

