Wykrywanie woluminu deduplikacji

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

Knowledge Base article:

Podsumowanie

Ten obiekt wykrywa deduplikowane woluminy na serwerach z systemem Windows Server 2012 R2. Reguła wykrywania wykonuje zapytanie względem klasy WMI MSFT_DedupVolume deduplikacji danych, aby wykryć woluminy z włączoną deduplikacją i właściwości takie jak poniższe:

Informacje dodatkowe

Klasa 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>