- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS Name Resolver
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
03-18-2004 03:59 AM
03-18-2004 03:59 AM
Thanks,
Michelle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:05 AM
03-18-2004 04:05 AM
Re: DNS Name Resolver
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:06 AM
03-18-2004 04:06 AM
Re: DNS Name Resolver
You would like ur DNS clients to try ur Unix DNS server first and then try the windows server if it cannot get the query resolved from the Unix server ?
As far as I can reach, I dont think this is possible. You can have your DNS clients contact the Windows DNS server in case YOUR UNIX DNS server is not available completely.
The best you can do is to setup your UNIX DNS server to forward the queries to ur Windows DNS server anything it doesnt know how to handle.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 06:56 AM
03-18-2004 06:56 AM
Re: DNS Name Resolver
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 07:30 AM
03-18-2004 07:30 AM
Re: DNS Name Resolver
You need to get your DNS servers to talk to each other.
This link has the documentation for Bind 9.2 on HP.
http://docs.hp.com/hpux/onlinedocs/5990-6785/5990-6785.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 12:55 AM
03-19-2004 12:55 AM
SolutionI talked about this option at the bottom of this: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=418909
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2004 01:56 AM
03-19-2004 01:56 AM
Re: DNS Name Resolver
on your unix server, edit /etc/resolv.conf and put the second dns server ip address over there,
domain some_name.some_domain.com
nameserver ip_add_of_primary_dns_server
nameserver ip_add_of_secondary_dns_server
In this situation, if the system is unable to resolve the ip address of a system using the primary dns server (hp) it will use the secondary dns server (win) to resolve the ip address and vice versa.
Hope this helps.
Regds