Network adapter is de-activated and is no longer participating in network traffic [BROADCOM_BT_18]

Fujitsu.Servers.PRIMERGY.Rules.BROADCOM_BT_18 (Rule)

Error message of driver of Broadcom LAN Adapter BCM57xx

Knowledge Base article:

Summary

BROADCOM_BT_18: Network adapter is de-activated and is no longer participating in network traffic

Causes

This event is caused by the following problem:

Resolutions

Element properties:

TargetFujitsu.Servers.PRIMERGY.Server
CategoryEventCollection
EnabledFalse
Event_ID18
Event SourceBT
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
BROADCOM_BT_18: Network adapter is de-activated and is no longer participating in network traffic
Error message of driver of Broadcom LAN Adapter BCM57xx
Event LogSystem

Member Modules:

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

Source Code:

<Rule ID="Fujitsu.Servers.PRIMERGY.Rules.BROADCOM_BT_18" Enabled="false" Target="Fujitsu.Servers.PRIMERGY.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">18</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">BT</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Rules.BROADCOM_BT_18.AlertMessage"]$</AlertMessageId>
<AlertParameters/>
<Suppression/>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>