<?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 full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474859#M17262</link>
    <description>Well generally I would simply say to increase maxusers and then nfile and nproc should automatically increase (if your kernel is still set with the calculation defaults on these parms..) to cover for it.  BUT if you only have six (6) users logged in and your getting this problem, I wonder.  The default (and I'm guessing you probably haven't changed the kernel defaults..) is generally 32.  &lt;BR /&gt;If your maxusers is already at 32..then 6 users won't hit maxusers (file full) error.  But check it first. Do you have more than 6 users loggin in....then increase maxusers.&lt;BR /&gt;If this assumption (you only have 6 users) is right, than just take a look at increasing nfile and/or nproc.&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
    <pubDate>Mon, 18 Dec 2000 13:44:02 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2000-12-18T13:44:02Z</dc:date>
    <item>
      <title>file:table full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474855#M17258</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a D250 server running under HP-UX 11.00 + Dec2000 patch bundle.  Recently I?ve had this problem when multiple users (=6) tries to logon to it via Entria terminals it coredumps and syslog says 'file: table full'.&lt;BR /&gt;&lt;BR /&gt;What's causing this?  I figured that it's a kernel parameter but which one? nfile? maxusers?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Mon, 18 Dec 2000 10:31:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474855#M17258</guid>
      <dc:creator>Juuso Siniketo</dc:creator>
      <dc:date>2000-12-18T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: file:table full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474856#M17259</link>
      <description>This message indicates that your system has reached the defined limit&lt;BR /&gt;of a kernel parameter.&lt;BR /&gt;&lt;BR /&gt;To determine which parameter, use the convention of placing the letter&lt;BR /&gt;"n" in front of the name in the table full message.  For example, the&lt;BR /&gt;following message on your console:&lt;BR /&gt;&lt;BR /&gt;     file: table is full&lt;BR /&gt;&lt;BR /&gt;indicates that the "nfile" kernel parameter table size limit has been&lt;BR /&gt;reached.&lt;BR /&gt;&lt;BR /&gt;You can correct a kernel parameter limit situation in one of two ways:&lt;BR /&gt;&lt;BR /&gt;   -  Decrease the use of the table.  For instance, in the case of nfile,&lt;BR /&gt;      you could have users and applications close files that they do not&lt;BR /&gt;      need to have open.  This is typically used as a short-term solution&lt;BR /&gt;      for the problem.&lt;BR /&gt;&lt;BR /&gt;   -  Increase the kernel parameter that defines the limit on the table.&lt;BR /&gt;      You can increase the parameter using sam(1M).  A system reboot&lt;BR /&gt;      is required to modify kernel parameters.  By default, the&lt;BR /&gt;      kernel parameter "maxusers" is used in the calculation of several&lt;BR /&gt;      other parameters, and may be a better parameter to increase&lt;BR /&gt;      when system use is expanding.  You would only want to modify maxusers,&lt;BR /&gt;      though, if doing so increases the parameter in question appropria</description>
      <pubDate>Mon, 18 Dec 2000 10:36:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474856#M17259</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-12-18T10:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: file:table full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474857#M17260</link>
      <description>If you have maxusers included in the formula &lt;BR /&gt;for nfile, you can better increase maxusers.&lt;BR /&gt;&lt;BR /&gt;Number of open files for all processes running on the system. Though each entry is relatively small, there is some kernel overhead in&lt;BR /&gt;managing this table. Additionally, each time a file is opened, it will consume an entry in nfile even if the file is already opened by another process. When nfile entries are exhausted, a console and/or syslog&lt;BR /&gt;error message will appear specifically indicating "File table full".&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2000 11:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474857#M17260</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2000-12-18T11:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: file:table full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474858#M17261</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way to do this is to increase the 'maxusers' kernel parameter.&lt;BR /&gt;This will increase 'nfile' as well as other tunable parameters in a coherent way.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Dec 2000 12:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474858#M17261</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2000-12-18T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: file:table full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474859#M17262</link>
      <description>Well generally I would simply say to increase maxusers and then nfile and nproc should automatically increase (if your kernel is still set with the calculation defaults on these parms..) to cover for it.  BUT if you only have six (6) users logged in and your getting this problem, I wonder.  The default (and I'm guessing you probably haven't changed the kernel defaults..) is generally 32.  &lt;BR /&gt;If your maxusers is already at 32..then 6 users won't hit maxusers (file full) error.  But check it first. Do you have more than 6 users loggin in....then increase maxusers.&lt;BR /&gt;If this assumption (you only have 6 users) is right, than just take a look at increasing nfile and/or nproc.&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Mon, 18 Dec 2000 13:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-table-full/m-p/2474859#M17262</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-12-18T13:44:02Z</dc:date>
    </item>
  </channel>
</rss>

