dbTalk Databases Forums  

Best setup with 4 Nodes

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Best setup with 4 Nodes in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Mohit K. Gupta
 
Posts: n/a

Default RE: Best setup with 4 Nodes - 09-26-2008 , 04:48 PM






2 Node Active/Passive Cluster:
- Simple, easy to setup (relatively)
- No need to worry about multi-failovers.

4 Nodes Multi-node, 2 Active Instances
- I think if you are going to have 2 active and 2 passive might as well
stick with option #1.

Multi-node, multi-instance configuration
- Complicated; now you have to take into account the affects of all nodes
failing over to one node and the performace issues that come with it.

Few notes:
- SQL Server Clustering, is Fail-Over clustering not Load Balancing; you can
achive Load Balancing by means of Replication.
- The Cluster nodes; share the disks that are configured for SQL Server and
the Quorum (SAN/NAS).
- In a multi-node configuraiton you might want to consider doing disk mounts
instead of dirve letters for all the hard-drives.

Thanks.

--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005
http://sqllearnings.blogspot.com/


"Michael Kugler" wrote:

Quote:
Hi,

we have 4 identical nodes each with 1TB RAID10 drive. Accessing a
quorum over Fibre Channels is also possible

We want the best mix of performance and data safety.

I'm not sure if I should create

2 two node active/passive cluster and set up a load balancing

or

set up all 4 nodes as a multi node cluster and run 2 SQL Server
Groups on it.

or

just set it up as on multi node cluster with the SQL Server over all
nodes.

There is also one thing to think about. It should be possible to
either to move a part of the cluster or add some nodes in an other
computer center which is connected by 1Gbit Ethernet.

Regards,

Michael







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.