<?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 onCommand 5.0 in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41735#M8548</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 use the dfm 4.0.2 for our monitoring and it send the traps to&amp;nbsp; hpopenview server. Is there in onCommand 5.0 a better way to say, stop monitoring the following system for the next hours or a other specified time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal i have to remove the system from my specified monitoring queues, but i would like just hit a button to say dont monitor this system or a special kind of event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers Soeren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:51:04 GMT</pubDate>
    <dc:creator>daehnrich_bsh</dc:creator>
    <dc:date>2025-06-05T06:51:04Z</dc:date>
    <item>
      <title>onCommand 5.0</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41735#M8548</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 use the dfm 4.0.2 for our monitoring and it send the traps to&amp;nbsp; hpopenview server. Is there in onCommand 5.0 a better way to say, stop monitoring the following system for the next hours or a other specified time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal i have to remove the system from my specified monitoring queues, but i would like just hit a button to say dont monitor this system or a special kind of event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers Soeren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:51:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41735#M8548</guid>
      <dc:creator>daehnrich_bsh</dc:creator>
      <dc:date>2025-06-05T06:51:04Z</dc:date>
    </item>
    <item>
      <title>onCommand 5.0</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41740#M8550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing to that order has changed in OnCommand 5.0.&lt;/P&gt;&lt;P&gt;What you can do is select the object type you would like to ignore and click on delete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like a volume, qtree or aggr etc.&lt;/P&gt;&lt;P&gt;If its the entire filer you can delete the filer and stop monitoring it so no events related to the filer or its child objects are generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either use the Web UI or dfm volume delete &amp;lt;volume name or id&amp;gt;&lt;/P&gt;&lt;P&gt;similarly for filer, vfiler, aggr, qtree and lun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this you dont loose all the history about these object that DFM has accumulated over time.&lt;/P&gt;&lt;P&gt;You can get them by re-adding using dfm volume add &amp;lt;volume name or id&amp;gt;&lt;/P&gt;&lt;P&gt;The same applies to filer, vfiler, aggr, qtree and lun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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>Thu, 14 Jul 2011 08:20:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41740#M8550</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2011-07-14T08:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: onCommand 5.0</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41745#M8552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soeren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can stop monitoring the system of next hour or other specific time by using simple script in any language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am writing simple perl script which stop monitoring the storage system for specific period of time.&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;P&gt;&lt;/P&gt;&lt;P&gt;my $var = `dfm host delete &amp;lt;host-name or ip-address&amp;gt;`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my $time = 36000 #&amp;nbsp; how long you don’t want to monitor the storage system, here I stop monitoring storage system for next hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sleep($time);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$var = `dfm host add &amp;lt;host-name or ip-address&amp;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;Above script will delete the storage system and then add the same storage system after one hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can modify above script for other objects (volume, vfiler, qtree or lun etc.) according your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope this helps.&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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gireesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 09:52:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/onCommand-5-0/m-p/41745#M8552</guid>
      <dc:creator>agireesh</dc:creator>
      <dc:date>2011-07-14T09:52:46Z</dc:date>
    </item>
  </channel>
</rss>

