Re: I have question regarding active/active clustering
- From: "Edwin vMierlo" <EdwinvMierlo@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Dec 2006 15:40:58 -0000
active / passive for SQL server for a two node cluster means you have only
one group with an SQL instance. Only one node is running this SQL instance,
the other node is not running the SQL instance and is *standby* to take
ownership if a fail condition occurs on the node running.
active / active for SQL server for a two node cluster menas you have more
than one group with SQL instances. All nodes in your cluster run (at least)
one SQL instance. In case of a fail condition, all groups will go to the
surviving node, and this node will run all SQL instances. Therefore this
might have an impact on Performance, in such a setup you need to ensure you
scale your hardware to be able to take all resources and still have
acceptable performance.
There are many more definitions of active / passive and active /active, and
some of them are confusing, and different people give different meaning to
these terms. Probably better to talk about :
- 2 node cluster with 1 SQL instance or
- 2 node cluster with multiple SQL instances
For a Microsoft definition of active / passive and active / active, please
see :
http://technet2.microsoft.com/WindowsServer/en/library/8846a72b-0882-4a24-8eee-a768e52925281033.mspx?mfr=true
(scroll down to the question "What is active/active verses active/passive?")
HTH,
_Edwin.
"Iter" <Iter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:84780791-D41C-4482-8E59-6C799157C32C@xxxxxxxxxxxxxxxx
That means it should equivelant to standby in oracle right? also, what isit
different betteen active/pasive and active/active? In active/active, does
use log shipping same as active/pasive? Thanks.own
"Edwin vMierlo" wrote:
Iter,
The answer is No (unfortunately)
Failover clustering is not like oracle RAC, an SQL Instance contains its
adatabases and only runs on one of the nodes in your cluster. In case of
offlinefailover, there will be a disconnect of connections as cluster will
ownership tothe group (and therefore the applications/SQL) while moving the
Failoveranother node in the cluster.
You cannot have 2 instances running off the same databases/disks.
canClustering is a "shared nothing" cluster model.
rgds,
Edwin.
"Iter" <Iter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3E3EFAA9-84C3-40F9-83F8-7EA5CAECA99B@xxxxxxxxxxxxxxxx
Hi Guys,
I have question regarding active/active clustering. Is that this mode
keepuse for load balance and server redundance that means the connection
alive when one of node failed. Is it like oracle RAC? Thanks.
.
- Follow-Ups:
- References:
- Re: I have question regarding active/active clustering
- From: Edwin vMierlo
- Re: I have question regarding active/active clustering
- Prev by Date: Re: Unable to Apply SP4 to SQL 2000 Cluster (new Node)
- Next by Date: Re: CLUSTERING ANALYSIS SERVICES
- Previous by thread: Re: I have question regarding active/active clustering
- Next by thread: Re: I have question regarding active/active clustering
- Index(es):
Relevant Pages
|
Loading