bind10.8 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. '\" t
  2. .\" Title: bind10
  3. .\" Author: [see the "AUTHORS" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
  5. .\" Date: July 29, 2010
  6. .\" Manual: BIND10
  7. .\" Source: BIND10
  8. .\" Language: English
  9. .\"
  10. .TH "BIND10" "8" "July 29, 2010" "BIND10" "BIND10"
  11. .\" -----------------------------------------------------------------
  12. .\" * set default formatting
  13. .\" -----------------------------------------------------------------
  14. .\" disable hyphenation
  15. .nh
  16. .\" disable justification (adjust text to left margin only)
  17. .ad l
  18. .\" -----------------------------------------------------------------
  19. .\" * MAIN CONTENT STARTS HERE *
  20. .\" -----------------------------------------------------------------
  21. .SH "NAME"
  22. bind10 \- BIND 10 boss process
  23. .SH "SYNOPSIS"
  24. .HP \w'\fBbind10\fR\ 'u
  25. \fBbind10\fR [\fB\-a\ \fR\fB\fIaddress\fR\fR] [\fB\-m\ \fR\fB\fIfile\fR\fR] [\fB\-n\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-u\ \fR\fB\fIuser\fR\fR] [\fB\-v\fR] [\fB\-\-address\ \fR\fB\fIaddress\fR\fR] [\fB\-\-msgq\-socket\-file\ \fR\fB\fIfile\fR\fR] [\fB\-\-no\-cache\fR] [\fB\-\-port\ \fR\fB\fInumber\fR\fR] [\fB\-\-user\ \fR\fB\fIuser\fR\fR] [\fB\-\-pretty\-name\ \fR\fB\fIname\fR\fR] [\fB\-\-verbose\fR]
  26. .SH "DESCRIPTION"
  27. .PP
  28. The
  29. \fBbind10\fR
  30. daemon starts up other BIND 10 required daemons\&. It handles restarting of exiting programs and also the shutdown of all managed daemons\&.
  31. .SH "ARGUMENTS"
  32. .PP
  33. The arguments are as follows:
  34. .PP
  35. \fB\-a\fR \fIaddress\fR, \fB\-\-address\fR \fIaddress\fR
  36. .RS 4
  37. The IPv4 or IPv6 address for the
  38. \fBb10-auth\fR(8)
  39. daemon to listen on\&. The default is to listen on all addresses\&. (This is a short term workaround\&. This argument may change\&.)
  40. .RE
  41. .PP
  42. \fB\-m\fR \fIfile\fR, \fB\-\-msgq\-socket\-file\fR \fIfile\fR
  43. .RS 4
  44. The UNIX domain socket file for the
  45. \fBb10-msgq\fR(8)
  46. daemon to use\&. The default is
  47. /usr/local/var/bind10\-devel/msg_socket\&.
  48. .RE
  49. .PP
  50. \fB\-n\fR, \fB\-\-no\-cache\fR
  51. .RS 4
  52. Disables the hot\-spot caching used by the
  53. \fBb10-auth\fR(8)
  54. daemon\&.
  55. .RE
  56. .PP
  57. \fB\-p\fR \fInumber\fR, \fB\-\-port\fR \fInumber\fR
  58. .RS 4
  59. The port number for the
  60. \fBb10-auth\fR(8)
  61. daemon to listen on\&. The default is 5300\&.
  62. .if n \{\
  63. .sp
  64. .\}
  65. .RS 4
  66. .it 1 an-trap
  67. .nr an-no-space-flag 1
  68. .nr an-break-flag 1
  69. .br
  70. .ps +1
  71. \fBNote\fR
  72. .ps -1
  73. .br
  74. The Y1 prototype release uses a non\-default port for domain service\&.
  75. .sp .5v
  76. .RE
  77. .RE
  78. .PP
  79. \fB\-u\fR \fIuser\fR, \fB\-\-user\fR \fIname\fR
  80. .RS 4
  81. The username for
  82. \fBbind10\fR
  83. to run as\&.
  84. \fBbind10\fR
  85. must be initially ran as the root user to use this option\&. The default is to run as the current user\&.
  86. .RE
  87. .PP
  88. \fB\-\-pretty\-name \fR\fB\fIname\fR\fR
  89. .RS 4
  90. The name this process should have in tools like
  91. \fBps\fR
  92. or
  93. \fBtop\fR\&. This is handy if you have multiple versions/installations of
  94. \fBbind10\fR\&.
  95. .RE
  96. .PP
  97. \fB\-v\fR, \fB\-\-verbose\fR
  98. .RS 4
  99. Display more about what is going on for
  100. \fBbind10\fR
  101. and its child processes\&.
  102. .RE
  103. .SH "SEE ALSO"
  104. .PP
  105. \fBbindctl\fR(1),
  106. \fBb10-auth\fR(8),
  107. \fBb10-cfgmgr\fR(8),
  108. \fBb10-cmdctl\fR(8),
  109. \fBb10-msgq\fR(8),
  110. \fBb10-xfrin\fR(8),
  111. \fBb10-xfrout\fR(8),
  112. \fBb10-zonemgr\fR(8),
  113. BIND 10 Guide\&.
  114. .SH "HISTORY"
  115. .PP
  116. The development of
  117. \fBbind10\fR
  118. was started in October 2009\&.
  119. .SH "AUTHORS"
  120. .PP
  121. The
  122. \fBbind10\fR
  123. daemon was initially designed by Shane Kerr of ISC\&.
  124. .SH "COPYRIGHT"
  125. .br
  126. Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
  127. .br