System Center 2012 Virtual Machine Manager ImageManagementService

Microsoft.SystemCenter.VirtualMachineManager.2012.ImageManagementService.Monitor (UnitMonitor)

监视 Hyper-V 映像管理服务(VHDSVC.exe)的状态

Knowledge Base article:

概述

Hyper-V 映像管理服务监视器指示 Virtual Machine Manager (VMM) 管理的某个虚拟化主机上是否正在运行 Hyper-V 映像管理服务。 如果 Hyper-V 映像管理服务未运行,则此监视器将处于严重状态(红色)。 如果状态未知,则说明对虚拟化主机的监视尚未开始。

原因

不正常状态指示在此主机上未运行 Hyper-V 映像管理服务。

解决方案

解决 Hyper-V Image Management Service 监视器的不正常状态所表明的问题:

1

通过使用 Hypew-V 主机上管理工具中的“服务”重新启动 Hyper-V 映像管理服务。

2

如果不能启动 Hyper-V 映像管理服务,或者 Hyper-V 映像管理服务仍然关闭,请查看 Hyper-V 事件日志或系统日志中的事件,它们可以更好地解释此情形。

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.HyperVHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
VHDSVC 服务已停止
Hyper-V 映像管理服务(VHDSVC.exe)在计算机上已停止。 计算机名: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.ImageManagementService.Monitor" Accessibility="Public" Enabled="false" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.HyperVHost" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.ImageManagementService.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ServiceHealthy" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="ServiceNotHealthy" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>vhdsvc</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>