逻辑磁盘管理器服务运行状况

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

监视 Windows 服务“逻辑磁盘管理器”的运行状况

Knowledge Base article:

摘要

Logical Disk Manager 服务检测并监视新的硬盘驱动器并将磁盘卷信息发送至 Logical Disk Manager Administrative 服务以进行配置。如果此服务已停止,则可能不会检测新的逻辑磁盘驱动器并且动态磁盘状态和配置信息可能会过期。

原因

服务可以由于很多原因而停止,包括:

解决方法

此服务可通过“启动 Logical Disk Manager 服务”任务或通过“计算机管理”控制台中的“服务”管理单元重新启动:

启动计算机管理控制台

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>