 |
|
 |
|
Next: SQL Server 2005 SP Client Tools fail to install -..
|
| Author |
Message |
External

Since: Dec 07, 2007 Posts: 3
|
(Msg. 1) Posted: Fri Dec 07, 2007 6:47 am
Post subject: MNS cluster / SQL Archived from groups: microsoft>public>sqlserver>clustering (more info?)
|
|
|
Is it possible to have a stretched cluster (MNS) across 2 datacenters running
SQL?
For example, a SAN in each datacenter with replication, and 1 node located
in each site.
We are trying to design our new datacenter infrastructure, and our IT
Director believes there is a way to have 1 node in each site, each accessing
a local SAN which replicates it's content and using a MNS cluster.
I have searched around but cannot find any info. He is also suggesting we
use Win2k8, but I can't find any info on this sort of setup. We currently
have a mix of SQL 2k5/2000. >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Feb 23, 2005 Posts: 443
|
(Msg. 2) Posted: Fri Dec 07, 2007 10:03 am
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
It is possible to have a "stretch" cluster, but not using Majority Node Set.
Since SQL needs a central data repository, using MNS for the cluster qourum
creates no benefit. There are not any native tools to implement a
geocluster (as it is properly called), but third-party vendors offer some
bolt-on solutions. If we are lucky, Linchi will chime in with some answers
here. He is the best resource I know for this information. NSI's
Doubletake has a geocluster offering as does EMC's SRDF (part of their
storage systems suite).
--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"daesimps" wrote in message
> Is it possible to have a stretched cluster (MNS) across 2 datacenters
> running
> SQL?
>
> For example, a SAN in each datacenter with replication, and 1 node located
> in each site.
>
> We are trying to design our new datacenter infrastructure, and our IT
> Director believes there is a way to have 1 node in each site, each
> accessing
> a local SAN which replicates it's content and using a MNS cluster.
>
> I have searched around but cannot find any info. He is also suggesting we
> use Win2k8, but I can't find any info on this sort of setup. We currently
> have a mix of SQL 2k5/2000. >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Dec 07, 2007 Posts: 3
|
(Msg. 3) Posted: Fri Dec 07, 2007 10:03 am
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Sorry for the use of the term "stretched". I have been trying to correct the
director every time he uses that term, but it would seem it has rubbed off on
me!!
Your reply seems to be along the same lines as my response to him, but you
know management. They always seem to know better than the Technical staff
they employ!
Thanks
Daesimps
"Geoff N. Hiten" wrote:
> It is possible to have a "stretch" cluster, but not using Majority Node Set.
> Since SQL needs a central data repository, using MNS for the cluster qourum
> creates no benefit. There are not any native tools to implement a
> geocluster (as it is properly called), but third-party vendors offer some
> bolt-on solutions. If we are lucky, Linchi will chime in with some answers
> here. He is the best resource I know for this information. NSI's
> Doubletake has a geocluster offering as does EMC's SRDF (part of their
> storage systems suite).
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
>
>
>
>
>
> "daesimps" wrote in message
>
> > Is it possible to have a stretched cluster (MNS) across 2 datacenters
> > running
> > SQL?
> >
> > For example, a SAN in each datacenter with replication, and 1 node located
> > in each site.
> >
> > We are trying to design our new datacenter infrastructure, and our IT
> > Director believes there is a way to have 1 node in each site, each
> > accessing
> > a local SAN which replicates it's content and using a MNS cluster.
> >
> > I have searched around but cannot find any info. He is also suggesting we
> > use Win2k8, but I can't find any info on this sort of setup. We currently
> > have a mix of SQL 2k5/2000.
>
> >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Oct 13, 2005 Posts: 12
|
(Msg. 4) Posted: Fri Dec 07, 2007 7:48 pm
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Well, if you are planning on a cluster that spans two geographically
separate data centers, your director is correct in that it is a stretched
cluster. 'Stretch clusters' or geo clusters are almost always vendor
specific. EMC has a product called SRDF/CE, standing for Cluster Enabler.
Basically, what it does is to have one or more nodes in each of the two data
centers, data is replicated synchronously at disk array level via SRDF, and
SRDF/CE creates an illusion to MSCS in that the storage appears to MSCS as a
single shared drive(s). So as far as MSCS is concerned, it's a regular
Microsoft failover cluster. For many companies, the problem is often the
requirement of having the VLAN spanning two different data centers and the
network folks often don't like that idea. Fortunately, in Win2K8 the same
VLAN requirement will be dropped.
That said, I'm not sure such a stretched cluster is the best solution for
whatever DR requirements you try to meet. It's complex and over too many
layers. If you don't have SRDF already, it requires putting in place an
expensive infrastructure. Even if you already have SRDF, SRDF/CE is separate
license. Often, you can meet your DR requirements with some other
approach(es).
Linchi
"daesimps" wrote in message
> Sorry for the use of the term "stretched". I have been trying to correct
> the
> director every time he uses that term, but it would seem it has rubbed off
> on
> me!!
>
> Your reply seems to be along the same lines as my response to him, but you
> know management. They always seem to know better than the Technical staff
> they employ!
>
> Thanks
> Daesimps
>
> "Geoff N. Hiten" wrote:
>
>> It is possible to have a "stretch" cluster, but not using Majority Node
>> Set.
>> Since SQL needs a central data repository, using MNS for the cluster
>> qourum
>> creates no benefit. There are not any native tools to implement a
>> geocluster (as it is properly called), but third-party vendors offer some
>> bolt-on solutions. If we are lucky, Linchi will chime in with some
>> answers
>> here. He is the best resource I know for this information. NSI's
>> Doubletake has a geocluster offering as does EMC's SRDF (part of their
>> storage systems suite).
>>
>> --
>> Geoff N. Hiten
>> Senior SQL Infrastructure Consultant
>> Microsoft SQL Server MVP
>>
>>
>>
>>
>>
>>
>> "daesimps" wrote in message
>>
>> > Is it possible to have a stretched cluster (MNS) across 2 datacenters
>> > running
>> > SQL?
>> >
>> > For example, a SAN in each datacenter with replication, and 1 node
>> > located
>> > in each site.
>> >
>> > We are trying to design our new datacenter infrastructure, and our IT
>> > Director believes there is a way to have 1 node in each site, each
>> > accessing
>> > a local SAN which replicates it's content and using a MNS cluster.
>> >
>> > I have searched around but cannot find any info. He is also suggesting
>> > we
>> > use Win2k8, but I can't find any info on this sort of setup. We
>> > currently
>> > have a mix of SQL 2k5/2000.
>>
>> >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Feb 23, 2005 Posts: 443
|
(Msg. 5) Posted: Fri Dec 07, 2007 8:06 pm
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
See. I told you he was the expert.
Thanks, Linchi.
--
Geoff N. Hiten
Senior SQL Infrastructure Consultant
Microsoft SQL Server MVP
"Linchi Shea" wrote in message
> Well, if you are planning on a cluster that spans two geographically
> separate data centers, your director is correct in that it is a stretched
> cluster. 'Stretch clusters' or geo clusters are almost always vendor
> specific. EMC has a product called SRDF/CE, standing for Cluster Enabler.
> Basically, what it does is to have one or more nodes in each of the two
> data centers, data is replicated synchronously at disk array level via
> SRDF, and SRDF/CE creates an illusion to MSCS in that the storage appears
> to MSCS as a single shared drive(s). So as far as MSCS is concerned, it's
> a regular Microsoft failover cluster. For many companies, the problem is
> often the requirement of having the VLAN spanning two different data
> centers and the network folks often don't like that idea. Fortunately, in
> Win2K8 the same VLAN requirement will be dropped.
>
> That said, I'm not sure such a stretched cluster is the best solution for
> whatever DR requirements you try to meet. It's complex and over too many
> layers. If you don't have SRDF already, it requires putting in place an
> expensive infrastructure. Even if you already have SRDF, SRDF/CE is
> separate license. Often, you can meet your DR requirements with some other
> approach(es).
>
> Linchi
>
> "daesimps" wrote in message
>
>> Sorry for the use of the term "stretched". I have been trying to correct
>> the
>> director every time he uses that term, but it would seem it has rubbed
>> off on
>> me!!
>>
>> Your reply seems to be along the same lines as my response to him, but
>> you
>> know management. They always seem to know better than the Technical
>> staff
>> they employ!
>>
>> Thanks
>> Daesimps
>>
>> "Geoff N. Hiten" wrote:
>>
>>> It is possible to have a "stretch" cluster, but not using Majority Node
>>> Set.
>>> Since SQL needs a central data repository, using MNS for the cluster
>>> qourum
>>> creates no benefit. There are not any native tools to implement a
>>> geocluster (as it is properly called), but third-party vendors offer
>>> some
>>> bolt-on solutions. If we are lucky, Linchi will chime in with some
>>> answers
>>> here. He is the best resource I know for this information. NSI's
>>> Doubletake has a geocluster offering as does EMC's SRDF (part of their
>>> storage systems suite).
>>>
>>> --
>>> Geoff N. Hiten
>>> Senior SQL Infrastructure Consultant
>>> Microsoft SQL Server MVP
>>>
>>>
>>>
>>>
>>>
>>>
>>> "daesimps" wrote in message
>>>
>>> > Is it possible to have a stretched cluster (MNS) across 2 datacenters
>>> > running
>>> > SQL?
>>> >
>>> > For example, a SAN in each datacenter with replication, and 1 node
>>> > located
>>> > in each site.
>>> >
>>> > We are trying to design our new datacenter infrastructure, and our IT
>>> > Director believes there is a way to have 1 node in each site, each
>>> > accessing
>>> > a local SAN which replicates it's content and using a MNS cluster.
>>> >
>>> > I have searched around but cannot find any info. He is also
>>> > suggesting we
>>> > use Win2k8, but I can't find any info on this sort of setup. We
>>> > currently
>>> > have a mix of SQL 2k5/2000.
>>>
>>>
>
> >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Dec 07, 2007 Posts: 3
|
(Msg. 6) Posted: Sat Dec 08, 2007 4:51 am
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks for the info. We use HP Eva 6000 Storage equipment, so we'll have to
investigate if there is an equivalent to the EMC cluster enabler.
"Geoff N. Hiten" wrote:
> See. I told you he was the expert.
>
> Thanks, Linchi.
>
> --
> Geoff N. Hiten
> Senior SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
>
> "Linchi Shea" wrote in message
>
> > Well, if you are planning on a cluster that spans two geographically
> > separate data centers, your director is correct in that it is a stretched
> > cluster. 'Stretch clusters' or geo clusters are almost always vendor
> > specific. EMC has a product called SRDF/CE, standing for Cluster Enabler.
> > Basically, what it does is to have one or more nodes in each of the two
> > data centers, data is replicated synchronously at disk array level via
> > SRDF, and SRDF/CE creates an illusion to MSCS in that the storage appears
> > to MSCS as a single shared drive(s). So as far as MSCS is concerned, it's
> > a regular Microsoft failover cluster. For many companies, the problem is
> > often the requirement of having the VLAN spanning two different data
> > centers and the network folks often don't like that idea. Fortunately, in
> > Win2K8 the same VLAN requirement will be dropped.
> >
> > That said, I'm not sure such a stretched cluster is the best solution for
> > whatever DR requirements you try to meet. It's complex and over too many
> > layers. If you don't have SRDF already, it requires putting in place an
> > expensive infrastructure. Even if you already have SRDF, SRDF/CE is
> > separate license. Often, you can meet your DR requirements with some other
> > approach(es).
> >
> > Linchi
> >
> > "daesimps" wrote in message
> >
> >> Sorry for the use of the term "stretched". I have been trying to correct
> >> the
> >> director every time he uses that term, but it would seem it has rubbed
> >> off on
> >> me!!
> >>
> >> Your reply seems to be along the same lines as my response to him, but
> >> you
> >> know management. They always seem to know better than the Technical
> >> staff
> >> they employ!
> >>
> >> Thanks
> >> Daesimps
> >>
> >> "Geoff N. Hiten" wrote:
> >>
> >>> It is possible to have a "stretch" cluster, but not using Majority Node
> >>> Set.
> >>> Since SQL needs a central data repository, using MNS for the cluster
> >>> qourum
> >>> creates no benefit. There are not any native tools to implement a
> >>> geocluster (as it is properly called), but third-party vendors offer
> >>> some
> >>> bolt-on solutions. If we are lucky, Linchi will chime in with some
> >>> answers
> >>> here. He is the best resource I know for this information. NSI's
> >>> Doubletake has a geocluster offering as does EMC's SRDF (part of their
> >>> storage systems suite).
> >>>
> >>> --
> >>> Geoff N. Hiten
> >>> Senior SQL Infrastructure Consultant
> >>> Microsoft SQL Server MVP
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> "daesimps" wrote in message
> >>>
> >>> > Is it possible to have a stretched cluster (MNS) across 2 datacenters
> >>> > running
> >>> > SQL?
> >>> >
> >>> > For example, a SAN in each datacenter with replication, and 1 node
> >>> > located
> >>> > in each site.
> >>> >
> >>> > We are trying to design our new datacenter infrastructure, and our IT
> >>> > Director believes there is a way to have 1 node in each site, each
> >>> > accessing
> >>> > a local SAN which replicates it's content and using a MNS cluster.
> >>> >
> >>> > I have searched around but cannot find any info. He is also
> >>> > suggesting we
> >>> > use Win2k8, but I can't find any info on this sort of setup. We
> >>> > currently
> >>> > have a mix of SQL 2k5/2000.
> >>>
> >>>
> >
> >
>
> >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
External

Since: Apr 26, 2007 Posts: 1
|
(Msg. 7) Posted: Sat Dec 08, 2007 5:53 pm
Post subject: Re: MNS cluster / SQL [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Dec 8, 7:51 am, daesimps
wrote:
> Thanks for the info. We use HP Eva 6000 Storage equipment, so we'll have to
> investigate if there is an equivalent to the EMC cluster enabler.
>
>
>
> "Geoff N. Hiten" wrote:
> > See. I told you he was the expert.
>
> > Thanks, Linchi.
>
> > --
> > Geoff N. Hiten
> > Senior SQL Infrastructure Consultant
> > Microsoft SQL Server MVP
>
> > "Linchi Shea" wrote in message
> >
> > > Well, if you are planning on a cluster that spans two geographically
> > > separate data centers, your director is correct in that it is a stretched
> > > cluster. 'Stretch clusters' or geo clusters are almost always vendor
> > > specific. EMC has a product called SRDF/CE, standing for Cluster Enabler.
> > > Basically, what it does is to have one or more nodes in each of the two
> > > data centers, data is replicated synchronously at disk array level via
> > > SRDF, and SRDF/CE creates an illusion to MSCS in that the storage appears
> > > to MSCS as a single shared drive(s). So as far as MSCS is concerned, it's
> > > a regular Microsoft failover cluster. For many companies, the problem is
> > > often the requirement of having the VLAN spanning two different data
> > > centers and the network folks often don't like that idea. Fortunately, in
> > > Win2K8 the same VLAN requirement will be dropped.
>
> > > That said, I'm not sure such a stretched cluster is the best solution for
> > > whatever DR requirements you try to meet. It's complex and over too many
> > > layers. If you don't have SRDF already, it requires putting in place an
> > > expensive infrastructure. Even if you already have SRDF, SRDF/CE is
> > > separate license. Often, you can meet your DR requirements with some other
> > > approach(es).
>
> > > Linchi
>
> > > "daesimps" wrote in message
> > >
> > >> Sorry for the use of the term "stretched". I have been trying to correct
> > >> the
> > >> director every time he uses that term, but it would seem it has rubbed
> > >> off on
> > >> me!!
>
> > >> Your reply seems to be along the same lines as my response to him, but
> > >> you
> > >> know management. They always seem to know better than the Technical
> > >> staff
> > >> they employ!
>
> > >> Thanks
> > >> Daesimps
>
> > >> "Geoff N. Hiten" wrote:
>
> > >>> It is possible to have a "stretch" cluster, but not using Majority Node
> > >>> Set.
> > >>> Since SQL needs a central data repository, using MNS for the cluster
> > >>> qourum
> > >>> creates no benefit. There are not any native tools to implement a
> > >>> geocluster (as it is properly called), but third-party vendors offer
> > >>> some
> > >>> bolt-on solutions. If we are lucky, Linchi will chime in with some
> > >>> answers
> > >>> here. He is the best resource I know for this information. NSI's
> > >>>Doubletakehas a geocluster offering as does EMC's SRDF (part of their
> > >>> storage systems suite).
>
> > >>> --
> > >>> Geoff N. Hiten
> > >>> Senior SQL Infrastructure Consultant
> > >>> Microsoft SQL Server MVP
>
> > >>> "daesimps" wrote in message
> > >>>
> > >>> > Is it possible to have a stretched cluster (MNS) across 2 datacenters
> > >>> > running
> > >>> > SQL?
>
> > >>> > For example, a SAN in each datacenter with replication, and 1 node
> > >>> > located
> > >>> > in each site.
>
> > >>> > We are trying to design our new datacenter infrastructure, and our IT
> > >>> > Director believes there is a way to have 1 node in each site, each
> > >>> > accessing
> > >>> > a local SAN which replicates it's content and using a MNS cluster.
>
> > >>> > I have searched around but cannot find any info. He is also
> > >>> > suggesting we
> > >>> > use Win2k8, but I can't find any info on this sort of setup. We
> > >>> > currently
> > >>> > have a mix of SQL 2k5/2000.- Hide quoted text -
>
> - Show quoted text -
What is your RTO and RPO? There are other options that are SQL
specific, including database mirroring, transactional replication, etc. >> Stay informed about: MNS cluster / SQL |
|
| Back to top |
|
 |  |
| Related Topics: | How SQL2005 cluster can be installed on windows cluster? - I am new on both SQL and windows cluster. Our company is trying to deploy a HA SQL system, which I need to install SQL2005 to windows cluster. My question is: Since windows cluster will share one back end storage chassis, where should I put SQL2005 on...
Cluster DR - My production cluster disks are corruptd - i would like to find out how to restore from backups I have all system backups and mdf and ldf files of the databases - I would like to keep the logins, jobs etc Thanks
Cluster SDK - Can someone point me out SDK for clustering on Win2000? I am planning to invoke Cluster API's using VBS... Thanks in adv.
SQL 2005 Cluster with 2K - Hi, I have a question that I hope someone can help me with (I've trawled the net...). I want to consolidate several SS 2K databases on to a new SS 2005 2 node cluster. I will use SS 2005 standard for the cluster. Is it possible to add a 2K instance....
Doc for SQL 2000 Cluster - Hello Is there any brief howto to configure SQL 2000 Cluster on a VM? Thanks |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|