HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- questions about TCP port
Operating System - HP-UX
1834395
Members
1676
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-13-2002 07:06 PM
06-13-2002 07:06 PM
1. What's the maximum number of TCP ports can be opened by the system?
2. Is the maximum number determined by some kernel parameter?
3. How to check the number of TCP ports being used currently?
4.How to check the timeout set of one TCP connection?
How to modify it?
Thanks for your help!
2. Is the maximum number determined by some kernel parameter?
3. How to check the number of TCP ports being used currently?
4.How to check the timeout set of one TCP connection?
How to modify it?
Thanks for your help!
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:54 PM
06-13-2002 07:54 PM
Solution
1) Can be up to thousands, the maximum number of TCP connection or ports depends on a few things (see 2).
2) It depends on the amount of physical RAM that you have. Kernel wise it depends on "nfile" and "maxfiles". Both kernels will determine the amount of available system and process file descriptors (because each TCP connection need a file descriptor).
nfile=maximum system file descriptors.
maxfiles=maximum file descriptor a single process can use.
3) Use "netstat -a|grep \^tcp|wc -l"
4) I know that on 11.x you can use "ndd" command to set the timeout value of TCP connection which will take effect immediately for new connection. Man "ndd" for details. I prefer to modify /etc/rc.config.d/nddconf and reboot afterwards..(for example ..)
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_ip_abort_interval
NDD_VALUE[0]=
2) It depends on the amount of physical RAM that you have. Kernel wise it depends on "nfile" and "maxfiles". Both kernels will determine the amount of available system and process file descriptors (because each TCP connection need a file descriptor).
nfile=maximum system file descriptors.
maxfiles=maximum file descriptor a single process can use.
3) Use "netstat -a|grep \^tcp|wc -l"
4) I know that on 11.x you can use "ndd" command to set the timeout value of TCP connection which will take effect immediately for new connection. Man "ndd" for details. I prefer to modify /etc/rc.config.d/nddconf and reboot afterwards..(for example ..)
TRANSPORT_NAME[0]=tcp
NDD_NAME[0]=tcp_ip_abort_interval
NDD_VALUE[0]=
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP