System Center 2016 Virtual Machine Manager ImageManagementService

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

Hyper-V 이미지 관리 서비스(VHDSVC.exe)의 상태를 모니터링합니다.

Knowledge Base article:

요약

Hyper-V 이미지 관리 서비스 모니터는 Virtual Machine Manager(VMM)를 통해 관리되는 가상화 호스트에서 Hyper-V 이미지 관리 서비스가 실행되고 있는지 여부를 나타냅니다. Hyper-V 이미지 관리 서비스가 실행되고 있지 않으면 모니터가 위험 상태(빨강)입니다. 상태를 알 수 없으면 가상화 호스트에 대한 모니터링이 아직 시작되지 않은 것입니다.

원인

비정상 상태는 호스트에서 Hyper-V 이미지 관리 서비스가 실행되고 있지 않음을 나타냅니다.

해결 방법

비정상 상태인 Hyper-V 이미지 관리 서비스 모니터의 문제를 해결하려면 다음을 수행합니다.

1

Hyper-V 호스트에서 관리 도구의 서비스를 사용하여 Hyper-V 이미지 관리 서비스를 다시 시작합니다.

2

Hyper-V 이미지 관리 서비스를 시작할 수 없거나 Hyper-V 이미지 관리 서비스가 계속 종료되면 Hyper-V 이벤트 로그 또는 시스템 로그에서 이벤트를 찾아 상황을 파악합니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2016.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.2016.ImageManagementService.Monitor" Accessibility="Public" Enabled="false" Target="VMM2016Discovery!Microsoft.SystemCenter.VirtualMachineManager.2016.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.2016.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>