- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "File table full" Error on L-1000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 10:37 PM
08-21-2000 10:37 PM
"File table full" Error on L-1000
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 10:50 PM
08-21-2000 10:50 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2000 11:10 PM
08-21-2000 11:10 PM
Re: "File table full" Error on L-1000
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:02 AM
08-22-2000 06:02 AM
Re: "File table full" Error on L-1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:07 AM
08-22-2000 06:07 AM
Re: "File table full" Error on L-1000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 06:09 AM
08-22-2000 06:09 AM
Re: "File table full" Error on L-1000
You can use glance (choose 't' for system tables). Glance will give you a view of your current file table (nfile) level.
...JRF...