- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connections dropped due to a full queue
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
11-24-2003 02:07 AM
11-24-2003 02:07 AM
Connections dropped due to a full queue
I have an L1000 running HPUX 11.0. When running netstat -p tcp, I have 922 connect requests dropped due to full queue. 153 of these have been over the weekend.
The tcp_conn_request_max parameter is currently set to 4096.
Suggestions welcome on how to fix this.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 02:30 AM
11-24-2003 02:30 AM
Re: Connections dropped due to a full queue
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=21889
I would also add that you may have limits set too low in the kernel. I'll admit I'm not sure which ones.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 09:33 AM
11-24-2003 09:33 AM
Re: Connections dropped due to a full queue
You need to speed up the process in order to handle the load so more memory or on some boxes more processors or perhaps the program needs to be cleaned up or perhaps you need to add a second box to help with the load.
This is assuming that these are all legitimate customers and not some sort of denial of services attack. Should you be getting heavy traffic on the weekends?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 10:40 AM
11-24-2003 10:40 AM
Re: Connections dropped due to a full queue
To me the value of 4096 already seems pretty high for tcp_conn_request_max. Obviously you could increase this value further using ndd but as Ron said this doesn't treat the sympton.
I've attached a Network doco written by Rick Jones(HP) that mentions this issue. As you'll see this issue can be due to the application itself rather than the tcp_conn_request_max being too small. I'd try to identify any applications that might be causing this issue.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 10:40 AM
11-24-2003 10:40 AM
Re: Connections dropped due to a full queue
The length will be the _minimum_ of the two.
So, if you have tcp_conn_request_max at 4096, and still have connection drops due to full queue, my first thought would be that one or more applications running on that system has not set a very large listen() backlog.
The other possibility is that the tcp_conn_request_max setting was made _after_ the application(s) in question were started - changes to tcp_conn_request_max will not be "retroactive" to existing listen endpoints.
Finally, it could just be the case that your system/application was hit with a connection request load that it just couldn't handle.
153 connection requests dropped out of how many total connections established over the weekend?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 10:51 AM
11-24-2003 10:51 AM
Re: Connections dropped due to a full queue
Its an excellent resource for understanding ndd tunables.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 11:00 AM
11-24-2003 11:00 AM
Re: Connections dropped due to a full queue
MaxStartups
Specifies the maximum number of concurrent unauthenticated
connections to the sshd daemon. Additional connections will be
dropped until authentication succeeds or the LoginGraceTime
expires for a connection. The default is 10.
Alternatively, random early drop can be enabled by specifying the
three colon separated values ``start:rate:full'' (e.g.,
"10:30:60"). sshd will refuse connection attempts with a probability of ``rate/100'' (30%) if there are currently
``start'' (10) unauthenticated connections. The probability
increases linearly and all connection attempts are refused if the
number of unauthenticated connections reaches ``full'' (60).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 11:19 AM
11-24-2003 11:19 AM
Re: Connections dropped due to a full queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 08:06 PM
11-24-2003 08:06 PM
Re: Connections dropped due to a full queue
We don't use ssh.
This problem has just started to occur over the last month or so. As far as I'm aware nothing has changed in the application, there is not a vast increase in the amount of users. This started to happen after a virus attack which was flooding the network, but this may be a red herring.
This box dropped over 100 connections last night due to a full queue.
Would you recommend that I drop the tcp_conn_request_max parameter back down, as I believe the default is only 20 on an 11.00 system?
Regards,
Hilary
P.S. I will assign points later, but have a disk issue now on another server (it never rains but pours!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:12 AM
11-25-2003 05:12 AM
Re: Connections dropped due to a full queue
to know how big the problem is one has to compare the rate of dropped connectoins to the total connections established over the same interval.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 01:26 PM
11-25-2003 01:26 PM
Re: Connections dropped due to a full queue
Ron