<?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: Failed to register member variable 'LUNMember2' for row #1 in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99387#M17533</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try out the following two suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Check the wfa.log file to see the exceptions and you could attach here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Could you also try making this change and preview the workflow and let us know whether it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the parameters provided to "Map and Online" command, can you change the value given to&lt;/P&gt;&lt;P&gt;Volume tab -&amp;gt; 'name' attribute to "LunMember2.volume.name from "LunMember2.volume"&lt;/P&gt;&lt;P&gt;Array tab -&amp;gt; 'ip' attribute to "LunMember2.array.ip" from "LunMember2.array"&lt;/P&gt;&lt;P&gt;Qtree tab -&amp;gt; 'name' attribute to 'LunMember2.qtree.name" from "LunMember2.qtree"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jan 2015 13:57:18 GMT</pubDate>
    <dc:creator>shailaja</dc:creator>
    <dc:date>2015-01-16T13:57:18Z</dc:date>
    <item>
      <title>Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99331#M17523</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;i am trying to map existing luns into the igroup by using row repetition function.&lt;/P&gt;&lt;P&gt;used below SQL Finder command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;lun.id,&lt;BR /&gt;lun.serial_number,&lt;BR /&gt;lun.array_id,&lt;BR /&gt;lun.vfiler_id,&lt;BR /&gt;lun.volume_id,&lt;BR /&gt;qtree.name AS 'qtree',&lt;BR /&gt;lun.qtree_id,&lt;BR /&gt;lun.size_mb,&lt;BR /&gt;lun.mapped,&lt;BR /&gt;lun.space_reserved,&lt;BR /&gt;lun.name,&lt;BR /&gt;lun.full_path,&lt;BR /&gt;volume.name AS 'volume.name',&lt;BR /&gt;array.ip AS 'volume.array.ip'&lt;BR /&gt;FROM&lt;BR /&gt;storage.lun AS lun,&lt;BR /&gt;storage.array AS array,&lt;BR /&gt;storage.volume AS volume,&lt;BR /&gt;Storage.qtree&lt;BR /&gt;WHERE&lt;BR /&gt;lun.array_id = array.id&lt;BR /&gt;AND qtree.id = lun.qtree_id&lt;BR /&gt;AND qtree.volume_id = volume.id&lt;BR /&gt;AND lun.name LIKE 'EEC_%'&lt;BR /&gt;AND lun.volume_id = volume.id&lt;BR /&gt;AND volume.name LIKE 'EEC_%'&lt;BR /&gt;AND array.ip = '192.168.100.100'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it was successfully to query so the result screen listed below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.21.41 AM.png" style="width: 691px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1779i97DDE8F1FA92BAEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.21.41 AM.png" alt="Screen Shot 2558-01-16 at 1.21.41 AM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.28.32 AM.png" style="width: 858px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1785iAE55039D76008CD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.28.32 AM.png" alt="Screen Shot 2558-01-16 at 1.28.32 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.28.39 AM.png" style="width: 852px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1786iAA38EEA635F434B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.28.39 AM.png" alt="Screen Shot 2558-01-16 at 1.28.39 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i have applied each one of the component to command parameter &amp;nbsp;as show below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.28.20 AM.png" style="width: 869px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1780iE9A9243DDA7BF6B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.28.20 AM.png" alt="Screen Shot 2558-01-16 at 1.28.20 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.28.26 AM.png" style="width: 865px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1787i496CDA2F7C1F0FB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.28.26 AM.png" alt="Screen Shot 2558-01-16 at 1.28.26 AM.png" /&gt;&lt;/span&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after preview workflow the below error will show.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2558-01-16 at 1.31.05 AM.png" style="width: 345px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/1790iA1CFF54AF86CF907/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2558-01-16 at 1.31.05 AM.png" alt="Screen Shot 2558-01-16 at 1.31.05 AM.png" /&gt;&lt;/span&gt;&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;&lt;P&gt;anyone have any idea why this error was occured.&lt;/P&gt;&lt;P&gt;thank you in advanced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:16:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99331#M17523</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2025-06-05T05:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99338#M17524</link>
      <description>&lt;P&gt;Check out the finder variable input, could you attach a screenshot of the row repetition details ? ( the parameters are what you used to fill out the command form and the variable should be the finder output or a $variable )&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 18:52:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99338#M17524</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-15T18:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99341#M17525</link>
      <description>&lt;P&gt;row repetition detail screen shot.&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/1791iFAD9F60286E52CC4/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-16 at 1.56.33 AM.png" alt="Screen Shot 2558-01-16 at 1.56.33 AM.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 18:59:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99341#M17525</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-15T18:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99342#M17526</link>
      <description>&lt;P&gt;at the lower left picture, enter the parameter and the value ( is empty ) , then use the parameter in the command.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 19:16:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99342#M17526</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-15T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99367#M17528</link>
      <description>&lt;P&gt;do i need to &amp;nbsp;do that since i have completed parameter input in the finder already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AND lun.name LIKE 'EEC_%'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND lun.volume_id = volume.id&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND volume.name LIKE 'EEC_%'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND array.ip = '192.168.100.100'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Richy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 01:43:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99367#M17528</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-16T01:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99385#M17532</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Check the &lt;/SPAN&gt;&lt;SPAN&gt;returned attributes on your EEC finder ( you move them from available to selected )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the row repetion details window ( edit ) , below where the finder parameters ( where the parameters and value table appears and is empty, so the commands are not receiving the variables ), there is a variables table where you could also&amp;nbsp;add ( try to make the window bigger so you can see it ), the finder populates that from the returned attributes but is seems to be empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, the finder should have populated the variables ( check the returned attributes on your EEC finder ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 13:14:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99385#M17532</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-16T13:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99387#M17533</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try out the following two suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Check the wfa.log file to see the exceptions and you could attach here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Could you also try making this change and preview the workflow and let us know whether it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the parameters provided to "Map and Online" command, can you change the value given to&lt;/P&gt;&lt;P&gt;Volume tab -&amp;gt; 'name' attribute to "LunMember2.volume.name from "LunMember2.volume"&lt;/P&gt;&lt;P&gt;Array tab -&amp;gt; 'ip' attribute to "LunMember2.array.ip" from "LunMember2.array"&lt;/P&gt;&lt;P&gt;Qtree tab -&amp;gt; 'name' attribute to 'LunMember2.qtree.name" from "LunMember2.qtree"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 13:57:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99387#M17533</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2015-01-16T13:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99407#M17534</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have check the return attribute it was selected.&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/1814iC6384D0661F6FA6B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.39.16 AM.png" alt="Screen Shot 2558-01-17 at 3.39.16 AM.png" /&gt;&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/1815i515C931B06586C01/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.50.52 AM.png" alt="Screen Shot 2558-01-17 at 3.50.52 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no variable i have filled in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are there any point for me to check ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 20:53:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99407#M17534</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-16T20:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99418#M17535</link>
      <description>&lt;P&gt;Hi Shailaja&lt;/P&gt;&lt;P&gt;i have changed as you recommence but the out put still the same&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/1821i0DF3E2A2B37F9A91/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.41.13 AM.png" alt="Screen Shot 2558-01-17 at 3.41.13 AM.png" /&gt;&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/1822iD72B086A425A2357/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.41.19 AM.png" alt="Screen Shot 2558-01-17 at 3.41.19 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/1823iDE86AFFA195CA110/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.41.25 AM.png" alt="Screen Shot 2558-01-17 at 3.41.25 AM.png" /&gt;&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/1824iA5DEA00CAC862387/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="Screen Shot 2558-01-17 at 3.41.29 AM.png" alt="Screen Shot 2558-01-17 at 3.41.29 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richy&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 21:12:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99418#M17535</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-16T21:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99423#M17537</link>
      <description>&lt;P&gt;You should be basing your filter&amp;nbsp;query on a standard LUN filter rather than changing the values to include qtree name, lun name, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would expect your query should be more like (parameterizing rather than putting in static query info):&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.id,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.serial_number,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.array_id,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.vfiler_id,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.volume_id,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.qtree_id,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.size_mb,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.mapped,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.space_reserved,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.name,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.full_path,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;volume.name AS 'volume.name',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;array.ip AS 'volume.array.ip'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;storage.lun AS lun,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;storage.array AS array,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;storage.volume AS volume&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WHERE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;lun.array_id = array.id&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AND lun.full_path LIKE&amp;nbsp;'${lun_prefix}%'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AND lun.volume_id = volume.id&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AND volume.name LIKE '${vol_prefix}%'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;AND array.ip = '${array_ip}'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jan 2015 02:02:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99423#M17537</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2015-01-17T02:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99431#M17538</link>
      <description>&lt;P&gt;Unfortunately, I did not find useful information in the log file that can help debugging this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to provide&lt;/P&gt;&lt;P&gt;- Your workflow as a dar file&lt;/P&gt;&lt;P&gt;- Or backup of your system&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could attach it or send it directly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 07:29:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99431#M17538</guid>
      <dc:creator>shailaja</dc:creator>
      <dc:date>2015-01-18T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99440#M17539</link>
      <description>&lt;P&gt;Dear Tim&lt;/P&gt;&lt;P&gt;thank you for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with your method it's works !!&lt;/P&gt;&lt;P&gt;i also &amp;nbsp;modify command to force them to map and online the luns from clone volume.&lt;/P&gt;&lt;P&gt;the command show as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Param (&lt;BR /&gt;[parameter(Mandatory=$true, HelpMessage="Array name or IP address")]&lt;BR /&gt;[string]$Array,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="Volume name")]&lt;BR /&gt;[string]$VolumeName,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="LUN name")]&lt;BR /&gt;[string]$LunName,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$true, HelpMessage="List of initiator group names to map to the given LUN. The list should be comma separated in case more than one group is required")]&lt;BR /&gt;[array]$IGroups,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="Qtree name")]&lt;BR /&gt;[string]$QtreeName,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="LUN ID")]&lt;BR /&gt;[int]$LunID,&lt;/P&gt;&lt;P&gt;[parameter(Mandatory=$false, HelpMessage="vFiler name")]&lt;BR /&gt;[string]$VFilerName&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;# connect to controller&lt;BR /&gt;Connect-WfaController -Array $Array -VFiler $VFilerName&lt;/P&gt;&lt;P&gt;if($QtreeName)&lt;BR /&gt;{&lt;BR /&gt;$LunPath = "/vol/" + "clone_" + $VolumeName + "/" + $QtreeName + "/" + $LunName&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;$LunPath = "/vol/" +"clone_" + $VolumeName + "/" + $LunName&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;foreach ($IGroup in $IGroups)&lt;BR /&gt;{&lt;BR /&gt;if($LunID)&lt;BR /&gt;{&lt;BR /&gt;Get-WFALogger -Info -message $("Mapping LUN " + $LunPath + " using LUN ID " + $LunID + " to Igroup =&amp;gt; " + $IGroup)&lt;BR /&gt;Add-NaLunMap -Path $LunPath -InitiatorGroup $IGroup -ID $LunID&lt;BR /&gt;}&lt;BR /&gt;else&lt;BR /&gt;{&lt;BR /&gt;Get-WFALogger -Info -message $("Mapping LUN " + $LunPath + " using next available LUN ID to Igroup =&amp;gt; " + $IGroup)&lt;BR /&gt;Add-NaLunMap -Path $LunPath -InitiatorGroup $IGroup&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Get-WFALogger -Info -message $("Changing volume statue to onine, Lun name: " + $LunPath)&lt;BR /&gt;Set-NaLun -Path $LunPath -Online&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please feel free to comment or suggest for my solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Brs,&lt;/P&gt;&lt;P&gt;Richy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 16:52:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99440#M17539</guid>
      <dc:creator>Richy_TH</dc:creator>
      <dc:date>2015-01-18T16:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to register member variable 'LUNMember2' for row #1</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99449#M17540</link>
      <description>&lt;P&gt;That looks like it should work. I would probably make the clone volume name a parameter rather than hardcoding the clone prefix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jan 2015 23:06:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Failed-to-register-member-variable-LUNMember2-for-row-1/m-p/99449#M17540</guid>
      <dc:creator>ktim</dc:creator>
      <dc:date>2015-01-18T23:06:22Z</dc:date>
    </item>
  </channel>
</rss>

