- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- socket connection
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
08-10-2005 11:12 AM
08-10-2005 11:12 AM
is it controlled by tcp_conn_request_max?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:21 AM
08-10-2005 11:21 AM
Re: socket connection
if you run #netstat -a to show active socket connections
Run ndd -h tcp_largest_anon_port to find the maximum - it is 65535
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:38 AM
08-10-2005 11:38 AM
Re: socket connection
Of course it's also depends on the program that handles the cconnection, but if we'll imagine that every program can handle unlimited number of connections, then it depends on number of FDs.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 01:51 PM
08-10-2005 01:51 PM
Re: socket connection
It's controlled by "tcp_largest_anon_port".
You can determine the max number of available socket connections with ndd:
============================================
# ndd -h tcp_largest_anon_port
tcp_largest_anon_port:
Largest anonymous port number to use. [1024, 65535]
============================================
Output indicates that max no. of available sockets under hp-ux (32 bit) is 65535.
regards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 07:21 PM
08-10-2005 07:21 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=935950
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198427
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&threadId=198427
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 08:55 PM
08-10-2005 08:55 PM
Re: socket connection
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:58 AM
08-11-2005 06:58 AM
Re: socket connection
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&threadId=198427