Hi Ramon Valdez.
Thank you for giving your question to us.
When clusters do not share the same physical storage (LUNs) or CSVs, you cannot perform a standard Live Migration. Instead, you must use a mechanism that migrates both the active memory state and the virtual disk (VHDX) storage simultaneously over the network.
So these are my recommendations:
- Using Failover Cluster Manager
If you are managing the clusters directly, follow this logic:
Ensure the VM is not currently a clustered resource (or use the "Move" command within the cluster context).
In Hyper-V Manager, right-click the VM -> Move.
Select Move the virtual machine.
Specify the name of a node in clus2.
Select Move the virtual machine's data to a single location and point it to the CSV path on clus2 (e.g., C:\ClusterStorage\Volume1).
- Using System Center Virtual Machine Manager
If your environment utilizes VMM, this is the most streamlined approach:
Right-click the VM -> Migrate Virtual Machine.
Select a host in the destination cluster (clus2).
VMM will automatically detect that storage must be moved and will select the Live transfer type.
If you find my answer useful, please mark it as the "Accepted Answer" so other members can find the solution easily. Your help in supporting the community is much appreciated!
Best regards,
Scott Nguyen