HP-UX IP Address and Client Management Administrator's Guide HP-UX 11i v2, HP-UX 11i v3

Table 1-3 Channel Message Categories
DescriptionMessage Category
High-level configuration file processing
config
Low-level configuration file processing
parser
Incoming queries
queries
Messages about lame servers
lame-servers
Messages about cname recordscname
Negative caching
ncache
Zone transfers that the server receives
xfer-in
Zone transfers that the server sends
xfer-out
Debugging information from the event system
eventlib
Dumps of packets received and sent
packet
The NOTIFY protocol
notify
Approved and unapproved requests
security
Internal consistency check failures
insist
Database operations
db
Operating system problems
os
Periodic maintenance events
maintenance
Zone loading messages
load
Messages arising from response checking
response-checks
Logs queries forced to NXDOMAIN as a result of the delegation-only zone,
or the delegation-only in a hint or stub zone declaration.
delegation-only
Dispatches incoming packets to the server modules, where the packets are
processed.
dispatch
Specifies messages for which named is unable to determine the class, or a
matching view is not available. A one-line summary is also logged to the
client category, and this category is sent to a file or standard error. By default,
the category is sent to the null channel.
unmatched
Indicates approval and denial of update requests.
update-security
Unclassified messages and categories that do not have a channel list explicitly
defined
default
The options Statement
The options statement in the /etc/named.conf file controls global server configuration
options used in BIND. This statement can appear only once in a configuration file. If more than
one occurrence is found, the first occurrence determines the actual options used. Also, a warning
is generated if you define more than one options statement. If there is no options statement,
an options block with each option set to its default value is used.
The options statement is of the following format:
options { // General Options
[ directory path_name ; ] [ disable-algorithms domain { algorithm
; [ algorithm ; ] }; ] [ dnssec-lookaside domain
trust-anchor domain ; ] [ dnssec-must-be-secure domain yes_or_no
; ] [ dump-file path_name ; ] [ key-directory path_name ; ]
[ memstatistics-file path_name ; ] [ pid-file path_name ; ] [
BIND Name Service Overview 29