<?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 sar -v in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430438#M2815</link>
    <description>what is it? I cant find it in my man pages, but it gives me this output:&lt;BR /&gt;&lt;BR /&gt;00:00:00 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;13:20:00   N/A   N/A 420/2088  0  2680/2680  0  2143/8010  0&lt;BR /&gt;13:40:00   N/A   N/A 350/2088  0  2680/2680  0  1828/8010  0&lt;BR /&gt;14:00:00   N/A   N/A 388/2088  0  2680/2680  0  1966/8010  0&lt;BR /&gt;14:00:01   N/A   N/A 398/2088  0  2679/2680  0  1996/8010  0&lt;BR /&gt;&lt;BR /&gt;Does the middle column (2679/2680) mean my inodes are maxed out or close to it?  I dont have any errors in my syslog or anywhere else if thats the case.&lt;BR /&gt;I just wasnt sue what I was looking at and someone else is saying that its my inodes, and I wanted to be sure.</description>
    <pubDate>Wed, 12 Jul 2000 17:21:47 GMT</pubDate>
    <dc:creator>Unix Administrator_6</dc:creator>
    <dc:date>2000-07-12T17:21:47Z</dc:date>
    <item>
      <title>sar -v</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430438#M2815</link>
      <description>what is it? I cant find it in my man pages, but it gives me this output:&lt;BR /&gt;&lt;BR /&gt;00:00:00 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;13:20:00   N/A   N/A 420/2088  0  2680/2680  0  2143/8010  0&lt;BR /&gt;13:40:00   N/A   N/A 350/2088  0  2680/2680  0  1828/8010  0&lt;BR /&gt;14:00:00   N/A   N/A 388/2088  0  2680/2680  0  1966/8010  0&lt;BR /&gt;14:00:01   N/A   N/A 398/2088  0  2679/2680  0  1996/8010  0&lt;BR /&gt;&lt;BR /&gt;Does the middle column (2679/2680) mean my inodes are maxed out or close to it?  I dont have any errors in my syslog or anywhere else if thats the case.&lt;BR /&gt;I just wasnt sue what I was looking at and someone else is saying that its my inodes, and I wanted to be sure.</description>
      <pubDate>Wed, 12 Jul 2000 17:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430438#M2815</guid>
      <dc:creator>Unix Administrator_6</dc:creator>
      <dc:date>2000-07-12T17:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: sar -v</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430439#M2816</link>
      <description>It is not uncommon to see what appears to be a ?maxed out? value for &lt;BR /&gt;inode-sz column. The number to the left of the / is the number of &lt;BR /&gt;inodes open in the inode table cache and the number on the right is the maximum &lt;BR /&gt;number of inodes that can be open in the inode table cache determined from the &lt;BR /&gt;value of ninode in the running kernel. The HP-UX OS actually tries to &lt;BR /&gt;keep this value at the maximum for performance reasons. As more inodes are &lt;BR /&gt;cached, the inode retrievals (on average) will be faster. Seeing this value in &lt;BR /&gt;inode-sz to be equal to your ninode value is not something to be overly &lt;BR /&gt;concerned about. The system will maintain the cache and add/delete inode &lt;BR /&gt;entries as needed. This is unlike the proc-sz and file-sz columns &lt;BR /&gt;from the sar output which show hard limits. When these limits are &lt;BR /&gt;reached, new processes cannot not be started or additional files cannot be &lt;BR /&gt;opened. The inode-sz column refers to a cached table, and it is expected &lt;BR /&gt;that having this value ?maxed out? should not prevent users on the system from &lt;BR /&gt;extracting inode information from inodes not available in the cache. That &lt;BR /&gt;being said, tuning ninode to be a smaller or larger value to allow for a &lt;BR /&gt;smaller or larger inode cache table can have a neglibile effect on performance &lt;BR /&gt;in some environments. &lt;BR /&gt;&lt;BR /&gt;Per document#KBRC00001929 &lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Brian &lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jul 2000 17:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430439#M2816</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-12T17:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: sar -v</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430440#M2817</link>
      <description>I find it the man page.&lt;BR /&gt;List status of text, process, inode, and file tables</description>
      <pubDate>Wed, 12 Jul 2000 17:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430440#M2817</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-07-12T17:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: sar -v</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430441#M2818</link>
      <description>Just a clarification about the indoe table. It will always have an entry for every file currently open on the system (no matter how many times the file has been opened by multiple processes), and 'remembers' old inode information in hopes that a process will soon need to open this recently used file. The kernel parameter for this is ninode. The parameter nfile refers to all open file handles, one for file open even if it is already open by another process.&lt;BR /&gt;&lt;BR /&gt;Unfortuantely, sar (and Glance) cannot obtain information on how many entries are actually in use versus older entries that can be resused, so the number is always high, typically 99-100% of the max. If the table ever does fill up with unique open files hoever, the error "inode: table is full" will be displayed on the console.&lt;BR /&gt;&lt;BR /&gt;Since you can't really determine how full the inode table is, you have to take a guess. For instance, if ninode = nfile, then you won't experience any overflows. However, the inode table is only used for HFS filesystems, not VXFS which uses a different mechanism.&lt;BR /&gt;&lt;BR /&gt;Since HFS is not the default, the majority of your filesystems may be VXFS and only /stand needs to use this cache, so setting ninode to 1000 would be more than adequate.</description>
      <pubDate>Wed, 12 Jul 2000 18:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430441#M2818</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-12T18:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: sar -v</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430442#M2819</link>
      <description>I use the overflow flags in the sar output to see if I'm really running out of entries vs just having unused entries cached.</description>
      <pubDate>Thu, 13 Jul 2000 21:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sar-v/m-p/2430442#M2819</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2000-07-13T21:32:08Z</dc:date>
    </item>
  </channel>
</rss>

