b10-dhcp-ddns.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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) 2013 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. <refentry>
  20. <refentryinfo>
  21. <date>May 15, 2013</date>
  22. </refentryinfo>
  23. <refmeta>
  24. <refentrytitle>b10-dhcp-ddns</refentrytitle>
  25. <manvolnum>8</manvolnum>
  26. <refmiscinfo>BIND10</refmiscinfo>
  27. </refmeta>
  28. <refnamediv>
  29. <refname>b10-dhcp-ddns</refname>
  30. <refpurpose>DHCP-DDNS process in BIND 10 architecture</refpurpose>
  31. </refnamediv>
  32. <docinfo>
  33. <copyright>
  34. <year>2013</year>
  35. <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
  36. </copyright>
  37. </docinfo>
  38. <refsynopsisdiv>
  39. <cmdsynopsis>
  40. <command>b10-dhcp-ddns</command>
  41. <arg><option>-v</option></arg>
  42. </cmdsynopsis>
  43. </refsynopsisdiv>
  44. <refsynopsisdiv>
  45. <cmdsynopsis>
  46. <command>b10-dhcp-ddns</command>
  47. <arg><option>-s</option></arg>
  48. </cmdsynopsis>
  49. </refsynopsisdiv>
  50. <refsect1>
  51. <title>DESCRIPTION</title>
  52. <para>
  53. The <command>b10-dhcp-ddns</command> service processes requests to
  54. to update DNS mapping based on DHCP lease change events. The service
  55. may run either as a BIND10 module (integrated mode) or as a individual
  56. process (stand-alone mode) dependent upon command line arguments. The
  57. default is integrated mode. Stand alone operation is strictly for
  58. development purposes and is not suited for production.
  59. </para>
  60. </refsect1>
  61. <refsect1>
  62. <title>ARGUMENTS</title>
  63. <para>The arguments are as follows:</para>
  64. <variablelist>
  65. <varlistentry>
  66. <term><option>-v</option></term>
  67. <listitem><para>
  68. Verbose mode sets the logging level to debug. This is primarily
  69. for development purposes in stand-alone mode.
  70. </para></listitem>
  71. </varlistentry>
  72. <varlistentry>
  73. <term><option>-s</option></term>
  74. <listitem><para>
  75. Causes the process to run without attempting to connect to the
  76. BIND10 message queue. This is for development purposes.
  77. </para></listitem>
  78. </varlistentry>
  79. </variablelist>
  80. </refsect1>
  81. <refsect1>
  82. <title>SEE ALSO</title>
  83. <para>
  84. <citerefentry>
  85. <refentrytitle>b10-dhcp-ddns</refentrytitle><manvolnum>8</manvolnum>
  86. </citerefentry>,
  87. <citerefentry>
  88. <refentrytitle>bind10</refentrytitle><manvolnum>8</manvolnum>
  89. </citerefentry>.
  90. </para>
  91. </refsect1>
  92. <refsect1>
  93. <title>HISTORY</title>
  94. <para>
  95. The <command>b10-dhcp-ddns</command> process was first coded in
  96. May 2013 by the ISC Kea/Dhcp team.
  97. </para>
  98. </refsect1>
  99. </refentry><!--
  100. - Local variables:
  101. - mode: sgml
  102. - End:
  103. -->