SQL Server 2005, adding an instance to an existing failover cluster
-
Friday, July 27, 2012 7:51 AM
Is this support? I can't find the technet article that shows it is?
Currently I have a two-node failover cluster. My sql server 2005 SP4 has an innstance name of:
FASSRV1\INSTANCE1
I want to add a default instance to FASSRV1, is that possible?
Thanks,
All Replies
-
Friday, July 27, 2012 7:51 AM
Is this support? I can't find the technet article that shows it is?
Currently I have a two-node failover cluster. My sql server 2005 SP4 has an innstance name of:
FASSRV1\INSTANCE1
I want to add a default instance to FASSRV1, is that possible?
Thanks,
- Merged by Maggie LuoMicrosoft Contingent Staff, Moderator Monday, July 30, 2012 1:31 AM
-
Friday, July 27, 2012 10:47 AMOn a cluster you will have a dedicated name for each instance... So you can for sure add a new instance on the same cluster, but it will most likely then be FASSRV2... (Or whatever...)
-
Friday, July 27, 2012 12:19 PM
Yes, it is possible, but you need to consider few things before installation like your hardware will be shared for both the instance and that can impact performance. Secondly i would suggest to make it Active-Active cluster having different storage drives.
below link can help in installation steps.
- Proposed As Answer by RohitGargMicrosoft Community Contributor Saturday, July 28, 2012 4:45 AM
- Marked As Answer by Maggie LuoMicrosoft Contingent Staff, Moderator Friday, August 03, 2012 9:50 AM
-
Saturday, July 28, 2012 4:41 AMDuplicate Post : http://social.msdn.microsoft.com/Forums/en-US/sqldisasterrecovery/thread/f5e65a14-8fe5-48a1-b636-12c01c48652b
Please click the Mark as Answer or Vote As Helpful if a post solves your problem or is helpful!

