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

active/passive and active/active

 
   Database Help (Home) -> Clustering RSS
Next:  Database snapshot  
Author Message
Iter

External


Since: Jan 10, 2008
Posts: 61



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

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 do we need to indicate that. Could somebody give me tips
how to do that?

Thanks,

 >> Stay informed about: active/passive and active/active 
Back to top
Login to vote
Geoff N. Hiten

External


Since: Jan 10, 2008
Posts: 111



(Msg. 2) Posted: Tue Jan 22, 2008 8:56 pm
Post subject: Re: active/passive and active/active [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The Active and Passive terms describe clustering from version 7.0. It does
not apply accurately to SQL 2000/2005/2008. You have clusters with Nodes
(host computers) and Instances (SQL Instances). Since you can have more
than one SQL instance and more than two nodes in a cluster, the proper terms
are Single-Instance and Multi-instance.

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




"Iter" wrote in message

> 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 do we need to indicate that. Could somebody give me tips
> how to do that?
>
> Thanks,
>
>

 >> Stay informed about: active/passive and active/active 
Back to top
Login to vote
Russ Kaufmann [MVP]

External


Since: Jan 14, 2008
Posts: 5



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

"Iter" wrote in message

> 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 do we need to indicate that. Could somebody give me tips
> how to do that?

Active/Passive is where one node hosts a virtual server (or more than one)
while the other node is just a hot standby waiting for failure of the first
node.

Active/Active is where both nodes are hosting virtual servers. For example,
Node1 will run one or more instances of SQL and Node2 will run one or more
instances of SQL.


--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

The next ClusterHelp classes are:
Mar 10- 13 in Denver
May 12-15 in New York
 >> Stay informed about: active/passive and active/active 
Back to top
Login to vote
Iter

External


Since: Jan 10, 2008
Posts: 61



(Msg. 4) Posted: Wed Jan 23, 2008 9:28 am
Post subject: Re: active/passive and active/active [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.



"Russ Kaufmann [MVP]" wrote:

> "Iter" wrote in message
>
> > 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 do we need to indicate that. Could somebody give me tips
> > how to do that?
>
> Active/Passive is where one node hosts a virtual server (or more than one)
> while the other node is just a hot standby waiting for failure of the first
> node.
>
> Active/Active is where both nodes are hosting virtual servers. For example,
> Node1 will run one or more instances of SQL and Node2 will run one or more
> instances of SQL.
>
>
> --
> Russ Kaufmann
> MVP - Windows Server - Clustering
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>
> The next ClusterHelp classes are:
> Mar 10- 13 in Denver
> May 12-15 in New York
>
 >> Stay informed about: active/passive and active/active 
Back to top
Login to vote
Tom Moreau

External


Since: Apr 21, 2004
Posts: 502



(Msg. 5) Posted: Wed Jan 23, 2008 12:29 pm
Post subject: Re: active/passive and active/active [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Right on both counts.

--
Tom

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


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



"Russ Kaufmann [MVP]" wrote:

> "Iter" wrote in message
>
> > 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 do we need to indicate that. Could somebody give me
tips
> > how to do that?
>
> Active/Passive is where one node hosts a virtual server (or more than one)
> while the other node is just a hot standby waiting for failure of the
first
> node.
>
> Active/Active is where both nodes are hosting virtual servers. For
example,
> Node1 will run one or more instances of SQL and Node2 will run one or more
> instances of SQL.
>
>
> --
> Russ Kaufmann
> MVP - Windows Server - Clustering
> ClusterHelp.com, a Microsoft Certified Gold Partner
> Web http://www.clusterhelp.com
> Blog http://msmvps.com/clusterhelp
>
> The next ClusterHelp classes are:
> Mar 10- 13 in Denver
> May 12-15 in New York
>
 >> Stay informed about: active/passive and active/active 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
what's difference between active/active and active/passive - 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....

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 ]