- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to set "tcp_conn_req_max " in HP-UX 11.11 ?
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
07-29-2005 12:48 AM
07-29-2005 12:48 AM
How to set "tcp_conn_req_max " in HP-UX 11.11 ?
How and where to set the parameter "tcp_conn_req_max" in HP-UX 11.11 ?
Thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:02 AM
07-29-2005 01:02 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
See the ndd man page and the nddconfig file for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:05 AM
07-29-2005 01:05 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
Theres an /etc/rc.config.d/nddconf file that you would have to put it in there too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:07 AM
07-29-2005 01:07 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
tcp_conn_request_max
So to set it you will need to use
ndd -set /dev/tcp tcp_conn_request_max value
(and add it to nddconf)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:09 AM
07-29-2005 01:09 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
see man ndd
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:22 AM
07-29-2005 01:22 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
Thanks for the replies.
I have checked the nddconf in /etc/rc.config.d which has no "tcp_conn_req_max" set. What is the default value if not set ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:27 AM
07-29-2005 01:27 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
Run
ndd -get /dev/tcp tcp_conn_request_max
to get the current value (likely 4096)
You will have to add an entry to nddconf someting like:
TRANSPORT_NAME[2]=tcp
NDD_NAME[2]=tcp_conn_request_max
NDD_VALUE[2]=
where [2] is a unique identifier within the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 01:40 AM
07-29-2005 01:40 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
I got the value 4096. After adding the parameters manually in nddconf, the effect will be taken forthwith or a reboot is requred ? If reboot is not possible then how to add parameters when the system is running.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:20 AM
07-29-2005 03:20 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
I've got a seperate thread describing a ftp connection termination problem that is baffling me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 03:23 AM
07-29-2005 03:23 AM
Re: How to set "tcp_conn_req_max " in HP-UX 11.11 ?
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
UNIX because I majored in cryptology...