mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[master] guide cleanup
Sort one listitem. Mention b10-sockcreator, b10-stats-httpd. Briefly clarify about bindctl.
This commit is contained in:
@@ -170,15 +170,6 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<simpara>
|
|
||||||
<command>b10-msgq</command> —
|
|
||||||
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> —
|
<command>b10-auth</command> —
|
||||||
@@ -203,6 +194,15 @@
|
|||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<simpara>
|
||||||
|
<command>b10-msgq</command> —
|
||||||
|
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> —
|
<command>b10-resolver</command> —
|
||||||
@@ -212,6 +212,15 @@
|
|||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<simpara>
|
||||||
|
<command>b10-sockcreator</command> —
|
||||||
|
Socket creator daemon.
|
||||||
|
This process creates sockets used by
|
||||||
|
network-listening BIND 10 processes.
|
||||||
|
</simpara>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<simpara>
|
<simpara>
|
||||||
<command>b10-stats</command> —
|
<command>b10-stats</command> —
|
||||||
@@ -220,6 +229,14 @@
|
|||||||
</simpara>
|
</simpara>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<simpara>
|
||||||
|
<command>b10-stats-httpd</command> —
|
||||||
|
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> —
|
<command>b10-xfrin</command> —
|
||||||
@@ -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
|
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.
|
||||||
|
Reference in New Issue
Block a user