Defines the root name server or servers for a DOMAIN name server host.
The cache file is one of the DOMAIN data files and contains the addresses of the servers that are authoritative name servers for the root domain of the network. The name of this file is defined in the named boot file. If the host serves more than one domain, the cache file should contain an entry for the authoritative name server for each domain.
All entries in this file must be in Standard Resource Record Format. Valid resource records in this file are:
Except for comments (starting with a ; [semicolon] and continuing to the end of the line), the resource records in the data files generally follow the format of the resource records that the named daemon returns in response to queries from resolver routines.
The following examples show the various ways to use the cache data file. This example is valid for any name server or either of the two networks.
Note: sandy , a gateway host, is on both networks and also serves as secondary name server for both.
The following are sample entries in a DOMAIN cache file on any of the name servers in either of the domains:
; ;cache file for all nameservers in both domains ; ; root name servers. abc IN NS gobi.abc. xyz IN NS kalahari.xyz. gobi.abc. 3600000 IN A 192.9.201.2 kalahari.xyz 3600000 IN A 160.9.201.4
This file is part of TCP/IP in Network Support Facilities in Base Operating System (BOS) Runtime.
/etc/named.boot | Defines how the named daemon initializes the DOMAIN name server file. |
/usr/samples/tcpip/named.boot | Sample named.boot file, which also contains directions for its use. |
/usr/samples/tcpip/named.data | Sample named.data file, which also contains directions for its use. |
The named daemon.
The DOMAIN Data file format, DOMAIN Reverse Data file format, DOMAIN Local file format.
Naming and Configuring Name Servers in AIX Version 4.3 System Management Guide: Communications and Networks.