Event from Emulex FC Adapter driver [Emulex_11]

Fujitsu.Servers.PRIMERGY.Windows.Rules.Emulex_11 (Rule)

Event from Emulex FC Adapter driver.

Knowledge Base article:

Summary

Emulex_11: Error Event from Emulex Adapter driver

Causes

This event is caused by the following problem:

Resolutions

Element properties:

TargetFujitsu.Servers.PRIMERGY.Windows.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
EmulexDS DataSource Fujitsu.Servers.PRIMERGY.Windows.EmulexDataSource Default
FilterDescription ConditionDetection System.ExpressionFilter Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.Windows.Rules.Emulex_11" Enabled="true" Target="FTSWIN!Fujitsu.Servers.PRIMERGY.Windows.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="EmulexDS" TypeID="Fujitsu.Servers.PRIMERGY.Windows.EmulexDataSource">
<EventId>11</EventId>
</DataSource>
</DataSources>
<ConditionDetection ID="FilterDescription" TypeID="System!System.ExpressionFilter">
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>Property[@Name='PublisherName']</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>elxstor|elxcna|elxfc|elxplus</Pattern>
</RegExExpression>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>$Data/Property[@Name='EventLevel']$</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Windows.Rules.Emulex_11.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Property[@Name='PublisherName']$</AlertParameter1>
<AlertParameter2>$Data/Property[@Name='RawData']$</AlertParameter2>
<AlertParameter3>$Data/Property[@Name='EventCode']$</AlertParameter3>
<AlertParameter4>$Data/Property[@Name='EventData']$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventLevel$</SuppressionValue>
<SuppressionValue>$Data/EventNumber$</SuppressionValue>
<SuppressionValue>$Data/Property[@Name='RawData']$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>