1833276 Members
3140 Online
110051 Solutions
New Discussion

Re: socket parameter

 
CSP_ALGERIA
Frequent Advisor

socket parameter

our customer say that in AX IBM server the delay to close the sockets is by default , but in HP servers this parameter exactly << keep intvl >> is not so long for the application ( banking application ).please i need help.
Nothing in the world can take the place of persistence.
2 REPLIES 2
U.SivaKumar_2
Honored Contributor

Re: socket parameter

Hi,

This is the equivalent parameter in HP-UX

HP-UX 11.X

tcp_keepalive_interval

HP-UX 10.20

tcp_keepfreq

To see the current value in HP-UX 11.X

#ndd -get /dev/tcp tcp_keepalive_interval

The value is in milliseconds

To set the a new value

#ndd -set /dev/tcp tcp_keepalive_interval xxxx

where xxxx is the new value.

To make config permanent even after a reboot
edit the values in /etc/rc.config.d/nddconf

regards,
U.SivaKumar

Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: socket parameter

please note that unit of that value in HP-UX 10.20 is in seconds.
Innovations are made when conventions are broken