1833043 Members
2308 Online
110049 Solutions
New Discussion

OTS Keepalive

 
Roy Nemmers
New Member

OTS Keepalive

On HP-UX10.00 we used TCP_KEEPALIVE on RFC1006/TCP connections. To get it to work we would start OTS using otsstart -k, then we adjusted the tcp_keepstop, tcp_keepstart, and tcp_keepfreq using nettune.

Now that we have migrated to HP-UX11.00 this feature no longer works and nettune is not on the system.

What gives? Are we missing something or is there a different way to implement this.

Thanks
Roy
5 REPLIES 5
Sridhar Bhaskarla
Honored Contributor

Re: OTS Keepalive

Hi Roy,

The corresponding command for nettune in 11.0 is ndd. Check the man page. You can use ndd -h to get all the tunable parameters.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Craig Rants
Honored Contributor

Re: OTS Keepalive

nettune has been replace with ndd. Run a ndd -h | grep keep and you will see the parameters for it.

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Sanjay_6
Honored Contributor

Re: OTS Keepalive

Roy Nemmers
New Member

Re: OTS Keepalive

I was able to OTS to start with the -k option after I applied the PHNE_17859 OTS patch.

Thanks for the help.
Roy
Roy Nemmers
New Member

Re: OTS Keepalive

I was able to get OTS to start with the -k option after I applied the PHNE_17859 OTS patch.

Thanks for the help.
Roy