Explain Active/Active and Active/Passive cluster
configurations

Answer Posted / ali

Saji, you answer is ok, but there are some things that need
to be cleared here. Node = Windows Server, Instance = SQL
Server Installation

1.I find that more people use the terms Active/Active and
Active/Passive to detail what the cluster is actually doing
(rather than single instance or multi-instance).
2.An active/passive cluster can have two instances of sql
server running on the active node and the passive node being
idle waiting for a failover to happen.
3.Also, it is not required that in an active/active cluster
one node has default instance and the other node has named
instance, where infact both nodes can have named instances
as part of the virtual server.

ACTIVE/ACTIVE Cluster:
Active/Active clusters is really a mutli-instance (in terms
of SQL Server) cluster with each node owning a running
instance with resources leading to both nodes Actively
running business logic. Both nodes can be possible owners of
each others resources should a failover occur

ACTIVE/PASSIVE Cluster:
Active/Passive clusters is normally single instance of SQL
Server (although I have come across a few cases of
multi-instance) that runs on one node Actively and the other
node does nothing but sit and wait for a failover to occur
(passive node).

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the distinction amongst delete and truncate?

661


what is blocking? : Sql server database administration

595


What is primary key and example?

594


What is hot add cpu in sql server 2008?

603


Write an sql query for deleting duplicate rows?

637






What gets stored inside msdb database?

844


Do you know what is xpath?

646


Explain various data region available in ssrs with their use?

576


Describe in brief sql server monitoring ways.

664


Is foreign key unique?

664


Which sql server table is used to hold the stored procedure script?

559


How many types of cursor type are there?

664


How to use go command in "sqlcmd"?

736


What are the components of dbms?

614


How optimize sql query with multiple joins in sql server?

503