Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
d75d622a
Commit
d75d622a
authored
Dec 14, 2011
by
Jeremy C. Reed
Browse files
Merge branch 'master' of
ssh://git.bind10.isc.org/var/bind10/git/bind10
parents
4d9485ae
8eb7bcd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
d75d622a
...
...
@@ -1502,6 +1502,49 @@ what if a NOTIFY is sent?
-->
<section
id=
"zonemgr"
>
<title>
Secondary Manager
</title>
<para>
The
<command>
b10-zonemgr
</command>
process is started by
<command>
bind10
</command>
.
It keeps track of SOA refresh, retry, and expire timers
and other details for BIND 10 to perform as a slave.
When the
<command>
b10-auth
</command>
authoritative DNS server
receives a NOTIFY message,
<command>
b10-zonemgr
</command>
may tell
<command>
b10-xfrin
</command>
to do a refresh
to start an inbound zone transfer.
The secondary manager resets its counters when a new zone is
transferred in.
</para>
<note><simpara>
Access control (such as allowing notifies) is not yet provided.
The primary/secondary service is not yet complete.
</simpara></note>
<para>
The following example shows using
<command>
bindctl
</command>
to configure the server to be a secondary for the example zone:
<screen>
>
<userinput>
config add Zonemgr/secondary_zones
</userinput>
>
<userinput>
config set Zonemgr/secondary_zones[0]/name "
<option>
example.com
</option>
"
</userinput>
>
<userinput>
config set Zonemgr/secondary_zones[0]/class "
<option>
IN
</option>
"
</userinput>
>
<userinput>
config commit
</userinput></screen>
<!-- TODO: remove the IN class example above when it is the default -->
</para>
<para>
If the zone does not exist in the data source already
(i.e. no SOA record for it),
<command>
b10-zonemgr
</command>
will automatically tell
<command>
b10-xfrin
</command>
to transfer the zone in.
</para>
</section>
<section>
<title>
Trigger an Incoming Zone Transfer Manually
</title>
...
...
@@ -1514,7 +1557,6 @@ what if a NOTIFY is sent?
</para>
</section>
<!-- TODO: can that retransfer be used to identify a new zone? -->
<!-- TODO: what if doesn't exist at that master IP? -->
...
...
@@ -1606,31 +1648,6 @@ what is XfroutClient xfr_client??
</chapter>
<chapter
id=
"zonemgr"
>
<title>
Secondary Manager
</title>
<para>
The
<command>
b10-zonemgr
</command>
process is started by
<command>
bind10
</command>
.
It keeps track of SOA refresh, retry, and expire timers
and other details for BIND 10 to perform as a slave.
When the
<command>
b10-auth
</command>
authoritative DNS server
receives a NOTIFY message,
<command>
b10-zonemgr
</command>
may tell
<command>
b10-xfrin
</command>
to do a refresh
to start an inbound zone transfer.
The secondary manager resets its counters when a new zone is
transferred in.
</para>
<note><simpara>
Access control (such as allowing notifies) is not yet provided.
The primary/secondary service is not yet complete.
</simpara></note>
<!-- TODO: lots to describe for zonemgr -->
</chapter>
<chapter
id=
"resolverserver"
>
<title>
Recursive Name Server
</title>
...
...
src/bin/zonemgr/b10-zonemgr.xml
View file @
d75d622a
...
...
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
<date>
May 19
, 2011
</date>
<date>
December 8
, 2011
</date>
</refentryinfo>
<refmeta>
...
...
@@ -107,15 +107,20 @@
<para>
<varname>
refresh_jitter
</varname>
is used to provide a time range for randomizing the refresh
and retry timers to help avoid many zones needing to do a refresh
or retry at the same time.
This value is a real number.
The maximum amount is 0.5.
The default is 0.25.
The maximum amount is 0.5 (the new timer will be within
half the original time).
The default is 0.25 (up to a quarter sooner).
Set to 0 to disable this jitter.
</para>
<!-- TODO: needs to be documented -->
<!-- TODO: Set to 0 to disable the jitter. -->
<para>
<varname>
reload_jitter
</varname>
<!-- is used to provide a slight random variation -->
<!-- TODO: ask what the purpose of this is and why 0.75. -->
This value is a real number.
The default is 0.75.
</para>
...
...
@@ -224,14 +229,6 @@
</refsect1>
-->
<!--
<refsect1>
<title>FILES</title>
<para>
<filename>/tmp/auth_xfrout_conn</filename>
</para>
</refsect1>
-->
<refsect1>
<title>
SEE ALSO
</title>
...
...
@@ -248,9 +245,6 @@
<citerefentry>
<refentrytitle>
b10-xfrin
</refentrytitle><manvolnum>
8
</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>
b10-xfrout
</refentrytitle><manvolnum>
8
</manvolnum>
</citerefentry>
,
<citerefentry>
<refentrytitle>
bind10
</refentrytitle><manvolnum>
8
</manvolnum>
</citerefentry>
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment