- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RED ALERT File table is nearly 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
11-06-2006 07:09 PM
11-06-2006 07:09 PM
I'm getting this message when ever I use "glance" is this mean kernel paramter for nfile need to b increase? how can i found how much is used or % used now?
regards,
Ahmed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 07:12 PM
11-06-2006 07:12 PM
Solutionfor both answers please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=183679
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 07:13 PM
11-06-2006 07:13 PM
Re: RED ALERT File table is nearly full
It means if you don't increase the kernel parameter an application will fail because its not permitted to open a file.
You can use sam to increase it. How much you increase it actually depends on how many files you want the OS to have open at the same time.
That you should be able to calculate to some degree based on the apps you run. Then increase it another 20%-50% for the sake that users like to run things.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 07:34 PM
11-06-2006 07:34 PM
Re: RED ALERT File table is nearly full
You can monitor the progression
also with
[root@orasrv2:]/etc<>>> sar -v 2 5
the fourth collumn file is the value of nfile.
Usually nfile and nproc are related to maxusers. So best practise is up
the other kernel parameter as well, so they
stay proportional.
It is never a good idea to increase parameters to much in one go.
Increase them by 25% or 50% and see how that
works after a boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:02 PM
11-06-2006 08:02 PM
Re: RED ALERT File table is nearly full
Is there a way we can get an Alert in syslog, the message only comes on glance, and not in syslog! I wonder whats going to happen if it gets to 100%, will it crash the system?
Currently the nfile shows 94% & nbuf 100%
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:19 PM
11-06-2006 08:19 PM
Re: RED ALERT File table is nearly full
the syslog.log file will get an automatic alert once the table is full. This means your system will not allow any more files to be opened, which will, at the least, severly restrict the ability of your system. Applications will/may fail. Best way is to control the situation now and fix/reboot.
If you had a known bad disk, what would you do ?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:31 PM
11-06-2006 08:31 PM
Re: RED ALERT File table is nearly full
But for us, it is very critical system, We should proactively be monitoring any critical UNIX parameters as part of normal Operations procedures in order to avoid crash, and arranged planned outages if required.
Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:40 PM
11-06-2006 08:40 PM
Re: RED ALERT File table is nearly full
I fully agree with you. You are already using glance. If you want another warning system, please read (for inspiration):
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1035358
I would:
1. Investigate why the file table is filling up. Were new/changed applications installed ?
2. Change the kernel parameter based on some sar monitoring to help estimate values required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 08:49 PM
11-06-2006 08:49 PM
Re: RED ALERT File table is nearly full
You need to increase the kenel parameters ,
1] nflocks
2] nfiles
You need a reboot.
You can check the current utilisation with:
# sar -v 5 5
or
# glance -t
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 09:12 PM
11-06-2006 09:12 PM