- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCPIP connection problem
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
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
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-15-2003 04:29 AM
тАО07-15-2003 04:29 AM
TCPIP connection problem
Connections are established via TCP service 3299 (/etc/services).
Sometimes we face a limitation problem; no additional connections can be set up. After another connection is closed, a new one can be opened.
Couls this be a TCP limitation; I was thinking maybe of parameter tcp_conn_request_max
Thanks in advance for your reaction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2003 04:41 AM
тАО07-15-2003 04:41 AM
Re: TCPIP connection problem
Check the output of "netstat -p -tcp" and look for the value of Connection Requests dropped due to full queue if thats zero then you should not have to tune tcp_conn_request_max.
The default is 20 on 11.i, a good value to test w/ is 1024. Remember to also make your change in the /etc/rc.config.d/nddconf file.
Usable commands:
Check the current value:
ndd -get /dev/tcp tcp_conn_request_max
Set the maximum for the connection request to 1024:
ndd -set /dev/tcp tcp_conn_request_max 1024
nddconf entry example:
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_conn_request_max
NDD_VALUE[0]=1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2003 04:42 AM
тАО07-15-2003 04:42 AM
Re: TCPIP connection problem
How much connection can you have together?
Ciao
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2003 07:04 AM
тАО07-15-2003 07:04 AM
Re: TCPIP connection problem
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_netstat.txt
there is another reason which might cause this:
"0 connect requests dropped due to full queue
If the number of connection requests (SYN segments) dropped due to
full queue is non-zero it means that either the setting for
tcp_conn_request_max is too small, or one or more applications on the
system is using too small a value for the listen backlog in its call
to listen().
It is also possible that those settings are good, but one or more
applications have stopped calling accept() against their listen
socket(s) - perhaps they are saturated, or perhaps they are caught in
an infinite loop."
The total number of connections is limited only by your application, cpu load and the available memory and bandwidth. Since you say dropping one connection allows a new one I'd look at the application. First make sure it's not starved for memory or disk space or cpu time then check with the maker to see if there is a limit.
I assume you are uptodate on your ARPA patches so we don't have to worry about an HP software bug.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2003 05:57 PM
тАО07-15-2003 05:57 PM
Re: TCPIP connection problem
Less likely but still possible is hitting the system-wide limit on file descriptors - nfile.
There is indeed no hardcoded limit to the number of TCP connections a system can have.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-04-2005 06:57 PM
тАО01-04-2005 06:57 PM
Re: TCPIP connection problem
If more connections are needed you can increase the value to 2000 and configure multiple saprouter services. Check the -C and -Y options. This values are valid at least for saprouter from sap kernels 620/640.
Regards Michael