<?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: error message in syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621232#M925802</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error "vmunix: file: table is full" or "File table overflow" means that the&lt;BR /&gt;maximum number of open files is exceeded. One of the ways to confirm that when&lt;BR /&gt;the error is scrolling on the console is to run "sar -v 2 5". For example:&lt;BR /&gt;&lt;BR /&gt;HP-UX rubles B.11.00 U 9000/800    06/13/01&lt;BR /&gt;&lt;BR /&gt;11:07:10 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;11:07:12   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:14   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:16   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:18   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:20   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the column file-sz. The first number 792 shows the number of current&lt;BR /&gt;open files/the second number 920 shows the currently configured maximum number&lt;BR /&gt;of open files. When the error is reported, the first value is usually close to&lt;BR /&gt;the second value.&lt;BR /&gt;&lt;BR /&gt;You can usually remove this error condition by increasing the value of NFILE&lt;BR /&gt;and/or MAXUSERS in the configuration file for the kernel and rebuilding the&lt;BR /&gt;kernel.  The system administration documentation for your series of computer has&lt;BR /&gt;information about the kernel configuration file and how to reconfigure the&lt;BR /&gt;kernel.&lt;BR /&gt;&lt;BR /&gt;I advise increasing the MAXUSERS kernel parameter which will in turn&lt;BR /&gt;increase the NFILE and NINODE parameters.&lt;BR /&gt;Please use SAM(1M) utility to increase this kernel parameter. SAM has good&lt;BR /&gt;comments on this.&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;d_b</description>
    <pubDate>Wed, 28 Nov 2001 03:09:41 GMT</pubDate>
    <dc:creator>Mary Ann Lipa</dc:creator>
    <dc:date>2001-11-28T03:09:41Z</dc:date>
    <item>
      <title>error message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621229#M925799</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;Anyone seen this error message "vmunix: file: table is full" before? Its repeating itself and syslog.log and dmesg. What can be wrong?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Lai&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 01:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621229#M925799</guid>
      <dc:creator>Lai Nee Shyang_1</dc:creator>
      <dc:date>2001-11-28T01:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: error message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621230#M925800</link>
      <description>you will find that nfile needs to be increased in the kernel.&lt;BR /&gt;&lt;BR /&gt;This can be checked with the following command:&lt;BR /&gt;&lt;BR /&gt;sar -v 5 10&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Nov 2001 01:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621230#M925800</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-28T01:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: error message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621231#M925801</link>
      <description>oops - I forgot to mention...&lt;BR /&gt;&lt;BR /&gt;The output from your sar command will look like this:&lt;BR /&gt;&lt;BR /&gt;12:37:03 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;&lt;BR /&gt;the one you want to see is file-sz. If the first value is larger than the second, then you need to update nfile.</description>
      <pubDate>Wed, 28 Nov 2001 01:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621231#M925801</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2001-11-28T01:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: error message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621232#M925802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This error "vmunix: file: table is full" or "File table overflow" means that the&lt;BR /&gt;maximum number of open files is exceeded. One of the ways to confirm that when&lt;BR /&gt;the error is scrolling on the console is to run "sar -v 2 5". For example:&lt;BR /&gt;&lt;BR /&gt;HP-UX rubles B.11.00 U 9000/800    06/13/01&lt;BR /&gt;&lt;BR /&gt;11:07:10 text-sz  ov  proc-sz  ov  inod-sz  ov  file-sz  ov&lt;BR /&gt;11:07:12   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:14   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:16   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:18   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;11:07:20   N/A   N/A 157/276   0  476/476   0  792/920   0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at the column file-sz. The first number 792 shows the number of current&lt;BR /&gt;open files/the second number 920 shows the currently configured maximum number&lt;BR /&gt;of open files. When the error is reported, the first value is usually close to&lt;BR /&gt;the second value.&lt;BR /&gt;&lt;BR /&gt;You can usually remove this error condition by increasing the value of NFILE&lt;BR /&gt;and/or MAXUSERS in the configuration file for the kernel and rebuilding the&lt;BR /&gt;kernel.  The system administration documentation for your series of computer has&lt;BR /&gt;information about the kernel configuration file and how to reconfigure the&lt;BR /&gt;kernel.&lt;BR /&gt;&lt;BR /&gt;I advise increasing the MAXUSERS kernel parameter which will in turn&lt;BR /&gt;increase the NFILE and NINODE parameters.&lt;BR /&gt;Please use SAM(1M) utility to increase this kernel parameter. SAM has good&lt;BR /&gt;comments on this.&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;d_b</description>
      <pubDate>Wed, 28 Nov 2001 03:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message-in-syslog/m-p/2621232#M925802</guid>
      <dc:creator>Mary Ann Lipa</dc:creator>
      <dc:date>2001-11-28T03:09:41Z</dc:date>
    </item>
  </channel>
</rss>

