Symptoms
Consider the following scenario:
-
An application or service uses the Windows Management Instrumentation (WMI) interfaces to query a failover cluster for the configuration and state information.
-
There are many resources and groups on the failover cluster.
In this scenario, the application or service may experience low performance or a time-out exception. For example, if you use the System Center Virtual Machine Manager to manage a virtual machine on the failover cluster, you may experience this issue.
Cause
This problem occurs because the WMI provider responds to the query requests very slowly. The time that the WMI provider takes to complete the query requests affects the following performance measurements:
-
The ability and reliability of the service or application
-
The speed of generating a status report about the failover cluster
Therefore, a slow response of the WMI provider may cause the application or service to function abnormally.
Resolution
This hotfix optimizes the targeted WMI queries to the WMI provider of the failover cluster. This optimization is performed so that the common queries perform quicker when many resources and groups are configured on the failover cluster
Hotfix information
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:http://support.microsoft.com/contactus/?ws=supportNote The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.
Prerequisites
To apply this hotfix, the computer must be running Windows Server 2008 R2 together with the Failover Clustering feature enabled.
Note This hotfix is for the failover cluster WMI provider and services only. You are not required to install this hotfix on any other computers that is connected to the Windows Server 2008 R2 failover cluster, or on any other client computer that is running Remote Server Administration Tools (RSAT).Restart requirement
You do not have to restart the computer if you stop the Cluster service before you apply this hotfix.
Hotfix replacement information
This hotfix does not replace any other hotfix.
File information
The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.
Windows Server 2008 R2 file information note
listed separately. MUM and MANIFEST files, and the associated security catalog (.cat) files, are critical to maintaining the state of the updated component. The security catalog files (attributes not listed) are signed with a Microsoft digital signature.
The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment areFor all supported x64-based versions of Windows Server 2008 R2
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Clussvc.exe |
6.1.7600.20517 |
4,579,840 |
28-Aug-2009 |
11:21 |
x64 |
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Cluswmi.dll |
6.1.7600.20517 |
540,160 |
28-Aug-2009 |
11:23 |
x64 |
Cluswmi.mof |
Not Applicable |
76,540 |
28-Aug-2009 |
03:31 |
Not Applicable |
Cluswmiuninstall.mof |
Not Applicable |
176 |
13-Jul-2009 |
20:22 |
Not Applicable |
For all supported Itanium-based versions of Windows Server 2008 R2
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Clussvc.exe |
6.1.7600.20517 |
7,699,456 |
28-Aug-2009 |
09:36 |
IA-64 |
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Cluswmi.dll |
6.1.7600.20517 |
884,224 |
28-Aug-2009 |
09:38 |
IA-64 |
Cluswmi.mof |
Not Applicable |
76,540 |
28-Aug-2009 |
03:25 |
Not Applicable |
Cluswmiuninstall.mof |
Not Applicable |
176 |
13-Jul-2009 |
20:22 |
Not Applicable |
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
More Information
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updatesNote This hotfix optimizes the following queries to the failover cluster WMI provider when many resources and groups are configured on the failover cluster:Select * from MSCluster_Resource WHERE Type=’<resource type name>’ [OR Type=’<resource type name 2>’] Select * from MSCluster_Resource WHERE Type='Generic Service' AND PrivateProperties.ServiceName='tssdis' Select * from MSCluster_ResourceToDisk where GroupComponent='MSCluster_Resource.Name="<resource name>"' Select * from MSCluster_ResourceToDisk where PartComponent='MSCluster_Disk.ID="<disk id>"' Select * from MSCluster_DiskToDiskPartition where GroupComponent='MSCluster_Disk.ID="<disk id>"' Select * from MSCluster_NodeToActiveGroup where PartComponent='MSCluster_ResourceGroup.Name="<group name>"' Select * from MSCluster_NodeToActiveResource where PartComponent='MSCluster_Resource.Name="<resource name>"' Select * from MSCluster_ResourceGroupToResource where GroupComponent='MSCluster_ResourceGroup.Name="<group name>"' Select * from MSCluster_ResourceGroupToResource where PartComponent='MSCluster_Resource.Name="<resource name>"' Select * from MSCluster_Resource where Type='Virtual Machine' and PrivateProperties.VmID='<vm id>' Select * from MSCluster_Resource where Type='Virtual Machine Configuration' and PrivateProperties.VmID='<vm id>' Select * from MSCluster_ResourceToDependentResource where Dependent='MSCluster_Resource.Name="<resource name>"' Select * from MSCluster_ResourceToDependentResource where Antecedent='MSCluster_Resource.Name="<resource name>"' Select * from MSCluster_ClusterSharedVolumeToPartition where GroupComponent='MSCluster_ClusterSharedVolume.Name="<CSV name>"' Select * from MSCluster_ClusterSharedVolumeToResource where GroupComponent='MSCluster_ClusterSharedVolume.Name="<CSV name>"' Select * from MSCluster_ClusterSharedVolumeToNode where GroupComponent='MSCluster_ClusterSharedVolume.Name="<CSV name>"' Select * from MSCluster_AvailableDisk where ID='<disk id>' Select * from MSCluster_Resource where ResourceClass='<resource class>' Select * from MSCluster_Resource where Name = '<resource name>' Select * from MSCluster_Node where Name = '<node name>' Select * from MSCluster_Group where Name = '<group name>' Select * from MSCluster_Network where Name = '<network name>' Select * from MSCluster_NetworkInterface where Name = '<network interface>' and SystemName = '<node name>' Select * from MSCluster_ResourceType where Name = '<resource type>' select * from MSCluster_Disk select * from MSCluster_Disk where ID='< disk id>'
Additional file information for Windows Server 2008 R2
Additional files for all supported x64-based versions of Windows Server 2008 R2
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Amd64_microsoft-windows-f..overcluster-clussvc_31bf3856ad364e35_6.1.7600.20517_none_168de9add41fe04f.manifest |
Not Applicable |
7,438 |
28-Aug-2009 |
17:35 |
Not Applicable |
Amd64_microsoft-windows-f..overcluster-cluswmi_31bf3856ad364e35_6.1.7600.20517_none_193be2f1d2657a2c.manifest |
Not Applicable |
6,668 |
28-Aug-2009 |
17:33 |
Not Applicable |
Package_for_kb974930_rtm~31bf3856ad364e35~amd64~~6.1.1.0.mum |
Not Applicable |
2,162 |
28-Aug-2009 |
22:43 |
Not Applicable |
Wow64_microsoft-windows-f..overcluster-clussvc_31bf3856ad364e35_6.1.7600.20517_none_20e294000880a24a.manifest |
Not Applicable |
4,604 |
28-Aug-2009 |
16:08 |
Not Applicable |
Additional files for all supported Itanium-based versions of Windows Server 2008 R2
File name |
File version |
File size |
Date |
Time |
Platform |
---|---|---|---|---|---|
Ia64_microsoft-windows-f..overcluster-clussvc_31bf3856ad364e35_6.1.7600.20517_none_ba70f2201bc07815.manifest |
Not Applicable |
7,436 |
28-Aug-2009 |
16:50 |
Not Applicable |
Ia64_microsoft-windows-f..overcluster-cluswmi_31bf3856ad364e35_6.1.7600.20517_none_bd1eeb641a0611f2.manifest |
Not Applicable |
6,666 |
28-Aug-2009 |
16:49 |
Not Applicable |
Package_for_kb974930_rtm~31bf3856ad364e35~ia64~~6.1.1.0.mum |
Not Applicable |
1,456 |
28-Aug-2009 |
22:43 |
Not Applicable |
Wow64_microsoft-windows-f..overcluster-clussvc_31bf3856ad364e35_6.1.7600.20517_none_20e294000880a24a.manifest |
Not Applicable |
4,604 |
28-Aug-2009 |
16:08 |
Not Applicable |