IBM Security Access Manager V9.0 Deployment — Question 64
An IBM Security Access Manager V9.0 deployment specialist is getting reports of failing requests. Analysis of a support file shows many connections to the backend server in TIME_WAIT state?
Where is the setting "sysctl.net.ipv4.tcp_tw_reuse = 1" added?
Answer options
- A. In the [tcp] stanza of the reverse proxy instance conf file
- B. In the [server] stanza of the reverse proxy instance conf file
- C. In the LMI "Manage System Settings -> Network Settings -> Tuning" panel
- D. In the LMI "Manage System Settings -> System Settings -> Advanced Tuning Parameters" panel
Correct answer: A
Explanation
The correct answer is A because the 'sysctl.net.ipv4.tcp_tw_reuse' setting is specifically related to TCP connections and should be configured in the [tcp] stanza of the reverse proxy instance configuration file. Options B, C, and D are incorrect as they refer to different sections or settings that do not specifically address the TCP reuse configuration.