Windows Deployment Service

Microsoft.HPC.2008.Monitor.HeadNode.WDS (UnitMonitor)

Knowledge Base article:

Summary

This monitor tracks the status of the Windows Deployment Services Server service. When this service is stopped, and the network is not configured as a topology 5 network (All nodes only on an enterprise network), the deployment of compute nodes will encounter errors.

Causes

This error can be caused by any of the following:

Resolutions

To troubleshoot and fix this problem:

Additional

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 couple of options to avoid it happen:

Element properties:

TargetMicrosoft.HPC.2008.HeadNode
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.HPC.2008.Monitor.HeadNode.WDS" Accessibility="Public" Enabled="true" Target="Microsoft.HPC.2008.HeadNode" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>WDSServer</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>