Storage Type Discovery

Dell.Storage.StorageType.Discovery (Discovery)

Description for the new discovery.

Element properties:

TargetDell.Storage.StorageCenter
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • Dell.Storage.StorageType
    • DataPageSize
    • DiskFolder
    • DiskFolderIndex
    • FlashOptimized
    • Index
    • InstanceId
    • InstanceName
    • Name
    • Redundancy
    • Status
    • StorageCenterName
    • StorageCenterSerialNumber
    • UniqueName
    • VolumeCreateionAllowed
    • DisplayName

Member Modules:

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

Source Code:

<Discovery ID="Dell.Storage.StorageType.Discovery" Target="Dell.Storage.StorageCenter" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Dell.Storage.StorageType">
<Property TypeID="Dell.Storage.StorageType" PropertyID="DataPageSize"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="DiskFolder"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="DiskFolderIndex"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="FlashOptimized"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="Index"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="InstanceId"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="InstanceName"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="Name"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="Redundancy"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="Status"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="StorageCenterName"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="StorageCenterSerialNumber"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="UniqueName"/>
<Property TypeID="Dell.Storage.StorageType" PropertyID="VolumeCreateionAllowed"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.WmiProviderWithClassSnapshotDataMapper">
<NameSpace>\\$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$\root\Dell\Storage</NameSpace>
<Query>
SELECT DataPageSize,
DiskFolder,
DiskFolderIndex,
FlashOptimized,
Index,
InstanceId,
InstanceName,
Name,
Redundancy,
Status,
StorageCenterName,
StorageCenterSerialNumber,
UniqueName,
VolumeCreateionAllowed
FROM Dell_StorageCenterStorageType WHERE StorageCenterSerialNumber = $Target/Property[Type="Dell.Storage.StorageCenter"]/SerialNumber$
</Query>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Dell.Storage.StorageType"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/DataPageSize$</Name>
<Value>$Data/Property[@Name='DataPageSize']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/DiskFolder$</Name>
<Value>$Data/Property[@Name='DiskFolder']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/DiskFolderIndex$</Name>
<Value>$Data/Property[@Name='DiskFolderIndex']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/FlashOptimized$</Name>
<Value>$Data/Property[@Name='FlashOptimized']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/Index$</Name>
<Value>$Data/Property[@Name='Index']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/InstanceId$</Name>
<Value>$Data/Property[@Name='InstanceId']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/InstanceName$</Name>
<Value>$Data/Property[@Name='InstanceName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/Name$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/Redundancy$</Name>
<Value>$Data/Property[@Name='Redundancy']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/Status$</Name>
<Value>$Data/Property[@Name='Status']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/StorageCenterName$</Name>
<Value>$Data/Property[@Name='StorageCenterName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/StorageCenterSerialNumber$</Name>
<Value>$Data/Property[@Name='StorageCenterSerialNumber']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/UniqueName$</Name>
<Value>$Data/Property[@Name='UniqueName']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageType"]/VolumeCreateionAllowed$</Name>
<Value>$Data/Property[@Name='VolumeCreateionAllowed']$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.DataCollector"]/InstanceId$</Name>
<Value>$Target/Host/Property[Type="Dell.Storage.DataCollector"]/InstanceId$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Dell.Storage.StorageCenter"]/InstanceId$</Name>
<Value>$Target/Property[Type="Dell.Storage.StorageCenter"]/InstanceId$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>$Data/Property[@Name='Name']$</Value>
</Setting>
</Settings>
</InstanceSettings>
</DataSource>
</Discovery>