HP Windows (WMI) Memory board failed.

HewlettPackard.Servers.ProLiant.WMI.Memory_board_error_Rule (Rule)

A memory board has an error.

Knowledge Base article:

Summary

A memory board error has occurred.

Causes

This could be caused by the following:

Resolutions

Check the memory configuration and replace the memory board and memory modules as necessary. Repair the appropriate IML log messages after the memory is replaced.

For additional troubleshooting, the following tasks are available:

Related Events

The following are monitored NT Event Log entries by this rule:

Event ID

Publisher

Log Message

2

HP Memory

A memory board has an error.

User Action

Check the memory configuration and replace the memory board and memory modules as necessary. Repair appropriate IML log messages after memory is replaced.

(WBEM Indication Properties)

Related Links

See the latest information about HP ProLiant Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HP ProLiant Servers WMI Management Pack

Element properties:

TargetHewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIMemory
CategoryAlert
EnabledTrue
Event_ID2
Event SourceHP Memory
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogSystem

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.Servers.ProLiant.WMI.Memory_board_error_Rule" Target="HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIMemory" Enabled="true">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Memory</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>HP Windows (WMI) Memory board failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>