SDM Store Service

Microsoft.HPC.2008R2.Monitor.HeadNode.Availability.SDMService (UnitMonitor)

SDM store service availability monitor for HPC 2008 R2 Head Node

Knowledge Base article:

Summary

This monitor tracks the status of the HPC SDM Store Service. When this service is stopped, none of the administration tasks can be performed.

Configuration

In a cluster configured for high availability of the head node, the HPC SDM Store Service is not configured to start automatically on both of the head nodes, and the “Alert only if service startup type is automatic” option is set to True by default in the management pack. To monitor the HPC SDM Store Service on a failover cluster by using the management pack, you must manually change the “Alert only if service startup type is automatic” option to False on the current active head node. The monitoring tools in Failover Cluster Manager can also be used to monitor the service.

Causes

This error can be caused by any of the following:

Resolutions

To troubleshoot and fix this problem:

Additional

A recovery task will be run automatically to restart the service, so you may find the service keeps restarting while you are trying to stop it. There are a couple of options to avoid this:

For more information about high availability head nodes, see “Configuring Windows HPC Server 2008 R2 for High Asvailability of the Head Node” ( http://go.microsoft.com/fwlink/?LinkId=198285).

Element properties:

TargetMicrosoft.HPC.2008R2.ActiveHeadNode
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
HPC SDM Store Service is not running
Please see the alert context for details.
RunAsMicrosoft.HPC.RunAsProfile.AdminActionAccount

Source Code:

<UnitMonitor ID="Microsoft.HPC.2008R2.Monitor.HeadNode.Availability.SDMService" Accessibility="Public" Enabled="true" Target="Microsoft.HPC.2008R2.ActiveHeadNode" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RunAs="HPCLibrary!Microsoft.HPC.RunAsProfile.AdminActionAccount" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.HPC.2008R2.Monitor.HeadNode.Availability.SDMService_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>HpcSdm</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>