HP Agentless Storage System Connection degraded.

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

Knowledge Base article:

Summary

A storage system connection has degraded.

Causes

This could be caused by the following:

Resolutions

If cpqSsBoxConnectionStatus is 'notConnected(4)', restore the connection between the HBA and the storage system.

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

8032

HP Device Monitor

HP Common Services - SNMP

Connection Status Change (8032)Storage system connection status change. The agent has detected a change in the connection status of a storage system. The variable cpqSSboxConnectionStatus indicates the current connection status. User Action: If cpqSsBoxConnectionStatus is 'notConnected(4)', restore the connection between the HBA and the storage system. Source IP Address: '%1';Source System GUID: '%2'; Server Hostname: '%3'; Controller Location: '%5';Controller: '%6';Bus: '%7';Vendor: '%8';Model: '%9';Serial Number: '%10';Connection Status: '%11';(1=other, 2=notSupported, 3=connected, 4=notConnected)Location: '%12';Target SAS Address: '%13';Local Manage IP Address: '%14';
(Connection status values: 1=other, 2=notSupported, 3=connected, 4=notConnected)
[SNMP TRAP: 8032 in CPQSTSYS.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.Storage_System_Connection_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>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">8032</Value>
</ValueExpression>
</SimpleExpression>
</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 Storage System Connection degraded.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>