Groups | Blog | Home
all groups > sql server clustering > october 2003 >

sql server clustering : Multi Clusted Named instances.


Steve Schofield
10/31/2003 11:37:38 PM
I have an Win2000 Active/Active Cluster running SQL 2000. Each side of the
cluster is running its own named instance of SQL 2000 Enterprise. Side A
has two physical disks F:\ and G:\, Side B has H:\ and I:\. physical disks.

The I:\ drive has enough space to house another instance. The cluster has
three groups (Cluster Group, SideA, SideB) F:\ and G:\ belong to the SideA
Group and H:\ and I:\ drives below to the SideB group. I want to install a
second named instance of SQL 2000 that is clustered on Side B and have the
files reside on I:\ Is this possible to to have two clustered named
instances, it appears to be possible but will i have to add more disks to
achieve this?
--
* ----------------------------------------- *
* Steve Schofield - MCP, CCA
* steve@adminblogs.com
*
* Microsoft MVP - ASP.NET
* http://www.adminblogs.com
* ----------------------------------------- *

Linchi Shea
11/1/2003 12:02:47 AM
1. If the drive I: is being used by your SideB instance, you should first
make sure that it's not used by the SideB instance. In other words, move the
data/log files of the instance to the other drive in the same resource group
(e.g. using sp_detach_db/sp_attach_db).
2. Remove the dependency of SideB on the drive I:
3. Add a new resource group called SQLVI3, or whtever name you fancy.
4. Move the drive I: resource to SQLVI3
5. Install your 3rd SQL instance to use the drive I:

By the way, I don't think that SideA/SideB is a good naming convention
unless you are just making them up and trying to make it easier to
communicate.

--
Linchi Shea
linchi_shea@NOSPAMml.com


[quoted text, click to view]

Steve Schofield
11/1/2003 12:04:33 AM
SideA/SideB just to make it easy to communicate in this email. If I
understand what your saying, two instances can't use the same physical disk
clustered resource? SideB would use the H:\ for its named instance and the
I:\ would be used for the new 3rd instance.
--
* ----------------------------------------- *
* Steve Schofield - MCP, CCA
* steve@adminblogs.com
*
* Microsoft MVP - ASP.NET
* http://www.adminblogs.com
* ----------------------------------------- *
[quoted text, click to view]

Linchi Shea
11/1/2003 7:13:58 AM
That's correct. A common disk (aka shared disk) can only be used by a single
SQL virtual server (or a single SQL resource group). Imagine that if two SQL
virtual servers could use a common disk at the same time, you then wouldn't
be able to failover them independently.

--
Linchi Shea
linchi_shea@NOSPAMml.com


[quoted text, click to view]

Steve Schofield
11/1/2003 2:50:25 PM
Thanks for the quick reply, these servers are attached to a SAN, it will be
easy to define another disk to create this setup.

--
* ----------------------------------------- *
* Steve Schofield - MCP, CCA
* steve@adminblogs.com
*
* Microsoft MVP - ASP.NET
* http://www.adminblogs.com
* ----------------------------------------- *
[quoted text, click to view]

AddThis Social Bookmark Button