- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Beginner DNS questions: named.boot versus name...
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
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
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
07-18-2002 05:34 AM
07-18-2002 05:34 AM
All systems run HP-UX 11.00. Some systems have QPK1100 installed. Systems include: two K420s, a C200, and a B132L.
Ttried to re-create the labs from Ch 12 on my own; have enough equipment to create a smaller setup but still like the one described on pg 12-47.
When configuring the master server server (pg 48), step 7 failed (starting the named daemon).
I figured out that I did not have a /etc/named.boot file. I found that merely doing a "touch named.boot" or copying the boot.sec.save file to named.boot would allow the daemon to start.
The Rehman book says that the boot.sec.save file should be copied to the slave server as named.boot, but I failed to note any reference to the master server.
The HP course book also refers to /etc/named.conf file. The Rehman book does not.
I'm confused about the use of these two files. Is named.boot required on the Master? Is named.conf used any more(is my book old)?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:42 AM
07-18-2002 05:42 AM
SolutionIt depends on the versions of bind your are using:
pre 8.x versions of bind used named.boot
all versions later use the confi file named.conf
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 05:52 AM
07-18-2002 05:52 AM
Re: Beginner DNS questions: named.boot versus named.conf?
What you see in a named.conf and a named.boot file are because your book is referencing multiple versions of BIND. Use named -v to find your version, and build your configuration files accordingly.
named.boot is the older config file for named. It is kind of /etc/hosts like, and easy to understand for the Unix folks.
named.conf is the new style config file for named. It is more C-like and easy for programmers to understand. Most UNIX people program too, so should not be rocket science to figure out.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 06:01 AM
07-18-2002 06:01 AM
Re: Beginner DNS questions: named.boot versus named.conf?
"what /usr/sbin/named" displays rev 4.9.7.
The course book says the examples are for 8.1.2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2002 06:06 AM
07-18-2002 06:06 AM
Re: Beginner DNS questions: named.boot versus named.conf?
pick up a recent version of bind from:
http://www.software.hp.com/products/DNS_BIND/index.html#download
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 07:13 AM
06-24-2005 07:13 AM