1753339 Members
5245 Online
108792 Solutions
New Discussion юеВ

Re: HPUX-11

 
CA717198
New Member

HPUX-11

Hello Everyone,

I have been getting alot of these message in my syslog.log. Does anyone know what is causing it and how to resolve it?

May 1 09:15:07 machine vmunix: file: table is full
May 1 09:15:08 machine vmunix: file: table is full
May 1 09:15:08 machine above message repeats 39 times
May 1 09:15:08 machine vmunix: file: table is full
4 REPLIES 4
CA538024
Honored Contributor

Re: HPUX-11

Hi Christopher,

I recommend posting this question in the ITRC forums under the HP-UX heading. Here's a link to that home page:

http://forums.itrc.hp.com/cm/Home/1,,1,00.html

Please note that the same user name and login you use here works in those forums as well.

Take care,

Kathy
Forum Administrator
Emanuel Sardenberg
Occasional Advisor

Re: HPUX-11

Hi

It means that the kernel file table has reached the maximum. You will need
to reconfigure the kernel and increase the nfiles parameter. The nfiles
parameter determines the size of the file table that is the maximum number
of the open files on the system.

Make the copy of the kernel and system file and
build in kernel.

Emanuel Sardenberg
CA592260
Frequent Advisor

Re: HPUX-11

You need to INCREASE nfile, and possibly ninode, maxfiles, and maxfiles_lim.

live free or die
harry
Live Free or Die
Marcelo De Florio_1
Frequent Advisor

Re: HPUX-11

You can execute the following command :
# kmtune -q maxfiles -l
Parameter: maxfiles
Value: 2048
Default: 60
Minimum: 0
Module: -

#kmtune -q parameter -l

and execute

#
# sar -v 1 5

HP-UX s2500c B.11.00 U 9000/800 05/08/02

10:04:07 text-sz ov proc-sz ov inod-sz ov file-sz ov
10:04:08 N/A N/A 213/2048 0 3210/18432 0 1234/32778 0
10:04:09 N/A N/A 215/2048 0 3212/18432 0 1234/32778 0
10:04:10 N/A N/A 215/2048 0 3212/18432 0 1232/32778 0
10:04:11 N/A N/A 220/2048 0 3212/18432 0 1236/32778 0
10:04:12 N/A N/A 221/2048 0 3212/18432 0 1237/32778 0

observe the column OV (overflow) for each table of kernel

MD
Marcelo De Florio