HP MSA2000 Volume Discovery

MSA.Discovery.Volume (Discovery)

This rule discovers Volumes in HP MSA2000 System.

Knowledge Base article:

Summary

This rule discovers Volumes in HP MSA2000 System.

Configuration

Default values:

Element properties:

TargetMSA.Node.VirtualDisk
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Discovery DataSource MSA.DataSource.Discovery.Volume Default

Source Code:

<Discovery ID="MSA.Discovery.Volume" Enabled="true" Target="MSA.Node.VirtualDisk" ConfirmDelivery="true" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MSA.Volume">
<Property TypeID="MSA.Volume" PropertyID="Size"/>
<Property TypeID="MSA.Volume" PropertyID="SerialNumber"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Discovery" TypeID="MSA.DataSource.Discovery.Volume">
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>00:31</SyncTime>
<PrincipalName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<Midplane>$Target/Host/Property[Type="MSA.System"]/SerialNumber$</Midplane>
<MsaCliPath>$Target/Host/Host/Property[Type="MSA.PerformanceTool"]/MsaCliPath$</MsaCliPath>
<PrimaryIP>$Target/Host/Property[Type="MSA.System"]/PrimaryIP$</PrimaryIP>
<SecondaryIP>$Target/Host/Property[Type="MSA.System"]/SecondaryIP$</SecondaryIP>
</DataSource>
</Discovery>