where the windows 2008 cluster WMI infomation?

L

liyong

hello,
I can not using the following WMI information get the windows 2008
cluster, it will get a failure say invalid class, but it works on 2003
server.

SELECT * FROM MSCluster_ResourceToPossibleOwner
SELECT * FROM MSCluster_ResourceGroupToPreferredNode
SELECT * FROM MSCluster_ResourceGroupToResource
SELECT * FROM MSCluster_ClusterToResourceType
SELECT * FROM MSCluster_ClusterToNode
SELECT * FROM MSCluster_Cluster

Cust response = All say invalid class.

So, Who can tell me how to get those infomation form WMI in a windows 2008
cluster server?

thanks a lot.
 
M

Meinolf Weber [MVP-DS]

Hello liyong,

Will crosspost this to:
microsoft.public.windows.server.clustering

> hello,
> I can not using the following WMI information get the windows 2008
> cluster, it will get a failure say invalid class, but it works on 2003
> server.
>
> SELECT * FROM MSCluster_ResourceToPossibleOwner
> SELECT * FROM MSCluster_ResourceGroupToPreferredNode
> SELECT * FROM MSCluster_ResourceGroupToResource
> SELECT * FROM MSCluster_ClusterToResourceType
> SELECT * FROM MSCluster_ClusterToNode
> SELECT * FROM MSCluster_Cluster
> Cust response = All say invalid class.
>
> So, Who can tell me how to get those infomation form WMI in a windows
> 2008 cluster server?
>
> thanks a lot.


Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
 
Back
Top Bottom