patternsqlMinor
Migrating Sql Cluster Installation To New Drive
Viewed 0 times
newsqlinstallationmigratingdrivecluster
Problem
We are migrating from an old SAN to a new SAN and need to migrate our SQL Server instance to new LUNs. We are able to migrate the data without any problem, but the SQL Server instance itself is clustered (single instance) and the clustered disks must also be migrated to the new SAN.
Paths are as follows:
resource.
OR
We will have to do this for 13 instances.
Paths are as follows:
- Create LUNs on new SAN.
- Present new LUNs to the cluster.
- Copy everything from old clustered disk resource to new clustered disk
resource.
- Rename OLD disk resource to something.
- Rename NEW disk resource to OLD name.
- Cross fingers.
OR
- Reinstall OS/Sql on the cluster.
We will have to do this for 13 instances.
Solution
Your steps to do this are pretty much right, I've added some steps and changed the wording on a few items.
Some SAN vendors provide migration software so you only have to turn off the cluster nodes for a few minutes and they will migrate the data behind the scenes. You take a breif outage and a performance hit until the migration is complete, but you don't have to manually copy the data over or have to change the drive letters. It's worth looking into for having 13 instances.
disk resource.
entirely
Some SAN vendors provide migration software so you only have to turn off the cluster nodes for a few minutes and they will migrate the data behind the scenes. You take a breif outage and a performance hit until the migration is complete, but you don't have to manually copy the data over or have to change the drive letters. It's worth looking into for having 13 instances.
- Create LUNs on new SAN.
- Present new LUNs to the cluster.
- Copy everything from old clustered disk resource to new clustered
disk resource.
- add new disk to the cluster group
- change old disk letter to an unused disk letter or remove disk letter
entirely
- change disk letter for new drive to be the same as old disk letter
- change dependencies in the cluster resources to the new disk
- remove old disk from cluster group
- bring SQL resource online
Context
StackExchange Database Administrators Q#13710, answer score: 5
Revisions (0)
No revisions yet.