重複除去ボリューム検出

Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume.Discovery (Discovery)

Knowledge Base article:

概要

このオブジェクトは、Windows Server 2012 R2 を実行するサーバー上で重複除去ボリュームを検出します。この検出ルールは、WMI のデータ重複除去クラス MSFT_DedupVolume に対するクエリを実行して、重複除去が有効化されたボリュームと次のようなプロパティを検出します。

追加情報

MSFT_DedupVolume クラス (http://go.microsoft.com/fwlink/?LinkId=255893)

Element properties:

TargetMicrosoft.SystemCenter.DataProtectionManager.DedupReporter.6.3
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume.Discovery" Enabled="true" Target="Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume">
<Property PropertyID="Volume"/>
<Property PropertyID="VolumeId"/>
<Property PropertyID="Capacity"/>
<Property PropertyID="Enabled"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.HostsDedupVolume"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\ROOT\Microsoft\Windows\Deduplication</NameSpace>
<Query>SELECT VolumeId, Volume, Capacity, Enabled FROM MSFT_DedupVolume</Query>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume']/VolumeId$</Name>
<Value>$Data/Property[@Name='VolumeId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume']/Volume$</Name>
<Value>$Data/Property[@Name='Volume']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume']/Capacity$</Name>
<Value>$Data/Property[@Name='Capacity']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='Microsoft.SystemCenter.DataProtectionManager.DedupReporter.6.3.Volume']/Enabled$</Name>
<Value>$Data/Property[@Name='Enabled']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='System!System.Entity']/DisplayName$</Name>
<Value>$Data/Property[@Name='Volume']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>