One thing to understand about SQL Server 2008 Failover Clustering is that you need to install the Failover Cluster feature on your Server before starting to install a new SQL Server failover node instance. Otherwise, you get errors when the Installation checks occur and it finds you do not have the Microsoft Clustering Service (MSCS) running and no nodes are setup. Below is an example of the screen I got when trying to do the reverse... install SQL Server Failover node without first configuring a Failover Cluster at the server level.
I have not completed the process of creating a Failover cluster yet, but if I ever do get to do this, I will make sure to write a brief blog post on the process.
There is also a very good reference for finding a High Availability Solution with SQL Server 2008 on the MSDN Library: http://msdn.microsoft.com/en-us/library/bb510414.aspx
No comments:
Post a Comment