<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 4/16/2014 11:35 AM, Barry Margolin
      wrote:<br>
    </div>
    <blockquote
      cite="mid:barmar-F91A87.11354816042014@news.eternal-september.org"
      type="cite">
      <pre wrap="">In article <a class="moz-txt-link-rfc2396E" href="mailto:mailman.2651.1397662255.20661.bind-users@lists.isc.org"><mailman.2651.1397662255.20661.bind-users@lists.isc.org></a>,
 "Jeronimo L. Cabral" <a class="moz-txt-link-rfc2396E" href="mailto:jelocabral@gmail.com"><jelocabral@gmail.com></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">Dear, I've implemented two Debian 7 servers with Bind9 as a Master - Slave
schema.

Everything works OK, but I have just a question:

When a create a new zone in the Master and reload the bind9 daemon, this
zone doesn't appear automatically in the Slave....it only appears if I
restart the bind9 daemon in the Slave server.

Is this behaviour correct or is there any statement to transfer a new zone
from Master to Slave withouth restarting the bind9 daemon in the Slave ???
</pre>
      </blockquote>
      <pre wrap="">
To pick up new zones added to named.conf, you just need to use:

rndc reconfig

You don't need to restart the daemon on either the master or slave.

</pre>
    </blockquote>
    <br>
    To quicken the update process can use also-notify in options<br>
    <br>
           also-notify {<br>
            slave1.n.n.n;<br>
            slave2.n.n.n;<br>
           };<br>
    <br>
    <dl>
      <dt><span class="term"><span><strong class="command">also-notify</strong></span></span></dt>
      <dd>
        <p>Only meaningful if <span><strong class="command">notify</strong></span>
          is
          active for this zone. The set of machines that will receive a
          <code class="literal">DNS NOTIFY</code> message
          for this zone is made up of all the listed name servers (other
          than
          the primary master) for the zone plus any IP addresses
          specified
          with <span><strong class="command">also-notify</strong></span>.
          A port may be specified
          with each <span><strong class="command">also-notify</strong></span>
          address to send the notify
          messages to a port other than the default of 53.
          <span><strong class="command">also-notify</strong></span> is
          not meaningful for stub zones.
          The default is the empty list.</p>
      </dd>
    </dl>
    <p>best!<br>
      jim<br>
    </p>
    <br>
    <br>
  </body>
</html>