On 10/05/15 10:10, Amar Cosic wrote:
Hello Amar,
anyone can point me to documentation or manual what is
right way to update
slaves. What I want to is when I change record X on master that slaves also
pick that change without me manualy have to do this.
First of all, you have to make sure that you increase the serial number
in the SOA record on the zone when you make any change to the zone on
the master. After editing your zone and saving it, you have to run:
knotc reload
This will reload the changed zone. If you have setup notify correctly in
your knot.conf, then your master should send notify messages to the
slaves, and they will fetch a new copy of the zone. If you haven't
configured notify, then the slaves will eventually also update
themselves, based on the refresh timer value in your zone's SOA record.
Regards,
Anand