<?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: Is it possible to create a compound variable from a row repeat? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124913#M22409</link>
    <description>&lt;P&gt;Have you considered getting that information directly from the cluster and just doing the looping with a single command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at Get-NcClusterNode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 15:06:03 GMT</pubDate>
    <dc:creator>geringer</dc:creator>
    <dc:date>2016-10-31T15:06:03Z</dc:date>
    <item>
      <title>Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124906#M22406</link>
      <description>&lt;P&gt;I am trying to create a complex workflow that will work for any number of nodes in a cluster. &amp;nbsp;One of the steps has to be adding the mgmt interface to a new failover-group. &amp;nbsp;I have a command that will do that, but it needs the node names as input. &amp;nbsp;Is there a way to create a variable that =+ each repeats node? &amp;nbsp;$full_node =+ NodeMemeber1.name and would allow me to use that in another row?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 18:26:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124906#M22406</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2025-06-04T18:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124913#M22409</link>
      <description>&lt;P&gt;Have you considered getting that information directly from the cluster and just doing the looping with a single command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at Get-NcClusterNode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 15:06:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124913#M22409</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2016-10-31T15:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124914#M22410</link>
      <description>&lt;P&gt;Normally I would try that. &amp;nbsp;However the failover-group setup command I have for WFA needs all nodes specifiec at the same time. &amp;nbsp;Also, part of the workflow changes the node names. &amp;nbsp;They come in as 01,02,03 etc.. and the first step is to rename them to h01a,h01b,h02a,h02b etc.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 15:09:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124914#M22410</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2016-10-31T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124915#M22411</link>
      <description>&lt;P&gt;Can you export the command and attach the .dar file?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 15:21:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124915#M22411</guid>
      <dc:creator>geringer</dc:creator>
      <dc:date>2016-10-31T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124919#M22412</link>
      <description>&lt;P&gt;Maybe as you are looping through the nodes to do the rename, you could be building up a workflow variable that holds the complete list of node names (new or old) using the 'additional' row repetition&amp;nbsp;variables ... something like:&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/6347i24B1A00E8816ABB1/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="nodeList.png" title="nodeList.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 16:15:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124919#M22412</guid>
      <dc:creator>dkorns</dc:creator>
      <dc:date>2016-10-31T16:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a compound variable from a row repeat?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124924#M22415</link>
      <description>&lt;P&gt;This solved exactly what I wanted/needed. &amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 18:16:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Is-it-possible-to-create-a-compound-variable-from-a-row-repeat/m-p/124924#M22415</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2016-10-31T18:16:13Z</dc:date>
    </item>
  </channel>
</rss>

