2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[master] guide cleanup

Sort one listitem.

Mention b10-sockcreator, b10-stats-httpd.

Briefly clarify about bindctl.
This commit is contained in:
Jeremy C. Reed
2012-02-28 22:35:35 -06:00
parent 62c19c0fdf
commit c257c2e030

View File

@@ -170,15 +170,6 @@
<itemizedlist> <itemizedlist>
<listitem>
<simpara>
<command>b10-msgq</command> &mdash;
Message bus daemon.
This process coordinates communication between all of the other
BIND 10 processes.
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<command>b10-auth</command> &mdash; <command>b10-auth</command> &mdash;
@@ -203,6 +194,15 @@
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<command>b10-msgq</command> &mdash;
Message bus daemon.
This process coordinates communication between all of the other
BIND 10 processes.
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<command>b10-resolver</command> &mdash; <command>b10-resolver</command> &mdash;
@@ -212,6 +212,15 @@
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<command>b10-sockcreator</command> &mdash;
Socket creator daemon.
This process creates sockets used by
network-listening BIND 10 processes.
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<command>b10-stats</command> &mdash; <command>b10-stats</command> &mdash;
@@ -220,6 +229,14 @@
</simpara> </simpara>
</listitem> </listitem>
<listitem>
<simpara>
<command>b10-stats-httpd</command> &mdash;
HTTP server for statistics reporting.
This process reports statistics data in XML format over HTTP.
</simpara>
</listitem>
<listitem> <listitem>
<simpara> <simpara>
<command>b10-xfrin</command> &mdash; <command>b10-xfrin</command> &mdash;
@@ -269,8 +286,9 @@
<simpara> <simpara>
<command>bindctl</command> &mdash; <command>bindctl</command> &mdash;
interactive administration interface. interactive administration interface.
This is a command-line tool which allows an administrator This is a low-level command-line tool which allows
to control BIND 10. 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 <command>b10-cmdctl</command> for administration tools to
system, <command>b10-auth</command> for authoritative DNS service, 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.