프로세스 Udev 서비스 상태

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

SUSE Linux Enterprise Server 12 프로세스 Udev 모니터

Knowledge Base article:

요약

udev 디먼이 실행되고 있지 않습니다. 진단 및 복구 결과를 참조하여 추가 작업이 필요한지 확인하십시오.

Udev는 일반 커널 장치 관리자로서, Linux 시스템에서 디먼으로 실행되며, 새 장치가 초기화되거나 설치된 경우 커널에서 보내는 이벤트를 수신합니다.

원인

오류는 system-udevd 디먼이 실행되고 있지 않음을 나타냅니다.

해결 방법

ps -ef | grep systemd-udevd를 실행하거나 Operations Manager 콘솔에서 진단을 확인하여 서비스를 확인합니다. "systemctl start systemd-udevd"를 실행하거나 Operations Manager 콘솔에서 복구 링크를 클릭하여 프로세스를 시작합니다.

근본 원인을 분석하려면 먼저 시스템 로그 파일(/var/log/messages)을 보고 오류 발생 당시의 관련 항목을 확인합니다.

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 디먼 실행 중 아님
{0} 서버의 Udev 디먼에 대한 커널 이벤트가 실행되고 있지 않습니다.
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>