Information
Note BMC PATROL for Microsoft Cluster Server 1.9 is not the latest version. The latest version is merged with the BMC PATROL for Microsoft Windows Servers 5.0 KM as a component. To continue using it, import the BMC PATROL for Microsoft Windows Servers 5.0. For more information, see BMC PATROL for Microsoft Windows Servers 5.0.

Collection and discovery issues in Cluster Shared Volumes (CSV)


This topic provides information to troubleshoot Cluster Shared Volumes (CSV) related collection and discovery issues. 

Use WBEMTest.exe tool to execute the following WMI queries.

Issue

Namespace

Query

Expected result

Discovery fails

root\MsCluster

select Name from MSCluster_Resource where IsClusterSharedVolume = ‘True’

If a CSV is present on machine then query will be successful and it will list down the cluster disks in CSV.


Collection fails

Allocated disk:

root\MsCluster

select <property name>, <property name> from MSCluster_DiskPartition

For example: select FreeSpace,TotalSize from MSCluster_DiskPartition

 

If the query is successful the property values should be displayed.

Unallocated disk:

 root\CIMv2

select <property> from win32_diskdrive

For example: select size from win32_diskdrive

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC PATROL for Microsoft Cluster Server 1.9