Setting tcp_time_wait_interval
Hi,
We have a SUN cluster and configured with 10 containers running Solaris 10.
The current value of tcp_time_wait_interval is 60000 and would like to set it to 30000.
1) Correct me that I can use the command below to do it in global zone?
ndd -set /dev/tcp tcp_time_wait_interval
2) How to set the value permanently? That is after server rebooted and patches applied the value will not go away?
Thanks in advance.