- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file:table full
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
12-18-2000 02:31 AM
12-18-2000 02:31 AM
file:table full
I have a D250 server running under HP-UX 11.00 + Dec2000 patch bundle. Recently I?ve had this problem when multiple users (=6) tries to logon to it via Entria terminals it coredumps and syslog says 'file: table full'.
What's causing this? I figured that it's a kernel parameter but which one? nfile? maxusers?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 02:36 AM
12-18-2000 02:36 AM
Re: file:table full
of a kernel parameter.
To determine which parameter, use the convention of placing the letter
"n" in front of the name in the table full message. For example, the
following message on your console:
file: table is full
indicates that the "nfile" kernel parameter table size limit has been
reached.
You can correct a kernel parameter limit situation in one of two ways:
- Decrease the use of the table. For instance, in the case of nfile,
you could have users and applications close files that they do not
need to have open. This is typically used as a short-term solution
for the problem.
- Increase the kernel parameter that defines the limit on the table.
You can increase the parameter using sam(1M). A system reboot
is required to modify kernel parameters. By default, the
kernel parameter "maxusers" is used in the calculation of several
other parameters, and may be a better parameter to increase
when system use is expanding. You would only want to modify maxusers,
though, if doing so increases the parameter in question appropria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 03:21 AM
12-18-2000 03:21 AM
Re: file:table full
for nfile, you can better increase maxusers.
Number of open files for all processes running on the system. Though each entry is relatively small, there is some kernel overhead in
managing this table. Additionally, each time a file is opened, it will consume an entry in nfile even if the file is already opened by another process. When nfile entries are exhausted, a console and/or syslog
error message will appear specifically indicating "File table full".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 04:57 AM
12-18-2000 04:57 AM
Re: file:table full
The best way to do this is to increase the 'maxusers' kernel parameter.
This will increase 'nfile' as well as other tunable parameters in a coherent way.
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2000 05:44 AM
12-18-2000 05:44 AM
Re: file:table full
If your maxusers is already at 32..then 6 users won't hit maxusers (file full) error. But check it first. Do you have more than 6 users loggin in....then increase maxusers.
If this assumption (you only have 6 users) is right, than just take a look at increasing nfile and/or nproc.
/rcw