<?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: WFA Create Volume in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100346#M17720</link>
    <description>&lt;P&gt;Bugs have been filed for those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Burt ID:&amp;nbsp;&amp;nbsp;887550,&amp;nbsp;887533&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want you may a file customer support case with NetApp to raise the priority for the fixes.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2015 08:50:59 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2015-02-09T08:50:59Z</dc:date>
    <item>
      <title>WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100287#M17696</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two problems with the create volume command in WFA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As of best practises in a SAN environment we should not mount FC volumes into the global namespace but the "Create volume" command exactly does that. Is there a way to use this command but not to mount the volume into namespace?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other one is if we want to set the auto_delete_options in WFA the destroy_list key cannot contain multiple values. Is there a way to achieve that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards and thx&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:31:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100287#M17696</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2015-02-06T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100290#M17697</link>
      <description>&lt;P&gt;Which mode are you using, 7-mode or Cluster mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the "Create Volume" command in Cluster mode, the option has been parsed.&lt;/P&gt;&lt;P&gt;The same can be done for the destroy_list also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if($AutoDeleteOptions)&lt;BR /&gt;{&lt;BR /&gt;Get-WFALogger -Info -message $("Configuring auto delete options " + $AutoDeleteOptions)&lt;/P&gt;&lt;P&gt;foreach ($option in $AutoDeleteOptions.split(","))&lt;BR /&gt;{&lt;BR /&gt;$option = $option.trim();&lt;BR /&gt;$pair = $option.split(" ");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 09:45:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100290#M17697</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-06T09:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100293#M17699</link>
      <description>&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're using the cluster mode..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen the code but the problem is for the destroy_list are multiple values acceptable like this:&lt;/P&gt;&lt;P&gt;"state on, trigger volume, target_free_space 15, commitment destroy, &lt;STRONG&gt;destroy_list lun_clone vol_clone cifs_share file_clone sfsr&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I always get the following error:&lt;/P&gt;&lt;P&gt;Got wrong autodelete option pair destroy_list lun_clone&amp;nbsp;vol_clone cifs_share file_clone sfsr. Options should be in key value format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:11:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100293#M17699</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2015-02-06T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100296#M17701</link>
      <description>&lt;P&gt;The error is from here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($pair.Length -ne 2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $msg = "Got wrong autodelete option pair " + $option + ". Options should be in key value format."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw $msg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"state on, trigger volume, target_free_space 15, commitment destroy, &lt;/SPAN&gt;&lt;STRONG&gt;destroy_list lun_clone vol_clone cifs_share file_clone sfsr."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Remove sfsr, it will work. That is the odd one in the comma seperated list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:32:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100296#M17701</guid>
      <dc:creator>abhit</dc:creator>
      <dc:date>2015-02-06T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100298#M17703</link>
      <description>&lt;P&gt;Dario,&lt;/P&gt;&lt;P&gt;@Snashot Autodelete&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;sfsr is a valid option. This code is not well written to take multiple values for option&amp;nbsp;destroy_list. It assumes that like other keys this too can only take one value which is not true. This is a Bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Junctionpath&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This too is a problem as it will always set Juctionpath for the created volume irrespective of whether the user wants it or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A bug in the product shall be raised and it will be fixed in the future release. In the meantime if you are okay to use a non-netapp certified command, I cane give you the fix that will solve both.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:48:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100298#M17703</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-02-06T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100301#M17706</link>
      <description>&lt;P&gt;Run into the same issue attached is the create volume for SAN command ( for cluster mode )&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:48:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100301#M17706</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-02-06T12:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100305#M17707</link>
      <description>&lt;P&gt;Thanks for the replies.&lt;/P&gt;&lt;P&gt;I've made my own commands. One for unmounting the volume after it has been created and the other one for settings the snapshot autodelete options.&lt;/P&gt;&lt;P&gt;This is because i don't wanna&amp;nbsp;touch the certified commands.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there already a bug open for these topics?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 13:36:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100305#M17707</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2015-02-06T13:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100346#M17720</link>
      <description>&lt;P&gt;Bugs have been filed for those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Burt ID:&amp;nbsp;&amp;nbsp;887550,&amp;nbsp;887533&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want you may a file customer support case with NetApp to raise the priority for the fixes.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 08:50:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/100346#M17720</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2015-02-09T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129052#M23199</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any fix for that "junction-path" problem meanwhile?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't want junction-path active and set for ouir SAN Workflow ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be nice for any reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:33:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129052#M23199</guid>
      <dc:creator>MaGei</dc:creator>
      <dc:date>2017-03-15T13:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129053#M23200</link>
      <description>&lt;P&gt;I can send you my self created command if you want..&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:39:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129053#M23200</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2017-03-15T13:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: WFA Create Volume</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129066#M23206</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/46894"&gt;@MaGei&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mercel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is your WFA version? This bug is fixed in WFA3.1 and above.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 18:30:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/WFA-Create-Volume/m-p/129066#M23206</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-03-15T18:30:39Z</dc:date>
    </item>
  </channel>
</rss>

