"Russ Sparks" <RussS...@discussions.microsoft.com> wrote in message
news:9A7A7466-2B44-41F1...@microsoft.com...
Russ Sparks
Keep in mind when you say Active/Active you are actually saying you have one
instance of SQL running with it's databases and resources running on Node A
and a second instance of SQL with different databases and resources running
on Node B. In the event of a failure, the instance running on the node that
failed moves over to the other node and now you have 2 instances of SQL
running on the same server. Active/Active doesn't mean you are load
balancing your SQL instances across both servers.
So Active/Passive you have 1 instance running at a time, you need 1 license,
Active/Active you have 2 instances running and therefore you need 2
licenses. If you have a 3rd node running an instance you need a 3rd license.
"Russ Sparks" <RussS...@discussions.microsoft.com> wrote in message
news:C33484BB-717D-41EC...@microsoft.com...
"Russ Sparks" <RussS...@discussions.microsoft.com> wrote in message
news:14631440-B662-43C1...@microsoft.com...
> Oh, my understanding was that with active/active that it is load balancing
> the same database on shared storage and if one fails the other just keeps
on
> trucking. That can't be done?
common misunderstanding, Microsoft Failover clustering is a "shared nothnig"
cluster model, and therefore the SQL instance can only be online on 1 node
at the time. No loadbalancing
cross-posting to microsoft.public.sqlserver.clustering to get some more
responses.
Rgds
Edwin.
>> Oh, my understanding was that with active/active that it is load balancing
>> the same database on shared storage and if one fails the other just keeps
>on
>> trucking. That can't be done?
>
>common misunderstanding, Microsoft Failover clustering is a "shared nothnig"
>cluster model,
Microsoft failover clustering is not "shared nothing". The disks are
quite clearly shared. The closest SQL Server comes to shared nothing
is distributed partitioned views.
Roy Harvey
Beacon Falls, CT
You are correct that the disk are called "shared", however the cluster model
is definitely called "shared nothing" model
We (the cluster MVP's) have discussed with the Microsoft Cluster team at the
last summit to change the terminology in regards to disks, and call them
"multi node access disks" or something along that line... it will help
preventing confusions on terminology in the future.
Still it is a "shared nothing cluster model"....
;-)
I always use "multi-connected" disk and emphasize that Clustering arbitrates
ownership so only one node actually controls a resource at any given time.
--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Roy Harvey (SQL Server MVP)" <roy_h...@snet.net> wrote in message
news:5ulab45er6g0o6jh5...@4ax.com...
don't be modest Geoff... you are doing a pretty good job yourself
;-)
>Shared Nothing means that no node or instance is dependent on any resource
>not on that node or instance. As such, instances cannot access data files
>owned by another instance. I agree that the terminology "shared disk" is
>very misleading, as is "Active/Active" and all its variants. Mike Hotek
>does the rant better than I do on this topic.
>
>I always use "multi-connected" disk and emphasize that Clustering arbitrates
>ownership so only one node actually controls a resource at any given time.
OK, I was taking it from a database angle, and the original comment
was made about clustering in general rather than database. Thanks to
all for the lesson.
"Geoff N. Hiten" <SQLCra...@gmail.com> wrote in message
news:OuCnY3EC...@TK2MSFTNGP02.phx.gbl...
does each instance need additional SQLlicensing? even if its virtual
environment/machine is using the same hardware resources at all times. If so
is it possible to add additional instances to the existing 'machine' as you
would a standard physical setup? Presumably this would not require additional
licensing.
Hoping there is some documentation that explains this clearly somewhere..
thanks