- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- named.boot not created by hosts_to_named
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 11:57 AM
тАО08-12-2002 11:57 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 12:34 PM
тАО08-12-2002 12:34 PM
SolutionHere is how I have this set up.
I have a directory called /etc/named.data
inside that directory have a file called hosts.dns here you have a cleaned up file of your /etc/hosts.
Then you have a param file. that has entries like so
-d domain.net
-d sub.domain.net
-n 192.168.10
-n 192.169.10
-H /etc/named.data/hosts.dns
-b /etc/named.boot
then run the followings commands.
hosts_to_named -f param
then restart dns.
/sbin/init.d/named stop
/sbin/init.d/named start
everything should be there and working fine.
If you cant stat dns check
/etc/rc.config.d/nameserv and make sure that flag for named is set to 1.
~ Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 12:39 PM
тАО08-12-2002 12:39 PM
Re: named.boot not created by hosts_to_named
-d domain.net
-d sub.domain.net
-n 192.168.10
-n 192.169.10
-H /etc/named.data/hosts.dns
-b /etc/named.boot
-d is for domain
-n is for network
-H specifies the file to look at and the "map" to create the network information from
-b tells it what boot file to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 12:48 PM
тАО08-12-2002 12:48 PM
Re: named.boot not created by hosts_to_named
Thanks for the reply, but my question starts just after the steps you included. I ran hosts_to_named -f params with the proper files configed. named.boot was never created however, so I need to know how to configure that file(what to put in it) -Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 01:00 PM
тАО08-12-2002 01:00 PM
Re: named.boot not created by hosts_to_named
I deleted my named.boot file and ran
hosts_to_named -f param
and here is the line of the output that says that named.boot is built.
------------
Building default named.boot file ...
Building default db.cache file ...
WARNING: db.cache must be filled in with
the name(s) and address(es) of the
rootserver(s)
done
----------
what does your output look like when you run hosts_to_named?
and lets see what version you are running.
run
what named
here is mine.
#what named
named:
Copyright (c) 1986, 1989, 1990 The Regents of the University of Califor
nia.
named 4.9.7 Mon Feb 12 07:18:56 GMT 2001 PHNE_23274
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 01:04 PM
тАО08-12-2002 01:04 PM
Re: named.boot not created by hosts_to_named
1. if your database directory is /var/named.
2. system is master of xyz.com and reverse look up map is 10.20.x.x network
3. system is secondary of dumy.com zone whose server is 10.10.16.1
directory /var/named
;type domain sourcefile
primary xyz.com hosts.xyz.com
primary 20.10.in-addr.arpa db.10.20
primary 0.0.127.in-addr.arpa named.local
cache . named.cache
;Seconday info
type domain sourcehost backupfile
secondary dummy.com 10.10.16.1 sec.db.dummy.com
;forwarders (this your your isp's ip address)
forwarders 198.7.1.5
I hope this will help.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 01:43 PM
тАО08-12-2002 01:43 PM
Re: named.boot not created by hosts_to_named
Following line should be in comment
;type domain sourcehost backupfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-12-2002 10:28 PM
тАО08-12-2002 10:28 PM
Re: named.boot not created by hosts_to_named
You have to copy the file from the current directory to /etc ...
Btw., you can find a detailed description of the required steps and examples for the named.boot file in the knowledge trees (if you have access to these):
http://europe.itrc.hp.com/iv/bin/doc.pl/screen=ivHome/?NODEID=DE_SW_UX_NET::DE_SW_UX_dns_EN_01_E/Q1.1&FROMID=DE_SW_UX_NET::DE_SW_UX_dns_EN_01_E/Q1&ANSWER=Configuring+DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-13-2002 10:56 AM
тАО08-13-2002 10:56 AM
Re: named.boot not created by hosts_to_named
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2002 01:36 AM
тАО08-15-2002 01:36 AM
Re: named.boot not created by hosts_to_named
This depends on the version of bind you are running:
bind 4.9.X --> named.boot
bind 8.X --> named.conf
Maybe you checked the manual for 11.X which includes bind 8.X configuration notes ...