<?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: Cache Table and vCenter in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47093#M9674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 13:17:04 GMT</pubDate>
    <dc:creator>dekel</dc:creator>
    <dc:date>2012-01-26T13:17:04Z</dc:date>
    <item>
      <title>Cache Table and vCenter</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47076#M9669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick question... Checking cache table for vmware it seems that the information related to location of object is not present. Let me say I have 4 vcenter and i need to check if a datastore exists on a specific vcenter (I need it to provision gold images on view). It seems that this information is not present.&lt;/P&gt;&lt;P&gt;There's something planned on the cache table for vmware in the next versions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:36:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47076#M9669</guid>
      <dc:creator>f_duranti</dc:creator>
      <dc:date>2025-06-05T06:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cache Table and vCenter</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47081#M9670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "host"&amp;nbsp; table in vc schema has a field called "data_center_name" .&lt;/P&gt;&lt;P&gt;The "datastore" linked&amp;nbsp; to host via the lun or via the nfs share&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can union the two queries &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT DISTINCT&amp;nbsp;&amp;nbsp;&amp;nbsp; 'nfs' AS `type`,&amp;nbsp;&amp;nbsp;&amp;nbsp; ds.name AS datastore,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hst.data_center_name&lt;/P&gt;&lt;P&gt;FROM vc.data_store AS ds&lt;/P&gt;&lt;P&gt;JOIN vc.lun AS lun &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON lun.data_store_id = ds.id&lt;/P&gt;&lt;P&gt;JOIN vc.host hst&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON hst.id = lun.host_id&lt;/P&gt;&lt;P&gt;UNION &lt;/P&gt;&lt;P&gt;SELECT DISTINCT&amp;nbsp;&amp;nbsp;&amp;nbsp; 'scsi' AS `type`,&amp;nbsp;&amp;nbsp;&amp;nbsp; ds.name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hst.data_center_name&lt;/P&gt;&lt;P&gt;FROM vc.data_store AS ds&lt;/P&gt;&lt;P&gt;JOIN vc.nas_share AS nas &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON nas.data_store_id = ds.id&lt;/P&gt;&lt;P&gt;JOIN vc.host hst&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ON hst.id = nas.host_id;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another option is use the virtual machines tables but than you have two assume existence of VMs on the datastore&amp;nbsp; -and I am not sure you can assume it &lt;/P&gt;&lt;P&gt;hope it helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 09:33:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47081#M9670</guid>
      <dc:creator>dekel</dc:creator>
      <dc:date>2012-01-26T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cache Table and vCenter</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47089#M9673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is great &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Thanks&lt;/P&gt;&lt;P&gt;I suppose i should do the same if i want to check a VM presence in a specific vcenter: join between vm and host and check the vcenter in host ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 12:49:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47089#M9673</guid>
      <dc:creator>f_duranti</dc:creator>
      <dc:date>2012-01-26T12:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cache Table and vCenter</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47093#M9674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, that should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 13:17:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Cache-Table-and-vCenter/m-p/47093#M9674</guid>
      <dc:creator>dekel</dc:creator>
      <dc:date>2012-01-26T13:17:04Z</dc:date>
    </item>
  </channel>
</rss>

