Operating System - HP-UX
1832617 Members
2969 Online
110043 Solutions
New Discussion

Re: vmunix: file table is full

 
SOLVED
Go to solution
JohnMuir
Occasional Advisor

vmunix: file table is full

I am receiving the following messages. First time I have run into them. Can someone please advise me on how to alleviate this problem.

Thanks

vmunix: file: table is full
vmunix: 0/10/0/0.2 tgt
vmunix: 0/10/0/0.2.0 sdisk
vmunix: 0/10/0/0.2.1 sdisk
vmunix: file: table is full
above message repeats 60 times
vmunix: 0/10/0/0.2.2 sdisk
vmunix: 0/10/0/0.2.3 sdisk
vmunix: 0/10/0/0.2.4 sdisk
vmunix: file: table is full
vmunix: file: table is full
above message repeats 2 times
vmunix: file: table is full
vmunix: file: table is full
above message repeats 368 times
vmunix: file: table is full
:-)
7 REPLIES 7
Nicolas Dumeige
Esteemed Contributor
Solution

Re: vmunix: file table is full

Hello,

Chek this :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=562371

Cheers

Nicolas
All different, all Unix
RAC_1
Honored Contributor

Re: vmunix: file table is full

Your kernel parameter nfile is hitting the set limit.

Check with
glance -t
sar -v

You will have to rebuild the kernel and increase the valuse of nfile.

Anil
There is no substitute to HARDWORK
Ashwani Kashyap
Honored Contributor

Re: vmunix: file table is full

you should increase the kernel paramter nfile .

do a sar -v 5 5
and if the column file-sz , is touching its limits then you need to increase the nfile parameter .
Mel Burslan
Honored Contributor

Re: vmunix: file table is full

if you have not touched the kernel since the installation of this system, nfile is a function of kernel parameter maxusers. If you want to keep the formulas intact, I would try increasing the value of maxusers to increase the value of nfile instead of converting it to a fixed value, which may or may not cause some more headache in the future.
________________________________
UNIX because I majored in cryptology...
Geoff Wild
Honored Contributor

Re: vmunix: file table is full

As others have said - increase nfile:

http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/939/KCParms/KCparam.Nfile.html&searchterms=nfile&queryid=20040517-094600

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: vmunix: file table is full

If you are going to do analysis, take a look at the data from these scripts(attached)

while you are at it, check maxuprc. The default is set a little low.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
JohnMuir
Occasional Advisor

Re: vmunix: file table is full

Thanks everybody, this is my issue. My nfile is at 98% utilized. Thanks for all your help.
:-)