Issue with DNSadmin crashing server
I am having issues with some of my hosting servers. I run a primary hosting server and then 2 dnsonly servers that are all synchronized. The problem I have is occasionally the servers (both primary and the dnsonly) go unresponsive. I attempt a reboot of them and when they boot up they start locking again. When I look at the processes and watch them I have a bunch of
dnsadmin - setting up request in database
These end up taking 100% of memory and swap and then the server locks again. Is there some way to ratelimit this process to prevent this from happening?
-
Hey there! Could you try running the following command on the server so we can see if there is a large number of this certain type of request happening today?
grep '05/23/2024' /usr/local/cpanel/logs/access_log | grep cpanelwebcall | awk '{print $1}'| sort|uniq -c|sort -n
Let me know what the output from that says and we can go from there.
0 -
This command outputs absolutely nothing.
0 -
It would be best to submit a ticket on this issue so the system can be examined.
0
Please sign in to leave a comment.
Comments
3 comments