Does change of tcp_keepidle or any of the tcp parameters require a reboot(AIX)?

1

AIX 5.3
oslevel -r
5300-12

We require to change the tcp_keepidle value using :

no -o <tcp_parameter>= <tcp _value>

Does this change require a reboot or network services restart to take effect.

ring bearer

Posted 2012-02-03T18:40:13.793

Reputation: 329

Answers

2

Does not require reboot. But it only affects future connections. For more details try either man pages for "no" or "no -L"

Yeims

Posted 2012-02-03T18:40:13.793

Reputation: 36