Hi,
I'm having issues with DNS clustering. I currently have 3 servers in the cluster.
When I update or add a zone on server A, the changes are reflected in servers B and C (checked by viewing the DNS zone), but BIND is only reloaded on server A.
Adding or editing a zone on either server B or server C again reflects the changes in the other two servers but BIND is only reloaded on server A (regardless of which server the change is made on).
So, it seems the clustering is working but for some reason BIND is not reloading on servers B or C. I can restart named manually on B and C using
and BIND restarts correctly with no errors are displayed, and with the updated zones.
I have checked the logs using
when restarting BIND manually and there's nothing unusual there.
I have tried running
I have checked that none of the following exist:
and all of the info in the files in the following is correct:
Is there anything I've missed? What else could cause this problem?
Thanks
I'm having issues with DNS clustering. I currently have 3 servers in the cluster.
When I update or add a zone on server A, the changes are reflected in servers B and C (checked by viewing the DNS zone), but BIND is only reloaded on server A.
Adding or editing a zone on either server B or server C again reflects the changes in the other two servers but BIND is only reloaded on server A (regardless of which server the change is made on).
So, it seems the clustering is working but for some reason BIND is not reloading on servers B or C. I can restart named manually on B and C using
Code:
service named restart
I have checked the logs using
Code:
tail -f /var/log/messages
I have tried running
Code:
/scripts/upcp
Code:
/etc/binddisable
/etc/nameddisable
/etc/dnsdisable
Code:
/var/cpanel/cluster/root/config
Thanks