Health monitor for fan failure

Lenovo.IMM.FanFailed (UnitMonitor)

Knowledge Base article:

Summary

This monitor watches for a IMM event that indicates that IMM has detected a Fan failed.

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.

The IMM(Integrated Management Module) event is delivered to this monitor asynchronously. There is no monitoring interval to configure for this monitor.

The IMM event is delivered to this monitor from the authenticated IMM. Please be sure the IMM is authenticated first. To authenticate an IMM, select an IMM from Lenovo Integrated Management Module (IMM), then run task "Authenticate IMM".

The IMM event is delivered to this monitor from the Server via network port "9500". Please be sure that this port is not blocked by firewall. You can follow below steps to create a rule to pass firewall:

Resolutions

The monitor generates an alert when its health state changes to either Critical or Warning. After the hardware problem is resolved, the health state will be automatically restored to the Healthy state. Any outstanding corresponding alerts will also be automatically closed.

External

Links to Lenovo resources

Element properties:

TargetLenovo.HardwareMgmtPack.IMM2.ManagementModule
Parent MonitorLenovo.IMM.CoolingDevicesMonitor.Rollup
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeLenovo.IMM.UMT.Plat3State
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Lenovo.IMM.FanFailed" Accessibility="Public" Target="Lenovo.HardwareMgmtPack.IMM2.ManagementModule" Enabled="true" TypeID="Lenovo.IMM.UMT.Plat3State" ParentMonitorID="Lenovo.IMM.CoolingDevicesMonitor.Rollup">
<Category>Custom</Category>
<!--AlertSettings AlertMessage="Lenovo.IMM.Alert.Rule.AlertMessageID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
<AlertParameter2>$Data/Context/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Context/EventData/Data/MessageID[1]$</AlertParameter3>
<AlertParameter4>$Data/Context/EventData/Data/MessageName[1]$</AlertParameter4>
</AlertParameters>
</AlertSettings-->
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="HealthyEventRaised" ID="Success"/>
<OperationalState HealthState="Warning" MonitorTypeStateID="WarningEventRaised" ID="Warning"/>
<OperationalState HealthState="Error" MonitorTypeStateID="ErrorEventRaised" ID="Error"/>
</OperationalStates>
<Configuration>
<IMMIP>$Target/Property[Type="Lenovo.HardwareMgmtPack.IMM2.ManagementModule"]/IMMIP$</IMMIP>
<UnhealthyPlat>PLAT0458</UnhealthyPlat>
<HealthyPlat>PLAT0459</HealthyPlat>
</Configuration>
</UnitMonitor>