Estado del servicio Cliente DHCP

Microsoft.Windows.Client.Vista.OperatingSystem.DHCPClientServiceHealth (UnitMonitor)

Supervisa el estado del servicio de Windows para el Cliente DHCP

Knowledge Base article:

Resumen

El servicio Cliente DHCP que administra la configuración de la red mediante el registro y la actualización de direcciones IP y nombres de DNS no se está ejecutando. Los equipos que dependen de DHCP no podrán conectarse a los recursos de la red cuando el servicio se detenga.

Causas

Un servicio se puede detener por diversos motivos, entre los que se incluyen:

Soluciones

El servicio se puede reiniciar usando el complemento Servicios al que se puede obtener acceso a través de la tarea de la consola de administración de equipos:

Iniciar la consola de administración de equipos

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Servicio DHCP detenido
El servicio DHCP del cliente {0} ha dejado de ejecutarse
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.Vista.OperatingSystem.DHCPClientServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.Vista.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.Vista.OperatingSystem.DHCPClientServiceHealth.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</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>DHCP</ServiceName>
</Configuration>
</UnitMonitor>