Temperature at sensor in cabinet of server has reached the critical level [SC2_MIB_12022]

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

The temperature of the indicated sensor is out of tolerance range. The system will shut down and power off if shutdown is enabled

Knowledge Base article:

Summary

SC2_MIB_12022: temperature at sensor in cabinet of server has reached the critical level

Causes

This event is caused by the following problem:

Resolutions

The system will shut down and power off if shutdown is enabled

To view the details of the problem:

Element properties:

TargetFujitsu.Servers.PRIMERGY.Server
CategoryEventCollection
EnabledTrue
Event_ID12022
Event SourceServerView Agents
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
SC2_MIB_12022: Temperature at sensor in cabinet of server has reached the critical level
The temperature of the indicated sensor is out of tolerance range. The system will shut down and power off if shutdown is enabled
Event LogApplication

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.SC2_MIB_12022" Enabled="true" 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>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">12022</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">ServerView Agents</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Fujitsu.Servers.PRIMERGY.Rules.SC2_MIB_12022.AlertMessage"]$</AlertMessageId>
<AlertParameters/>
<Suppression/>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>