- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file table overflow!!
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
10-25-2001 11:49 AM
10-25-2001 11:49 AM
file table overflow!!
is the above message connected to something else???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:55 AM
10-25-2001 11:55 AM
Re: file table overflow!!
yes the error is related
to the number of allowed open
files reaching the limit.
nfiles is the system wide
parameter on the limit of the
open files.
Maxfiles is the limit per user.
You can monitor its usage
through glance - option t .
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:57 AM
10-25-2001 11:57 AM
Re: file table overflow!!
and look at the file-sz and (ov) overflow columns. That will tell you if you need to increase nfiles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 11:58 AM
10-25-2001 11:58 AM
Re: file table overflow!!
Of course the other side of that answer is that you may have a ton of processes that shouldn't be running that are eating your files as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:01 PM
10-25-2001 12:01 PM
Re: file table overflow!!
Yes. 'nfile' is the maximum number of files that can be open, system-wide. The overflow warning in the 'syslog' is usually transitory. You can monitor the utilization of this kernel parameter with 'sar' or 'glance's [t] menu. For example:
# sar -v 5 15
...which will report process, inode, and file table limits, current values, and number of overflows. In the example above, 15-samples would be taken, one every 5-seconds.
See also:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.Nfile.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:05 PM
10-25-2001 12:05 PM
Re: file table overflow!!
hpux.cs.utah.edu
With lsof you can find processes that have many open files. Maybe you a program that has wigged out, or simply nfiles was too small. I usually set mine to over 25000 (ouch that's a lot).
And you can watch nfiles from glance.