<?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: How do I use WFA to delete volumes? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30248#M6261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bengt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just following up on some old threads to close them (Make sure they were answered).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did this follow through for you eventually?&lt;/P&gt;&lt;P&gt;The way to use "Remove volume" is to find the volume and pass this volume as parameter.&lt;/P&gt;&lt;P&gt;If you'd like to squeeze in row parameters, you can do a define node for "array" using the array IP and then at the volume definition&lt;/P&gt;&lt;P&gt;just plug the array reference and the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every define node in WFA requires the natural key of that object (What uniquely identifies it). For a volume it means the minimal attributes would be&lt;/P&gt;&lt;P&gt;the volume name and array IP/name (Volume name is unique in a storage array).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Feb 2012 14:41:44 GMT</pubDate>
    <dc:creator>yaronh</dc:creator>
    <dc:date>2012-02-05T14:41:44Z</dc:date>
    <item>
      <title>How do I use WFA to delete volumes?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30237#M6256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wonder how I can use the predefined command Remove Volume.&lt;/P&gt;&lt;P&gt;If I add it to the workflow I just get one parameter column (vol_name), but I'd need the array_ip to then be able to delete the volume.&lt;/P&gt;&lt;P&gt;Somehow I do not get the findchrt to work sensible ... &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 06:37:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30237#M6256</guid>
      <dc:creator>blassen</dc:creator>
      <dc:date>2025-06-05T06:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use WFA to delete volumes?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30242#M6259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most commands require a variable for the main parameter.&amp;nbsp; In this example, the Remove Volume command has two columns for entry - Enable and Volume.&amp;nbsp; Find Charts can be called by entering a variable name that refers to a spot in the Find Chart.&amp;nbsp; Start with a basic workflow with only the Remove Volume command.&amp;nbsp; Under Enable enter true and under Volume enter remove_Volume_1.&amp;nbsp; Click on the FindChart button at the bottom and open a new Find Chart.&amp;nbsp; Set the Find Chart name.&amp;nbsp; I will typically split my Finders from my Defines.&amp;nbsp; This makes it very easy to clone for multiple rows.&amp;nbsp; Also If we decide to change our Finders by adding more intelligence then it is easier to troubleshoot and modify.&amp;nbsp; Set the Flow type to Finder - Variable=aggrName,Type=Aggregate,Finder=Find aggregate in a given array.&amp;nbsp; The Remove Volume command only really requires the array and volume name so any aggregate on the array would do.&amp;nbsp; Set the Finder Attribute Value - array name or ip=$controllerName.&amp;nbsp; Now, set the Find section to Define - Variable=remove_Volume_1,Type=Volume.&amp;nbsp; For the Attribute Values - aggregate=aggrName,array=aggrName.array,name=$volumeName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps and answers your question.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/14388_remove_Volume_finder.jpg" width="450" /&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/14389_remove_Volume_define.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 13:41:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30242#M6259</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2012-01-14T13:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use WFA to delete volumes?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30248#M6261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bengt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just following up on some old threads to close them (Make sure they were answered).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did this follow through for you eventually?&lt;/P&gt;&lt;P&gt;The way to use "Remove volume" is to find the volume and pass this volume as parameter.&lt;/P&gt;&lt;P&gt;If you'd like to squeeze in row parameters, you can do a define node for "array" using the array IP and then at the volume definition&lt;/P&gt;&lt;P&gt;just plug the array reference and the name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every define node in WFA requires the natural key of that object (What uniquely identifies it). For a volume it means the minimal attributes would be&lt;/P&gt;&lt;P&gt;the volume name and array IP/name (Volume name is unique in a storage array).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2012 14:41:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-do-I-use-WFA-to-delete-volumes/m-p/30248#M6261</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2012-02-05T14:41:44Z</dc:date>
    </item>
  </channel>
</rss>

