실제 디스크 - 디스크 파티션 검색 규칙

Microsoft.Windows.Server.6.2.PhysicalDiskContainsDiskPartition.Discovery (Discovery)

이 규칙은 실제 디스크와 디스크 파티션 간의 관계를 검색합니다.

Knowledge Base article:

요약

이 검색 규칙은 "실제 디스크에 디스크 파티션 포함"이라는 Windows Server 관계 클래스를 검색하여 실제 디스크에 디스크 파티션 포함 관계 인스턴스로 채웁니다.

Element properties:

TargetMicrosoft.Windows.Server.6.2.PhysicalDisk
EnabledTrue
Frequency86940
RemotableFalse

Object Discovery Details:

Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.Windows.WmiProviderWithRelationshipSnapshotDataMapper Default

Source Code:

<Discovery ID="Microsoft.Windows.Server.6.2.PhysicalDiskContainsDiskPartition.Discovery" Enabled="true" Target="WindowsServer!Microsoft.Windows.Server.6.2.PhysicalDisk">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryRelationship TypeID="Microsoft.Windows.Server.6.2.PhysicalDiskContainsDiskPartition"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="Windows!Microsoft.Windows.WmiProviderWithRelationshipSnapshotDataMapper">
<NameSpace>\\$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$\root\cimv2</NameSpace>
<Query>associators of {win32_diskdrive='$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$'} where ResultClass=Win32_DiskPartition</Query>
<Frequency>86940</Frequency>
<RelationshipId>$MPElement[Name="Microsoft.Windows.Server.6.2.PhysicalDiskContainsDiskPartition"]$</RelationshipId>
<SourceRoleSettings>
<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="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Value>
</Setting>
</Settings>
</SourceRoleSettings>
<TargetRoleSettings>
<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="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</Name>
<Value>$Data/Property[@Name='DeviceID']$</Value>
</Setting>
</Settings>
</TargetRoleSettings>
</DataSource>
</Discovery>