<?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 i-node percentages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445415#M9137</link>
    <description>When we issue the 'df -i' command the total number of i-nodes used, free, in total and percente used is displayed.&lt;BR /&gt;&lt;BR /&gt;Why would the percent used by greater than 100%?  Would this indicate a performance issue? And, how best to correct.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike</description>
    <pubDate>Thu, 14 Sep 2000 15:15:52 GMT</pubDate>
    <dc:creator>Michael De Loe_1</dc:creator>
    <dc:date>2000-09-14T15:15:52Z</dc:date>
    <item>
      <title>i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445415#M9137</link>
      <description>When we issue the 'df -i' command the total number of i-nodes used, free, in total and percente used is displayed.&lt;BR /&gt;&lt;BR /&gt;Why would the percent used by greater than 100%?  Would this indicate a performance issue? And, how best to correct.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike</description>
      <pubDate>Thu, 14 Sep 2000 15:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445415#M9137</guid>
      <dc:creator>Michael De Loe_1</dc:creator>
      <dc:date>2000-09-14T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445416#M9138</link>
      <description>Perhaps you could post the actual numbers you are seeing.  Is the percentage calculaiton accurate?  Does the df -i command show more inodes used than total?&lt;BR /&gt;&lt;BR /&gt;As to performance issues, the number of inodes in use does not have a direct relationship to perormance.  It certainly might be an indication that your filesystem might be becoming congested which might lead to increased time for directory seeks which can have a performance impact, but this is certainly not one of the first places I look for tuning.&lt;BR /&gt;&lt;BR /&gt;In general, a vxfs file system will automatically allocate new inodes when the current allotment is exhausted (Unless a hard limit was set with mkfs at filesystem creation), so using all available inodes on a vxfs filesystem is not usually a concern.  An hfs filesystem, however, has a static inode max which will not allow new files to be created once it is reached.  Approaching 100% inode use on an hfs filesystem is an area of concern.</description>
      <pubDate>Thu, 14 Sep 2000 15:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445416#M9138</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-14T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445417#M9139</link>
      <description>df is the generic version block report command and bdf is the Berkeley verison of the block report command.  Try and use the bdf -i command and see if you notice accurate figures. I am not sure whats going on with df -i.&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Thu, 14 Sep 2000 15:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445417#M9139</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2000-09-14T15:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445418#M9140</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You must have a very large number of very small files to have exhausted the inode count before filling the actual file system.&lt;BR /&gt;&lt;BR /&gt;If the percentage is near 100 (say 101) I would assume that you are seeing a rounding error in the calculation.&lt;BR /&gt;&lt;BR /&gt;I also assume that your filesytem is journaled (vxfs), in which case inode numbers are unlimited by default.  Inodes in this case are created as long as there are free blocks of disk available.  See the man page for 'mkfs_vxfs' for more information.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 15:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445418#M9140</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T15:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445419#M9141</link>
      <description>Our application is constantly reading directory contents and acts on the contained files accordingly, so there is a significant amount of disk I/O.  When we noticed the percent used to be greater than 100, a red flag was raised.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Actual I-node Numbers:&lt;BR /&gt;&lt;BR /&gt;/home                  (/dev/vg00/lvol4       ) :   251648 total i-nodes&lt;BR /&gt;                                                     52269 free i-nodes&lt;BR /&gt;                                                    199379 used i-nodes&lt;BR /&gt;                                                       381 % i-nodes used&lt;BR /&gt;&lt;BR /&gt;/apps/vision/spool2    (/dev/vg00/lv_spool2   ) :  2527964 total i-nodes&lt;BR /&gt;                                                    940846 free i-nodes&lt;BR /&gt;                                                   1587118 used i-nodes&lt;BR /&gt;                                                       168 % i-nodes used</description>
      <pubDate>Thu, 14 Sep 2000 15:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445419#M9141</guid>
      <dc:creator>Michael De Loe_1</dc:creator>
      <dc:date>2000-09-14T15:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445420#M9142</link>
      <description>I would be tempted to call the HP Response Center on this issue.  It looks as if the calculation for percent of inodes used is screwed up.  You've still got free inodes on both of those lvol's.&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 15:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445420#M9142</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2000-09-14T15:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445421#M9143</link>
      <description>Yes -- it looks like the df command is having trouble with its arithmetic.  You are not near exhausting your allocated inodes.</description>
      <pubDate>Thu, 14 Sep 2000 15:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445421#M9143</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-09-14T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445422#M9144</link>
      <description>There must be a problem with 'df -i' command.  When I use 'bdf -i' the percentage is what you would expect.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Thu, 14 Sep 2000 15:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445422#M9144</guid>
      <dc:creator>Michael De Loe_1</dc:creator>
      <dc:date>2000-09-14T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445423#M9145</link>
      <description>Michael:&lt;BR /&gt;&lt;BR /&gt;Interesting.  Your numbers don't generate the correct percentages!  Equally interesting when I looked on one of my servers, df -i reported 77% used for /usr but bdf -i reported (correctly) only 44%.  I've never used df, always bdf.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 15:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445423#M9145</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T15:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: i-node percentages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445424#M9146</link>
      <description>I would be interested in what 'bdf -i' reported, I never ever use 'df'.&lt;BR /&gt;&lt;BR /&gt;If possible, I would try unmounting the filesystems and remounting them to see what df and bdf reported then.&lt;BR /&gt;&lt;BR /&gt;VXFS filesystems by default are created with 'unlimited' i-nodes. This means that when you use up all the ones created initially, more can be created dynamically. I wonder if this could have happened and confused 'df'.&lt;BR /&gt;&lt;BR /&gt;The other possibility is that it's a bug in 'df' but I can't find any known problem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 16:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-node-percentages/m-p/2445424#M9146</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-14T16:02:21Z</dc:date>
    </item>
  </channel>
</rss>

