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

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

 
   Database Help (Home) -> Clustering RSS
Next:  active/passive and active/active  
Author Message
Iter

External


Since: Jan 10, 2008
Posts: 61



(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: 1744



(Msg. 2) Posted: Wed Jan 23, 2008 8:19 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: 502



(Msg. 3) Posted: Wed Jan 23, 2008 8:19 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: Jan 10, 2008
Posts: 61



(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: Jan 10, 2008
Posts: 111



(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...

Active/Passive Multi-Intance - Hi, How many instances of SQL server I need to install in 2 - node server cluster for Active/Active and for Active/Passive mode 'on each node' ? Pankaj

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

SQL 2k to SQL 2K5 in Active Passive Cluster - We are going for SQL 2K Upgrade to SQL 2k5 Upgrade for Active-Passive Clusters (windows 2K3)and thinking for below plan , can anybody confirm if we are ignoring or missing big issues with below plan or it sounds good? o Put SQL 2005 on one server ..

Active/Active configuration queries - Hi, I completely understand that SQL-Clustering is failover technology and not a load balancing technology. 1. What I'm wondering is when you go for Active/Active mode, then whether both the nodes communicates with the single instance of shared devic...
   Database Help (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 ]