An explanation on how to synchronize all DNS zones across your DNS cluster members via command line is given in this article. By synchronizing DNS Zones, you can make sure that every server in the cluster uses each DNS Zone. As a result, DNS query responses are not sent with outdated or inaccurate data.
If you want to know how to synchronize all DNS zones via command line, check out our KB- How to synchronize all DNS zones across your DNS cluster members via command line.
Steps:
- Log in to server through SSH.
- Execute the following commands:
- To synchronize all DNS zones that are created on the server to other servers:
/scripts/dnscluster syncall
You will receive the following output:
/scripts/dnscluster syncall
Syncing Zones to all machines in cluster…….Done - To sync every zone in the cluster, even those not made on this server directly, run the command:
/scripts/dnscluster syncall –full
You will receive the following output:
/scripts/dnscluster syncall –full
Syncing Zones to all machines in cluster….(full)…..Done
- To synchronize all DNS zones that are created on the server to other servers:
That is it! Hope this will help you a lot. For any extra help, do contact our support team. They are available 24×7.