- 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
08-22-2002 08:49 AM
08-22-2002 08:49 AM
File Table Overflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 08:53 AM
08-22-2002 08:53 AM
Re: File Table Overflow
The only way to fix this is to increase the nfile kernel parameter, rebuild the kernel and reboot.
If you have glance installed you can try to use glance to check the current nfile usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 08:54 AM
08-22-2002 08:54 AM
Re: File Table Overflow
You're running out of nfile entries. nfileLE is a kernel parameter specifying how many files may be open at one time.
The proper way to increase the value is to increase the maxusers value as nfile is derived as a formula based on maxusers.
So increase the maxusers & nfile will go up as well.
This will require a reboot.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 08:56 AM
08-22-2002 08:56 AM
Re: File Table Overflow
# glance -t
and take a look at the "nfile" utilization (the %high) and you should see it's probably almost hit the upper limit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 08:59 AM
08-22-2002 08:59 AM
Re: File Table Overflow
The table size is controlled by a kernel parameter, nfile. You can check your current system performance with
sar -v
This will show you the file table size - current and maximum - and the number of overflows. For example:
00:00:01 text-sz ov proc-sz ov inod-sz ov file-sz ov
00:20:01 N/A N/A 350/3220 0 0/3924 0 6268/30906 0
00:40:01 N/A N/A 340/3220 0 0/3924 0 6258/30906 0
01:00:01 N/A N/A 371/3220 0 0/3924 0 6321/30906 0
This system has 30906 entries in the file table, and 6268 were in use at 00:20:01.
You will probably have to tune that kernel parameter with SAM, which will include a reboot.
Make sure that you have a good backup of the kernel before the reboot.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 09:02 AM
08-22-2002 09:02 AM
Re: File Table Overflow
a) Normally this indicates the problem with 'nfile' value. You need to increase this.
b) Check the patch levels and apply the latest.
c) Run GlancePlus and find out application resource usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 09:08 AM
08-22-2002 09:08 AM
Re: File Table Overflow
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90003/B8725-90003_top.html&con=/hpux/onlinedocs/B8725-90003/00/00/34-con.html&toc=/hpux/onlinedocs/B8725-90003/00/00/34-toc.html&searchterms=kernel%7cparameters&queryid=20020822-101348
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2002 09:17 AM
08-22-2002 09:17 AM
Re: File Table Overflow
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000024603134
Doc ID - A4222348
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2002 10:14 AM
11-01-2002 10:14 AM
Re: File Table Overflow
I am running HP-UX IIi on a rp5430 server.
Any advise????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 07:43 AM
06-04-2004 07:43 AM
Re: File Table Overflow
The OS you're using it's HP-UX 11i?
what user are you using? probably needs privileges or requires to review the PATH variable to check the access to the commands.