<?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: File table overflow in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809109#M268028</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You have excceded the maximum number of open files as limited by the kernel parameter 'nfile'.  You will need to increase this value.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/nfile.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/nfile.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can use 'sar -v' or 'glance' [see 't'able metrics] to monitor this level.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 20 Jun 2006 15:00:16 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-06-20T15:00:16Z</dc:date>
    <item>
      <title>File table overflow</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809108#M268027</link>
      <description>The DBA reported to me that he was getting this message, "File table overflow" does anyone know what this means. The OS is HPUX 11.11 and the Database is Oracle 8.1.7.</description>
      <pubDate>Tue, 20 Jun 2006 14:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809108#M268027</guid>
      <dc:creator>hmorrison</dc:creator>
      <dc:date>2006-06-20T14:56:38Z</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/3809109#M268028</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You have excceded the maximum number of open files as limited by the kernel parameter 'nfile'.  You will need to increase this value.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-60105/nfile.5.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60105/nfile.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can use 'sar -v' or 'glance' [see 't'able metrics] to monitor this level.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 20 Jun 2006 15:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809109#M268028</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-06-20T15:00:16Z</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/3809110#M268029</link>
      <description>It means that you have hit the kernel limit nfile. You will need to increase this tunable and build a new kernel.</description>
      <pubDate>Tue, 20 Jun 2006 15:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809110#M268029</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-20T15:00:17Z</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/3809111#M268030</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could help track this down a bit further by checking the /var/adm/syslog/syslog.log file.&lt;BR /&gt;&lt;BR /&gt;There may be a corresponding message that helps.&lt;BR /&gt;&lt;BR /&gt;Also, since you are root, take a look at the oracle alert log for other issues.&lt;BR /&gt;&lt;BR /&gt;I agree with the prior posts as to the possible cause, it might be nice to know for certain whats going on. When kernel parametrs are breached, there is almost always a syslog message.&lt;BR /&gt;&lt;BR /&gt;Its somewhat easier to find a corrective action based on syslog, due to the fact that the message may be mentioned in documentation  and patch notes if a patch can fix the porblem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jun 2006 15:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809111#M268030</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-20T15:09:10Z</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/3809112#M268031</link>
      <description>Actually there is no need to dig further as "File table overflow" is the exact error message generated by the standard perror() or strerror() libc functions and corresponds to ENFILE (errno = 23). Open() can fail due to a similar cause when the per-process file limit is reached but that is EMFILE (errno = 24) and you will see "Too many open files". Man 2 open for details.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-overflow/m-p/3809112#M268031</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-20T15:21:57Z</dc:date>
    </item>
  </channel>
</rss>

