Mega Search
23.2 Million


Sign Up

Make a donation  
Active/Active Two Node Cluster and Default instance  
News Group: microsoft.public.sqlserver.clustering

All,

I'm new to clustering. We are trying to set up an Active-Active cluster 
consisting of two nodes with each of the two SQLServer nodes hosting 
multiple databases. We followed the two step approach in installing and 
configuring the nodes. We setup SQLServer on the first node with default 
instance and when we were trying to install SQLServer on the second node 
with default instance it gave an error leading us to believe that it might 
not allow the second node also to be a Default instance.

Please Let me know if our assumption is correct.

OS --> Windows 2008
SQL --> SQLServer 2008

grajee 


Vote for best question.
Score: 0  # Vote:  0
Date Posted: 12-Jul-2010, at 8:39 PM EST
From: Gopinath Rajee
 
RE: Active/Active Two Node Cluster and Default instance  
News Group: microsoft.public.sqlserver.clustering
Correct.  In a single cluster configuration you are only allowed to have ONE 
default instance. 

Default instance are actually old; Microsoft has left them their for 
backwards compatibility.  Now when I set up SQL Instances I usually just use 
named instances :D.

-- 
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCITP: Database Administrator
MCTS: SQL Server 2005
http://sqllearnings.blogspot.com/


"Gopinath Rajee" wrote:

> All,
> 
> I'm new to clustering. We are trying to set up an Active-Active cluster 
> consisting of two nodes with each of the two SQLServer nodes hosting 
> multiple databases. We followed the two step approach in installing and 
> configuring the nodes. We setup SQLServer on the first node with default 
> instance and when we were trying to install SQLServer on the second node 
> with default instance it gave an error leading us to believe that it might 
> not allow the second node also to be a Default instance.
> 
> Please Let me know if our assumption is correct.
> 
> OS --> Windows 2008
> SQL --> SQLServer 2008
> 
> grajee 
> 

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 13-Aug-2010, at 3:18 PM EST
From: =?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?=