Q. How can I tell which Hyper-V host is also the coordinator node?

Greg Shields

May 27, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

In my last tip, I talked about why Hyper-V needs a special coordinator node to perform certain actions. While not used for every action, that coordinator node gets used during file copy operations. As a result, initiating file copies from the coordinator node can increase their speed. But how do you know which node is the coordinator node? There are a couple of ways to discover who's got the job:

1: Inside the Failover Cluster Manager console, click on the Cluster Shared Volumes link and browse through the CSVs you've created. You'll notice that each CSV has a listing for a Current Owner. The Current Owner is the coordinator node.

2: Using Windows PowerShell, you can identify the coordinator node with the Get-ClusterSharedVolume cmdlet. Look for the Node column in the results for your current coordinator node.

Want even more answers to your virtualization questions? Click on over to the Greg Shields on Virtualization page, where Greg answers your questions weekly! Also, submit your questions for Greg.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like