S2D: 볼륨 검색

Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.Volume (Discovery)

스토리지 공간 다이렉트 볼륨 개체를 검색합니다.

Knowledge Base article:

요약

스토리지 가상 디스크에서 검색이 시작됩니다. 디스크의 작업 상태가 “정상”이 아닌 경우(PowerShell cmdlet Get-VirtualDisk로 상태 확인), 검색을 통해 볼륨 목록이 새로 고쳐지지 않고 새 볼륨이 검색되지 않습니다. 잘못된 볼륨이 채워지는 것을 방지하기 위한 정상적인 검색 동작입니다.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.VirtualDisk
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.Server.10.0.Storage.StorageSpacesDirect.Discovery.DataSource.Volume Microsoft.Storage.Library.MonitoringRunAsProfile

Source Code:

<Discovery ID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.Volume" Enabled="true" Target="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.VirtualDisk" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Volume">
<Property TypeID="MicrosoftStorageLibrary!Microsoft.Storage.Library.Windows.Volume" PropertyID="UniqueID"/>
<Property TypeID="MicrosoftStorageLibrary!Microsoft.Storage.Library.Windows.Volume" PropertyID="VolumeLabel"/>
<Property TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Volume" PropertyID="ObjectId"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystemContatainsVolume"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Discovery.DataSource.Volume" RunAs="MicrosoftStorageLibrary!Microsoft.Storage.Library.MonitoringRunAsProfile">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<DebugMode>false</DebugMode>
</DataSource>
</Discovery>