Posted
by
Bink on
on July 29 2008, 10:37 AM
with no comments
Windows Server 2008 Clustering includes resource type options which are available by right clicking on the group under Applications and Services.
For Hyper-V, we have the following options.
1: Manage virtual machines. This option opens Hyper-V Manager and adds all participating nodes to the left hand pane for easy access to each Parent Partition. **NOTE: The virtual machine configuration Resource must be online for the VM to be registered with Hyper-V and viewable in Hyper-V Manager.
2: Refresh VM Configuration. This option is the most important and is the primary focus of this blog.
In order to better explain how the Refresh VM Configuration option is important, let’s run thru a quick breakdown of how Windows Server 2008 Clustering stores information about each virtual machine resource in the Cluster Database (clusdb).
The Cluster database is implemented as a registry hive and can be viewed with regedit by expanding HKEY_LOCAL_MACHINE\Cluster. The portion that we are interested in for this example is Resources, which contains all of the resources configured in the Cluster.
Cluster assigns a GUID for each resource so we need to run down the resources tree and look at the Type key in the right hand pane. The resource we are interested in is the “virtual machine configuration” Resource as shown below.

Continue At Source
8447 Views