- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ndd and recommended tcp parameters for use as ...
Operating System - HP-UX
1822525
Members
2597
Online
109642
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
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
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
тАО05-10-2001 12:13 AM
тАО05-10-2001 12:13 AM
ndd and recommended tcp parameters for use as web server
Hi folks,
Anyone got any recommended parameter settings/tunings for /etc/rc.config.d/nddconf for a machine that will be used as a high volume web server?
Specifically, anything in relation to dropping any inactive TCP connections quickly?
Any white paper links would be great!
TIA,
Barry
Anyone got any recommended parameter settings/tunings for /etc/rc.config.d/nddconf for a machine that will be used as a high volume web server?
Specifically, anything in relation to dropping any inactive TCP connections quickly?
Any white paper links would be great!
TIA,
Barry
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2001 06:45 AM
тАО05-10-2001 06:45 AM
Re: ndd and recommended tcp parameters for use as web server
Barry,
I can recommned few parameters which are very important for your webserver.
tcp_time_wait_interval
ndd/dev/tcp
60000
60000
tcp_conn_req_max
ndd/dev/tcp
20
4096
tcp_ip_abort_interval
ndd/dev/tcp
600000
60000
tcp_keepalive_interval
ndd/dev/tcp
72000000
900000
tcp_rexmit_interval_initial
ndd/dev/tcp
1500
1500
tcp_rexmit_interval_max
ndd/dev/tcp
60000
60000
tcp_rexmit_interval_min
ndd/dev/tcp
500
500
tcp_xmit_hiwater_def
ndd/dev/tcp
32768
32768
tcp_recv_hiwater_def
ndd/dev/tcp
32768
32768
Rajeev
I can recommned few parameters which are very important for your webserver.
tcp_time_wait_interval
ndd/dev/tcp
60000
60000
tcp_conn_req_max
ndd/dev/tcp
20
4096
tcp_ip_abort_interval
ndd/dev/tcp
600000
60000
tcp_keepalive_interval
ndd/dev/tcp
72000000
900000
tcp_rexmit_interval_initial
ndd/dev/tcp
1500
1500
tcp_rexmit_interval_max
ndd/dev/tcp
60000
60000
tcp_rexmit_interval_min
ndd/dev/tcp
500
500
tcp_xmit_hiwater_def
ndd/dev/tcp
32768
32768
tcp_recv_hiwater_def
ndd/dev/tcp
32768
32768
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-14-2001 09:44 AM
тАО05-14-2001 09:44 AM
Re: ndd and recommended tcp parameters for use as web server
Barry,
I'd also set the fin_wait_2 timer (requires PHNE_19375 or better of the ARPA Transport patch). tcp_fin_wait_2_timeout is set in milliseconds. 0 means no timeout (keep forever).
Check the current value:
ndd -get /dev/tcp tcp_fin_wait_2_timeout
Set the FIN_WAIT2 timeout to 10 minutes:
ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000
Hope this helps,
-> Brian Hackley
I'd also set the fin_wait_2 timer (requires PHNE_19375 or better of the ARPA Transport patch). tcp_fin_wait_2_timeout is set in milliseconds. 0 means no timeout (keep forever).
Check the current value:
ndd -get /dev/tcp tcp_fin_wait_2_timeout
Set the FIN_WAIT2 timeout to 10 minutes:
ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000
Hope this helps,
-> Brian Hackley
Ask me about telecommuting!
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP