<?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: Performance Data Retention Times in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11982#M2460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer. Simple and quick. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 06:49:08 GMT</pubDate>
    <dc:creator>arthursc0</dc:creator>
    <dc:date>2011-04-20T06:49:08Z</dc:date>
    <item>
      <title>Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11956#M2453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We wish to change GLOBALLY the data retntion times for performance data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to ensure we have atleast 90 days worth of performance data. How do i change this globally on OM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have looked at cli "dfm perf data modify" but this is just too long winded to run for each counter. I want to change default to 90 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:56:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11956#M2453</guid>
      <dc:creator>arthursc0</dc:creator>
      <dc:date>2025-06-05T06:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11960#M2454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the NMC-&amp;gt;Setup-&amp;gt;Host-&amp;gt;Data Collection-&amp;gt;Edit.&lt;/P&gt;&lt;P&gt;Set the retention on one host and, goto. NMC-&amp;gt;Setup-&amp;gt;Host-&amp;gt;Data Collection-&amp;gt;Copy.&lt;/P&gt;&lt;P&gt;Using the copy apply it in one shot to all host by selecting all host.&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>Tue, 19 Apr 2011 21:16:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11960#M2454</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2011-04-19T21:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11969#M2455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arthursc0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, but you've got to define this 90-day retention period per counter group for at least one storage array.&amp;nbsp; Once you do that, you can then copy that array's performance collection configuration and apply it to other arrays. Assuming you're using the default counter groups, here are the commands.&amp;nbsp; Copy this into a text editor and replace &amp;lt;hostname&amp;gt; with the name of one of your storage controllers.&amp;nbsp; Then, edit &amp;lt;host-1&amp;gt;, &amp;lt;host-2&amp;gt;, &amp;lt;host-3&amp;gt;.... to be the name of the other storage controllers in your environment.&amp;nbsp;&amp;nbsp; Very fast and easy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;dfm perf data modify -G system -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G disk -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G aggregate -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G ifnet -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G nfsv3 -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G nfsv4 -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G prisched -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G target -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G lun -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G volume -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G cifs -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G fcp -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G iscsi -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G vfiler -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G processor -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G perf -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G priorityqueue -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G wafl -o &amp;lt;hostname&amp;gt; -r 90d&lt;BR /&gt;dfm perf data modify -G qtree -o &amp;lt;hostname&amp;gt; -r 90d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt; font-family: courier new,courier; "&gt;dfm perf data copy &amp;lt;hostname&amp;gt; &amp;lt;host-1&amp;gt;&lt;BR /&gt;dfm perf data copy &amp;lt;hostname&amp;gt; &amp;lt;host-2&amp;gt;&lt;BR /&gt;dfm perf data copy &amp;lt;hostname&amp;gt; &amp;lt;host-3&amp;gt;&lt;BR /&gt;dfm perf data copy &amp;lt;hostname&amp;gt; &amp;lt;host-4&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 21:18:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11969#M2455</guid>
      <dc:creator>reide</dc:creator>
      <dc:date>2011-04-19T21:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11973#M2457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to mention.&amp;nbsp; If you're specifing a retention period that is less than the current retention period, you'll get a warning and the command won't run. This is a safety mechanism to prevent you from accidentally deleteing your historical performance data.&amp;nbsp; In this scenario, you've got to include the -f flag to force this change as it will delete anything you've collected that is older than 90 days. If you don't care about losing data older than 90 days, just include the -f flag on each command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 21:44:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11973#M2457</guid>
      <dc:creator>reide</dc:creator>
      <dc:date>2011-04-19T21:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11977#M2459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Therez no straight forward command to satisfy your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the below perl script will solve the purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to replace the values in the variables @counter_groups and @hosts in the below script as per your setup.&lt;/P&gt;&lt;P&gt;I have tested this in our lab on a DFM 4.0 server and it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;========================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#!/usr/bin/perl&lt;BR /&gt;my @counter_groups = ('system', 'iscsi', 'fcp', 'lun', 'volume', 'target');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my @hosts = ('abc123.lab.netapp.com', 'xyz123.lab.netapp.com');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my $host;&lt;BR /&gt;my $cg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreach $host (@hosts) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach $cg (@counter_groups) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Modifying the retention period for host = $host and cg = $cg\n";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system("dfm perf data modify -f -G $cg -o $host -r 90d")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=========================================================================================&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 05:50:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11977#M2459</guid>
      <dc:creator>rbalaji</dc:creator>
      <dc:date>2011-04-20T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11982#M2460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great answer. Simple and quick. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 06:49:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11982#M2460</guid>
      <dc:creator>arthursc0</dc:creator>
      <dc:date>2011-04-20T06:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11985#M2461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Arthur,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you would like to see a global options, pls add your case to Enhancement Request 621766&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, 18 Jul 2012 07:40:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11985#M2461</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2012-07-18T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Data Retention Times</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11991#M2462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx @all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 12:28:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Performance-Data-Retention-Times/m-p/11991#M2462</guid>
      <dc:creator>FLISCHEIDBRACHT</dc:creator>
      <dc:date>2012-12-03T12:28:17Z</dc:date>
    </item>
  </channel>
</rss>

