Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

what's difference between active/active and active/passive

 
   Database Forums (Home) -> Clustering RSS
Next:  CallTip format for Komodo  
Author Message
Iter

External


Since: Mar 14, 2006
Posts: 55



(Msg. 1) Posted: Tue Jan 22, 2008 4:23 pm
Post subject: what's difference between active/active and active/passive
Archived from groups: microsoft>public>sqlserver>clustering (more info?)

I have a question regarding configuration of active/active and
active/passive, is there any difference between them when install sql server
software in windows cluster. I look at doc and can not figure out what is
difference between them. Can anybody give me some tips about it? Thanks.

 >> Stay informed about: what's difference between active/active and active/passive 
Back to top
Login to vote
Uri Dimant

External


Since: Aug 24, 2003
Posts: 739



(Msg. 2) Posted: Wed Jan 23, 2008 2:00 am
Post subject: Re: what's difference between active/active and active/passive [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Iter
Active/Active.....
As Geoff pointed out in previous post those terminology is for SQL Server
7.0

Shortly

1)Active-Active

You have a cluster configuration with two nodes. On each node you have
intalled SQL Server Instance.
If one node failed over the second one becomes responsible for clinets. It
is important to configure memory properly ( for example if you have 16GB on
two nodes)
assign 5-6GB for each one

2) Active Passive

You have a cluster configuration with two nodes.But at this time you have
intalled SQL Server Instance only on one node (Active)
When it failed over the passive node (computer) becomes an active.


Read these articles

http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cl...er_Ezin -
---Steps Clustering
http://technet2.microsoft.com/windowsserver/en/library/32c40202-1043-4...-8dba-b
---All about CLustering







"Iter" wrote in message

>I have a question regarding configuration of active/active and
> active/passive, is there any difference between them when install sql
> server
> software in windows cluster. I look at doc and can not figure out what is
> difference between them. Can anybody give me some tips about it? Thanks.
>

 >> Stay informed about: what's difference between active/active and active/passive 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 441



(Msg. 3) Posted: Wed Jan 23, 2008 6:58 am
Post subject: Re: what's difference between active/active and active/passive [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

And this one, too:

http://www.microsoft.com/technet/technetmag/issues/2007/03/sqlclusters...fault.a

Wink

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA, MCITP, MCTS
SQL Server MVP
Toronto, ON Canada
https://mvp.support.microsoft.com/profile/Tom.Moreau


"Uri Dimant" wrote in message

Iter
Active/Active.....
As Geoff pointed out in previous post those terminology is for SQL Server
7.0

Shortly

1)Active-Active

You have a cluster configuration with two nodes. On each node you have
intalled SQL Server Instance.
If one node failed over the second one becomes responsible for clinets. It
is important to configure memory properly ( for example if you have 16GB on
two nodes)
assign 5-6GB for each one

2) Active Passive

You have a cluster configuration with two nodes.But at this time you have
intalled SQL Server Instance only on one node (Active)
When it failed over the passive node (computer) becomes an active.


Read these articles

http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cl...er_Ezin -
---Steps Clustering
http://technet2.microsoft.com/windowsserver/en/library/32c40202-1043-4...-8dba-b
---All about CLustering







"Iter" wrote in message

>I have a question regarding configuration of active/active and
> active/passive, is there any difference between them when install sql
> server
> software in windows cluster. I look at doc and can not figure out what is
> difference between them. Can anybody give me some tips about it? Thanks.
>
 >> Stay informed about: what's difference between active/active and active/passive 
Back to top
Login to vote
Iter

External


Since: Mar 14, 2006
Posts: 55



(Msg. 4) Posted: Thu Jan 24, 2008 7:38 am
Post subject: Re: what's difference between active/active and active/passive [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you guys. I still have a a little bit question about installation.
1. If I install active/active, I need to install extra times for sql server
installation in order to install other instances, just like stand alone
server to install named instance, right?
2. I don't need to configue which one is primary server and which one is
failover server when configure active/active cluster, right?

thanks.



"Uri Dimant" wrote:

> Iter
> Active/Active.....
> As Geoff pointed out in previous post those terminology is for SQL Server
> 7.0
>
> Shortly
>
> 1)Active-Active
>
> You have a cluster configuration with two nodes. On each node you have
> intalled SQL Server Instance.
> If one node failed over the second one becomes responsible for clinets. It
> is important to configure memory properly ( for example if you have 16GB on
> two nodes)
> assign 5-6GB for each one
>
> 2) Active Passive
>
> You have a cluster configuration with two nodes.But at this time you have
> intalled SQL Server Instance only on one node (Active)
> When it failed over the passive node (computer) becomes an active.
>
>
> Read these articles
>
> http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cl...er_Ezin -
> ---Steps Clustering
> http://technet2.microsoft.com/windowsserver/en/library/32c40202-1043-4...-8dba-b
> ---All about CLustering
>
>
>
>
>
>
>
> "Iter" wrote in message
>
> >I have a question regarding configuration of active/active and
> > active/passive, is there any difference between them when install sql
> > server
> > software in windows cluster. I look at doc and can not figure out what is
> > difference between them. Can anybody give me some tips about it? Thanks.
> >
>
>
>
 >> Stay informed about: what's difference between active/active and active/passive 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Feb 23, 2005
Posts: 443



(Msg. 5) Posted: Thu Jan 24, 2008 11:12 am
Post subject: Re: what's difference between active/active and active/passive [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes. Each Instance requires a separate install.

Servers and Instances are independent in a cluster. You can arrange
Instances on whichever nodes suit you. Each instance has a preferred node
order to determine failover paths. It is a good idea to set these when you
have anything more complex than a single-instance cluster.

--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP



"Iter" wrote in message

> Thank you guys. I still have a a little bit question about installation.
> 1. If I install active/active, I need to install extra times for sql
> server
> installation in order to install other instances, just like stand alone
> server to install named instance, right?
> 2. I don't need to configue which one is primary server and which one is
> failover server when configure active/active cluster, right?
>
> thanks.
>
>
>
> "Uri Dimant" wrote:
>
>> Iter
>> Active/Active.....
>> As Geoff pointed out in previous post those terminology is for SQL Server
>> 7.0
>>
>> Shortly
>>
>> 1)Active-Active
>>
>> You have a cluster configuration with two nodes. On each node you have
>> intalled SQL Server Instance.
>> If one node failed over the second one becomes responsible for clinets.
>> It
>> is important to configure memory properly ( for example if you have 16GB
>> on
>> two nodes)
>> assign 5-6GB for each one
>>
>> 2) Active Passive
>>
>> You have a cluster configuration with two nodes.But at this time you have
>> intalled SQL Server Instance only on one node (Active)
>> When it failed over the passive node (computer) becomes an active.
>>
>>
>> Read these articles
>>
>> http://searchsqlserver.techtarget.com/searchSQLServer/downloads/SQL_Cl...er_Ezin -
>> ---Steps Clustering
>> http://technet2.microsoft.com/windowsserver/en/library/32c40202-1043-4...-8dba-b
>> ---All about CLustering
>>
>>
>>
>>
>>
>>
>>
>> "Iter" wrote in message
>>
>> >I have a question regarding configuration of active/active and
>> > active/passive, is there any difference between them when install sql
>> > server
>> > software in windows cluster. I look at doc and can not figure out what
>> > is
>> > difference between them. Can anybody give me some tips about it?
>> > Thanks.
>> >
>>
>>
>>
 >> Stay informed about: what's difference between active/active and active/passive 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
active/passive and active/active - Hi, I am learning sql server failed over cluster and I got confused that what is difference between active/passive and active/active when you install sql server 2005 in cluster server. I read the installation of sql server 2005, I didn't find where d...

sql browser on active/active cluster - I am running sql 2005 sp2 64 bit on a windows server 2003 64 bit cluster. This has been working in an active/active configuration. I had a problem though where one of the instances wouldnt startup. I resolved this by setting the port in the registry..

Cluster active/active SQLServer/SSAS - Hi, I'd like to know how I can setup a Windows cluster with one node for SQL Server and one node for Analysis Services ? Please advise ? many thanks for your answers -- TH

Active / passive in SQL 7 - A friend of mine runs QL 7 Stanad on a Compaq Cluster. I want him to upgrade to SQL 2005. I want to know how he can do the below with SQL 7? His message: That feature, available with the SQL Server7 Enterprise, would allow my passive node to startup...

Active/Active or Active/Passive - Hello, We are going to design our SQL Server databases on either Active/Active or Active/Passive of Windows 2003 clusters. Has any one seen real time risk and their real experiences of using Active/Active clusters? Thanks, John
   Database Forums (Home) -> Clustering All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]