DNS utilities and daemons
Three utilities and one command form the heart of DNS operations:
-
The named daemon must be running for DNS to be operational
on all but remote servers.
After you enable your server, named is invoked each time
your system enters multiuser mode.
It reads information found in the configuration file,
named.conf(SFF),
and takes appropriate actions:
priming the cache, accessing zone files, and so on. named
can also be invoked from the command line; see
named(ADMN)
for more information.
-
The nslookup command allows you to request DNS information,
including names, addresses, and other resource records, from any server
you can reach from your computer. You can use nslookup to
request a single record or start an nslookup session to request
multiple records from one or more servers. See
nslookup(TC)
or
``Administering and troubleshooting DNS''
for more information.
-
The dig command is similar to nslookup but with a
slightly different syntax. See the manual page for
dig(ADMN)
for more information.
-
The named-xfer command enables you to transfer a DNS zone
from one server to another in asynchronous mode so that named
can continue processing requests. See the manual page for
named-xfer(ADMN)
for more information.
Next topic:
Basic DNS configuration
Previous topic:
The /etc/resolv.conf file
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003