Fujitsu PRIMERGY Windows Storage Disk Component Count Monitor

Fujitsu.Servers.PRIMERGY.Windows.ServerStorage.CountMonitor (UnitMonitor)

Unit Monitor runs a script to retrieve Server Storage component count

Knowledge Base article:

Summary

This component count monitor runs a script on the target system to check the number of PRIMERGY Storage Disk components.

Causes

PRIMERGY Storage represent the individual storage disks of the server. Further information can be obtained to look through alerts on Active Alerts View and launch Fujitsu ServerView System Monitor task.

Resolutions

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

Element properties:

TargetFujitsu.Servers.PRIMERGY.Windows.ServerStorage
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeFujitsu.Servers.PRIMERGY.Windows.ComponentHealthState
RemotableTrue
AccessibilityPublic
Alert Message
{0}: One ore more components of the 'Storage' subsystem of a Fujitsu PRIMERGY Windows Server are missing.
{0}: One or more instances of the PRIMERGY subsytem 'Storage' are missing. Check the running status of the ServerView Agents Service ('ServerView Server Control').
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.Servers.PRIMERGY.Windows.ServerStorage.CountMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.Servers.PRIMERGY.Windows.ServerStorage" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Fujitsu.Servers.PRIMERGY.Windows.ComponentHealthState" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Fujitsu.Servers.PRIMERGY.Windows.ServerStorage.CountMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="Fujitsu.Servers.PRIMERGY.Windows.HealthCollection"]/NetworkName$</AlertParameter1>
</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>200</IntervalSeconds>
<TargetName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetName>
<Component>$Target/Property[Type="Fujitsu.Servers.PRIMERGY.Windows.HealthCollection"]/ComponentID$</Component>
<Type>InstanceCount</Type>
</Configuration>
</UnitMonitor>