Connection to enclosure failed.

HewlettPackard.Servers.BladeSystem.MonitorService.Connection_To_Enclosure_Failed_Rule (Rule)

Monitor Service has faced HTTPS SOAP connection to the enclosure was failed.

Knowledge Base article:

Summary

Connection to an enclosure has failed.

Causes

This could be caused by the following:

Resolutions

Configure the Onboard Administrator and properly register the user login information to the Monitor Service.

The following diagnostic operations are recommended:

Related Events

This rule monitors the following NT Event Log entries:

Event ID

Log File

Publisher

Log Message

14

HPE BladeSystem

Blade Enclosure

Connection to Enclosure Failed.
IP Address: '%1';
URL: ‘%2’;
Error Information: '%4'

Related Links

See the latest information about HPE ProLiant Server and BladeSystem Management Packs:

Insight Control for Microsoft System Center documentation

Management Pack Information

HPE BladeSystem Management Pack

Element properties:

TargetHewlettPackard.Servers.BladeSystem.HPBladeSystemEnclosureMonitorService
CategoryAlert
EnabledFalse
Event_ID14
Event SourceBlade Enclosure
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Event LogHP BladeSystem

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.BladeSystem.MonitorService.Connection_To_Enclosure_Failed_Rule" Enabled="false" Target="HewlettPackard.Servers.BladeSystem.HPBladeSystemEnclosureMonitorService">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>HP BladeSystem</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Blade Enclosure</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">14</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName>Connection to Enclosure Failed.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
<Custom1>$Data/Params/Param[1]$</Custom1>
<Custom2>$Data/Params/Param[2]$</Custom2>
<Custom3>$Data/Params/Param[3]$</Custom3>
<Custom4>$Data/Params/Param[4]$</Custom4>
</WriteAction>
</WriteActions>
</Rule>