Detectie van gedeeld clustervolume

Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Discovery (Discovery)

Detecteer klasse-exemplaren van het gedeelde clustervolume dat wordt gehost op de virtuele clusterserver die onderdeel uitmaakt van het cluster. Een gedeeld clustervolume is toegankelijk voor alle clusterknooppunten tegelijk. Deze toegang wordt beheerd in een geautomatiseerde FSMO-modus.

Element properties:

TargetMicrosoft.Windows.Server.ClusterSharedVolumeMonitoring.Cluster
EnabledTrue
Frequency86400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Discovery.ScriptDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Discovery" Enabled="true" Target="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.Cluster" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume">
<Property PropertyID="ClusterSharedVolumeName"/>
<Property PropertyID="FriendlyVolumeName"/>
<Property PropertyID="PartitionName"/>
<Property PropertyID="PartitionFileSystem"/>
<Property PropertyID="PartitionSize"/>
<Property PropertyID="ClusterName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DataSource" TypeID="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.ClusterSharedVolume.Discovery.ScriptDataSource">
<IntervalSeconds>86400</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<ScriptGroupId>ClusterSharedVolumeMonitoring</ScriptGroupId>
<MPElementID>$MPElement$</MPElementID>
<TargetID>$Target/Id$</TargetID>
<TargetComputer>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetComputer>
<ClusterName>$Target/Property[Type="Microsoft.Windows.Server.ClusterSharedVolumeMonitoring.Cluster"]/ClusterName$</ClusterName>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>