On Fri, 6 Aug 2004 08:23:02 -0700, Dan <Dan.RemoveThis@discussions.microsoft.com>
wrote:
>I am setting up a second redundant web server to give us fail over protection
>if our primary web server/hosting company go down. The secondary web server
>is located at another data center on the other side of the country. If our
>primary server goes down I want all web page requests to immediately get
>routed to the back up server, but I'm not sure how to get this to happen. The
>DNS a record for the domain specifies the specific IP address of the primary
>web server. If I have to change the DNS to point to the secondary server, it
>will take too long to propagate, and we will potentially go down for up to 48
>hours for some users.
That's because fail-over isn't a function of DNS.
>Is there any way to set up DNS A records similar to MX records, so that it
>has multiple entries and tries each one in order of precedence and stops at
>the first one that works?
No.
>What other solutions are there for this problem? How are other people
>approaching this?
Use fail-over software. I've used Legato's Vinca product,
<a style='text-decoration: underline;' href="http://www.vinca.com/" target="_blank">http://www.vinca.com/</a> in the past, but there are others.
Jeff<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Redundant Web Server DNS Setup?