Groups | Blog | Home
all groups > sql server clustering > january 2007 >

sql server clustering : SQL 2005 cluster exclusive disk resources


Jeff Swearingen
1/29/2007 8:21:59 AM
We have a 2-node single instance SQL 2005 EE SP1 cluster running on
Windows 2003 EE SP1 and using a SAN.

Suppose a disk drive is configured as a cluster resource for SQL and
thus SQL has exclusive access to this drive. Does "exclusive" apply
only to the SQL environment, or does it include other Windows apps?

For example, assuming FTP is also setup on the SQL server, can an
incoming FTP request read/write files on the same disk drive in the
cluster resource? The FTP request would be reading files written to
disk by SQL.

Thanks,
Jeff
Linchi Shea
1/29/2007 9:52:02 AM
SQL does not have the exclusive access to the drive. It's up to you to set up
the access permissions. How your FTP accesses the drive depends on how you
want to set up your FTP. If it's setup on a particular node, you can create a
file share resource for other to access the drive (actually a folder on the
drive). This way it doesn't matter which node happens to own the drive.

Linchi

[quoted text, click to view]
Anthony Thomas
1/29/2007 10:39:19 PM
MSCS running on a particular node has exclusive access; however, this means
exclusive in the sense that no other cluster node has ownership
(shared-nothing approach).

SQL Server on the other hand only locks the database files exclusively, not
the volumes on which they reside.

Sincerely,


Anthony Thomas


--

[quoted text, click to view]

Jeff Swearingen
1/31/2007 7:54:42 AM
Thanks for the help Linchi and the further clarification Anthony.

Jeff


[quoted text, click to view]

AddThis Social Bookmark Button