|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 03, 2012 7:49 AM
Points: 6,
Visits: 25
|
|
Is it possible to add a LUN to a SQL Cluster without taking the cluster offline?
TIA -- Laszlo
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, October 30, 2012 12:09 PM
Points: 100,
Visits: 393
|
|
Laszlo
What type of cluster is this, AA or AP?
Thanks Raj
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 03, 2012 7:49 AM
Points: 6,
Visits: 25
|
|
| It's Active-Active. -- Laszlo
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: 2 days ago @ 1:07 PM
Points: 18,733,
Visits: 12,332
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 03, 2012 7:49 AM
Points: 6,
Visits: 25
|
|
Thanks for helping - what we eventually did that day a couple of days ago was going to another machine that was not mission-critical so we could cycle SQL services and implement the new LUN and our recovery issue through it. This worked fine and our issue is no longer an item.
Bottom line - we never found a means of attaching a LUN to the SQL Server without turning off services and adding dependencies. Otherwise, even though Windows Explorer could "see" the added LUN, SQL could not - plain and simple. No way to force it, that I could find, on-the-fly...
-- Laszlo
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 3:10 PM
Points: 2,605,
Visits: 756
|
|
It's been my experience (and I've seen it noted elsewhere in the forums here) that that is not entirely true. If you don't create the dependency, you can't see the drive in any of the GUIs but if you were to run "BACKUP DATABASE [dbname] to disk = '<newdrive>:\folder' " it would work (assuming NTFS permissions had been set correctly of course). The same applies if you put the command in a scheduled task.
Scott Duncan
MARCUS. Why dost thou laugh? It fits not with this hour. TITUS. Why, I have not another tear to shed; --Titus Andronicus, William Shakespeare
|
|
|
|