Deduplikációs kötet felderítése

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

Knowledge Base article:

Összefoglalás

Ez az objektum felderíti a deduplikált köteteket a Windows Server 2012 R2 rendszerű kiszolgálókon. Ez a felderítési szabály lekérdezést futtat az MSFT_DedupVolume adatdeduplikációs WMI-osztályra, hogy felderítse azokat a köteteket, amelyekhez engedélyezve van a deduplikáció, valamint többek között a következő tulajdonságokat:

További információk

Az MSFT_DedupVolume osztály (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>