- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tcp_conn_request_max
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
06-28-2006 08:51 PM
06-28-2006 08:51 PM
tcp_conn_request_max
I have "connect requests dropped due to full queue" in the netstat -p tcp.
I increase the parameter "tcp_conn_request_max" from 4096 to 16384 but I have the same error in the netstat.
I also increased parameter "tcp_syn_rcvd_max" from 500 to 5000 but I have the same error.
Any suggestions?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 09:07 PM
06-28-2006 09:07 PM
Re: tcp_conn_request_max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:32 PM
06-29-2006 12:32 PM
Re: tcp_conn_request_max
So, I suspect you need to get your application to start making a call to listen() with a larger backlog.
I _seriously_ doubt you need a queue of 16384 entries - heck, 4096 seems high to me. I'd try 1024 for both tcp_conn_request_max and your listen() call and then go from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 10:25 PM
06-29-2006 10:25 PM
Re: tcp_conn_request_max
The request of connection are http and the application server is Bea Weblogic.
At this moment I suspect that the problem can be a weblogic parameter but I don't know weblogic parameter that is correlate with this kind of problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 11:07 PM
06-29-2006 11:07 PM
Re: tcp_conn_request_max
Please find the link for the weblogic parameters...
Increasing "tcp_conn_request_max" will not help you.
Check your application code.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 12:41 AM
06-30-2006 12:41 AM
Re: tcp_conn_request_max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 06:23 AM
06-30-2006 06:23 AM
Re: tcp_conn_request_max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 12:28 AM
07-03-2006 12:28 AM
Re: tcp_conn_request_max
The problem seems resolved thanks everyone for collaboration.
Bye Fiorenzo.