<?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: Threshold in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562140#M226700</link>
    <description>The simple answer is: sar -v 1&lt;BR /&gt; &lt;BR /&gt;However, ninode will always be 100% within a few days. This is because it is a cache and cannot be measured as to how many entries are reusable. For a 'normal' 11.00 or 11.11 system, ninode should be about 4k to 8k and larger ONLY if you have a massively large HFS filesystems that are very busy with lots of open files.&lt;BR /&gt; &lt;BR /&gt;To see exactly which filesystems are HFS, type the command:&lt;BR /&gt; &lt;BR /&gt;bdf -t hfs&lt;BR /&gt; &lt;BR /&gt;If all you see is /stand, and ninode is about 4k-8k, you're fine. If ninode ever overflows, it will be logged in syslog with the message: inode: table is full. Otherwise, don't worry about it.</description>
    <pubDate>Fri, 10 Jun 2005 20:43:03 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-06-10T20:43:03Z</dc:date>
    <item>
      <title>Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562135#M226695</link>
      <description>Hi There,&lt;BR /&gt;&lt;BR /&gt;Our admin guy is not here so how can i check if the kernel table ninode is over threshold 80%?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 10 Jun 2005 14:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562135#M226695</guid>
      <dc:creator>marshal_6</dc:creator>
      <dc:date>2005-06-10T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562136#M226696</link>
      <description>An easy way is through glance.  You can issue the command "glance" to access the text based version, or "gpm" to acces the graphical version. Once there you can look at the appropriate tables to determine usages.&lt;BR /&gt;&lt;BR /&gt;The ninode parameter is for HFS file systems,  most, if not all, database filesystems are on vxfs, so the ninode parametere does not apply.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 10 Jun 2005 14:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562136#M226696</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-06-10T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562137#M226697</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;   Use "glance" and move to system table info using key "T" and you can find the usage of ninode parm. or use "sar -v 2 5"&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;CTK</description>
      <pubDate>Fri, 10 Jun 2005 14:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562137#M226697</guid>
      <dc:creator>Vijeesh CTK</dc:creator>
      <dc:date>2005-06-10T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562138#M226698</link>
      <description>If you look at ninode in glance under System Tables, you can do a h for help, highlight current screen metrics and inode cache to read information about the inode table.&lt;BR /&gt;&lt;BR /&gt;Marlou</description>
      <pubDate>Fri, 10 Jun 2005 14:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562138#M226698</guid>
      <dc:creator>Marlou Everson</dc:creator>
      <dc:date>2005-06-10T14:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562139#M226699</link>
      <description>ninode applies only to hfs file systems. How many files on your system are hfs?? (only /stand would be)&lt;BR /&gt;&lt;BR /&gt;you can monitor the real time usage of it as follows.&lt;BR /&gt;&lt;BR /&gt;sar -v  2 10&lt;BR /&gt;glance -T&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 10 Jun 2005 15:18:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562139#M226699</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-10T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Threshold</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562140#M226700</link>
      <description>The simple answer is: sar -v 1&lt;BR /&gt; &lt;BR /&gt;However, ninode will always be 100% within a few days. This is because it is a cache and cannot be measured as to how many entries are reusable. For a 'normal' 11.00 or 11.11 system, ninode should be about 4k to 8k and larger ONLY if you have a massively large HFS filesystems that are very busy with lots of open files.&lt;BR /&gt; &lt;BR /&gt;To see exactly which filesystems are HFS, type the command:&lt;BR /&gt; &lt;BR /&gt;bdf -t hfs&lt;BR /&gt; &lt;BR /&gt;If all you see is /stand, and ninode is about 4k-8k, you're fine. If ninode ever overflows, it will be logged in syslog with the message: inode: table is full. Otherwise, don't worry about it.</description>
      <pubDate>Fri, 10 Jun 2005 20:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/threshold/m-p/3562140#M226700</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-06-10T20:43:03Z</dc:date>
    </item>
  </channel>
</rss>

