December 2, 2009 at 3:31 am
Dear,
My san disk is about to full and I can't add other database on it.
Now I want to add another SAN Disk on the existing cluster[active-active] how can I do it...?
Thanks
December 2, 2009 at 5:42 am
Expose the LUN to the cluster, create a disk resource for it in cluster admin, make that resource a dependency of the SQL Service that will be using it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 2, 2009 at 9:06 pm
Dear Gila...
Thanks..Actually this is a critical scenario and to make changes in a running scenario is risky.
Have u the steps one by one in GUI form or any help...
Thanks
December 2, 2009 at 10:03 pm
I have tried to do this but I am getting error as:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Create failed for Database 'tests'. (Microsoft.SqlServer.Smo)
------------------------------
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
Cannot use file 'Y:\tests.mdf' for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource of the Sql Server does not have a dependency on it.
CREATE DATABASE failed. Some file names listed could not be created. Check related errors. (Microsoft SQL Server, Error: 5184)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.4035&EvtSrc=MSSQLServer&EvtID=5184&LinkId=20476
------------------------------
BUTTONS:
OK
------------------------------
Thanks
December 2, 2009 at 10:11 pm
The new drive you have added to your system (Y Drive) is not yest added to the SQL Server Resource. If you have seen what Gail Shaw has replied, that is what you need to do.
Any way look at the following link.
How to: Add Dependencies to a SQL Server Resource
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 3, 2009 at 1:30 am
guptaajay1985 (12/2/2009)
Thanks..Actually this is a critical scenario and to make changes in a running scenario is risky.
It doesn't make the slightest difference how critical the situation is. You have to do the steps that I listed or SQL will not be able to use the drives. This isn't a set of suggested, but not required, steps. It's the required, documented process for adding a drive to a clustered SQL Server.
These are all (other than the first) done via a GUI, the Cluster Administration GUI. If you don't know how to use Cluster Admin, speak to whoever administrates the cluster.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply