Groups | Blog | Home
all groups > sql server clustering > july 2006 >

sql server clustering : 2 running sql to join in a cluster


Robert Abela
7/25/2006 12:00:00 AM
Hi,

I currently have 2 separate SQL Servers under the same domain, running
different databases each and having different hardware.

We are getting an SAN to centralize the data. If i move the data of both
SQL Servers to the SAN then can i configure both sql's to be as one cluster?

Are there any articles or so on this procedure please?


Tom Moreau
7/25/2006 12:00:00 AM
You would have to create a cluster and then either detach the DB's and
reattach them, or take backups of the DB's and restore them onto the new
cluster.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Toronto, ON Canada

[quoted text, click to view]
Hi,

I currently have 2 separate SQL Servers under the same domain, running
different databases each and having different hardware.

We are getting an SAN to centralize the data. If i move the data of both
SQL Servers to the SAN then can i configure both sql's to be as one cluster?

Are there any articles or so on this procedure please?



Robert Abela
7/25/2006 12:00:00 AM
Thanks Tom for your quick reply.

Therefore a cluster (if i am not mistaken) can be of different hardware
right? i.e. there is no need that physically they are identical hardware
right?

[quoted text, click to view]

Tom Moreau
7/25/2006 8:52:50 AM
Actually, dissimilar nodes are not supported. Indeed, you can't cluster
just anything - even if they are identical. They must be in the Windows
Catalog *for clustering*.

http://www.microsoft.com/windows/catalog/server/default.aspx?subID=22&xslt=globalsearch&qu=cluster&scope=1

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Toronto, ON Canada

[quoted text, click to view]
Thanks Tom for your quick reply.

Therefore a cluster (if i am not mistaken) can be of different hardware
right? i.e. there is no need that physically they are identical hardware
right?

[quoted text, click to view]


Michael Epprecht [MSFT]
7/25/2006 2:50:13 PM
Hi

Have a look at http://support.microsoft.com/kb/327518/ on the support policy
for hardware.

Regards
--
Mike

This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Geoff N. Hiten
7/25/2006 5:22:54 PM
And they must be purchased as a certified cluster solution. Hardware
sometimes requires different configuration settings when used in a cluster
vs. when used in a stand-alone configuration.

--
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP




[quoted text, click to view]

Russ Kaufmann [MVP]
7/26/2006 11:24:40 AM
[quoted text, click to view]

Not true. You can cluster dissimilar systems. You can cluster hardware that
is not listed in the Windows Catalog. However, there are support issues and
already expressed by Michael. I strongly recommend that you purchase
clustering solutions only from the Windows Catalog.

The question really is one of whether you should do something, and if you
think about the entire purpose of high availability, it should be apparent
that you want to do it the right way and the right way only.


--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

Tom Moreau
7/26/2006 9:58:03 PM
That's what I meant. A client forced me to put together a cluster with
unsupported hardware. Then we went into production. Then, it went BOOM.
That's probably the biggest "I told you so" in my career.

--
Tom

----------------------------------------------------
Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
SQL Server MVP
Toronto, ON Canada
..
[quoted text, click to view]

Not true. You can cluster dissimilar systems. You can cluster hardware that
is not listed in the Windows Catalog. However, there are support issues and
already expressed by Michael. I strongly recommend that you purchase
clustering solutions only from the Windows Catalog.

The question really is one of whether you should do something, and if you
think about the entire purpose of high availability, it should be apparent
that you want to do it the right way and the right way only.


--
Russ Kaufmann
MVP - Windows Server - Clustering
ClusterHelp.com, a Microsoft Certified Gold Partner
Web http://www.clusterhelp.com
Blog http://msmvps.com/clusterhelp

AddThis Social Bookmark Button