- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 000000023 error
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
03-18-2002 08:01 PM
03-18-2002 08:01 PM
I am getting this error on console
Could not open /usr/lib/dld.sl error no 000000023.
Please let me know what is this error and how to recover this file.
Last week this server went for live environment.
Is some kernal parameters has to be tuned ?
With Regards
Harpreet Singh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 08:14 PM
03-18-2002 08:14 PM
SolutionDefinitely looks like you've hit a kernel limit. Have a look at running 'sar -v' to get the answer, which is most likely 'nproc' or 'nfile'. If this is the case, you will need to increase these values. ANother way to view these is through 'glance'. The best way to do this is through SAM, as you may some formulas set up for these parameters. If the problem occurred during the use of telnet you may need to increase 'npty', 'nstrpty' & nstrtel as well.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 08:17 PM
03-18-2002 08:17 PM
Re: 000000023 error
You should see similar error in /var/adm/syslog/syslog.log. Typically you wuld want to increase maxusers parameter and that in return will automatically bump up other parameters like nfile, nflocks, nproc and bufpages. Try doubling the value of maxusers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 12:38 AM
03-19-2002 12:38 AM
Re: 000000023 error
Error 23 is file table overflow.
increase nfile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2002 07:24 AM
03-19-2002 07:24 AM
Re: 000000023 error
Rgds,
Jeff