HP Windows (WMI) Smart Array Logical drive status Degraded - transforming from Unencrypted to Encrypted.

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

A logical drive status has changed to transforming from Unencrypted to Encrypted.

Knowledge Base article:

Summary

Logical drive in transforming from Unencrypted to Encrypted state.

Causes

This could be caused by the following:

Resolutions

Check status of Logical drives.Degraded status may be caused by transforming from Unencrypted to Encrypted state.

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

109

HP Smart Array

A logical drive status has changed to transforming from Unencrypted to Encrypted.

User Action

Check status of Logical drives.Degraded status may be caused by transforming from Unencrypted to Encrypted state.

(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.HPProLiantWMIServerStorage
CategoryAlert
EnabledTrue
Event_ID109
Event SourceHP Smart Array
Alert GenerateTrue
Alert SeverityWarning
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.SA_Logical_drive_status_Degraded_transforming_from_Unencrypted_to_Encrypted" Target="HewlettPackard.Servers.ProLiant.WMI.HPProLiantWMIServerStorage" 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 Smart Array</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">109</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 Windows (WMI) Smart Array Logical drive status Degraded - transforming from Unencrypted to Encrypted.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>