Acer.Server.OOB.NetworkRule

Acer.Server.OOB.NetworkRule (Rule)

The alert is generated when getting a PET from server health monitor(iBMC).

Knowledge Base article:

Summary

The alert is generated when getting a PET from server health monitor(iBMC).

Causes

The causes include that the LAN heartbeat lost etc.

Resolutions

Check network configuration of the server.

Additional Information

Launch Smart Console to check the sensor readings.

External Knowledge Sources

Check sensor and event information in the IPMI specification.

Element properties:

TargetAcer.Server.OOB.Network
CategoryAlert
EnabledTrue
Alert GenerateTrue
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.SdkEventProvider Default
ConditionDetection ConditionDetection System.ExpressionFilter Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Acer.Server.OOB.NetworkRule" Enabled="true" Target="Acer.Server.OOB.Network" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SC!Microsoft.SystemCenter.SdkEventProvider"/>
</DataSources>
<ConditionDetection ID="ConditionDetection" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Acer.Server.OOB</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventData/Data/BMCIP</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="Acer.Server.OOB.Network"]/BMCIP$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventData/Data/AlertObjectType</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Network</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventData/Data/AlertSeverity</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">-1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>$Data/EventData/Data/AlertSeverity$</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageIDba7ac9a9a95a44a1bf0e53d60d7da69c"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventData/Data/AlertName$</AlertParameter1>
<AlertParameter2>$Data/EventData/Data/AlertDescription$</AlertParameter2>
</AlertParameters>
<Custom1>$Data/EventData/Data/AlertID$</Custom1>
<Custom2>$Target/Property[Type="Acer.Server.OOB.Network"]/BMCIP$</Custom2>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>