- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file: table is 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
05-30-2002 11:55 PM
05-30-2002 11:55 PM
"file: table is full".
Solutions?
Thank you.
Arturas Pocius
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 11:58 PM
05-30-2002 11:58 PM
Solutionmeans that the maximum number of open files is exceeded.
This error condition can usually be corrected by increasing the
value of NFILE and/or MAXUSERS in the kernel configuration file
and rebuilding the kernel. Increasing the MAXUSERS parameter
will n turn increase the NFILE, NPROC, and NINODE parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 12:00 AM
05-31-2002 12:00 AM
Re: file: table is full
Youve exceed a kernel table called nfile.
To see what its currently set to;
sysdef | grep nfile
Then you need to increase it, build a new kernel and reboot. Best to use sam to do it.
We typically run our L classes around a minimum of 4000 and some big ones up to 16000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 12:01 AM
05-31-2002 12:01 AM
Re: file: table is full
You will have to increase the kernel parameters NFILE in order to be able to open more files.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 12:05 AM
05-31-2002 12:05 AM
Re: file: table is full
The error message you are receiving indicates that you have hit a maximum value in your system kernel. To fix this problem you will need to increase some values in your kernel and then reboot your system. The parameters in question most likely are:
'nfile' and possibly 'maxusers'and 'nfile' and 'nproc'
The best way would be to use 'sam'
sam --> kernel configuration --> Configurable Parameters
Select the parameters to be increased and increase them. You may find that one or more of these has a forumla. If you are unsure, you ask further questions. After increasing and saving you will be prompted to rebuild your kernel and reboot.
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2002 11:12 PM
06-01-2002 11:12 PM
Re: file: table is full
maxfiles is the "soft" limit, and maxfiles_lim is the "hard" limit that cannot be exceeded.
-tjh