The following are recommended settings for use when using an F5 load balancer (LB) in front of Clarity application servers.
Persistence settings
Set persistence timeout to slightly higher than the clarity session timeout (if clarity timeout = 60 min, set LB persistence timeout to 65 minutes). This will ensure that user requests are pinned to the same Clarity app server for the duration of the session.
TCP profile settings
- Set Zero Window Timeout to "indefinite" instead of the default of 20000 milliseconds.
- This setting affects long running HTTP requests, mostly from schedulers (Open Workbench (OWB) & Microsoft Project (MSP)). After multiple "zero TCP window" packets from the Clarity server, the F5 will terminate the socket and cause all sorts of issues with the schedulers when they are trying to save projects. Setting this to "indefinite" eliminates the zero window timeout issue (used with several large customers to solve their F5/OWB/MSP issues).
- Set the "Idle Timeout" in the TCP profile to a value sufficient to handle the largest end-user request, whether this is a request from OWB, MSP, XOG or an immediate report request.
-
- We recommend a minimum of 900 seconds (15 minutes) to allow Clarity to handle immediate report requests up to 10 minutes long
- After 10 minutes, Clarity will return an error message to the end-user regarding immediate reports taking too long.
- An idle timeout shorter than 10 minutes will result in a LB timeout error instead of the nicely formatted Clarity specific error.