Consultor Eletrônico



Kbase 17130: How to Configure the Keepalive Parameters for HP-UX?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

GOAL:

How to Configure the Keepalive Parameters for HP-UX?

FACT(s) (Environment):

HP-UX 10.01
HP-UX 10.10
HP-UX 10.20
HP-UX 11.0
HP-UX 11i

FIX:

For HPUX 10.01, 10.10 and 10.20, it is recommended that you use the nettune command:

nettune -s -w tcp_keepstart 300
nettune -s -w tcp_keepfreq 60
nettune -s -w tcp_keepstop 300

This is equivalent to setting KEEP_IDLE to 5 minutes, KEEPINTVL to 60 seconds, and KEEPCNT to 5 (300/60). These values are examples an may not work in your situation.

For HPUX 11.0 and above, use ndd command to set the TCP/IP parameters.