- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What should be the Kernel parameter settings to av...
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
07-24-2003 11:45 PM
07-24-2003 11:45 PM
Can anyone let me know the Kernel Parameter values required to avoid the folllowing error:
Cannot find or open file /u03/pilot/eb2/atadmp_10.d2, errno = 23. (43)
This error occured when 59 users were logged in the database and the 60th user was trying to log in.
This was a test environment. In production environmnent the actual no of users will be around 90-95.
OS: HP Unix 11
Progress: Ver 9.1D
MFG/Pro : EB2
Current Kernel Parameter Settings:
STRMSGSZ 65535
dnlc_hash_locks 512
maxdsiz_64bit 0X40000000
maxfiles 2048
maxfiles_lim 2048
maxssiz 0X800000
maxssiz_64bit 0X800000
maxswapchunks 2048
maxtsiz 0X4000000
maxtsiz_64bit 0X40000000
maxusers 200
nfile 12008
nflocks 4096
nproc 2816
npty 512
nstrpty 512
nstrtel 512
semmni 3320
semmns 6640
semmnu 660
semume 64
shmmax 1024000000
shmmni 512
shmseg 200
ninode 3256 - ((NPROC+16+MAXUSERS)+32+(2*NPTY))
Rgds,
Usha
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 11:58 PM
07-24-2003 11:58 PM
Re: What should be the Kernel parameter settings to avoid "Cannot open file error 23 :43"
Forgive me for asking the obvious, but the kernelparameters look (at first sight) to be ok, so here goes :
- The stated file does really exist ?
- The number of allowed sessions (on the database) isn't exceeded ?
Can you post the exact messages from the alertfile (or is the above all you get) ? Is there a tracefile in the "udump" directory ?
Regards,
Tom Geudens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 12:11 AM
07-25-2003 12:11 AM
Re: What should be the Kernel parameter settings to avoid "Cannot open file error 23 :43"
Yes the stated files do exist.
These files are part of the MFg/Pro Progress database.
And the number of users allowed to the database is 100.
This is the only error message that appears on the screen.
(though the same is repeated for all the database extent files).
And then the database gets disconnected and even the exisitng users are thrown out of the database.
Regards,
Usha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 12:15 AM
07-25-2003 12:15 AM
Solution#define ENFILE 23 /* File table overflow */
So it looks like you have to increase nfile and, consequently, nflocks.
I suggest a +20% in each.
Check the actual use with
sar -v 3 1000
during the day and after decide.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 06:41 PM
07-27-2003 06:41 PM
Re: What should be the Kernel parameter settings to avoid "Cannot open file error 23 :43"
Thanks a lot for the response.
I increased the NFILE value to 17000 and now upto 95 users can log in without any issues.
However, I did not try to increase the value for nflock.
Regards,
Usha