Operating System - HP-UX
1830537 Members
2588 Online
110010 Solutions
New Discussion

tcp_fin_wait2 (ndd equiv) for HPUX10.20

 
SOLVED
Go to solution
Charles Harris
Super Advisor

tcp_fin_wait2 (ndd equiv) for HPUX10.20

Dear all,

I'm trying to find the nettune tcp_parameter for setting the FIN_WAIT2 timeout value on HPUX10.20. I've done it with ndd on 11, but can't locate the nettune param for 10.20.

Any tips pointers, RTFM's warmly received as ever!

Cheers,

-ChaZ-
4 REPLIES 4
Uday_S_Ankolekar
Honored Contributor

Re: tcp_fin_wait2 (ndd equiv) for HPUX10.20

Hi,

for 10.20
nettune -s tcp_fin_wait_timer 1200
for 11.0
ndd -set /dev/tcp tcp_fin_wait_2_timeout 600000

Goodluck,
-USA..

Good Luck..
Charles Harris
Super Advisor

Re: tcp_fin_wait2 (ndd equiv) for HPUX10.20

Thanks for the rapid reply! - Sanjay, the links were useful, always nice to have a text book def. and Uday for the in a nutshel post !!

Thanks again!

-ChaZ-
S.K. Chan
Honored Contributor

Re: tcp_fin_wait2 (ndd equiv) for HPUX10.20


# nettune -l|grep tcp_fin
# nettune -s tcp_fin_wait_timer