named issues
I'm not convinced its related but thought I would assk and see
This is occuring due to the maximum allowed concurrent dns requests being reached. You can raise the limit by adding the following to your named.conf configuration:
options {
tcp-clients 3500;
recursive-clients 3500;
};
options {
tcp-clients 3500;
recursive-clients 3500;
};
The three that are having problems have CentOS 4.0 with latest cpanel release build, other three, one has Fedora other two are CentOS 4.0
Would appreciate any advice