Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain Active/Active and Active/Passive cluster
configurations

Answers were Sorted based on User's Feedback



Explain Active/Active and Active/Passive cluster configurations..

Answer / saji joseph

Active/Active

Here first node will be default and second node will be
named instance. Both node will be active.

Move group from cluster administration is possible for both
side.

System performance will go down, if both resources are in
one node.

Active/Passive

Only one Active node with default instance.
No system performance degradation will be there for this
case even if we switchover to the other node. Both have
same configuration.

Is This Answer Correct ?    22 Yes 4 No

Explain Active/Active and Active/Passive cluster configurations..

Answer / 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

More SQL Server Interview Questions

What are cursors stored procedures and triggers?

0 Answers  


What is normalization?

9 Answers  


What is the purpose of floor function?

0 Answers  


What are distinctive joins find as a part of sql?

0 Answers  


Explain temporary table vs table variable by using cursor alternative?

0 Answers  


What is the difference between stored procedure and functions?

0 Answers   MCN Solutions,


What language is sql server written in?

0 Answers  


How to create new tables with "select ... Into" statements in ms sql server?

0 Answers  


What is the standby server?

0 Answers  


What is 4nf in normalization form?

0 Answers  


Do you know what are the properties of the relational tables?

0 Answers  


What is SubQuery in SQL Server 2008

0 Answers   HCL,


Categories