Technical data

Configuring and Managing BIND
5.3 Configuring the BIND Server (BIND 8.1)
options {
[ directory path_name; ]
[ named-xfer path_name; ]
[ dump-file path_name; ]
[ pid-file path_name; ]
[ statistics-file path_name; ]
[ auth-nxdomain yes_or_no; ]
[ fake-iquery yes_or_no; ]
[ fetch-glue yes_or_no; ]
[ multiple-cnames yes_or_no; ]
[ notify yes_or_no; ]
[ recursion yes_or_no; ]
[ forward ( only | first ); ]
[ forwarders { [ in_addr ; [ in_addr ; ... ] ] }; ]
[ check-names ( master | slave | response ) ( warn | fail | ignore); ]
[ allow-query { address_match_list }; ]
[ allow-transfer { address_match_list }; ]
[ listen-on [ port ip_port ] { address_match_list }; ]
[ query-source [ address ( ip_addr | * ) ] [ port ( ip_port | * ) ] ; ]
[ max-transfer-time-in number; ]
[ transfer-format ( one-answer | many-answers ); ]
[ transfers-in number; ]
[ transfers-out number; ]
[ transfers-per-ns number; ]
[ coresize size_spec ; ]
[ datasize size_spec ; ]
[ files size_spec ; ]
[ stacksize size_spec ; ]
[ cleaning-interval number; ]
[ interface-interval number; ]
[ statistics-interval number; ]
[ topology { address_match_list }; ]
};
5.3.2.1 Path Names
Table 5–3 lists the path name options.
Table 5–3 Path Name Options
Option Description
directory
The working directory of the server specified as an absolute
path. Any nonabsolute path names in the configuration file
are relative to this directory. The default location for most
server output files (such as, TCPIP$BIND_RUN.LOG) is
this directory. If you do not specify a directory, the working
directory defaults to SYS$SPECIFIC:[TCPIP$BIND]. If you
are configuring a BIND failover environment, the working
directory is defined by the logical TCPIP$BIND_COMMON.
dump-file
The path name of the file the server dumps the database to
when it receives a SIGINT signal (TCPIP$BIND_SERVER_
CONTROL.EXE dumpdb). If not specified, the default is
TCPIP$BIND_SERVER_ZONES_DUMP.DB.
memstatistics-file
The path name of the file the server writes memory usage
statistics to on exit, if
deallocate-on-exit
is yes.
If not specified, the default is TCPIP$BIND_SERVER_
MEMSTATISTICS.LOG.
(continued on next page)
Configuring and Managing BIND 5–11