From 8eb7bcd370b766d260cd69001f119e4dea1e87cd Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 14 Dec 2011 06:39:41 -0600 Subject: [PATCH] [master] minor documentation change and example added Change Secondary Manager chapter to a section in the existing Incoming Zone Transfers chapter. Small content addition and add a bindctl example for Zonemgr. --- doc/guide/bind10-guide.xml | 69 ++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 26 deletions(-) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index e61725f9e8..b1861111fd 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1502,6 +1502,49 @@ what if a NOTIFY is sent? --> +
+ Secondary Manager + + + The b10-zonemgr process is started by + bind10. + It keeps track of SOA refresh, retry, and expire timers + and other details for BIND 10 to perform as a slave. + When the b10-auth authoritative DNS server + receives a NOTIFY message, b10-zonemgr + may tell b10-xfrin to do a refresh + to start an inbound zone transfer. + The secondary manager resets its counters when a new zone is + transferred in. + + + + Access control (such as allowing notifies) is not yet provided. + The primary/secondary service is not yet complete. + + + + The following example shows using bindctl + to configure the server to be a secondary for the example zone: + + > config add Zonemgr/secondary_zones +> config set Zonemgr/secondary_zones[0]/name "" +> config set Zonemgr/secondary_zones[0]/class "" +> config commit + + + + + + + If the zone does not exist in the data source already + (i.e. no SOA record for it), b10-zonemgr + will automatically tell b10-xfrin + to transfer the zone in. + + +
+
Trigger an Incoming Zone Transfer Manually @@ -1514,7 +1557,6 @@ what if a NOTIFY is sent?
- @@ -1606,31 +1648,6 @@ what is XfroutClient xfr_client?? - - Secondary Manager - - - The b10-zonemgr process is started by - bind10. - It keeps track of SOA refresh, retry, and expire timers - and other details for BIND 10 to perform as a slave. - When the b10-auth authoritative DNS server - receives a NOTIFY message, b10-zonemgr - may tell b10-xfrin to do a refresh - to start an inbound zone transfer. - The secondary manager resets its counters when a new zone is - transferred in. - - - - Access control (such as allowing notifies) is not yet provided. - The primary/secondary service is not yet complete. - - - - - - Recursive Name Server