<?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 CLI options to update Data Collection Settings in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CLI-options-to-update-Data-Collection-Settings/m-p/11886#M2437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to script the setting for Data Collection for all counters.&amp;nbsp; In the GUI, it's one-by-one.&amp;nbsp; Any way to select multiple counters in the GUI or commands via CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:03:06 GMT</pubDate>
    <dc:creator>bmorse</dc:creator>
    <dc:date>2025-06-05T07:03:06Z</dc:date>
    <item>
      <title>CLI options to update Data Collection Settings</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CLI-options-to-update-Data-Collection-Settings/m-p/11886#M2437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to script the setting for Data Collection for all counters.&amp;nbsp; In the GUI, it's one-by-one.&amp;nbsp; Any way to select multiple counters in the GUI or commands via CLI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:03:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CLI-options-to-update-Data-Collection-Settings/m-p/11886#M2437</guid>
      <dc:creator>bmorse</dc:creator>
      <dc:date>2025-06-05T07:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: CLI options to update Data Collection Settings</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CLI-options-to-update-Data-Collection-Settings/m-p/11891#M2439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you must be able to use mullti select in NMC UI .Also after setting up this for one host you can copy the data collection template, and apply it for multiple host.&lt;/P&gt;&lt;P&gt;Below are the cli for doing the same.&lt;/P&gt;&lt;P&gt;D:\&amp;gt;dfm perf data describe help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; describe -- Describe a counter group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SYNOPSIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfm perf data describe [-v] &amp;lt;counter-group-name&amp;gt; &amp;lt;host-name-or-id&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Describe the details of the counter groups like file name, instances,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage space details etc.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If -v flag is specified, verbose information is displayed. It includes&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; counters, object instances details for which data is being collected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;D:\&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\&amp;gt;dfm perf data modify&amp;nbsp; help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modify -- Modify the interval and collection details for a counter group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SYNOPSIS&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dfm perf data modify [ -f ] -G &amp;lt;counter-group-name&amp;gt; [ -o &amp;lt;host-name-or-id&amp;gt; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ -s &amp;lt;sample-rate&amp;gt; ] [ -r &amp;lt;retention-period&amp;gt; ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DESCRIPTION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Modify the interval and retention details for a counter group.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specify a positive number, optionally followed by a time period&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; suffix to indicate seconds, minutes, hours, days, or weeks.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The default time period suffix is seconds.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'host-name-or-id' is mandatory for default counter groups.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use -f option to force the change of sample rate and&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; retention period when the number of records for&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; the view decreases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;D:\&amp;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>Tue, 21 Dec 2010 09:16:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/CLI-options-to-update-Data-Collection-Settings/m-p/11891#M2439</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2010-12-21T09:16:49Z</dc:date>
    </item>
  </channel>
</rss>

