Internet Services Delta Manual for HP-UX 11i Version 1.6

NOTE: allow-update option is not applicable for slave zones. Refer to the
named.conf(4) man page for more information.
New Option in "server" Statement
The bogus option can be used to prevent queries to a remote server which is giving out invalid
data. The default value of bogus is no. The syntax of bogus option in the "server" statement
is as shown below:
[ bogus yes_or_no ; ]
named-checkconf
This utility is used to check the syntax of named.conf file. However, it does not check for the
semantics of the configuration file.
named-checkconf is run on the command line as:
/usr/sbin/named-checkconf [filename]
Where filename specifies the configuration file to be checked. The default filename is
/etc/named.conf.
NOTE: Refer to the named-checkconf(1) man page for more information.
named-checkzone
This utility is used to perform syntax and consistency checks on the contents of a zone.
named-checkzone is run on the command line as:
/usr/sbin/named-checkzone [-dq] [-c class] zone [filename]
Where
-d is used to enable debugging.
-q is used to enable quiet mode for exit code only.
-c class is used to specify the class of the zone.
zone specifies the zone whose contents need to be checked.
filename specifies the file that should be used for checking the contents of a zone.
NOTE: Refer to the named-checkzone(1) man page for more information.
rndc
The remote name daemon control (rndc) program allows the system administrator to control the
operation of a name server.
rndc is run on the command line as:
rndc [-c config] [-s server] [-p port] [-y key] command [command...]
Where
-c config file is used to specify an alternate configuration file. The default configuration file
is /etc/rndc.conf.
-s server is used to specify the server whose operation needs to be controlled.
-p port is used to instruct rndc that it should send commands to TCP port number port on
the system running the name server instead of BIND 9.2.0's default control channel port, 953.
-y key identifies the key-id to use from the configuration file.
and command is one of the following:
38 BIND 9.2.0