123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- '\" t
- .\" Title: bind10
- .\" Author: [see the "AUTHORS" section]
- .\" Generator: DocBook XSL Stylesheets v1.76.0 <http://docbook.sf.net/>
- .\" Date: July 29, 2010
- .\" Manual: BIND10
- .\" Source: BIND10
- .\" Language: English
- .\"
- .TH "BIND10" "8" "July 29, 2010" "BIND10" "BIND10"
- .\" -----------------------------------------------------------------
- .\" * Define some portability stuff
- .\" -----------------------------------------------------------------
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" http://bugs.debian.org/507673
- .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .ie \n(.g .ds Aq \(aq
- .el .ds Aq '
- .\" -----------------------------------------------------------------
- .\" * set default formatting
- .\" -----------------------------------------------------------------
- .\" disable hyphenation
- .nh
- .\" disable justification (adjust text to left margin only)
- .ad l
- .\" -----------------------------------------------------------------
- .\" * MAIN CONTENT STARTS HERE *
- .\" -----------------------------------------------------------------
- .SH "NAME"
- bind10 \- BIND 10 boss process
- .SH "SYNOPSIS"
- .HP \w'\fBbind10\fR\ 'u
- \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]
- .SH "DESCRIPTION"
- .PP
- The
- \fBbind10\fR
- daemon starts up other BIND 10 required daemons\&. It handles restarting of exiting programs and also the shutdown of all managed daemons\&.
- .SH "ARGUMENTS"
- .PP
- The arguments are as follows:
- .PP
- \fB\-a\fR \fIaddress\fR, \fB\-\-address\fR \fIaddress\fR
- .RS 4
- The IPv4 or IPv6 address for the
- \fBb10-auth\fR(8)
- daemon to listen on\&. The default is to listen on all addresses\&. (This is a short term workaround\&. This argument may change\&.)
- .RE
- .PP
- \fB\-m\fR \fIfile\fR, \fB\-\-msgq\-socket\-file\fR \fIfile\fR
- .RS 4
- The UNIX domain socket file for the
- \fBb10-msgq\fR(8)
- daemon to use\&. The default is
- /usr/local/var/bind10\-devel/msg_socket\&.
- .RE
- .PP
- \fB\-n\fR, \fB\-\-no\-cache\fR
- .RS 4
- Disables the hot\-spot caching used by the
- \fBb10-auth\fR(8)
- daemon\&.
- .RE
- .PP
- \fB\-p\fR \fInumber\fR, \fB\-\-port\fR \fInumber\fR
- .RS 4
- The port number for the
- \fBb10-auth\fR(8)
- daemon to listen on\&. The default is 5300\&.
- .if n \{\
- .sp
- .\}
- .RS 4
- .it 1 an-trap
- .nr an-no-space-flag 1
- .nr an-break-flag 1
- .br
- .ps +1
- \fBNote\fR
- .ps -1
- .br
- The Y1 prototype release uses a non\-default port for domain service\&.
- .sp .5v
- .RE
- .RE
- .PP
- \fB\-u\fR \fIuser\fR, \fB\-\-user\fR \fIname\fR
- .RS 4
- The username for
- \fBbind10\fR
- to run as\&.
- \fBbind10\fR
- must be initially ran as the root user to use this option\&. The default is to run as the current user\&.
- .RE
- .PP
- \fB\-\-pretty\-name \fR\fB\fIname\fR\fR
- .RS 4
- The name this process should have in tools like
- \fBps\fR
- or
- \fBtop\fR\&. This is handy if you have multiple versions/installations of
- \fBbind10\fR\&.
- .RE
- .PP
- \fB\-v\fR, \fB\-\-verbose\fR
- .RS 4
- Display more about what is going on for
- \fBbind10\fR
- and its child processes\&.
- .RE
- .SH "SEE ALSO"
- .PP
- \fBbindctl\fR(1),
- \fBb10-auth\fR(8),
- \fBb10-cfgmgr\fR(8),
- \fBb10-cmdctl\fR(8),
- \fBb10-msgq\fR(8),
- \fBb10-xfrin\fR(8),
- \fBb10-xfrout\fR(8),
- \fBb10-zonemgr\fR(8),
- BIND 10 Guide\&.
- .SH "HISTORY"
- .PP
- The development of
- \fBbind10\fR
- was started in October 2009\&.
- .SH "AUTHORS"
- .PP
- The
- \fBbind10\fR
- daemon was initially designed by Shane Kerr of ISC\&.
- .SH "COPYRIGHT"
- .br
- Copyright \(co 2010 Internet Systems Consortium, Inc. ("ISC")
- .br
|