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

Microsoft.Windows.Server.2003.OperatingSystem.LogicalDiskManagerServiceHealth (UnitMonitor)

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

Knowledge Base article:

摘要

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

原因

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

解决方法

可使用计算机管理控制台任务重新启动此服务:

启动计算机管理控制台

Element properties:

TargetMicrosoft.Windows.Server.2003.OperatingSystem
Parent MonitorMicrosoft.Windows.Server.2003.OperatingSystem.CoreServicesRollup
CategoryStateCollection
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.Server.2003.OperatingSystem.LogicalDiskManagerServiceHealth" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Server.2003.OperatingSystem" ParentMonitorID="Microsoft.Windows.Server.2003.OperatingSystem.CoreServicesRollup" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2003.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>