How to Synchronize all DNS Zones Across your DNS Cluster Members via Command Line

April 5, 2023 / Domain and DNS

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:

  1. Log in to server through SSH.
  2. Execute the following commands:
    1. 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
    2. 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

That is it! Hope this will help you a lot. For any extra help, do contact our support team. They are available 24×7.

Spread the love