邏輯磁碟管理員服務健全狀況

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

監視邏輯磁碟管理員 Windows 服務的健全狀況

Knowledge Base article:

摘要

邏輯磁碟管理員服務會偵測並監視新的硬碟磁碟機,並將磁碟區資訊傳送到邏輯磁碟管理員系統管理服務以便進行設定。如果此服務停止,將無法偵測新的邏輯磁碟機且動態磁碟狀態和設定資訊可能會變成過期。

原因

服務可能會因許多原因而停止,其中包括:

解決方式

此服務可透過 [電腦管理主控台] 工作存取的服務嵌入式管理單元重新啟動:

啟動電腦管理主控台

Element properties:

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