Operating System - HP-UX
1838606 Members
2660 Online
110128 Solutions
New Discussion

Re: problem with named.boot file

 
Clarence J
Frequent Advisor

problem with named.boot file

Hi folks!

I encountered the following error found in the syslog:

Jun 22 12:44:31 hpd370 nettl[480]: nettl starting up.
Jun 22 12:44:40 hpd370 named[555]: starting. named 4.9.7 Wed Sep 2 09:39:12 GM
T 1998 PHNE_14618
Jun 22 12:44:40 hpd370 named[555]: /etc/named.boot: No such file or directory

What is this named.boot file that is missing and how can I create it?

Appreciate all help
3 REPLIES 3
Bill McNAMARA_1
Honored Contributor

Re: problem with named.boot file

named.boot is the configuration file for named.
Man named for information on what the file looks like.
It will allow you to specify your internet name servers.

Later,
Bill
It works for me (tm)
Rainer von Bongartz
Honored Contributor

Re: problem with named.boot file

named.boot is the configuration file for bind; your DNS Server.

Without this your DNS server does not start.
if you don't use DNS, you should remove the named entry
from your startup scripts /sbin/rc23.d

If you want DNS you obviously have bind 4.x installed, which uses named.boot. In this case you should upgrade to bind 8.1 first

See
http://www.software.hp.com/products/DNS_BIND/index.html
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Shahul
Esteemed Contributor

Re: problem with named.boot file

Hi

named stands for Internet domain name server. named.boot is the configuration file for that. Its format U can see in man page of named.
Try it out.

Best of luck
Shahul