Hyper-V: How To Initiate a Live Migration using Windows PowerShell
You can initiate Live migration using Windows PowerShell scripts for failover clustering. This is one of the steps documented in Hyper-V: Using Live Migration with Cluster Shared Volumes in Windows Server 2008 R2 (http://technet.microsoft.com/en-us/library/dd446679(WS.10).aspx#BKMK_initiateLM)
To initiate a live migration using Windows PowerShell
- Open Windows PowerShell. Click Start, point to All Programs, click Windows Powershell 2.0, and then click Windows Powershell 2.0.
- To install the Failover Clustering feature, type:
- Type:
Where:
- <Cluster Name> is the name of the cluster that the virtual machine is included in.
- <VM group name> is the virtual machine resource group.
- <Destination node name> is the name of the destination node to which you would like to move the virtual machine using live migration.
No comments:
Post a Comment