<?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: On-demand Inventory Poll with OCUM in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62755#M13083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me see if I understood your problem correctly. You are creating a volume with name say vol1, then deleting the same and latter trying to create with same volume name vol1 right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DFM takes 1 hour before it can mark-delete an object in its database even after the object is deleted on the controller. This was done as a means to prevent snmp discrepancies or timeouts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you modify your workflow to query the controller for unique names to recreate volumes instead of relying on OCUM as there is no way to fasten this process of mark-deletion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though you can refresh the monitoring using dfm-api-refresh or dfm host discover you will still have to wait for 1 hour.&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>Sun, 17 Mar 2013 06:53:47 GMT</pubDate>
    <dc:creator>adaikkap</dc:creator>
    <dc:date>2013-03-17T06:53:47Z</dc:date>
    <item>
      <title>On-demand Inventory Poll with OCUM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62739#M13080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get OCUM to perform an inventory poll on demand either via the GUI or CLI? We currently use WFA to provision or recreate volumes however I have run into issues when performing the following workflow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the existing volume (say it is on aggr0, it is empty and I want to recreate it on aggr1)&lt;/LI&gt;&lt;LI&gt;Recreate the aforementioned volume on aggr1 on the same controller with the same name using WFA&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WFA will fail because OCUM still shows that the original volume exists unless I wait for OCUM's inventory to refresh (which takes a while).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:07:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62739#M13080</guid>
      <dc:creator>dburkland</dc:creator>
      <dc:date>2025-06-05T06:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: On-demand Inventory Poll with OCUM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62742#M13081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible in OCUM GUI to start an "Refresh Monitoring Sample" on Aggregats or Volumes. Go to "NetApp Management Console" -&amp;gt; Storage -&amp;gt; Volumes and click "Refresh Monitoring Sample". You could also shorten the the dfm option "fsMonInterval" but this is not recommended from NetApp. The default are 15 minutes. &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;Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 09:29:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62742#M13081</guid>
      <dc:creator>AKLOCKMANN</dc:creator>
      <dc:date>2013-03-14T09:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: On-demand Inventory Poll with OCUM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62747#M13082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the dfm-object-refresh API that will refresh all or specified monitors.&amp;nbsp; Last refresh can be monitor with the dfm-monitor-timestamp-list API.&amp;nbsp; The code invokes dfm-object-refresh, then can periodically invoke dfm-monitor-timestamp-list and check the last time refreshed.&amp;nbsp; What I do is invoke dfm-monitor-timestamp-list, store the timestamp; invoke dfm-object-refresh, and then invoke dfm-monitor-timestamp-list at 5 second intervals for a changed timestamp.&amp;nbsp; If you're checking for volumes for example, you can do a volume-list-info-iter-[start/next/end] and check for the desired object.&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;&amp;nbsp;&amp;nbsp; - Rick -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 21:45:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62747#M13082</guid>
      <dc:creator>rle</dc:creator>
      <dc:date>2013-03-14T21:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: On-demand Inventory Poll with OCUM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62755#M13083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let me see if I understood your problem correctly. You are creating a volume with name say vol1, then deleting the same and latter trying to create with same volume name vol1 right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DFM takes 1 hour before it can mark-delete an object in its database even after the object is deleted on the controller. This was done as a means to prevent snmp discrepancies or timeouts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you modify your workflow to query the controller for unique names to recreate volumes instead of relying on OCUM as there is no way to fasten this process of mark-deletion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though you can refresh the monitoring using dfm-api-refresh or dfm host discover you will still have to wait for 1 hour.&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>Sun, 17 Mar 2013 06:53:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62755#M13083</guid>
      <dc:creator>adaikkap</dc:creator>
      <dc:date>2013-03-17T06:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: On-demand Inventory Poll with OCUM</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62762#M13086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answers guys, I appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 20:03:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/On-demand-Inventory-Poll-with-OCUM/m-p/62762#M13086</guid>
      <dc:creator>dburkland</dc:creator>
      <dc:date>2013-03-18T20:03:29Z</dc:date>
    </item>
  </channel>
</rss>

