HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tunable limitting number of established BSD socket...
Operating System - HP-UX
1834007
Members
1638
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-20-2003 02:02 AM
11-20-2003 02:02 AM
Tunable limitting number of established BSD sockets
Hi,
this request is linked to my previous thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=246754
But I thought to maybe draw more attention to if I started a new thread.
While searching the knowledge base for limitting factors for the inetd super daemon I came accross this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=56669
There Mark and Todd stress that the kernel tunable maxusers is one limitting factor.
No wonder I now must conclude.
This box is almost always scraping at the the set boundary by maxusers.
# kmtune -q maxusers
Parameter Value
===============================================================================
maxusers 1200
# netstat -an -f inet|grep -c ESTAB
1711
Not to mention other tunables that constitute bounds for files in the Unix sense (viz. comprising sockets, fifos, locks, files etc.)
# kmtune -q maxusers -q nproc -q maxfiles -q maxfiles_lim -q nfile -q nflocks
Parameter Value
===============================================================================
maxusers 1200
nproc ((MAXUSERS*3)+64)
maxfiles 1024
maxfiles_lim 2048
nfile (8*NPROC+2048)
nflocks (NPROC)
Would you agree that increasing maxusers could be the key?
this request is linked to my previous thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=246754
But I thought to maybe draw more attention to if I started a new thread.
While searching the knowledge base for limitting factors for the inetd super daemon I came accross this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=56669
There Mark and Todd stress that the kernel tunable maxusers is one limitting factor.
No wonder I now must conclude.
This box is almost always scraping at the the set boundary by maxusers.
# kmtune -q maxusers
Parameter Value
===============================================================================
maxusers 1200
# netstat -an -f inet|grep -c ESTAB
1711
Not to mention other tunables that constitute bounds for files in the Unix sense (viz. comprising sockets, fifos, locks, files etc.)
# kmtune -q maxusers -q nproc -q maxfiles -q maxfiles_lim -q nfile -q nflocks
Parameter Value
===============================================================================
maxusers 1200
nproc ((MAXUSERS*3)+64)
maxfiles 1024
maxfiles_lim 2048
nfile (8*NPROC+2048)
nflocks (NPROC)
Would you agree that increasing maxusers could be the key?
Madness, thy name is system administration
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 02:05 AM
11-20-2003 02:05 AM
Re: Tunable limitting number of established BSD sockets
Youre certainly very tight on maxusers. But this parameter is there to stop too many users getting on because your server doesnt have enough resources for more users.
If you have some spare ram, cpu etc. then I would certainly bump maxusers up, if not then I wouldnt unless you can increase your server spec (more hardware).
If you have some spare ram, cpu etc. then I would certainly bump maxusers up, if not then I wouldnt unless you can increase your server spec (more hardware).
Im from Palmerston North, New Zealand, but somehow ended up in London...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP