<?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: Find a volume on the same filer selected in a previous step, based on volume name in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18222#M3811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, that was easy!!&amp;nbsp; Yep, it works.&amp;nbsp; Must have tried everything else, but the the ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2013 15:20:19 GMT</pubDate>
    <dc:creator>GARDINEC_EBRD</dc:creator>
    <dc:date>2013-03-12T15:20:19Z</dc:date>
    <item>
      <title>Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18200#M3804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is a little hard to explain, but I'll give it a go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using WFA 2.0 / DFM 5.0.2.&amp;nbsp; I'm creating an Oracle provisioning workflow based on our specific requirements.&amp;nbsp; Mostly there, but got stuck on one part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an earlier step (db_vol), I create a volume allowing WFA to select the aggregate by available space from a resource pool.&amp;nbsp; This works just fine, but later I want to create a qtree for redo logs.&amp;nbsp; Say we have 2 filers, one has a volume called ORA_REDO_01, the other a vol called ORA_REDO_02, for example.&amp;nbsp; These exist prior to running the workflow.&amp;nbsp; I want to create the qtree in either ORA_REDO_01 or ORA_REDO_02 depending which filer the 'db_vol' was created on.&amp;nbsp; Here's how the workflow looks so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19165_workflow.PNG" width="583" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use a filter to identify the volume for the 'redo_qtree' command:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19166_workflow_qtree.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I'm trying to identify the volume for this qtree (should be ORA_REDO_01 or ORA_REDO_02 depending on the filer) I use the filter 'volume in array by name pattern', then specify 'db_vol.array' for the 'Array IP or Name' field, and 'ORA_REDO' as the pattern to search for.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19168_workflow_filter.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This fails with the error:&lt;/P&gt;&lt;P&gt;"Failed to evaluate resource selector. Found variable - expected literal &lt;/P&gt;&lt;P&gt;At command 'Create QTree', tab 'Qtree', variable 'redo_qtree', property 'volume'"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it's not expecting a variable here.&amp;nbsp;&amp;nbsp; If I replace the db_vol.array variable with a string value (one of the filer names in quotes) to test, and it works.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried the db_vol.array variable in quotes in the filter and run a preview I get the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Workflow aborted.&lt;/P&gt;&lt;P&gt;No results were found. The following filters have returned empty results:&lt;/P&gt;&lt;P&gt;volume in array by name pattern&lt;/P&gt;&lt;P&gt;At command 'Create QTree', tab 'Qtree', variable 'redo_qtree', property 'volume'"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me any pointers to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:07:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18200#M3804</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2025-06-05T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18205#M3806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;Can you try providing, db_vol.array.ip , without quotes for 'Array IP or Name'&amp;nbsp; field..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sivaprasad K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 14:52:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18205#M3806</guid>
      <dc:creator>kandati</dc:creator>
      <dc:date>2013-03-12T14:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18214#M3809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the variable - &lt;STRONG&gt;db_vol.aggregate.array.ip&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the Array Reference variable is not used when executing the Create Volume command, db_vol.array.ip will not work.&amp;nbsp; The aggregate is defined in the command and therefore you can go down that path to get the Array location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:19:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18214#M3809</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-03-12T15:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18222#M3811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, that was easy!!&amp;nbsp; Yep, it works.&amp;nbsp; Must have tried everything else, but the the ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:20:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18222#M3811</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2013-03-12T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18226#M3812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, now things are making more sense.&amp;nbsp; The db_vol.array.ip did actually work, but this is because I'd previously tried setting the db_vol.array field to 'db_vol.aggregate.array.ip' - after unchecking 'Show only attributes used by Create Volume'.&amp;nbsp; If I remove this form db_vol.array, you are correct it doesn't work.&amp;nbsp; With it removed, I changed the filter&amp;nbsp; to use db_vol.aggregate.array.ip as you suggest and it works again.&amp;nbsp; So I guess you could use either, but I think I'll go with your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:30:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18226#M3812</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2013-03-12T15:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Find a volume on the same filer selected in a previous step, based on volume name</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18231#M3813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I was just scratching my head (I think that I have a new bald spot... great).&amp;nbsp; That makes waaaaay more sense.&amp;nbsp; I am glad that it works and that you have hit the ground running!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 15:34:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Find-a-volume-on-the-same-filer-selected-in-a-previous-step-based-on-volume-name/m-p/18231#M3813</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-03-12T15:34:25Z</dc:date>
    </item>
  </channel>
</rss>

