Hi,

We've got the following setup :

Code:
[server 1]
IP address 1.1.1.1
DNS servers 1.1.1.2, 1.1.2.2, 1.1.1.3.2
Code:
[server 2]
IP address 1.1.2.1
DNS servers 1.1.1.2, 1.1.2.2, 1.1.1.3.2
Code:
[server 3]
IP address 1.1.3.1
DNS servers 1.1.1.2, 1.1.2.2, 1.1.1.3.2
Now we'd like to add the following (stand-alone) server to the DNS cluster :

Code:
[server 4]
IP adress 2.2.2.1
DNS servers 2.2.2.2, 2.2.2.3
The DNS cluster contains 1200+ DNS records and the stand-alone server about 200 DNS records.

How would you add this server to the DNS cluster without too much hassle and by avoiding as much problems as possible ?

Thanks.