<?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: Problem: file: table is full in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722209#M948422</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you need to increase the nfile kernel parameter.&lt;BR /&gt;This one is related to more parameters.&lt;BR /&gt;Use sam to increase the right one.&lt;BR /&gt;&lt;BR /&gt;See also this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;C.</description>
    <pubDate>Mon, 13 May 2002 07:55:54 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2002-05-13T07:55:54Z</dc:date>
    <item>
      <title>Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722205#M948418</link>
      <description>I have detected this problem with dmesg:&lt;BR /&gt;File: table is full&lt;BR /&gt;I dont have any more information about this error&lt;BR /&gt;Can any body to help me&lt;BR /&gt;..&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 07:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722205#M948418</guid>
      <dc:creator>malki_3</dc:creator>
      <dc:date>2002-05-13T07:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722206#M948419</link>
      <description>Hi,&lt;BR /&gt;Usually you would have to increase the nfile parameter to solve this.&lt;BR /&gt;Take a look at the following thread : &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x42d5cf38d6bdd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x42d5cf38d6bdd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Tom</description>
      <pubDate>Mon, 13 May 2002 07:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722206#M948419</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-05-13T07:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722207#M948420</link>
      <description>As suggested by the error message, this is due to a kernel table (the open file table) becoming full - you can monitor this using:&lt;BR /&gt;&lt;BR /&gt;sar -v 2 10&lt;BR /&gt;&lt;BR /&gt;Look at the file-sz column - this tells you the current size of the file table, and how many rows are in use.&lt;BR /&gt;&lt;BR /&gt;If you decide the table needs increasing in size, you'll have to re-gen your kernel - Go in the kernel section in SAM, and look at the 'nfile' kernel parameter.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 13 May 2002 07:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722207#M948420</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-05-13T07:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722208#M948421</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Run sar -v and look at the file-sz column. This will tell you the current-size and maximum-size of the system file table.&lt;BR /&gt;&lt;BR /&gt;See man sar for more info.&lt;BR /&gt;&lt;BR /&gt;Increase kernel parameter nfile to fix the problem.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 07:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722208#M948421</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-13T07:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722209#M948422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you need to increase the nfile kernel parameter.&lt;BR /&gt;This one is related to more parameters.&lt;BR /&gt;Use sam to increase the right one.&lt;BR /&gt;&lt;BR /&gt;See also this document.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Mon, 13 May 2002 07:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722209#M948422</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-05-13T07:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722210#M948423</link>
      <description>Hi Malki,&lt;BR /&gt;&lt;BR /&gt;As all have already said earlier this is due to the nfile parameter.&lt;BR /&gt;&lt;BR /&gt;One suggestion here:&lt;BR /&gt;You use 'sam' to increase the kernel parameter. The safest bet is to increase the kernel parameter 'maxusers'. This parameter, in turn, will increase all the relevant parameters automatically, 'nfile' being one of them.&lt;BR /&gt;&lt;BR /&gt;-Sukant</description>
      <pubDate>Mon, 13 May 2002 08:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722210#M948423</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-13T08:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722211#M948424</link>
      <description>for this change, I think that I need to reboot the server is't correct..?&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 08:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722211#M948424</guid>
      <dc:creator>malki_3</dc:creator>
      <dc:date>2002-05-13T08:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722212#M948425</link>
      <description>I would suggest tuning only the nfile parameter as I am also a beliver in keeping formulas out of the system file. I'm not saying though that one is better than the other.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Mon, 13 May 2002 08:43:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722212#M948425</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-13T08:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722213#M948426</link>
      <description>Yes, this will require a reboot.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 13 May 2002 08:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722213#M948426</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-05-13T08:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722214#M948427</link>
      <description>I have another simlary problem&lt;BR /&gt;On other server, I have inode-sz parameter on max used when i use sar -v command &lt;BR /&gt;And I have some users whe can not logged to the server..&lt;BR /&gt;Is the limitation of ninode the source of this problem</description>
      <pubDate>Mon, 13 May 2002 11:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722214#M948427</guid>
      <dc:creator>malki_3</dc:creator>
      <dc:date>2002-05-13T11:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722215#M948428</link>
      <description>Malki&lt;BR /&gt;&lt;BR /&gt;You need to increase the value of ninode to a larger value. sar -v 2 10 will give you the cureent allaocation , these paramters are like the limits or boundaries in which the OS works , it si safe to increase it and monitor the same to achive a stable value . A good place to start would be to increase by 50% and again watch it . No on can login is these parameters get saturated.&lt;BR /&gt;&lt;BR /&gt;A good palce is to look here :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 13 May 2002 12:53:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722215#M948428</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-13T12:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem: file: table is full</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722216#M948429</link>
      <description>Malki, &lt;BR /&gt;The inode table reported in sar -v is a inode cache. The size of this cache probebly has a upper limits but on my systems it is always almost full. Anyway, cache is only use for performance and it should not be a problem for login .&lt;BR /&gt;HTH&lt;BR /&gt;S</description>
      <pubDate>Tue, 14 May 2002 06:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-file-table-is-full/m-p/2722216#M948429</guid>
      <dc:creator>cart</dc:creator>
      <dc:date>2002-05-14T06:50:41Z</dc:date>
    </item>
  </channel>
</rss>

