Does anybody has experience with migration of Windows cluster w2012r2 and what step to follow? Also we have some RDM cluster disks.
DevOps Cloud (ADM)
Application Modernization
CyberRes by OpenText
IT Operations Management
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Apologies for the delay in responding. PlateSpin supports the migrations of Windows failover cluster. PlateSpin is cluster aware to the extent that it will stop you from changing the hostname and IP address of the new cluster as doing so would break the cluster. The migration approach depends on what you want it do with the shared disks. There are essentially 3 options:
1. Migrate the cluster, converting the shared volumes to hypervisor native storage such as VMDK
2. The new server will be connected to the same storage as the old one
3. You want to use PlateSpin to copy the shared volumes to new RDMs
I assume it's #3 you are interested in, which is performed using the semi-automated migration process similar to migrating to a physical server. You must provision the new virtual machine in the target VMware platform yourself, and attach the target RDMs to match the active node. Make sure that the SCSI ID of each disk matches and that each target disk is slightly larger than the corresponding disk on the source - 50Mb is enough.
Before starting the migration, ensure that the cluster cannot fail over by pausing or evicting the passive nodes. You should allow for downtime while the active node is migrated.
Now boot the target VM from the PlateSpin X2P ISO image which you can download from microfocus.com, and register it to the PlateSpin server. Discover the host name/IP of the active node, not that of cluster virtual node then configure the migration in the Migrate Client.
Although it is possible to perform a full replication while the cluster remains active, and then follow it with an incremental replication to sync only the changes, the delta sync process could take just as long as a full and so it may be less disruptive to take the application down before you start, and then do the migration in a single step .
At the end of the migration you will have a functional one-node cluster. If you wish to also migrate the passive nodes you can treat them as regular non-clustered machines. PlateSpin will migrate their local volumes and post migration you can reconnect the shared volumes and re-join them to the cluster.
There is plenty of information on clustering in the user guide and I highly recommend you to read it. I hope this helps.
Regards, Alain
Thanks for the detailed info. I have a doubt on your statement when you say "Make sure that the SCSI ID of each disk matches ". You mean that the SCSI ID of the RDM disks on the source VM must match with the new RDM disks attached to the target VM?
I just tested this in my lab, deliberately changing the order of the RDMs on the target to force each one to have a different SCSI controller ID to corresponding disk on the source. The cluster was still working at the end of the migration so it looks like the SCSI controller ID don't actually have to match.
Regards, Alain