There is a section in Solaris reference manual for tcp_keepalive_abort_interval.
However, it doesn't appear in ndd /dev/tcp \?
listing.
# uname -srvmpi
SunOS 5.10 Generic_142909-17 sun4us sparc FJSV,GPUZC-L
# ndd /dev/tcp \? | grep keepalive
tcp_keepalive_interval (read and write)
Do any of you know where is this parameter?
UPDATE: It seems I was reading the wrong documentation, thank you for pointing it out.
There is a known documentation mistake: http://docs.oracle.com/cd/E19082-01/819-2724/chapter1-1/index.html
This parameter is only available with SunOS 5.11 based OSes.
it's an OpenSolaris/Solaris 11 parameter, not available in Solaris 10:
Use ipadm/dladm command to show kernel network parameters in solaris 11, ndd command is deprecated.
To show keepalive variable use:
To save persistent configuration across reboot:
If you want change it for test purpose, use
-t
key.IP parameters naming changes in Oracle Solaris 11