Sign in or 

|
JohnRSpencer |
Anyone watching this thread.....
Oct 6 2009, 12:13 PM EDT
| Post edited: Oct 6 2009, 12:52 PM EDT
that can answer some questions?
Do you find this valuable?
Keyword tags:
Architecture
Hyper-V
Lab Configuration
Live Migration
R2
|
|
KongY@Dell |
1. RE: Anyone watching this thread.....
Oct 6 2009, 2:32 PM EDT
@JohnRSpencer,Welcome to the site. Many TechCenter Community Members and Contributors monitor the discussion forums and are more than happy to share their expertise and experience. Feel free to ask your questions about Hyper-V R2 Live Migration per your keyword tags here. I might want to create a new discussion thread with your keyword tags as the subject. Btw have you seen- http://www.delltechcenter.com/page/Hyper-V+R2+Live+Migration+FAQ KongY@Dell Do you find this valuable? |
|
JohnRSpencer |
2. RE: Anyone watching this thread.....
Oct 6 2009, 3:19 PM EDT
I tried to run the powershell command Get-ClusterNetwork | ft Name, Metric and get back: "The term 'Get-ClusterNetwork' is not recognized as the name of a cmdlet, function, script file, or operable program." What do I need to do to use this cmd? Do you find this valuable? |
|
KongY@Dell |
3. RE: Anyone watching this thread.....
Oct 7 2009, 1:24 AM EDT
John,There's a few ways: 1. For the W2k8 R2 RTM, you can select Start -> Administrator Tools -> Windows PowerShell Modules as an administrator. This will load all of your PowerShell Modules. 2. Install Failover Clustering feature. Then, open Admin Tools and the Failover Cluster PowerShell Management should appear, which launches the PS command window with FC modules loaded. 3. Open PowerShell as administrator. Run command "Import-Module FailoverClusters" KongY@Dell 1 out of 1 found this valuable. Do you? |