<?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 File Table Overflow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792016#M79989</link>
    <description>I am getting a " File table overflow" error when I tried to open any application form my HP server, I am running HPUX 10.20 on a K-class server. Any body know the reson, and how to fix it. Please</description>
    <pubDate>Thu, 22 Aug 2002 15:49:52 GMT</pubDate>
    <dc:creator>Raghuram Ollakal_1</dc:creator>
    <dc:date>2002-08-22T15:49:52Z</dc:date>
    <item>
      <title>File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792016#M79989</link>
      <description>I am getting a " File table overflow" error when I tried to open any application form my HP server, I am running HPUX 10.20 on a K-class server. Any body know the reson, and how to fix it. Please</description>
      <pubDate>Thu, 22 Aug 2002 15:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792016#M79989</guid>
      <dc:creator>Raghuram Ollakal_1</dc:creator>
      <dc:date>2002-08-22T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792017#M79990</link>
      <description>It sounds like you have maxed out your nfile kernel parameter.&lt;BR /&gt;&lt;BR /&gt;The only way to fix this is to increase the nfile kernel parameter, rebuild the kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;If you have glance installed you can try to use glance to check the current nfile usage.</description>
      <pubDate>Thu, 22 Aug 2002 15:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792017#M79990</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-22T15:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792018#M79991</link>
      <description>Hi Raghuram,&lt;BR /&gt;&lt;BR /&gt; You're running out of nfile entries. nfileLE is a kernel parameter specifying how many files may be open at one time.&lt;BR /&gt;&lt;BR /&gt;The proper way to increase the value is to increase the maxusers value as nfile is derived as a formula based on maxusers.&lt;BR /&gt;&lt;BR /&gt;So increase the maxusers &amp;amp; nfile will go up as well.&lt;BR /&gt;&lt;BR /&gt;This will require a reboot.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 22 Aug 2002 15:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792018#M79991</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-08-22T15:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792019#M79992</link>
      <description>The error means you have exceeded the maximum number of open files allowed on your system. Increase "nfile" will help. Run ..&lt;BR /&gt;# glance -t&lt;BR /&gt;and take a look at the "nfile" utilization (the %high) and you should see it's probably almost hit the upper limit.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Aug 2002 15:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792019#M79992</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-08-22T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792020#M79993</link>
      <description>The kernel has a number of internal table structures, including a file table. When you run out of room in that table, you get a file table overflow.&lt;BR /&gt;&lt;BR /&gt;The table size is controlled by a kernel parameter, nfile. You can check your current system performance with&lt;BR /&gt;&lt;BR /&gt;      sar -v&lt;BR /&gt;&lt;BR /&gt;This will show you the file table size - current and maximum - and the number of overflows.  For example:&lt;BR /&gt;&lt;BR /&gt;00:00:01 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov &lt;BR /&gt;00:20:01   N/A   N/A 350/3220  0    0/3924  0  6268/30906 0&lt;BR /&gt;00:40:01   N/A   N/A 340/3220  0    0/3924  0  6258/30906 0&lt;BR /&gt;01:00:01   N/A   N/A 371/3220  0    0/3924  0  6321/30906 0&lt;BR /&gt;&lt;BR /&gt;This system has 30906 entries in the file table, and 6268 were in use at 00:20:01.&lt;BR /&gt;&lt;BR /&gt;You will probably have to tune that kernel parameter with SAM, which will include a reboot.&lt;BR /&gt;&lt;BR /&gt;Make sure that you have a good backup of the kernel before the reboot.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Thu, 22 Aug 2002 15:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792020#M79993</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-08-22T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792021#M79994</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;a) Normally this indicates the problem with 'nfile' value. You need to increase this.&lt;BR /&gt;b) Check the patch levels and apply the latest.&lt;BR /&gt;c) Run GlancePlus and find out application resource usage</description>
      <pubDate>Thu, 22 Aug 2002 16:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792021#M79994</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-22T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792022#M79995</link>
      <description>Do a sar -v 2 10 and check for the value of nfile getting saturated , this you would need to increase using sam . This will be a good place to refer :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90003/B8725-90003_top.html&amp;amp;con=/hpux/onlinedocs/B8725-90003/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B8725-90003/00/00/34-toc.html&amp;amp;searchterms=kernel%7cparameters&amp;amp;queryid=20020822-101348" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90003/B8725-90003_top.html&amp;amp;con=/hpux/onlinedocs/B8725-90003/00/00/34-con.html&amp;amp;toc=/hpux/onlinedocs/B8725-90003/00/00/34-toc.html&amp;amp;searchterms=kernel%7cparameters&amp;amp;queryid=20020822-101348&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 22 Aug 2002 16:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792022#M79995</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-22T16:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792023#M79996</link>
      <description>This document tells the same error:&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000024603134" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000024603134&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID - A4222348</description>
      <pubDate>Thu, 22 Aug 2002 16:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792023#M79996</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-22T16:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792024#M79997</link>
      <description>I have the same problem, but I am not able to run anything (ls, sam, sar, cp, mv, not even shutdown)&lt;BR /&gt;&lt;BR /&gt;I am running HP-UX IIi on a rp5430 server.&lt;BR /&gt;&lt;BR /&gt;Any advise????</description>
      <pubDate>Fri, 01 Nov 2002 18:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792024#M79997</guid>
      <dc:creator>Jose Mariano Bueno</dc:creator>
      <dc:date>2002-11-01T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: File Table Overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792025#M79998</link>
      <description>Hi Mario&lt;BR /&gt;The OS you're using it's HP-UX 11i? &lt;BR /&gt;what user are you using? probably needs privileges or requires to review the PATH variable to check the access to the commands.</description>
      <pubDate>Fri, 04 Jun 2004 14:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/2792025#M79998</guid>
      <dc:creator>Gerardo J Oliva Galvan</dc:creator>
      <dc:date>2004-06-04T14:43:20Z</dc:date>
    </item>
  </channel>
</rss>

