<?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: Monitor inodes in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99810#M17597</link>
    <description>&lt;P&gt;The DFM server software is a free download but you will need a licence key to install it. The key is free -- just contact your NetApp account manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have it in place, you create an account on the NetApp side which is used to poll the filer. To make alerts happen more quickly, you can also send SNMP traps from the filer(s) to the DFM server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have clustered ONTAP, there is a newer version (6.x series) for that with a greatly improved user interface BUT no reporting capability so start with the 5.X series of releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2015 10:32:50 GMT</pubDate>
    <dc:creator>rh</dc:creator>
    <dc:date>2015-01-27T10:32:50Z</dc:date>
    <item>
      <title>Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99761#M17585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to monitor inodes instead of login manually to check via SSH?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 07:41:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99761#M17585</guid>
      <dc:creator>DOLPHIN168</dc:creator>
      <dc:date>2015-01-26T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99773#M17588</link>
      <description>&lt;P&gt;Two suggestions for you:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;if you have a DFM (OnCommand Unified Manager) server, you can set up an alarm there to (eg) email you when either the inode almost full or inode&amp;nbsp;full thresholds is&amp;nbsp;passed.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;you could run a PowerShell script to report on the inode usage. For example, something like this would generate a list of volumes sorted in descending order of % inode usage (ie the ones shown first are the ones with the highest usage)&lt;/LI&gt;&lt;/OL&gt;&lt;PRE&gt;Connect-NaController -Name ACONTROLLER -Credential (Get-Credential)

Get-NaVol | select-object Name,@{Name="pcInodesUsed"; Expression={(100*$_.FilesUsed) / $_.FilesTotal}} | sort-object -descending pcInodesUsed | fl&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NB: To make this watertight, you'd have to handle the case of an empty volume which would cause a zero divide in the above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 14:42:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99773#M17588</guid>
      <dc:creator>rh</dc:creator>
      <dc:date>2015-01-26T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99792#M17591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there other way besides DFM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it chagreable for DFM? How to go about setting up a DFM?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2015 22:28:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99792#M17591</guid>
      <dc:creator>DOLPHIN168</dc:creator>
      <dc:date>2015-01-26T22:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99810#M17597</link>
      <description>&lt;P&gt;The DFM server software is a free download but you will need a licence key to install it. The key is free -- just contact your NetApp account manager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you have it in place, you create an account on the NetApp side which is used to poll the filer. To make alerts happen more quickly, you can also send SNMP traps from the filer(s) to the DFM server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have clustered ONTAP, there is a newer version (6.x series) for that with a greatly improved user interface BUT no reporting capability so start with the 5.X series of releases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2015 10:32:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/99810#M17597</guid>
      <dc:creator>rh</dc:creator>
      <dc:date>2015-01-27T10:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/123352#M22144</link>
      <description>&lt;P&gt;How to do for CDOT volumes?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12059"&gt;@DOLPHIN168&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to monitor inodes instead of login manually to check via SSH?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 16:32:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/123352#M22144</guid>
      <dc:creator>Kannan_DWA</dc:creator>
      <dc:date>2016-09-16T16:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor inodes</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/123361#M22146</link>
      <description>&lt;P&gt;For cDOT volumes, to get the inodes count you can use one of the following methods :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- SSH to the cluster and run df -i&lt;/P&gt;&lt;P&gt;- Query the OCUM MySQL database with traditional MySQL client/APIs&lt;/P&gt;&lt;P&gt;- Use REST APIs with NetApp API services (untested myself but according to the documentations it should be here)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 18:48:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Monitor-inodes/m-p/123361#M22146</guid>
      <dc:creator>yannb</dc:creator>
      <dc:date>2016-09-16T18:48:48Z</dc:date>
    </item>
  </channel>
</rss>

