Operating System - HP-UX
1833662 Members
3539 Online
110062 Solutions
New Discussion

Re: "File table full" Error on L-1000

 
vselvaraj
Advisor

"File table full" Error on L-1000

We are using HP-9000 L-1000 Server for
Mail Relay Purpose.(SMTP)

O/S : HPUX 11.00
Sendmail version : 8.8.6

Sometimes the server stops sending mails,
tat time when we see # dmesg , it gives
"file table is full" , When I see # top,
So many Sendmail processes were running.
If I stop and start the sendmail also it is
not going through.

After I restart the system it is comming back
to normal.This happened 3 times in the span
of 3 months.
Can you suggest me, what to do, I am not able
to identify the problem
Thanks in advance
V.Selvaraj.
5 REPLIES 5
Stefan Farrelly
Honored Contributor

Re: "File table full" Error on L-1000


you need to increase the kernel value nfile to stop your file table full errors. To see how close nfile is to being full now use sar -v. Sendmail uses a lot of temporary files to store emails in so you will need to increse nfile to a large value, I think we run around 12000 or more on HP's openmail servers using sendmail as a relay.
Im from Palmerston North, New Zealand, but somehow ended up in London...
CHRIS_ANORUO
Honored Contributor

Re: "File table full" Error on L-1000

Stefan is right, if you increase maxusers parameters, that will take care of a lot of things. Install the latest sendmail patch (eg ver. 8.9.3 for 10.20)

Cheers!
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Rick Garland
Honored Contributor

Re: "File table full" Error on L-1000

Increase the nfile parameter.
Antoanetta Naghiu
Esteemed Contributor

Re: "File table full" Error on L-1000

Increase the "max number of open files"=nfile (eventually nproc as well)
James R. Ferguson
Acclaimed Contributor

Re: "File table full" Error on L-1000

Hi:

You can use glance (choose 't' for system tables). Glance will give you a view of your current file table (nfile) level.

...JRF...