bind10.xml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY mdash "&#8212;">]>
  4. <!--
  5. - Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
  6. -
  7. - Permission to use, copy, modify, and/or distribute this software for any
  8. - purpose with or without fee is hereby granted, provided that the above
  9. - copyright notice and this permission notice appear in all copies.
  10. -
  11. - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  12. - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  13. - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  14. - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  15. - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  16. - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  17. - PERFORMANCE OF THIS SOFTWARE.
  18. -->
  19. <!-- $Id$ -->
  20. <refentry>
  21. <refentryinfo>
  22. <date>July 29, 2010</date>
  23. </refentryinfo>
  24. <refmeta>
  25. <refentrytitle>bind10</refentrytitle>
  26. <manvolnum>8</manvolnum>
  27. <refmiscinfo>BIND10</refmiscinfo>
  28. </refmeta>
  29. <refnamediv>
  30. <refname>bind10</refname>
  31. <refpurpose>BIND 10 boss process</refpurpose>
  32. </refnamediv>
  33. <docinfo>
  34. <copyright>
  35. <year>2010</year>
  36. <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
  37. </copyright>
  38. </docinfo>
  39. <refsynopsisdiv>
  40. <cmdsynopsis>
  41. <command>bind10</command>
  42. <arg><option>-a <replaceable>address</replaceable></option></arg>
  43. <arg><option>-m <replaceable>file</replaceable></option></arg>
  44. <arg><option>-n</option></arg>
  45. <arg><option>-p <replaceable>number</replaceable></option></arg>
  46. <arg><option>-u <replaceable>user</replaceable></option></arg>
  47. <arg><option>-v</option></arg>
  48. <arg><option>--address <replaceable>address</replaceable></option></arg>
  49. <arg><option>--msgq-socket-file <replaceable>file</replaceable></option></arg>
  50. <arg><option>--no-cache</option></arg>
  51. <arg><option>--port <replaceable>number</replaceable></option></arg>
  52. <arg><option>--user <replaceable>user</replaceable></option></arg>
  53. <arg><option>--pretty-name <replaceable>name</replaceable></option></arg>
  54. <arg><option>--verbose</option></arg>
  55. </cmdsynopsis>
  56. </refsynopsisdiv>
  57. <refsect1>
  58. <title>DESCRIPTION</title>
  59. <para>The <command>bind10</command> daemon starts up other
  60. BIND 10 required daemons. It handles restarting of exiting
  61. programs and also the shutdown of all managed daemons.</para>
  62. <!-- TODO: list what it starts here? -->
  63. <!-- TODO
  64. <para>The configuration of the <command>bind10</command> daemon
  65. is defined in the TODO configuration file, as described in the
  66. <citerefentry><refentrytitle>TODO</refentrytitle><manvolnum>5</manvolnum></citerefentry>
  67. manual page.</para>
  68. -->
  69. </refsect1>
  70. <refsect1>
  71. <title>ARGUMENTS</title>
  72. <para>The arguments are as follows:</para>
  73. <variablelist>
  74. <varlistentry>
  75. <term><option>-a</option> <replaceable>address</replaceable>, <option>--address</option> <replaceable>address</replaceable></term>
  76. <listitem>
  77. <para>The IPv4 or IPv6 address for the
  78. <citerefentry><refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
  79. daemon to listen on.
  80. The default is to listen on all addresses.
  81. (This is a short term workaround. This argument may change.)
  82. </para>
  83. </listitem>
  84. </varlistentry>
  85. <varlistentry>
  86. <term><option>-m</option> <replaceable>file</replaceable>,
  87. <option>--msgq-socket-file</option> <replaceable>file</replaceable></term>
  88. <listitem>
  89. <para>The UNIX domain socket file for the
  90. <citerefentry><refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum></citerefentry>
  91. daemon to use.
  92. The default is
  93. <filename>/usr/local/var/bind10-devel/msg_socket</filename>.
  94. <!-- @localstatedir@/@PACKAGE_NAME@/msg_socket -->
  95. </para>
  96. </listitem>
  97. </varlistentry>
  98. <varlistentry>
  99. <term><option>-n</option>, <option>--no-cache</option></term>
  100. <listitem>
  101. <para>Disables the hot-spot caching used by the
  102. <citerefentry><refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
  103. daemon.</para>
  104. </listitem>
  105. </varlistentry>
  106. <varlistentry>
  107. <term><option>-p</option> <replaceable>number</replaceable>, <option>--port</option> <replaceable>number</replaceable></term>
  108. <listitem>
  109. <para>The port number for the
  110. <citerefentry><refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum></citerefentry>
  111. daemon to listen on.
  112. The default is 5300.</para>
  113. <!-- TODO: -->
  114. <note><simpara>The Y1 prototype release uses a non-default
  115. port for domain service.</simpara></note>
  116. </listitem>
  117. </varlistentry>
  118. <varlistentry>
  119. <term><option>-u</option> <replaceable>user</replaceable>, <option>--user</option> <replaceable>name</replaceable></term>
  120. <listitem>
  121. <para>The username for <command>bind10</command> to run as.
  122. <!-- TODO: example more detail. -->
  123. <command>bind10</command> must be initially ran as the
  124. root user to use this option.
  125. The default is to run as the current user.</para>
  126. </listitem>
  127. </varlistentry>
  128. <varlistentry>
  129. <term><option>--pretty-name <replaceable>name</replaceable></option></term>
  130. <listitem>
  131. <para>The name this process should have in tools like
  132. <command>ps</command> or <command>top</command>. This
  133. is handy if you have multiple versions/installations
  134. of <command>bind10</command>.</para>
  135. </listitem>
  136. </varlistentry>
  137. <varlistentry>
  138. <term><option>-v</option>, <option>--verbose</option></term>
  139. <listitem>
  140. <para>Display more about what is going on for
  141. <command>bind10</command> and its child processes.</para>
  142. <!-- TODO: not true about all children yet -->
  143. </listitem>
  144. </varlistentry>
  145. </variablelist>
  146. </refsect1>
  147. <!--
  148. <refsect1>
  149. <title>FILES</title>
  150. <para><filename></filename>
  151. </para>
  152. </refsect1>
  153. -->
  154. <refsect1>
  155. <title>SEE ALSO</title>
  156. <para>
  157. <citerefentry>
  158. <refentrytitle>bindctl</refentrytitle><manvolnum>1</manvolnum>
  159. </citerefentry>,
  160. <citerefentry>
  161. <refentrytitle>b10-auth</refentrytitle><manvolnum>8</manvolnum>
  162. </citerefentry>,
  163. <citerefentry>
  164. <refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum>
  165. </citerefentry>,
  166. <citerefentry>
  167. <refentrytitle>b10-cmdctl</refentrytitle><manvolnum>8</manvolnum>
  168. </citerefentry>,
  169. <citerefentry>
  170. <refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum>
  171. </citerefentry>,
  172. <citerefentry>
  173. <refentrytitle>b10-xfrin</refentrytitle><manvolnum>8</manvolnum>
  174. </citerefentry>,
  175. <citerefentry>
  176. <refentrytitle>b10-xfrout</refentrytitle><manvolnum>8</manvolnum>
  177. </citerefentry>,
  178. <citerefentry>
  179. <refentrytitle>b10-zonemgr</refentrytitle><manvolnum>8</manvolnum>
  180. </citerefentry>,
  181. <citetitle>BIND 10 Guide</citetitle>.
  182. </para>
  183. </refsect1>
  184. <refsect1 id='history'><title>HISTORY</title>
  185. <para>The development of <command>bind10</command>
  186. was started in October 2009.</para>
  187. </refsect1>
  188. <refsect1>
  189. <title>AUTHORS</title>
  190. <para>
  191. The <command>bind10</command>
  192. daemon was initially designed by Shane Kerr of ISC.
  193. </para>
  194. </refsect1>
  195. </refentry><!--
  196. - Local variables:
  197. - mode: sgml
  198. - End:
  199. -->