<?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: 6 months report from Ops Manager in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79709#M16593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig and Rahul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have time read this doc on how history data is maintained in DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each database table, the Operations Manager server saves sample values for periods of the following duration:&lt;/P&gt;&lt;P&gt;• Each daily history sample covers 15 minutes.&lt;/P&gt;&lt;P&gt;• Each weekly history sample covers 2 hours.&lt;/P&gt;&lt;P&gt;• Each monthly history sample covers 8 hours.&lt;/P&gt;&lt;P&gt;• Each quarterly history sample covers 1 day.&lt;/P&gt;&lt;P&gt;• Each yearly history sample covers 4 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purging of Older Samples from History Tables.To keep the database size under control, samples from each of the history tables are purged when they get old. A maximum of 150 samples are kept in each sample history table for one storage object, which translates into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• 37.5 hours in daily sample table&lt;/P&gt;&lt;P&gt;• 12.5 days in weekly sample table&lt;/P&gt;&lt;P&gt;• 50 days in monthly sample table&lt;/P&gt;&lt;P&gt;• 5 months in quarterly sample table.&lt;/P&gt;&lt;P&gt;• Samples in yearly sample table are never purged.&lt;/P&gt;&lt;P&gt;Operations Manager UI does not provide graphs that span longer than a year; “dfm graph” cli can be used to get older data from the yearly sample table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the link to the doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-12547" target="_blank"&gt;Storage Capacity Management using OnCommand Operations Manager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2012 11:06:25 GMT</pubDate>
    <dc:creator>adaikkap</dc:creator>
    <dc:date>2012-04-11T11:06:25Z</dc:date>
    <item>
      <title>6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79675#M16572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Can I pull six months report from the Ops Manager . For example, I want to pull report for Aggr capacity usage for the last 6 months, the graphical representation of the report only displays data for 1week, 1 month, 3 months and 1 year. Is there any way how I can see the report for 6 months. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Any advise in this regard will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Cheers&lt;/P&gt;&lt;P style="text-align: left;"&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:30:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79675#M16572</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2025-06-05T06:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79680#M16576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, now, I came across something the other day that might do the trick.&amp;nbsp; This gave me an excuse to try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lookup the 'dfm graph' command in ops manager (see &amp;lt;path_to_install_dir&amp;gt;\NetApp\DataFabric Manager\DFM\web\man\dfm.1.html, for examples).&amp;nbsp; You can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dfm graph -s 15811200 -e 0 -F png aggregate-usage-vs-total-1y toaster01:aggr00_sas_600 &amp;gt; dfm_graph.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-s is number of seconds in the past&lt;/P&gt;&lt;P&gt;You need to us the -1y object, then filter down to 6 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various options around size of image, image type, etc.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/15208_dfm_graph.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 15:13:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79680#M16576</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2012-04-05T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79687#M16582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Gardinec. That output is magical. I tested and worked fine for me. The report that got generated is ditto the one you pasted in your reply. So, from Oct 2011 to April 2012, I can take it as a 6 months report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I have to specifically pull a report for 6 month with a paramter of 6m instead of 1y , is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to run the command(below) with 6m instead of 1y . I did get a out dfm_graph.png but that was empty &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;(dfm graph -s 15811200 -e 0 -F png aggregate-usage-vs-total-6m toaster01:aggr00_sas_600 &amp;gt; dfm_graph.png)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't quite get what you meant by :-&lt;/P&gt;&lt;P&gt;"You need to us the -1y object, then filter down to 6 months."&lt;/P&gt;&lt;P&gt;Can you please explain again.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 18:58:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79687#M16582</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2012-04-05T18:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79692#M16585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;Any ideas on this one&lt;/P&gt;&lt;P&gt;-Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2012 17:50:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79692#M16585</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2012-04-07T17:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79697#M16587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there are only the pre-defined graphs for 1d, 1w, 1m, 3m &amp;amp; 1y, but not for 6m, so the only way I know of is the method discussed earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 13:12:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79697#M16587</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2012-04-10T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79700#M16589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many Thanks Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned ""You need to us the -1y object, then filter down to 6 months" .Can you please explain how to filter this?&lt;/P&gt;&lt;P&gt; Is it fair to say that the graph that gets extracted by using the -1y object is for 6months ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 15:55:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79700#M16589</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2012-04-10T15:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79705#M16591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You pick the 1y data then filter down to 6 months.&amp;nbsp; If you chose the 3m one for example, the data for 6 months isn't there so it can't be filtered.&amp;nbsp; That's my interpretation of how it works based on what I can see. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 16:00:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79705#M16591</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2012-04-10T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79709#M16593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig and Rahul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you have time read this doc on how history data is maintained in DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each database table, the Operations Manager server saves sample values for periods of the following duration:&lt;/P&gt;&lt;P&gt;• Each daily history sample covers 15 minutes.&lt;/P&gt;&lt;P&gt;• Each weekly history sample covers 2 hours.&lt;/P&gt;&lt;P&gt;• Each monthly history sample covers 8 hours.&lt;/P&gt;&lt;P&gt;• Each quarterly history sample covers 1 day.&lt;/P&gt;&lt;P&gt;• Each yearly history sample covers 4 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purging of Older Samples from History Tables.To keep the database size under control, samples from each of the history tables are purged when they get old. A maximum of 150 samples are kept in each sample history table for one storage object, which translates into:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• 37.5 hours in daily sample table&lt;/P&gt;&lt;P&gt;• 12.5 days in weekly sample table&lt;/P&gt;&lt;P&gt;• 50 days in monthly sample table&lt;/P&gt;&lt;P&gt;• 5 months in quarterly sample table.&lt;/P&gt;&lt;P&gt;• Samples in yearly sample table are never purged.&lt;/P&gt;&lt;P&gt;Operations Manager UI does not provide graphs that span longer than a year; “dfm graph” cli can be used to get older data from the yearly sample table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the link to the doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-12547" target="_blank"&gt;Storage Capacity Management using OnCommand Operations Manager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;adai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 11:06:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79709#M16593</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2012-04-11T11:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79717#M16595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the document link, it fills a lot of gaps in my knowledge!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 15:30:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79717#M16595</guid>
      <dc:creator>GARDINEC_EBRD</dc:creator>
      <dc:date>2012-04-11T15:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79722#M16597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for the document &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; . It has really helped me understand Ops Manager.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 04:57:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79722#M16597</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2012-04-12T04:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: 6 months report from Ops Manager</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79727#M16599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Craig &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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 04:57:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/6-months-report-from-Ops-Manager/m-p/79727#M16599</guid>
      <dc:creator>deygaurab</dc:creator>
      <dc:date>2012-04-12T04:57:48Z</dc:date>
    </item>
  </channel>
</rss>

