We need to reformat the SQL cluster disk in our SQL cluster. The drive contains the shared installation files for SQL as well as databases.
My concern is how SQL/The Cluster will react to after we wipe the disk resource.
Questions:
- Is there a defined procedure for this?
- How should we backup and restore the disk?
- After the reformat, how do we get the clustered SQL server back online?
Thanks
The procedure is fairly straight forward. Here's how we did it:
This worked really well for us. The biggest issue we had was not being able to reformat the disk until we deleted the clustered disk resource. The reason for this is that MSCS binds special drivers to the disk when it becomes a clustered resource. These drivers prevent you from reformatting the disk from Disk Management.
ouch! You have a real mess on your hands here with the installation and DB in the same place. You are going to have to reload the installation files and the rejoin the cluster. It might take a long time for the cluster to stabilize with the new disk in it. There is no defined procedure because there are dozens of ways to set up the cluster. Based on your configuration you should have documented how it was built and thus have the recovery proccess as well. I am left wondering why you have to reformat this disk, if the drive has "faild" then it should be restored from back up like any other failed drive (assuming you have backups). This is one of the nasty things that can happen if you don't have responce proccesses documented in the "red book"