- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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-03-2005 09:03 PM
10-03-2005 09:03 PM
File table overflow
I have rp4440 server with oracle application installed. I am facing the error: “HP-UX Error: 23: File table overflow” due to some Kernel parameters like maxusers, nproc, nfile etc. This is my opinion but I want to confirm on it. Please suggest me which Kernel parameters should be modified to which value to get rid of this error.
Regards,
Mostafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:09 PM
10-03-2005 09:09 PM
Re: File table overflow
looks like nfile need to be increase.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:11 PM
10-03-2005 09:11 PM
Re: File table overflow
glance -t
sar -v 1 3
Is nfile limit getting hit??, If yes increase it and you shold be fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:11 PM
10-03-2005 09:11 PM
Re: File table overflow
Use SAM to increase it. You can wipe out the formula and hardcode the value. Increase it by like 50% and see if it is helpful. Also it is a good idea to set nflocks value equal to nfile value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:12 PM
10-03-2005 09:12 PM
Re: File table overflow
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=665998
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=750342
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:20 PM
10-03-2005 09:20 PM
Re: File table overflow
Use kmtune utility / sam to do this.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=691312
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:21 PM
10-03-2005 09:21 PM
Re: File table overflow
http://docs.hp.com/en/1219/tuningwp.html
# kmtune -q nfile -l
You have to tune relative, NPROC, MAXUSERS, NPTY, NSTRPTY and NSTRTEL parameters.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:23 PM
10-03-2005 09:23 PM
Re: File table overflow
[Optimizing the Operating Environment (Kernel Tuning)]
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:26 PM
10-03-2005 09:26 PM
Re: File table overflow
Could you please tell me the exact increase value of nfile?
Regards,
Mostafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:31 PM
10-03-2005 09:31 PM
Re: File table overflow
# kmtune -q nfile -l
Parameter: nfile
Current: 910
Planned: (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
Default: (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
Minimum: -
Module: -
Version: -
Dynamic: No
Nfile sizes the system file table. It contains entries in it for each instance of an open of a file. Therefore, it restricts the total number of concurrent "opens" on your system. We suggest that you set this at 2800. This parameter defaults to ((16 * (nproc + 16 + maxusers) / 10 ) + 32 + 2 * npty). If a process attempts to open one more (than nfile) file, the following message will appear on the console:
file: table is full
When this happens, running processes may fail because they cannot open files, and no new processes can be started.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:33 PM
10-03-2005 09:33 PM
Re: File table overflow
what is the present value:
# kmtune -q nfile
or
# sar -v 3 5
check the file-sz column.
the value to change to will depend on the type of application or database running. i have it on 63498 running oracle 9i.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 09:33 PM
10-03-2005 09:33 PM
Re: File table overflow
There is no hard and fast rule to define the nfile parameter. It always depends on your applications, no. of users etc.
What is the current value and how frequently it is fully utilized will help you to know the new number. For now you can go ahead by increasing it atleast by 10% of the current value or so.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 08:55 PM
10-04-2005 08:55 PM