Salesforce

How to Configure the Keepalive Parameters for HP-UX 10?

« Go Back

Information

 
TitleHow to Configure the Keepalive Parameters for HP-UX 10?
URL Name17130
Article Number000125937
EnvironmentProduct: Progress OpenEdge
Version: All supported versions
OS: HP-UX 10.01, 10.10, 10.20
Question/Problem Description
How to Configure the TCP Keepalive Parameters for HP-UX 10?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
For HPUX 10.01, 10.10 and 10.20, the nettune command is used to configure TCP transport parameters.

Example:  The following are equivalent to setting KEEP_IDLE to 5 minutes, KEEPINTVL to 60 seconds, and KEEPCNT to 5 (300/60). These values are examples and may not suit specific environment requirements.  Progress does not have specific recommendations - the intervals should be set to as long as an inactive connection is considered to be valid. These changes will affect all TCP connections, not just Progress.
 
$   nettune -s -w tcp_keepstart 300
$   nettune -s -w tcp_keepfreq 60
$   nettune -s -w tcp_keepstop 300

For HPUX 11.0 and above, nettune is obsolete functionality in HPUX 11 and instead the ndd utility can be used for examining and modifying system-wide transport parameters.  Refer to Article How to Configure the keepalive Parameters on HP-UX 11   
 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:19 AM

Powered by