- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Primary DNS
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
06-12-2002 03:24 PM
06-12-2002 03:24 PM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:33 PM
06-12-2002 03:33 PM
SolutionHave a look a chapter-3 ("Configuring and Administering the BIND Name Service") in "Installing and Administering Internet Services":
http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:35 PM
06-12-2002 03:35 PM
Re: Primary DNS
Try the following documents from TKB:
UDNSKBRC00007658
HONCIKKBRC00000042
Hope This Helps!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:36 PM
06-12-2002 03:36 PM
Re: Primary DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 03:37 PM
06-12-2002 03:37 PM
Re: Primary DNS
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x93787d4cf554d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 04:14 PM
06-12-2002 04:14 PM
Re: Primary DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 04:53 PM
06-12-2002 04:53 PM
Re: Primary DNS
As Clay's stated, Cricket Liu's DNS & BIND is THE definitive tome on the subject. And not only is it a fine piece of work but so is the author. I've had the privilege of working w/him on several occasions & can attest to the fact that he is an expert at not only DNS/BIND, but with SMTP as well. He even takes great pride & pains in responding to reader's mail that he receives or O'Reilly fwds to him.
Now, if you are asking how a primary DNS server is designated on a client HP-UX server, then that would be the first server statement in the /etc/resolv.conf file - which normally looks as follows:
domain subnet.company.com
search subnet.company.com subnet2.company.com
server xxx.xxx.xxx.xxx
server xxx.xxx.xxx.xxx
server xxx.xxx.xxx.xxx
Note that the servers are searched in order - top down.
Also involved would be the /etc/nsswitch.conf file which defines the order of search methods & the host entry would look something like
hosts: files [NOTFOUND=continue UNAVAIL=continue] dns
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 06:57 AM
06-13-2002 06:57 AM
Re: Primary DNS
http://www.tldp.org/HOWTO/DNS-HOWTO.html
I haven't been throught the
latest version but I have
always found the information
portable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 05:04 AM
06-14-2002 05:04 AM
Re: Primary DNS
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5ccde7726eccd5118ff10090279cd0f9,00.html