I have been moving domains to a new server for a few days. I have setup clustering and everything seemed well. I moved the old IP addresses for the name servers over to the new server only to discover that the DNS records for domains located elsewhere in the cluster where now not resolving correctly from the new server. All account that had been moved were resolving fine. I had synced all records correctly. the entires for the domains were in the /etc/named.conf and the zone records were present in the /var/named/ directory. terminating and then recreating the dns zone on the new server would correct the problem, but that was to time consuming for thousands of zones. after a close inspection it seemed that the zone files were missing from the /var/named/chroot/var/named/ directory. copying all of the missing zones to from /var/named to /var/named/chroot/var/named corrected the issue, there were about 2000 zones missing. Does any one know what would cause this to happen? Why are there two seperate locations for db files to begin with? shouldnt this all be in one central location?