|
@@ -172,15 +172,6 @@
|
|
|
|
|
|
<listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<simpara>
|
|
- <command>b10-msgq</command> —
|
|
|
|
- Message bus daemon.
|
|
|
|
- This process coordinates communication between all of the other
|
|
|
|
- BIND 10 processes.
|
|
|
|
- </simpara>
|
|
|
|
- </listitem>
|
|
|
|
-
|
|
|
|
- <listitem>
|
|
|
|
- <simpara>
|
|
|
|
<command>b10-auth</command> —
|
|
<command>b10-auth</command> —
|
|
Authoritative DNS server.
|
|
Authoritative DNS server.
|
|
This process serves DNS requests.
|
|
This process serves DNS requests.
|
|
@@ -205,6 +196,15 @@
|
|
|
|
|
|
<listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<simpara>
|
|
|
|
+ <command>b10-msgq</command> —
|
|
|
|
+ Message bus daemon.
|
|
|
|
+ This process coordinates communication between all of the other
|
|
|
|
+ BIND 10 processes.
|
|
|
|
+ </simpara>
|
|
|
|
+ </listitem>
|
|
|
|
+
|
|
|
|
+ <listitem>
|
|
|
|
+ <simpara>
|
|
<command>b10-resolver</command> —
|
|
<command>b10-resolver</command> —
|
|
Recursive name server.
|
|
Recursive name server.
|
|
This process handles incoming queries.
|
|
This process handles incoming queries.
|
|
@@ -214,6 +214,15 @@
|
|
|
|
|
|
<listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<simpara>
|
|
|
|
+ <command>b10-sockcreator</command> —
|
|
|
|
+ Socket creator daemon.
|
|
|
|
+ This process creates sockets used by
|
|
|
|
+ network-listening BIND 10 processes.
|
|
|
|
+ </simpara>
|
|
|
|
+ </listitem>
|
|
|
|
+
|
|
|
|
+ <listitem>
|
|
|
|
+ <simpara>
|
|
<command>b10-stats</command> —
|
|
<command>b10-stats</command> —
|
|
Statistics collection daemon.
|
|
Statistics collection daemon.
|
|
This process collects and reports statistics data.
|
|
This process collects and reports statistics data.
|
|
@@ -222,6 +231,14 @@
|
|
|
|
|
|
<listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<simpara>
|
|
|
|
+ <command>b10-stats-httpd</command> —
|
|
|
|
+ HTTP server for statistics reporting.
|
|
|
|
+ This process reports statistics data in XML format over HTTP.
|
|
|
|
+ </simpara>
|
|
|
|
+ </listitem>
|
|
|
|
+
|
|
|
|
+ <listitem>
|
|
|
|
+ <simpara>
|
|
<command>b10-xfrin</command> —
|
|
<command>b10-xfrin</command> —
|
|
Incoming zone transfer service.
|
|
Incoming zone transfer service.
|
|
This process is used to transfer a new copy
|
|
This process is used to transfer a new copy
|
|
@@ -269,8 +286,9 @@
|
|
<simpara>
|
|
<simpara>
|
|
<command>bindctl</command> —
|
|
<command>bindctl</command> —
|
|
interactive administration interface.
|
|
interactive administration interface.
|
|
- This is a command-line tool which allows an administrator
|
|
|
|
- to control BIND 10.
|
|
|
|
|
|
+ This is a low-level command-line tool which allows
|
|
|
|
+ a developer or an experienced administrator to control
|
|
|
|
+ BIND 10.
|
|
</simpara>
|
|
</simpara>
|
|
</listitem>
|
|
</listitem>
|
|
<listitem>
|
|
<listitem>
|
|
@@ -751,9 +769,11 @@ as a dependency earlier -->
|
|
<para>
|
|
<para>
|
|
In its default configuration, the <command>bind10</command>
|
|
In its default configuration, the <command>bind10</command>
|
|
master process will also start up
|
|
master process will also start up
|
|
- <command>b10-cmdctl</command> for admins to communicate with the
|
|
|
|
- system, <command>b10-auth</command> for authoritative DNS service,
|
|
|
|
|
|
+ <command>b10-cmdctl</command> for administration tools to
|
|
|
|
+ communicate with the system,
|
|
|
|
+ <command>b10-auth</command> for authoritative DNS service,
|
|
<command>b10-stats</command> for statistics collection,
|
|
<command>b10-stats</command> for statistics collection,
|
|
|
|
+ <command>b10-stats-httpd</command> for statistics reporting,
|
|
<command>b10-xfrin</command> for inbound DNS zone transfers,
|
|
<command>b10-xfrin</command> for inbound DNS zone transfers,
|
|
<command>b10-xfrout</command> for outbound DNS zone transfers,
|
|
<command>b10-xfrout</command> for outbound DNS zone transfers,
|
|
and <command>b10-zonemgr</command> for secondary service.
|
|
and <command>b10-zonemgr</command> for secondary service.
|