Forum Discussion

RKRam's avatar
RKRam
Icon for Nimbostratus rankNimbostratus
Nov 10, 2021

Device not responding

Hi Team /Experts,

 

1. Web management is failing on the primary unit.

 

2. We tried restarting the httpd, which fixed it for around 30 minutes, then issues came back.

 

3. We did failovers, and the new primary unit started having the same issues, and new secondary got fixed. Seems to happen only to the current primary unit, so at the end we fail back to Node A, as it was before.

 

4. Sometimes the unit responds and gets accessed, but the GUI is slow and suddenly it disconnects.

 

We found the max connections clients is reached, so we increased it to 20 as recommended, however we are still getting the same issues, should be increase it even more than 20? Please advise. Please help to fix this issue.

 

 

 

Active:Changes Pending] ~ # cat /var/log/httpd/httpd_errors | grep MaxClients

 err httpd[8000]: [error] server reached MaxClients setting, consider raising the MaxClients setting

 err httpd[19852]: [error] server reached MaxClients setting, consider raising the MaxClients setting

 err httpd[29047]: [error] server reached MaxClients setting, consider raising the MaxClients setting

 err httpd[32019]: [error] server reached MaxClients setting, consider raising the MaxClients setting

 err httpd[9590]: [error] server reached MaxClients setting, consider raising the MaxClients setting

 

 

Active:Changes Pending] ~ # tmsh list /sys http

sys httpd {

  allow { all }

  auth-pam-idle-timeout 1800

  include "

  <LocationMatch \";\">

  Redirect 404 /

  </LocationMatch>

  <LocationMatch \"hsqldb\">

  Redirect 404 /

  </LocationMatch>

  "

  max-clients 20

 

Thanks,

RK

3 Replies

  • Looks like issue with OS. not sure if this is real issue? Can you open support ticket for more debug.

     

    Can you check the device uptime, if device is up then 365+ days then i would recommed to reboot during off business hour.

  • When you say disconnect, do you mean thrown logged out ?

    or something like

    "Please wait while the Configuration Utility Start" / "Unable to contact the device"

     

    Can you check in  /var/log/tomcat/catalina.out for any OOM logs

  • does max clients of 20 make sense for your environment?

     

    check with tcpdump where all those sessions come from, perhaps a script or monitor server going wild.