Posted by
Jason Massie
on Saturday, February 23, 2008 at 2:18 PM to
SQL Server 2008, SQL Server 2005, Windows Server 2008, Clustering
174 Views |
0 Comments |
There are alot of changes in clustering on Windows 2008. As a matter of fact, you no longer have to have a quorum drive. While there are a lot of changes and improvements, the focus of this release is ease of use. I am going to start here. Let me know if you run across some good resources.
Posted by
Jason Massie
on Wednesday, February 13, 2008 at 9:03 PM to
Clustering
148 Views |
0 Comments |
There is a nice utility that does a lot of the heavy lifting for you when migrating your cluster to a new SAN. It is ClusterRecovery.exe. It is designed for replacing a failed disk but when you migrate to a new SAN, you have to go through the same steps. It basically moves all of the meta data like dependencies. The utility can be found the Win2k3 resource kit.
The basic steps are:
1. Present storage.
2. Partition\format\letter. Pick any free letter. We will swap letters later. Let's choose h:\.
3. Stop SQL and move data from old SAN to new SAN.
4. Add the h:\ drive to the SQL cluster group.
5. Run the cluster recovery tool, connect to the cluster. Choose the old and new drive.

6. Open disk management, change the original g:\ drive to a different letter.
7. Change the new drive's letter to the letter of the original drive's letter. h:\ to g:\ in our example.
8. Bring the drives and services online.
9. Remove the old drive resource with the "(lost)" suffice.
That is about it.
| Page 1 of 1 | First Previous Next Last |