<?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 to select vfilers in specific IPspace in User Input in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-select-vfilers-in-specific-IPspace-in-User-Input/m-p/79492#M16546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is part of the object, but it's not gathered from the datasource so its not a cached attribute in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to link it to the Interface object to get the ipspace. Something similar to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT vfiler.ip_address,vfiler.name &lt;/P&gt;&lt;P&gt;FROM storage.interface,storage.vfiler&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;interface.ip_space = "${ipspace}" AND&lt;/P&gt;&lt;P&gt;interface.vfiler_id = vfiler.id AND&lt;/P&gt;&lt;P&gt;vfiler.name != "vfiler0"&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;vfiler.ip_address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 08:18:37 GMT</pubDate>
    <dc:creator>mgoddard</dc:creator>
    <dc:date>2013-10-02T08:18:37Z</dc:date>
    <item>
      <title>How to select vfilers in specific IPspace in User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-select-vfilers-in-specific-IPspace-in-User-Input/m-p/79488#M16545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to query all vfilers in a specific ipspace. The query always fails because vfiler.ipspace is not a valid field. According to the vfiler dictionary it is indeed. I tried it also to create a new filter with the vfiler.ipspace field, same error. Thanks in advance for any help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan Kellner&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;Failed to execute query for user input '$Vfiler_ip':&lt;/P&gt;&lt;P&gt;Unknown column 'storage.vfiler.ipspace' in 'where clause'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL:&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vfiler.ip_address,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vfiler.name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.vfiler&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on storage.vfiler.array_id = storage.array.id&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.resource_group_member&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on storage.array.id = storage.resource_group_member.array_id&lt;/P&gt;&lt;P&gt;JOIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.resource_group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on storage.resource_group_member.group_id = storage.resource_group.id&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.resource_group.name = '${om_group}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and storage.vfiler.ipspace = 'esx'&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vfiler.ip_address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:52:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-select-vfilers-in-specific-IPspace-in-User-Input/m-p/79488#M16545</guid>
      <dc:creator>skellner</dc:creator>
      <dc:date>2025-06-05T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to select vfilers in specific IPspace in User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-select-vfilers-in-specific-IPspace-in-User-Input/m-p/79492#M16546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is part of the object, but it's not gathered from the datasource so its not a cached attribute in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to link it to the Interface object to get the ipspace. Something similar to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT vfiler.ip_address,vfiler.name &lt;/P&gt;&lt;P&gt;FROM storage.interface,storage.vfiler&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;interface.ip_space = "${ipspace}" AND&lt;/P&gt;&lt;P&gt;interface.vfiler_id = vfiler.id AND&lt;/P&gt;&lt;P&gt;vfiler.name != "vfiler0"&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;vfiler.ip_address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:18:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-select-vfilers-in-specific-IPspace-in-User-Input/m-p/79492#M16546</guid>
      <dc:creator>mgoddard</dc:creator>
      <dc:date>2013-10-02T08:18:37Z</dc:date>
    </item>
  </channel>
</rss>

