HP Agentless Rack server power subsystem degraded.

HewlettPackard.ProLiant.Monitored.Agentless.SNMP.Rack_server_power_subsystem_degraded.Rule (Rule)

Knowledge Base article:

Summary

A rack server power subsystem has degraded.

Causes

This could be caused by the following:

Resolutions

Check power connections or add power supplies.

For additional troubleshooting, the following tasks are available:

Related Events

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

Event ID

Log File

Publisher

Log Message

22022

HP Device Monitor

HP Common Services - SNMP

Server power on prevented to preserve redundancy (22022) Server power on prevented to preserve redundancy. There is not enough power to power on the server blade and maintain redundancy for the other blades in the enclosure. User Action: Check power connections or add power supplies. Source IP Address: '%1'; Source System GUID: '%2'; Rack Name: '%5'; Rack UID: '%6'; Rack Server Blade Enclosure Name: '%7'; Rack Server Blade Position: '%8'; Rack Server Blade Spare Part Number: '%9'; Rack Enclosure Serial Number: '%10'; Rack Enclosure Trap Sequence Number: '%11'; [SNMP TRAP: 22022 in CPQRACK.MIB]

22023

HP Device Monitor

HP Common Services - SNMP

Inadequate power to power on (22023) Inadequate power to power on. There is not enough power to power on the server blade. User Action: Check power connections or add power supplies. Source IP Address: '%1'; Source System GUID: '%2'; Rack Name: '%5'; Rack UID: '%6'; Rack Server Blade Enclosure Name: '%7'; Rack Server Blade Position: '%8'; Rack Server Blade Spare Part Number: '%9'; Rack Enclosure Serial Number: '%10'; Rack Enclosure Trap Sequence Number: '%11'; [SNMP TRAP: 22023 in CPQRACK.MIB]

Related Links

See the latest information about the HP ProLiant Agentless Management Pack:

Insight Control for Microsoft System Center documentation

Management Pack Information

HP ProLiant Agentless Management Pack

Element properties:

TargetHewlettPackard.ProLiant.Monitored.Agentless.HPAgentlessServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogHP Device Monitor

Member Modules:

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

Source Code:

<Rule ID="HewlettPackard.ProLiant.Monitored.Agentless.SNMP.Rack_server_power_subsystem_degraded.Rule" Enabled="true" Target="HewlettPackard.ProLiant.Monitored.Agentless.HPAgentlessServer">
<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>HP Device Monitor</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Common Services - SNMP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005BooleanRegularExpression</Operator>
<Pattern>^(22022|22023)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="HPSC!HewlettPackard.Servers.HPDMServer"]/SystemUUID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>HP Agentless Rack server power subsystem degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>