- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMFILE 24 /* Too many open files*/ error. Pleas...
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
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
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
тАО12-03-2002 12:12 PM
тАО12-03-2002 12:12 PM
I'm on 11.11 and maxfiles_lim is a dynamic parameter.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 12:28 PM
тАО12-03-2002 12:28 PM
SolutionI suspect you may have hit the nfile limit, which is still static in 11i.
If so, Id recommend you increase maxusers as by default nfile, nproc & others will be adjusted as well IF nfile is using the default formula.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 12:28 PM
тАО12-03-2002 12:28 PM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
Maxfiles is not dynamic and will require a reboot.
If you see errno 23 then nfile will need to be increased.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 12:31 PM
тАО12-03-2002 12:31 PM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
'maxfiles' is called the "soft" limit whereas 'maxfiles_lim" is the "hard" ceiling.
A non-root process is allowed to increase its soft-limit until the hard-limit is reached. Thus, it is expected that 'maxfiles' < 'maxfiles_lim'.
System-wide, 'nfile' comes into play. This is the maximum number of files that can be open simultaneously, overall. Thus, too, 'maxfiles_lim' < 'nfile'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 12:37 PM
тАО12-03-2002 12:37 PM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 12:54 PM
тАО12-03-2002 12:54 PM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-03-2002 07:19 PM
тАО12-03-2002 07:19 PM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
Now the hard limit is maxfiles_lim and this is the ceiling for the maximum number of files opened at the same time for a single process. This is a kernel parameter that will require a reboot to raise this limit.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2002 07:17 AM
тАО12-04-2002 07:17 AM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
maxfiles is set at 60 and maxfiles_lim is 1024
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-04-2002 07:34 AM
тАО12-04-2002 07:34 AM
Re: EMFILE 24 /* Too many open files*/ error. Please advise
It is often necessary to increase maxfiles for non-root users like Oracle or other database users so that a large number of files can be opened.