<?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: &amp;quot;Clone Volume&amp;quot; command fails after upgrading to WFA 4.1.0.0.1RC1 in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/127081#M22834</link>
    <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ontap Version: &amp;nbsp;8.3.2p5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screen shot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/6622i853AEEA743BF2BD2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="snip_20170117144913.png" title="snip_20170117144913.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2017 20:50:39 GMT</pubDate>
    <dc:creator>lornedornak</dc:creator>
    <dc:date>2017-01-17T20:50:39Z</dc:date>
    <item>
      <title>"Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/126868#M22800</link>
      <description>&lt;P&gt;After upgrading to WFA 4.1.0.0.1RC1, we receive the following when executing the "Clone Volume" command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10:37:44.436 INFO [Clone volume] ### Command 'Clone volume' in 'POWER_SHELL' ###&lt;/P&gt;&lt;P&gt;10:37:46.608 INFO [Clone volume] Get-WfaCredentials -Host clus1&lt;/P&gt;&lt;P&gt;10:37:46.639 INFO [Clone volume] Credentials successfully provided for 'clus1'&lt;/P&gt;&lt;P&gt;10:37:46.671 INFO [Clone volume] Connect-Controller -Type CLUSTER -Name clus1 -Credential System.Management.Automation.PSCredential -Vserver&lt;/P&gt;&lt;P&gt;10:37:46.749 INFO [Clone volume] Connect-NcController (with credentials) -Name clus1 -Timeout 60000 -ErrorAction Stop&lt;/P&gt;&lt;P&gt;10:37:49.030 INFO [Clone volume] Connected to cluster node&lt;/P&gt;&lt;P&gt;10:37:49.921 INFO [Clone volume] Create a clone for Volume 'vol1' , named 'vol2' on Storage Virtual Machine 'clus1v01'&lt;/P&gt;&lt;P&gt;10:37:49.968 ERROR [Clone volume]&lt;/P&gt;&lt;P&gt;| This cmdlet must be directed to a data vserver. You are currently connected |&lt;/P&gt;&lt;P&gt;| to the cluster admin vserver. See the Toolkit web docs (Show-NcHelp) or online |&lt;/P&gt;&lt;P&gt;| help (Get-Help Connect-NcController -Examples) to learn more about directing |&lt;/P&gt;&lt;P&gt;| Toolkit cmdlets to a cluster or data vserver as required by Data ONTAP. |&lt;/P&gt;&lt;P&gt;10:37:50.077 ERROR [Clone volume] Command failed for Workflow 'Workflow' with error :&lt;/P&gt;&lt;P&gt;| This cmdlet must be directed to a data vserver. You are currently connected |&lt;/P&gt;&lt;P&gt;| to the cluster admin vserver. See the Toolkit web docs (Show-NcHelp) or online |&lt;/P&gt;&lt;P&gt;| help (Get-Help Connect-NcController -Examples) to learn more about directing |&lt;/P&gt;&lt;P&gt;| Toolkit cmdlets to a cluster or data vserver as required by Data ONTAP. |&lt;/P&gt;&lt;P&gt;10:37:50.077 INFO [Clone volume] ***** Workflow Execution Failed *****&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above output, the -Vserver value is missing from the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;10:37:46.671 INFO [Clone volume] Connect-Controller -Type CLUSTER -Name clus1 -Credential System.Management.Automation.PSCredential&lt;FONT color="#FF0000"&gt; -Vserver&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;To workaround, I modified the following code line in the "Clone Volume" command as follows:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Before:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Connect-WfaCluster -Node $Cluster&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;After:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Connect-WfaCluster -Node $Cluster -Vserver&amp;nbsp;$VserverName&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;Of course, this is not ideal, because it's still broken if you use $ParentVserver&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:34:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/126868#M22800</guid>
      <dc:creator>lornedornak</dc:creator>
      <dc:date>2025-06-04T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/126878#M22801</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/11821"&gt;@lornedornak&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the command with the mandatory parameters on ONTAP 8.4.0 and it worked for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you still getting the error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To debug further, please provide the following info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Ontap version&lt;/P&gt;&lt;P&gt;2. Screen shot of the command Test. I want to see which all parameters are you using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2017 08:10:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/126878#M22801</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-01-11T08:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/127081#M22834</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ontap Version: &amp;nbsp;8.3.2p5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Screen shot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/6622i853AEEA743BF2BD2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="snip_20170117144913.png" title="snip_20170117144913.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2017 20:50:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/127081#M22834</guid>
      <dc:creator>lornedornak</dc:creator>
      <dc:date>2017-01-17T20:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/127246#M22859</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/11821"&gt;@lornedornak&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is being looked into. I'll update you on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 14:09:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/127246#M22859</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-01-23T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129352#M23301</link>
      <description>&lt;P&gt;any updates yet?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 16:06:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129352#M23301</guid>
      <dc:creator>James_Castro</dc:creator>
      <dc:date>2017-03-23T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129358#M23305</link>
      <description>&lt;P&gt;This bug is also present in WFA 4.0.0.0.0 build 3858982. Since we dont use parent vserver, the workaround is fine for us. Adding the "&lt;FONT color="#000000"&gt;&lt;SPAN&gt;-Vserver&amp;nbsp;$VserverName&lt;/SPAN&gt;&lt;/FONT&gt;" in the PowerShell code was necessary for us to talk to ONTAP 8.2 and 8.3 clusters.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:56:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129358#M23305</guid>
      <dc:creator>jauling_chou</dc:creator>
      <dc:date>2017-03-23T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129362#M23308</link>
      <description>&lt;P&gt;FYI to others...we use WFA4.0, OCUM 7.1, CDOT 8.2 and 8.3. &amp;nbsp;Had to modify the 'Clone Volume' command and add the [-Vserver $VserverName] switch to the powershell code (highlighted in the screenshot below). &amp;nbsp;Since you can't modify a signed command you have to &amp;nbsp;hit "save as" and rename it. &amp;nbsp;You'll then need to replace the command in your workflow. &amp;nbsp;I'm hoping to test on 9.1 soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/6981i93EC8D3A9B366E3B/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="example1.png" title="example1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 19:03:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129362#M23308</guid>
      <dc:creator>James_Castro</dc:creator>
      <dc:date>2017-03-23T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129367#M23309</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/42362"&gt;@James_Castro&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2573"&gt;@jauling_chou&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/11821"&gt;@lornedornak&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This bug appeared due to change in DataONTAP PSTK module which WFA powershell commands use. This is being fixed and will be available on&amp;nbsp;&lt;A href="http://automationstore.netapp.com/pack-list.shtml" target="_self"&gt;NetApp Automation Store&lt;/A&gt;&amp;nbsp;very soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would need to download and import the latest cdot pack.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'l update this post as soon as its done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;till then your inconvenience&amp;nbsp;is regretted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:51:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129367#M23309</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-03-24T03:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Clone Volume" command fails after upgrading to WFA 4.1.0.0.1RC1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129368#M23310</link>
      <description>&lt;P&gt;Cmdlet used in the Clone Volume command is acting in the controller contest, and when we pass junction path as a parameter, it should work in the Vserver contest, presently which command is not able to handle .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fact, the ZAPI/Cmdlet used in the Clone Volume command can act on both the contexts, vserver as well as cluster(controller).&lt;/P&gt;&lt;P&gt;This command has been used in the SVM_DR pack as well where that should work on cluster context when user will pass the parent vserver name ($ParentVserver).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have already fixed this issue and it’s in review, it will be part of 1.2.2 pack.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:52:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/quot-Clone-Volume-quot-command-fails-after-upgrading-to-WFA-4-1-0-0-1RC1/m-p/129368#M23310</guid>
      <dc:creator>GaurabBanerjee</dc:creator>
      <dc:date>2017-03-24T03:52:21Z</dc:date>
    </item>
  </channel>
</rss>

