Process Udev Service Health

Microsoft.Linux.SLES.12.Process.Udev.Monitor (UnitMonitor)

SUSE Linux Enterprise Server 12 Process Udev Monitor

Knowledge Base article:

Summary

The udev daemon is not running. Check the Diagnostic and Recovery results to see if further action is required.

Udev is a generic kernel device manager. It runs as a daemon on a Linux system and listens to events the kernel sends out if a new device is initialized or installed.

Causes

A failure indicates that the system-udevd daemon is not running.

Resolutions

Check the service by running ps -ef | grep systemd-udevd or by viewing the diagnostic in the Operations Manager Console. Start it by running "systemctl start systemd-udevd" or by clicking the recovery link in the Operations Manager Console.

For root cause analysis, first check the system log file (/var/log/messages), and view any related entries at the time of failure.

Element properties:

TargetMicrosoft.Linux.SLES.12.OperatingSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Process.Status.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Udev daemon is not running
The Kernel Events to Udev daemon on server {0} is not running.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.SLES.12.Process.Udev.Monitor" Accessibility="Public" Target="Microsoft.Linux.SLES.12.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Process.Status.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.SLES.12.Process.Udev.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="Running" ID="Running"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="NotRunning"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<ProcessName>systemd-udevd</ProcessName>
<Interval>300</Interval>
</Configuration>
</UnitMonitor>