Fujitsu PRIMERGY Linux Server Memory Module Health Monitor

Fujitsu.Servers.PRIMERGY.Linux.MemoryModule.HealthMonitor (UnitMonitor)

Unit Monitor runs a script to retrieve Memory Module health state

Knowledge Base article:

Summary

This health monitor runs a script on the target system to update the state of PRIMERGY Memory Modules.

Causes

PRIMERGY Memory Modules represent the individual memory modules of the server. Further information can be obtained to look through State Change Events tab in the Health Explorer, alerts on Active Alerts View and Fujitsu ServerView Operations console task.

Resolutions

If this monitor is in Warning or Critical state, please look for related alerts to this server/component. First check the running status of the ServerView Agents (srvmagt status). Also launch Fujitsu ServerView System Monitor or ServerView Remote Management iRMC task for more information and further diagnostic.

Element properties:

TargetFujitsu.Servers.PRIMERGY.Linux.MemoryModule
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeFujitsu.Servers.PRIMERGY.Linux.HealthState
RemotableTrue
AccessibilityPublic
Alert Message
{0}: Component '{1}' of the 'Memory' subsystem of a Fujitsu PRIMERGY Linux Server is in failed state.
{0}: Instance '{1}' of the PRIMERGY Component 'Memory' is in Critical or Warning state. Check alert context, the ServerView System Monitor or iRMC for more details.
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Servers.PRIMERGY.Linux.MemoryModule.HealthMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.Servers.PRIMERGY.Linux.MemoryModule" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Fujitsu.Servers.PRIMERGY.Linux.HealthState" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Fujitsu.Servers.PRIMERGY.Linux.MemoryModule.HealthMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Fujitsu.Servers.PRIMERGY.Linux.HealthCollection"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="Fujitsu.Servers.PRIMERGY.Linux.Component"]/Device$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="HealthSuccess" HealthState="Success"/>
<OperationalState ID="Degraded" MonitorTypeStateID="HealthWarning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="HealthError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<NetworkName>$Target/Host/Property[Type="Fujitsu.Servers.PRIMERGY.Linux.HealthCollection"]/NetworkName$</NetworkName>
<CIMPort>5989</CIMPort>
<Component>$Target/Property[Type="Fujitsu.Servers.PRIMERGY.Linux.Component"]/Device$</Component>
<Type>Memory</Type>
</Configuration>
</UnitMonitor>