InfoScale™ 9.0 Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server - Windows
- Introducing SFW solutions for a Microsoft cluster
- Planning for deploying SQL Server with SFW in a Microsoft cluster
- Workflows for deploying SQL Server with SFW in a Microsoft cluster
- Configuring SFW storage
- Planning for SFW cluster disk groups and volumes
- Implementing a dynamic mirrored quorum resource
- Installing SQL Server and configuring resources
- Configuring disaster recovery
- Configuring Volume Replicator: Setting up an RDS
- Normal Volume Replicator operations and recovery procedures
- Appendix A. Configure InfoScale Storage in an existing Microsoft Failover Cluster
Performing planned migration
You may want to migrate the application to the Secondary host for maintenance purposes and for testing the readiness of the Secondary host. The following procedure describes the generic set of tasks.
To migrate the application to the Secondary
- Detach the user database. See the Microsoft documentation for instructions.
Note that the master, model, and tempdb, databases cannot be detached.
- Bring the RVG resource offline on both clusters.
Transfer the Primary role to the secondary using the Migrate option as follows:
From the VEA screen, right-click the Primary RVG and select Migrate.
Select the Secondary host and click OK. The replication role is migrated to the Secondary host.
- Assign drive letters to the volumes on the new Primary. Ensure that these drive letters are the same as that of the original Primary.
- Bring the RVG resource online on both the clusters.
- Bring the SQL group online on the new Primary.
- Attach the databases. See the Microsoft documentation for instructions.
You can now verify that the application runs fine on the new Primary with the replicated data. After verifying, you can revert back the roles to its original state using the same set of tasks described above.
Any changes that you make to the data on the new Primary will get replicated to the original Primary, which is now the Secondary.