HP MSA2000 Error Event 358

MSA.Rule.Event.System.Error.358 (Rule)

All PHYs are down for the indicated disk channel.

Knowledge Base article:

Summary

Error Event 358.

Causes

All PHYs are down for the indicated disk channel. The system is degraded and is not fault-tolerant because all disks are in a single-ported state.

Resolutions

External

These and other HP documents can be found on the Software Support/Documentation DVD shipped with your product or at http://www.hp.com/go/p2000/manuals. For links to additional information about your product, see http://www.hp.com/go/p2000 or http://www.hp.com/go/msa. For product support and to download drivers, firmware, and software, see http://www.hp.com/support.

Element properties:

TargetMSA.System
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityLow
RemotableFalse
Alert Message
All PHYs are down for the indicated disk channel.

System Name: {0}
Primary IP Address: {1}
Secondary IP Address: {2}
Severity: {3}
Event: {4}

Member Modules:

ID Module Type TypeId RunAs 
Event DataSource MSA.DataSource.Event.System Default
EventFilter ConditionDetection MSA.ConditionDetection.Filter.Event Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="MSA.Rule.Event.System.Error.358" Enabled="true" Target="MSA.System" ConfirmDelivery="true" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="Event" TypeID="MSA.DataSource.Event.System"/>
</DataSources>
<ConditionDetection ID="EventFilter" TypeID="MSA.ConditionDetection.Filter.Event">
<EventCode>358</EventCode>
<SeverityNumeric>1</SeverityNumeric>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageID70f802d89d6048ac9fece517ac74517b"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="MSA.System"]/PrimaryIP$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="MSA.System"]/SecondaryIP$</AlertParameter3>
<AlertParameter4>$Data/Property[@Name='severity']$</AlertParameter4>
<AlertParameter5>$Data/Property[@Name='message']$</AlertParameter5>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>