Hi Expert,
This issue is about WMI query but I think it's more related to SCOM.
I got lots of warning on managed cluster nodes, first health service modules/10403, then health service modules/10409, see:
Event 10403
=========
Module was able to connect to namespace 'ROOT\MSCLUSTER'
One or more workflows were affected by this.
Workflow name: Microsoft.Windows.2008.Cluster.NetworkInterface.StateMonitoring
Instance name: MyInstance01
Instance ID: {B1B16C72-F9A5-4B19-1374-5EEEFB0825D7}
Management group: MySCOMGRP01
Event 10409
=========
Object enumeration failed
Query: 'SELECT FROM MSCLUSTER_NetworkInterface where Name="MyInstance01"'
HRESULT: 0x80041017
Details: Invalid query
One or more workflows were affected by this.
Workflow name: Microsoft.Windows.2008.Cluster.NetworkInterface.StateMonitoring
Instance name: MyInstance01
Instance ID: {B1B16C72-F9A5-4B19-1374-5EEEFB0825D7}
Management group: MySCOMGRP01
===============================
1. I tried the query (SELECT FROM MSCLUSTER_NetworkInterface) in WBEMTEST, the result is invalid query.
2. Then, I changed the query to SELECT * FROM MSCLUSTER_NetworkInterface, the query is ok.
3. I'm not very familar with WQL query, can the * be ignored? otherwise it's a bug of Failover cluster MP?
4. The version of cluster MP is 6.0.6720.0.
amoschb