Technical References
The dns command lets you configure the DNS server in the cluster.
dns findRR -name <fqdn>|<addr>
dns findRR [-namePrefix <namePrefix>] [-rrTypes <rrTypeList>]
[-protected | -unprotected] [-zoneType forward | reverse
| primary | secondary | published | unpublished | ALL]
Use the findRR commands to display the resource records for a
specific domain name; or to display those matching a name prefix,
a list of resource record types--whether protected or unprotected--and
certain zone types.
dns addRootHint <name> <addr> [<addr> ...]
dns removeRootHint <name>
dns listRootHints
Use the RootHint commands to add or remove the names
and addresses of the root servers. After you specify the
root servers, Network Registrar queries them for their
root name server records. These records are in turn used
to resolve other names. As such, these values need not be
exact, but must be accurate enough for the Network Registrar
DNS server to retrieve the correct information.
The addRootHint command adds the name of a root server and the
addresses (to which it is listening on) to the list that the DNS
server uses to find the roots of the DNS name space.
The removeRootHint command removes a root server from the list.
The listRootHints command lists the root server information.
dns addException <name> <addr> [<addr> ...]
dns removeException <name>
dns listExceptions
Use the exception commands only if you do not want
your DNS server to use the standard name resolution
for querying root name servers for names outside the domain.
The exception command lets you specify the resolution
exception domains and the IP addresses of the associated
servers.
The addException command adds a list of DNS servers to use
to resolve names in a specified domain. This list allows you
to override DNS the publicly configured names server for one
or more domains.
The removeException command removes an entry for exceptional
resolution of addresses within a domain.
The listExceptions command lists the domains that are configured
to have exceptional resolution of their names.
dns addForwarder <addr>
dns removeForwarder <addr>
dns listForwarders
Use the Forwarder commands to specify the addresses of any name
servers that you want your Network Registrar DNS server to use