<?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: OCI DWH Qtree Report in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141881#M25910</link>
    <description>&lt;P&gt;I'm not sure off the top of my head of all th reasons we might not create capacity facts for a given qtree.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be interesting to get a look at how many capacity facts you have for each of your qtrees.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT face="courier new,courier"&gt;select sd.name storage, qd.name qtree, qd.tk qtreeTk, count(distinct(qcf.tk)) capacityFactCount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from dwh_capacity.qtree_capacity_fact qcf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;right join dwh_capacity.qtree_dimension qd on qd.latest=1 and qd.tk=qcf.qtreeTk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;right join dwh_capacity.storage_dimension sd on sd.identifier=qd.storageIdentifier and sd.latest=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;group by qd.tk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;order by capacityFactCount desc;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 15:17:02 GMT</pubDate>
    <dc:creator>moechnig</dc:creator>
    <dc:date>2018-08-02T15:17:02Z</dc:date>
    <item>
      <title>OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141872#M25906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I create a Report for Netapp qtree´s in OCI DWH (mysql) , the qtree are in the&amp;nbsp;dwh_capacity.qtree_dimension&lt;/P&gt;
&lt;P&gt;e.g.&lt;/P&gt;
&lt;P&gt;with tk&amp;nbsp;'15260' , when I look in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT * FROM dwh_capacity.qtree_capacity_fact&lt;BR /&gt;where qtreeTk = 15260&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;Null&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know what I am doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:27:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141872#M25906</guid>
      <dc:creator>sstrznwra</dc:creator>
      <dc:date>2025-06-04T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141873#M25907</link>
      <description>&lt;P&gt;Does the qtree have a hard or soft quota on it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A qtree doesn't really have any capacity unless a quota is tracking its utilization.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 10:57:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141873#M25907</guid>
      <dc:creator>ostiguy</dc:creator>
      <dc:date>2018-08-02T10:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141874#M25908</link>
      <description>&lt;P&gt;Hi Matt,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the qtree has a hardquota 10MB&amp;nbsp; and use 116KB,&amp;nbsp;the dwh_inventory.qtree&amp;nbsp; shows the quota but no quotaUsedCapacity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:28:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141874#M25908</guid>
      <dc:creator>sstrznwra</dc:creator>
      <dc:date>2018-08-02T11:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141881#M25910</link>
      <description>&lt;P&gt;I'm not sure off the top of my head of all th reasons we might not create capacity facts for a given qtree.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be interesting to get a look at how many capacity facts you have for each of your qtrees.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT face="courier new,courier"&gt;select sd.name storage, qd.name qtree, qd.tk qtreeTk, count(distinct(qcf.tk)) capacityFactCount&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from dwh_capacity.qtree_capacity_fact qcf&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;right join dwh_capacity.qtree_dimension qd on qd.latest=1 and qd.tk=qcf.qtreeTk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;right join dwh_capacity.storage_dimension sd on sd.identifier=qd.storageIdentifier and sd.latest=1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;group by qd.tk&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;order by capacityFactCount desc;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 15:17:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141881#M25910</guid>
      <dc:creator>moechnig</dc:creator>
      <dc:date>2018-08-02T15:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141914#M25915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The bold lines are the qtree that i can`t see in my report last week&lt;/P&gt;
&lt;P&gt;Last week on Thursday I write a Testfile with 1MB to the Qtree , previously only 148KB were used ,and now I can see the data in my report&amp;nbsp; (see Attachment)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;naso1p notesid 15258 116&lt;BR /&gt;naso1p notesid-rbgos 15261 116&lt;BR /&gt;&lt;STRONG&gt;naso1p notesid-rbgob 15259 4&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;naso1p notesid-rbgoi 15260 4&lt;/STRONG&gt;&lt;BR /&gt;naso1p notesid-rbgos 11268 0&lt;BR /&gt;naso1p notesid 12216 0&lt;BR /&gt;naso1p notesid 14177 0&lt;BR /&gt;naso1p notesid 14393 0&lt;BR /&gt;naso1p notesid 14401 0&lt;BR /&gt;naso1p notesid 14849 0&lt;BR /&gt;naso1p notesid 7113 0&lt;BR /&gt;naso1p notesid 14929 0&lt;BR /&gt;naso1p notesid 10050 0&lt;BR /&gt;naso1p notesid 15121 0&lt;BR /&gt;naso1p notesid 10058 0&lt;BR /&gt;naso1p notesid 10615 0&lt;BR /&gt;naso1p notesid 10696 0&lt;BR /&gt;naso1p notesid 11096 0&lt;BR /&gt;naso1p notesid 11116 0&lt;BR /&gt;naso1p notesid 16129 0&lt;BR /&gt;naso1p notesid 11265 0&lt;BR /&gt;naso1p notesid-rbgob 11266 0&lt;BR /&gt;naso1p notesid-rbgoi 11267 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:39:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141914#M25915</guid>
      <dc:creator>sstrznwra</dc:creator>
      <dc:date>2018-08-06T07:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141924#M25917</link>
      <description>&lt;P&gt;I'm not sure whether it is important to you to continue investigating this situation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do want to look into it further, it may be interesting to see what changed about the qtrees in question on Thursday, from OCI's point of view.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT face="courier new,courier"&gt;select * from dwh_capacity.qtree_dimension where tk in (15259, 15260, 11266, 11267) order by name, tk;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would also be interesting, for a qtree where you can reproduce this problem, to compare what you see in OCI with the output of a listing of qtree sizes from the ONTAP command line, such as "quota report".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 21:03:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141924#M25917</guid>
      <dc:creator>moechnig</dc:creator>
      <dc:date>2018-08-06T21:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141930#M25918</link>
      <description>&lt;P&gt;Sure it`s importend for us, we try to understand how oci works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I send the to output from&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;select * from dwh_capacity.qtree_dimension where tk in (15259, 15260, 11266, 11267) order by name, tk;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and the quota report in a PM&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks Michael&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 07:00:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141930#M25918</guid>
      <dc:creator>sstrznwra</dc:creator>
      <dc:date>2018-08-07T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: OCI DWH Qtree Report</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141969#M25921</link>
      <description>&lt;P&gt;That is really good legwork Michael.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OCI does store everything internally in base 2 MB, so I am not surprised that ~100KB is rounded down to 0 MB, but I would like ot think we should be reporting the qtree regardless.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I'd like to see a datasource recording for this - if this site is sending OCI ASUP, could you email me the datasource name and OCI site name to ostiguy at netapp dot com?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 14:07:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/OCI-DWH-Qtree-Report/m-p/141969#M25921</guid>
      <dc:creator>ostiguy</dc:creator>
      <dc:date>2018-08-08T14:07:24Z</dc:date>
    </item>
  </channel>
</rss>

