- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what do tcp_conn_request_max main?
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
09-13-2002 12:48 AM
09-13-2002 12:48 AM
what do tcp_conn_request_max main?
via "ndd -get /dev/tcp tcp_conn_request_max", I got 256, while when I use " netstat -an | grep EST| wc -l", I can got 600. So I was confused that how can I control the max incomming connections. Or how can I get current value of acceptable max_connections.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 12:58 AM
09-13-2002 12:58 AM
Re: what do tcp_conn_request_max main?
It is the setting of the system listen queue.
quote:
HP-UX 11 tcp_conn_request_max
Short Description: When high connection rates occur, a large backlog of TCP connection requests builds up and client connections are dropped.
When to try this parameter: This setting can significantly help performance when clients start to time out when waiting to connect. This can be verified by issuing the command,
netstat -p tcp
Look for the value
"connect requests dropped due to full queue"
How to see/set: To fix the problem set the tcp_conn_request_max to 1024 as follows:
ndd -set /dev/tcp tcp_conn_request_max 1024
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 01:14 AM
09-13-2002 01:14 AM
Re: what do tcp_conn_request_max main?
I've questions more:
the max connections with clients can be configured or only limited by the server capacity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 01:41 AM
09-13-2002 01:41 AM
Re: what do tcp_conn_request_max main?
you are right. Max connection have to be configured considering the resources of the
server like CPU speed , memory etc.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 05:29 AM
09-13-2002 05:29 AM
Re: what do tcp_conn_request_max main?
Mayebe this will help,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000048319643
Hope this helps.
regds