- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX-ia64 Error: 24: Too many open files
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
тАО06-16-2009 09:21 PM
тАО06-16-2009 09:21 PM
Errors in file /oracle/db/tech_st/10.2.0/admin/GAMYA_gamyadb/udump/gamya_ora_26041.trc:
ORA-00600: internal error code, arguments: [13310], [], [], [], [], [], [], []
Sat Jun 6 11:18:11 2009
Errors in file /oracle/db/tech_st/10.2.0/admin/GAMYA_gamyadb/udump/gamya_ora_26041.trc:
ORA-00210: cannot open the specified control file
ORA-00202: control file: '/oracle/db/apps_st/data/cntrl01.dbf'
ORA-27041: unable to open file
HPUX-ia64 Error: 24: Too many open files
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 09:30 PM
тАО06-16-2009 09:30 PM
Re: HPUX-ia64 Error: 24: Too many open files
I think you need to tune 'maxfiles' and 'maxfiles_lim'. Check out the manpage.
check the open files info with the command sar -v 1 1
Thanks
Vivek Bhatia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 10:24 PM
тАО06-16-2009 10:24 PM
Re: HPUX-ia64 Error: 24: Too many open files
Check the field file-sz in the output of sar -v ; This shows the current no. of files openned by the system against the max files which can be openned by the system.
Kernel parameter nfile on 11.23 can be dynamically changed.
maxfiles and maxfiles_lim parameters are responsible for the max files openned by a processes.
For details : Check the man pages for these tunnable parameters which is available in 11.23.
Tune the Parameters since its Dynamic on 11.23.
Good Luck!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-16-2009 11:15 PM
тАО06-16-2009 11:15 PM
Re: HPUX-ia64 Error: 24: Too many open files
maxfiles 4096 4096
maxfiles_lim 4096 Default Immed
using
smh
maxfiles Static 4096 4096 2048 - fs
maxfiles_lim Dynamic 4096 4096 4096 100% fs
When ever "maxfiles_lim" usage in 100% we are receving the error "HPUX-ia64 Error: 24: Too many open files" as mentioned above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2009 12:05 AM
тАО06-17-2009 12:05 AM
Re: HPUX-ia64 Error: 24: Too many open files
>>>When ever "maxfiles_lim" usage in 100% we are receving the error "HPUX-ia64 Error: 24: Too many open files" as mentioned above. <<<<
any particular reason why "Oracle" is openinig too many open files..? what there any reason changes.? for the database.?
You try increasing maxfile & maxfile_lim
kernal paremeter.
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2009 01:02 AM
тАО06-17-2009 01:02 AM
Re: HPUX-ia64 Error: 24: Too many open files
Oracle Database server is installed on the system and it depends on the number of connections and database usage.
Please suggest me the hard and soft limit value is there any soft limit and hard limit calculations let me know and that would be great.
Thanks,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2009 04:31 AM
тАО06-17-2009 04:31 AM
Re: HPUX-ia64 Error: 24: Too many open files
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1342472
>>>Please suggest me the hard and soft limit value is there any soft limit and hard limit calculations let me know and that would be great. <<<
Best Advice, If you could Check with Oracle Support and documentatin or Phone Support from Oracle and tune according to ORACLE recommedation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2009 04:35 AM
тАО06-17-2009 04:35 AM
Re: HPUX-ia64 Error: 24: Too many open files
connections to database.?
Check also check the syslog.? do see too many connections.?
# netstat -an |grep 1521 |wc -l
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2009 05:12 AM
тАО06-17-2009 05:12 AM
Re: HPUX-ia64 Error: 24: Too many open files
# netstat -an | grep 1560 | wc -l
192
we are not seeing more than 250 connections to the database.
What value do u prefer?
Thanks,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-09-2010 04:34 AM
тАО07-09-2010 04:34 AM
Re: HPUX-ia64 Error: 24: Too many open files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 12:45 AM
тАО08-05-2010 12:45 AM