Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Total redundancy for our environment

Author  Topic 

mvanwyk
Yak Posting Veteran

99 Posts

Posted - 2006-12-06 : 09:56:55
Please assist in the following.

My client wants me to give him a solution that’s totally redundant.

My thoughts were as follows.

RADWARES Web Server Director
Application Server 1 ---> Fail-Over ---> Application Server 2
SQL SERVER 2005 CLUSTER consisting of 2 Servers.

What else am i missing, i read an article that mentioned something about Active Directory does this mean my solution will consist of 6 servers, and 1 load balancing and fail-over controller.

If anyone has any <input type=urgent> please send it my way.
If anyone has a better way to make an application server / SQL server redundant with no points of failures please let me know ASAP.

Thanks in advance.

PS* my application server runs IIS and serves ASP.NET Pages.

snSQL
Master Smack Fu Yak Hacker

1837 Posts

Posted - 2006-12-06 : 10:34:02
You should also investigate database mirroring on SQL Server 2005, it's a cheaper simpler solution than clustering.
Go to Top of Page

mvanwyk
Yak Posting Veteran

99 Posts

Posted - 2006-12-06 : 10:38:37
Thanks i take that into consideration.
Go to Top of Page
   

- Advertisement -