논리 디스크 관리자 서비스 상태

Microsoft.Windows.Client.2000.OperatingSystem.LogicalDiskManagerServiceHealth (UnitMonitor)

논리 디스크 관리자용 Windows 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

로컬 디스크 관리자 서비스는 새 하드 디스크 드라이버를 감지 및 모니터링하며 구성에 사용할 수 있도록 디스크 볼륨 정보를 논리 디스크 관리자 관리 서비스로 보냅니다. 이 서비스가 중지되면 새 논리 디스크 드라이브를 감지할 수 없게 되며 동적 디스크 상태 및 구성 정보가 만료될 수 있습니다.

원인

서비스는 다음과 같은 여러 가지 이유로 중지될 수 있습니다.

해결 방법

논리 디스크 관리자 서비스 시작 작업을 사용하거나 컴퓨터 관리 콘솔의 서비스 스냅인을 통해 서비스를 다시 시작할 수 있습니다.

컴퓨터 관리 콘솔 시작

Element properties:

TargetMicrosoft.Windows.Client.2000.OperatingSystem
Parent MonitorMicrosoft.Windows.Client.2000.OperatingSystem.CoreServicesRollup
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
논리 디스크 관리자 서비스 중지됨
{0} 클라이언트의 논리 디스크 관리자 서비스 실행이 중지되었습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Client.2000.OperatingSystem.LogicalDiskManagerServiceHealth" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Client.2000.OperatingSystem" ParentMonitorID="Microsoft.Windows.Client.2000.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Client.2000.OperatingSystem.LogicalDiskManagerServiceHealth.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>Dmserver</ServiceName>
</Configuration>
</UnitMonitor>