Fibre Channel Controller degraded.

HewlettPackard.Oneview.Server.HPProliantServer.Fibre_Channel_Controller_degraded.Rule (Rule)

Knowledge Base article:

Summary

A Fibre Channel controller has degraded.

Causes

This could be caused by the following:

Resolutions

If the controller status is failed, replace the controller.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Log File

Publisher

Log Message

16028

HP OneView Management

HP OneView Event Manager-Server

Fibre Channel Host Controller Status Change (16028) Fibre Channel Host Controller Status Change. This trap signifies that the agent has detected a change in the status of a Fibre Channel Host Controller. The variable cpqFcaHostCntlrStatus indicates the current controller status. User Action: If the controller status is failed, replace the controller. Source IP Address: '%1'; Source System GUID: '%2'; Server Hostname: '%3'; FCA Host Controller Hardware Location: '%5'; FCA Host Controller Index: '%6'; FCA Host Controller Status: '%7'; (1=other, 2=ok, 3=failed, 4=shutdown, 5=loopDegraded, 6=loopFailed, 7=notConnected) FCA Host Controller Model: '%8'; (1=other, 2=fchc-p, 3=fchc-e, 4=fchc64, 5=sa-sam, 6=fca-2101, 7=sw64-33, 8=fca-221x, 9=dpfcmc, 10=fca-2404, 11=fca-2214, 12=a7298a, 13=fca-2214dc, 14=a6826a, 15=fcmcG3, 16=fcmcG4, 17=ab46xa, 18=fc-generic, 19=fca-1143, 20=fca-1243, 21=fca-2143, 22=fca-2243, 23=fca-1050, 24=fca-lpe1105, 25=fca-qmh2462, 26=fca-1142sr, 27=fca-1242sr, 28=fca-2142sr, 29=fca-2242sr, 30=fcmc20pe, 31=fca-81q, 32=fca-82q, 33=fca-qmh2562, 34=fca-81e, 35=fca-82e, 36=fca-1205, 37=fca-sn1000esp, 38=fca-sn1000edp, 39=fca-sn1000qsp, 40=fca-sn1000qdp, 41=fca-sn1100esp, 42=fca-sn1100edp, 43=fca-81b, 44=fca-82b, 45=fca-cn1100e, 46=fca-554flb, 47=fca-554m, 48=fca-554flr, 49=fca-lpe1205a, 50=fca-cn1000q, 51=fca-qmh2572, 52=fca-526flr, 53=fca-qmh2672, 54=fca-534flb, 55=fca-534flr, 56=fca-534m, 57=fca-533flr, 58=fca-cn1100r, 59=fca-lpe1605) FCA Host Controller Serial Number: '%9'; FCA Host Controller World Wide Name: '%10'; FCA Host Controller World Wide Port Name: '%11'; [SNMP TRAP: 16028 in CPQFCA.MIB]

Related Links

See the latest information about Hewlett Packard Enterprise OneView Server Management Pack:

HPE Microsoft Management Integration Solution

Management Pack Information

Hewlett Packard Enterprise OneView Server Management Pack

Element properties:

TargetHewlettPackard.Oneview.Server.HPProliantServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogHP OneView Management

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Oneview.Server.HPProliantServer.Fibre_Channel_Controller_degraded.Rule" Target="HewlettPackard.Oneview.Server.HPProliantServer" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<LogName>HP OneView Management</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP OneView Event Manager-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">16028</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HewlettPackard.Oneview.Server.HPProliantServer"]/ObjectID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>Fibre Channel Controller degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>