- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: low open file descriptor limit
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
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
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
тАО09-16-2004 02:36 AM
тАО09-16-2004 02:36 AM
low open file descriptor limit
When the database is started the following
message appears.
Oracle instance running on a system with low open file descriptor limit. Tune your system to increase this limit to avoid severe performance degradation.
What kernel parameter, if any, should I look at
adjusting?. Is it possibly on the Oracle end?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 02:42 AM
тАО09-16-2004 02:42 AM
Re: low open file descriptor limit
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 02:42 AM
тАО09-16-2004 02:42 AM
Re: low open file descriptor limit
nfile - set maximum number of files that can be open simultaneously on the system at any given time
Tunable kernel parameters documentation:
http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 02:43 AM
тАО09-16-2004 02:43 AM
Re: low open file descriptor limit
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 02:44 AM
тАО09-16-2004 02:44 AM
Re: low open file descriptor limit
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 02:47 AM
тАО09-16-2004 02:47 AM
Re: low open file descriptor limit
Try to check as,
kmtune -l -q nfile
IF you are 11.23 then use kctune there.
And also see maxfile,maxfile_lim parameter's too.
You can go to sam to make changes there too. Reboot is needed after configuring them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 03:06 AM
тАО09-16-2004 03:06 AM
Re: low open file descriptor limit
I have checked nfile with sar -v 5 5
file-sz
2411/65546 0
2412/65546 0
2411/65546 0
2411/65546 0
2411/65546 0
Unless the Oracle start-up is using tens of
thousands of processess, I think I am okay on
nfile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 06:22 AM
тАО09-16-2004 06:22 AM
Re: low open file descriptor limit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 07:14 AM
тАО09-16-2004 07:14 AM
Re: low open file descriptor limit
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2004 08:23 AM
тАО09-16-2004 08:23 AM
Re: low open file descriptor limit
The current production server stats for sar -v 5 5
This is a low activity for the production server.
file-sz ov
20164/65546 0
20160/65546 0
20411/65546 0
20227/65546 0
20143/65546 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2004 02:14 AM
тАО09-17-2004 02:14 AM
Re: low open file descriptor limit
Since the current nfile value is so large, maxfiles is probably the limiting value. Now if a process *really* needs several thousand files open at the same time, you can change maxfile_lim which is a hard limit for maxfiles (which is changeable by the program using setrlimit or by the shell). In 11.11, this is a dynamic parameter which means that it can be changed without a reboot.
Bill Hassell, sysadmin