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 |