- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: the secondary DNS option
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
05-25-2001 10:17 AM
05-25-2001 10:17 AM
the secondary DNS option
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:24 AM
05-25-2001 10:24 AM
Re: the secondary DNS option
I would first check the format of /etc/resolv.conf.
e.g.
domain mycompany.com
nameserver 10.1.1.11
nameserver 10.1.1.21
If that is ok then I would use nslookup to make certain that both name servers are responding. It usually takes quite a few seconds for the resolver to give up on an entry and move on to the next.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:27 AM
05-25-2001 10:27 AM
Re: the secondary DNS option
Basically whichever server is fast enough to handle the request services the call.
Are all your dns servers functioning? Primary, secondary etc.
You can force your client to use one particular server by
setting the YPBIND_OPTIONS field to -ypset and setting the YPSET_ADDR field to the ip address of the server.
This change is in the /etc/rc.config.d/namesvrs file
- KS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:30 AM
05-25-2001 10:30 AM
Re: the secondary DNS option
The earlier posting was for selecting a particular NIS server not DNS. Sorry for the confusion. Clays answer fits well
- KS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 10:32 AM
05-25-2001 10:32 AM
Re: the secondary DNS option
Take an example:
nameserver machinea
nameserver machineb
nameserver machinec
In this case if you submit a DNS query it will first try to go to machinea. If DNS on machinea is not available, the query times out, and moves on to machineb, if machineb is available it will attempt to locate the target of the query. If the target of the query is not in DNS, then the query will fail, it will NOT move on to machinec.
nslookup will start with the first machine in the list, if the query times out, it will go to the second, and then the 3rd (there is a max of 3 entries for nameserver). It will NOT load balance queries across the 3 entries, nor will it move to another machine if the DNS entry it is looking for is not available on the first machine.
Check the man page for resolv.conf for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2001 01:04 PM
05-25-2001 01:04 PM
Re: the secondary DNS option
I can tell this by turning on the debug option on the second and third servers and observe how often they get hit.
The first server is always available unless it is being patched and has been available for 617 days now.