- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HA DNS solution
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-08-2003 10:45 PM
05-08-2003 10:45 PM
HA DNS solution
I'm in for a set up of a DNS service that requires High Availability (Max 4h downtime/year).
DNS is built to be somewhat redundant with primary and secondary dns servers, but the client implementation lacks necessary features to be considered a 'transparent' failover if the primary dns server is down.
IE, in MS OS the default failover is 30sec, it's adjustable, but the next lookup will start at the primary dns again and then timeout to go look for the second.
So my idea for it was to cluster BIND (using MC/Serviceguard) for dns usage.
I read a HP whitepaper on setting up BIND in a serviceguard enviroment, but that only included 1 bind-packade on 2 cluster nodes.
My question is, is it possible (and smart?), to build 2 BIND-packages to run on to cluster nodes, one in each?
Would it be a problem in case of a failover to run 2 bind instances in the same node, though they're binded to diffrent net interfaces ?
Is this the best way to solve the need for a HA DNS solution ?
TIA,
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 11:08 PM
05-08-2003 11:08 PM
Re: HA DNS solution
I can't quite understand why you would want two DNS packages? Are you having to support two seperate networks ??
I persoanally don't believe it is possible to run two seperate instances of named on the same server as you will always have to reference the same Master Zone file.(named.conf. Best I can suggest is that you create just one package to support all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 04:22 AM
05-09-2003 04:22 AM
Re: HA DNS solution
The main reason to run 1 named/bind instance in each node is to get some sort of load balancing.
The named.boot file will not be a problem since it's a modified version of bind (Netid) that'll be running.
And both dns packages will be located in a shared disk enclosure.
Since this doesn't seem to be a common solution I'm quite curious how companies solves a DNS that _always_ has to be up.
Which means that you cannot afford the 30sec timeout for the clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 04:32 AM
05-09-2003 04:32 AM
Re: HA DNS solution
Please forgive me if i've got the wrong end of the stick here.
The whole reason for the primary and secondary is to have them both configured in /etc/resolv.conf. If you can't contact the primary server you simply use the secondary ?
Are you using the server for DHCP services also ? If so I would look at a product called QIP. You can switch services to the secondary node by killing the
root 16582 1 9 May 5 ? 19:52 /appl/qip52/usr/bin/dhcpd -f/appl/qip52/dhcp
process
I'm not exactly sure how this is configured, looks like a simple listener type agent/process
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 04:58 AM
05-09-2003 04:58 AM
Re: HA DNS solution
The issue is the resolver - you can speed up the timeout in HP-UX by adding the following to resolv.conf:
retrans 2500
retry 2
Even in a failover, there is still down time as the package fail-over...
The best solution for HA DNS is to go with something like Cisco Context Switches...this would give you 5 9's....
http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_data_sheet09186a008007ca3c.html
BAsically, they are load balance/fail over devices - put 2, 3, 4 WHY, servers behind - but point your clients at a single IP - if one box goes down - transparent to clients....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:09 AM
05-09-2003 06:09 AM
Re: HA DNS solution
I am going to say like other says. why? But if you can do it it is great.
Here is what we have.
We have hundreds of production systems each accessing each others. We can't have our dns down and that is why we have one master number of slave and all systems has three secondary server listed in resolv.conf.
If my dns goes down then no one can access internet. our whole corporate people will start crying.
Our servers are up for days and days. one of my dns (just serving as dns) was up for 500 days and I had to shut it down for move. and then since it is up
#uptime
9:05am up 99 days, 22:20, 1 user, load average: 0.00, 0.03, 0.06
They are not even high end systems. All three major secondary servers was 712 and I have just upgrade to B132.
And if you want more reliability put two disk in sytem and use dd to copy disk to disk. IF something goes wrong then you still have other disk.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:21 AM
05-09-2003 06:21 AM
Re: HA DNS solution
Your DNS evironment should have *one* master, and many secondaries. If the client seats never point at the master, they *should* never notice whether it has downtime. In my large environment, even with some of the clients pointing at the master, they pickup immediately on the secondary when we do maintenance.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:31 AM
05-09-2003 07:31 AM
Re: HA DNS solution
If we could understand the problem a little better, we might be able to suggest a topology.
On the client side, it's generally wise to list more than one DNS server - the failure then becomes effectively transparent, with trivial delays if a server goes down.
If the DNS "fails" - i.e. returns incorrect answers, you won't be able to fix that with ServiceGuard - you'll want find the reason that the service fails and fix that reason.
For scaling and performance, I have seen folks stick BIND behind a load balancer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 09:50 AM
05-09-2003 09:50 AM
Re: HA DNS solution
Here's some info, including links to MS's site, on DNS client setup in windows:
http://groups.google.com/groups?selm=esjxO9hFDHA.2100%40TK2MSFTNGP12.phx.gbl&oe=UTF-8&output=gplain
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2003 06:14 PM
05-11-2003 06:14 PM
Re: HA DNS solution
I've got a simple suggestion, don't know if it will work for your case.
Get two MCSG nodes to be primary and secondary DNS servers, completely off the MCSG configuration (e.g. BIND itself would not be part of a package).
Create a package with your valid DNS server's IP address ("1st choice" for DNS queries).
As long as your package is up in any of the two nodes, BIND will be up on it. This will give you typical HA downtime (improved by the fact that you don't have to wait for VG's to come up, etc) and minimum administration effort (you have to maintain only the records in the primary DNS node).
In case you have bit-brusher instincts, you could also tune MCSG timings to improve the avaialability even more, but I don't think that would be necessary.
You've mentioned load balancing between the two nodes. Are you really sure you need that? I've seen DNS servers supporting thousands of clients using small workstations, and performance is hardly an issue - usually they refer to whole-server load and NIC/LAN/WAN issues, not the DNS service itself.
Regards,
D.