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

sql server clustering : SAN maintenance - still need cluster


Bert69
8/29/2006 9:41:02 AM
Hi,

We have a 2 node active \passive windows 2003 cluster hosting SQL and a
virtuals SQL server isntance.

We need to perform maintenance on the SAN (24 hours outage), but need to
still keep SQL accessible. Is there anyway to move data from SAN disk to
local drive of one node and not lose virtual server settings?

Linchi Shea
8/29/2006 1:28:01 PM
This is a typical case that can be used to justify a site failover setup. The
site failure setup could be just log shipping, database mirroring, or some
disk-level replication.

Linchi

[quoted text, click to view]
Tom Moreau
8/29/2006 3:16:00 PM
You can't used a local disk for storing data in a cluster. However, if you
have SQL Server 2005, consider using database mirroring. This will require
a separate instance of SQL Server. Queries are re-directed to the mirror
during your maintenance. Once the maintenance is complete, switch the roles
of primary and mirror.

--
Tom

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

We have a 2 node active \passive windows 2003 cluster hosting SQL and a
virtuals SQL server isntance.

We need to perform maintenance on the SAN (24 hours outage), but need to
still keep SQL accessible. Is there anyway to move data from SAN disk to
local drive of one node and not lose virtual server settings?

There has to be a reasonably painless way to accomplish this...isn't there?
AddThis Social Bookmark Button