Management blade status is critical. [MMBTRAP_1605]

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

The status of the management blade is critical

Knowledge Base article:

Summary

MMBTRAP_1605: Management blade status is critical.

Causes

This could be caused by the following:

Resolutions

Try to connect to the master management blade. (using web interface, telnet or serial connection) If access is possible:

External

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

Fujitsu Technology Solutions

Element properties:

TargetFujitsu.PRIMERGY.BladeSystem.Enclosure.MonitorService
CategoryEventCollection
EnabledTrue
Event_ID1605
Event SourceBlade system MMB service
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Management blade status is critical.
The status of the management blade is critical
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_1605" Enabled="true" Target="Fujitsu.PRIMERGY.BladeSystem.Enclosure.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">1605</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_1605.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Custom1>$Data/EventDescription$</Custom1>
<Custom2>$Data/Params/Param[1]$</Custom2>
</WriteAction>
</WriteActions>
</Rule>