HP MSA2000 Port Discovery

MSA.Discovery.Port (Discovery)

This rule discovers Ports in HP MSA2000 System.

Knowledge Base article:

Summary

This rule discovers ports in HP MSA2000 System.

Configuration

Default values:

Element properties:

TargetMSA.Node.Controller
EnabledTrue
Frequency3600
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="MSA.Discovery.Port" Enabled="true" Target="MSA.Node.Controller" ConfirmDelivery="true" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="MSA.Port">
<Property TypeID="MSA.Port" PropertyID="Port"/>
<Property TypeID="MSA.Port" PropertyID="Media"/>
<Property TypeID="MSA.Port" PropertyID="ActualSpeed"/>
<Property TypeID="MSA.Port" PropertyID="ConfiguredSpeed"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="MSA.IOModule.ExpanderPort">
<Property TypeID="MSA.IOModule.ExpanderPort" PropertyID="DurableID"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="MSA.Controller.ExpanderPort">
<Property TypeID="MSA.Controller.ExpanderPort" PropertyID="DurableID"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="Discovery" TypeID="MSA.DataSource.Discovery.Port">
<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>