Alert monitor for Lenovo System power supply losing AC events

IBM.SystemX.PowerSupply.Failed.LostAC (UnitMonitor)


Alerts when Lenovo System power supply losing AC events

Knowledge Base article:

Summary

This monitor watches for a hardware event that indicates that the specific power supply on the system is receiving an insufficient AC power input level. An insufficient AC power input level is predefined as being below the Healthy threshold.

Configuration

You can disable this monitor through the Operations Manager's Operations Console. See the "Disable monitors" topic in the Operations Manager's Operations User's Guide for more information.

Hardware-platform-specific events, such as this one, are delivered asynchronously to this monitor. There is no monitoring interval to configure for this monitor.

The hardware event with this monitor is available only on an Lenovo system with the appropriate hardware sensors and with a management controller (also called a Service Processor), such as Integrated Management Module (IMM), Baseboard Management Controller (BMC), Remote Supervisor Adapter (RSA), or an equivalent management controller on an older Lenovo system.

This monitor depends on hardware instrumentation software, namely the IBM Director Platform Agent (also called Core Services) and the Intelligent Platform Management Interface (IPMI) driver stack. This software raises the hardware event to the WMI level, so that the monitor can be notified. On certain configurations, the RSA daemon can be used in place of, or in parallel with, the IPMI driver stack. See the "Additional Information" section below for more information about Lenovo Director Platform Agent, the IPMI driver stack and the RSA daemon.

Causes

When the specific power supply receives insufficient AC power input level, which the manufacturer defines, a hardware event is generated. The health state of this monitor is then set to the Critical or Warning state.

For a particular incident, review the history in the State Changes tab. Consult the relevant hardware knowledge articles listed below, keeping in mind the relevant event data.

The relevant Lenovo hardware knowledge articles are available on a system with the Lenovo Hardware Management Pack package installed.

Resolutions

Review the relevant Lenovo hardware knowledge articles listed above for information about how to resolve the hardware problem for a particular incident.

The monitor generates an alert when its health state changes to either Critical or Warning. After the power supply operates normally, the health state will be automatically restored to the Healthy state. Any outstanding corresponding alerts will also be automatically closed.

Additional

External

Links to Lenovo resources

Element properties:

TargetIBM.SystemX.PowerSupply
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeIBM.SingleClass.HWInstanceMonitorType.AutoReset3State
RemotableTrue
AccessibilityPublic
Alert Message
The power supply lost AC power with possible loss of standby power

{0} -- EventClass = {1}
RunAsDefault

Source Code:

<UnitMonitor ID="IBM.SystemX.PowerSupply.Failed.LostAC" Accessibility="Public" Enabled="false" Target="IBM.SystemX.PowerSupply" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="IBM.SingleClass.HWInstanceMonitorType.AutoReset3State" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="IBM.SystemX.PowerSupply.Failed.LostAC.AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name="Description"]$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name="__CLASS"]$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Critical" MonitorTypeStateID="ErrorEventRaised" HealthState="Error"/>
<OperationalState ID="Warning" MonitorTypeStateID="WarningEventRaised" HealthState="Warning"/>
<OperationalState ID="Success" MonitorTypeStateID="HealthyEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<NameSpace>root\ibmsd</NameSpace>
<Query>
SELECT __Class, AlertingManagedElement, Description, EventID, PerceivedSeverity From CIM_AlertIndication
</Query>
<CIMAlertClassName>IBMPSG_PowerSupplyEvent</CIMAlertClassName>
<!--<ErrWarningSpecialFilter>AC</ErrWarningSpecialFilter>
<SuccessSpecialFilter>normal</SuccessSpecialFilter>-->
<PollInterval>10</PollInterval>
<WinEventFiltering>$Target/Host/Host/Property[Type="IBM.SystemX.Platform"]/ibmInternalWinEventFiltering$</WinEventFiltering>
<Licensed>$Target/Host/Host/Property[Type="IBM.SystemX.Platform"]/Licensed$</Licensed>
</Configuration>
</UnitMonitor>