1753962 Members
7521 Online
108811 Solutions
New Discussion юеВ

tcp_keepstart

 
mlewis
Frequent Advisor

tcp_keepstart

DOes anyone know if tcp_keepstart is available for 11.11i? i have ran the
# ndd -h supported command but cannot find it as a n option? And our Sybase team expects it to be alterred?
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: tcp_keepstart

Shalom,

I think there should be an ndd command that performs the same function but is not named the same.

tcp_keepalive_interval - Interval for sending keepalive probes


Try ndd -h supported for more options.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
mlewis
Frequent Advisor

Re: tcp_keepstart

Thats cool, I have found that but she has requested the both of them become changed. If they are both one of the same that makes my life easier. Thanks for the quick reply
mlewis
Frequent Advisor

Re: tcp_keepstart

Thannks
Steven E. Protter
Exalted Contributor

Re: tcp_keepstart

Shalom again,

There are unsupported options on ndd as well. I'd take a look at the requirements being thrust upon you, its possible your DBA is reading something that does not apply to this OS.

Also, please take the time to assign points to answers that helped you.
http://forums1.itrc.hp.com/service/forums/pageList.do?userId=BR929435&listType=unassigned&forumId=1

Ettiquette:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137

Best of luck to you. Please assign both my posts to this thread zero, since they appear to be of little or no value to your situation.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
rick jones
Honored Contributor

Re: tcp_keepstart

IIRC "tcp_keepstart" may be a Solarisism, which suggests that your Sybase team is confusing their OSes :) The TCP stacks in Solaris and HP-UX 11* share a common ancestry, but they are increasingly distant cousins as neither retain a relationship with their common point of origin.

tcp_keepalive_interval has already been mentioned. it will only come into play if the application does a setsockopt() to set SO_KEEPALIVE.

TCP keepalives are at best a poor substitute for an application-level keepalive mechanism.

There is also a tcp_keepalive_detached_interval, which kicks-in after the application has called close() against the socket.
there is no rest for the wicked yet the virtuous have no pillows
Steven E. Protter
Exalted Contributor

Re: tcp_keepstart

Thanks Rick, I feel validated.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
rick jones
Honored Contributor

Re: tcp_keepstart

FWIW, tcp_keepstart may instead be a 10.20ism - I seem to recall tcp_keepstart and tcp_keepfreq in the dimm recesses of my memory.
there is no rest for the wicked yet the virtuous have no pillows