Temperature at system temperature sensor has reached the critical level. [MMBTRAP_1623]

Fujitsu.PRIMERGY.BladeSystem.MMB.Rules.MMBTRAP_1623 (Rule)

The temperature of the indicated system temperature sensor is out of tolerance range.

Knowledge Base article:

Summary

MMBTRAP_1623: Temperature at system temperature sensor has reached the critical level

Causes

This could be caused by the following:

Resolutions

External

See latest information of Fujitsu PRIMERGY Server and Fujitsu PRIMERGY Blade System Management Packs:

Fujitsu Limited

Element properties:

TargetFujitsu.PRIMERGY.BladeSystem.Service.MonitorService
CategoryEventCollection
EnabledTrue
Event_ID1623
Event SourceBlade system MMB service
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Temperature at system temperature sensor has reached the critical level.
The temperature of the indicated system temperature sensor is out of tolerance range.
Event LogFujitsuBladeSystemMMB

Member Modules:

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

Source Code:

<Rule ID="Fujitsu.PRIMERGY.BladeSystem.MMB.Rules.MMBTRAP_1623" Enabled="true" Target="FTSBSS!Fujitsu.PRIMERGY.BladeSystem.Service.MonitorService" ConfirmDelivery="false" 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"]/PrincipalName$</ComputerName>
<LogName>FujitsuBladeSystemMMB</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Blade system MMB service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1623</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.PRIMERGY.BladeSystem.MMB.Rules.MMBTRAP_1623.AlertMessage"]$</AlertMessageId>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/Channel$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/EventCategory$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
<Custom1>$Data/EventDescription$</Custom1>
<Custom2>$Data/Params/Param[1]$</Custom2>
<Custom3>$Data/Params/Param[3]$</Custom3>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>