HPE PRO: IDE drive degraded.

HewlettPackard.Servers.ProLiant.SNMPPRO.IDE_drive_degraded.Monitor (UnitMonitor)

IDE drive degreaded monitor for System Center Virtual Machine Manager (VMM) Performance and Resource Optimization (PRO).

Knowledge Base article:

Summary

This monitor detects a degraded IDE drive event from the HPE Insight Management Agents on the host.

Causes

An IDE drive error has been detected. The IDE drive status has changed to Degraded.

Resolutions

The faulty IDE drive needs to be replaced on the host system. To continue running virtual machines, migrate all virtual machines to other hosts in the cluster. To have HPE PRO migrate the virtual machines, click Implement. After the implementation, HPE PRO will remove the host from the virtual machine placement. To ignore this PRO Tip, click Dismiss and perform a manual reset of the original monitor. If the message HPE PRO: IDE drive degraded appears in the Health Explorer Operations Manager console, consult the user guide for instructions.

Overrides

This monitor can be overridden to change virtual machine move modes such as QuickMove or LANMove. QuickMove restricts the operation to cluster-based hosts and is designed to be used for critical state situations. To change the move mode, go to the Diagnostic and Recovery tab in the Properties view of this monitor, click Edit, and override MoveMode by carefully replacing the string with QuickMove or LANMove. These steps can be used for both Diagnostics and Recovery.

PRO

This monitor is designed with a manual reset type. The PRO Implementation process will auto-reset the monitor after all migration is successfully completed, but the PRO Dismiss command will not reset the monitor. Manual reset is required to detect new alerts. To reset the monitor, go to the Health Explorer Operations Manager, right click on the monitor, and then select Reset Health.

Element properties:

TargetHewlettPackard.Servers.ProLiant.SNMPPRO.ManagedHost
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
HPE PRO: IDE drive degraded.
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="HewlettPackard.Servers.ProLiant.SNMPPRO.IDE_drive_degraded.Monitor" Accessibility="Public" Enabled="false" Target="HewlettPackard.Servers.ProLiant.SNMPPRO.ManagedHost" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="HewlettPackard.Servers.ProLiant.SNMPPRO.IDE_drive_degraded.Monitor.AlertMessageID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="EventReset" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Storage Agents</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1121</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>