Running Web Agent in containers, Kubernetes, and tuning the tcp keepalive by implementing sysctl net.ipv4.tcp_retries2 to value of 5.
Unfortunately, the OpenShift configuration cannot be modified.
Is there anything else at the Web Agent or at the Policy Server level that could have the same impact?
The Web Agent reports a lot of errors such as:
LLA: SiteMinder Agent Api function failed - 'Sm_AgentApi_LoginEx' returned '-1'.
HLA: Component reported fatal error: 'Low Level Agent'.
HLA: Component reported fatal error: 'Authentication Manager'.
LLA: SiteMinder Agent Api function failed - 'Sm_AgentApi_AuthorizeEx' returned '-1'.
HLA: Component reported fatal error: 'Low Level Agent'.
HLA: Component reported fatal error: 'Authorization Manager'.
Policy Server 12.8SP8CR01 on Linux (on-premise);
Web Agent 12.8 on Apache on Openshift 4.16 with Kubernetes 1.29;
As long as the OpenShift allows the configuration of tcp keep alive, it should work.
Note the configuration sysctl net.ipv4.tcp_retries2 seems to be recommended to configure it at pod level in Openshift (4).