Operating System - HP-UX
1752794 Members
6059 Online
108789 Solutions
New Discussion

Re: tcp_conn_strategy 11iv1

 
SOLVED
Go to solution
derek b smith_1
Regular Advisor

tcp_conn_strategy 11iv1

Hi All,

On my 11iv1 servers I do not see this param. In the tuning and performance book by sauers, ruemmler and weygant on pages 350-352 it states it is avail., but when I run ndd it errors out.
Please help! thx!


# ndd -get /dev/tcp socket_caching_tcp
name is non-existent for this module
for a list of valid names, use name '?'

# uname -a
HP-UX mark B.11.11 U 9000/800 675369303 unlimited-user license

9000/800/N4000-44


# ndd -h supported |grep stra
ip_pmtu_strategy - Controls the Path MTU Discovery strategy
root@mark [/]
# ndd -h unsupported |grep stra
root@mark [/]
#

1 REPLY 1
Jeff_Traigle
Honored Contributor
Solution

Re: tcp_conn_strategy 11iv1

That parameter is under sockets, not tcp.

ndd -get /dev/sockets socket_caching_tcp

or

ndd -get /dev/sockets tcp_conn_strategy

See this thread:

http://h30499.www3.hp.com/t5/System-Administration/ndd-amp-socket-caching-tcp/m-p/3395175#M199859

--
Jeff Traigle