Simple Failover Solution

Last post 01-25-2006 11:06 AM by al0. 2 replies.

Sort Posts:

  • Simple Failover Solution

    01-25-2006, 8:31 AM
    • Member
      15 point Member
    • al0
    • Member since 01-25-2006, 8:03 AM
    • Posts 3

    Hello,

    I have an asp.net application developed and I want to create a simple application server failover solution, basically I want an active/passive server arrangement and the ability to create some sort of dynamic ip address, which will be associated to the passive server when the active server goes down thus making my passive server the active one and the user will just have to log back onto the application again (without having to change the url), can anyone recommend a solution/software to do this for me or does DNS have a feature that will do this for me. I am using windows 2000 server and my application uses caching and session variables so I want to avoid web farms for the time being. Any advice would be greatly appreciated.

    thanks in advance,

    Al0

     

  • Re: Simple Failover Solution

    01-25-2006, 9:29 AM
    • Contributor
      5,570 point Contributor
    • DeveloperMCDBA
    • Member since 05-08-2005, 8:08 AM
    • Deltona, FL, USA
    • Posts 1,114

    there are service providers specialize in this type of dns failover, however, there's no reason why you couldn't do it yourself.

    If you have your own server, and feel confident enough, host the DNS either on the passive server or some "monitor" server. This is where something like http://www.dyndns.com/ comes in handy.

    If you use SQL Server, you could take advantage of log shipping or database mirroring. :)

     

  • Re: Simple Failover Solution

    01-25-2006, 11:06 AM
    • Member
      15 point Member
    • al0
    • Member since 01-25-2006, 8:03 AM
    • Posts 3

    Will have a look at that, thanks for your help,

    Al0

Page 1 of 1 (3 items)