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
What are trace flags?
What are views used for?
What do you understand by recursive stored procedures?
What are the types of processing and explain each? : sql server analysis services, ssas
What are the purposes and advantages stored procedure?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
What are the different methods available under sqlcommand class to access the data?
What is difference between stored procedure and user defined function?
What is SQL Azure Fabric?
what authentication modes does sql server support? : Sql server database administration
What is difference between drop truncate and delete?
Explain primary key in sql server?
Explain indexed views?
Explain different backup plans?
What are the different types of subquery?