System Center 2016 Virtual Machine Manager HyperV 서비스

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

Hyper-V 가상 컴퓨터 관리 서비스(VMMS.exe)의 상태를 모니터링합니다.

Knowledge Base article:

요약

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

원인

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

해결 방법

비정상 상태인 Hyper-V 호스트 모니터의 문제를 해결하려면 다음을 수행합니다.

1

가상화 호스트에서 관리 도구의 서비스를 사용하여 Hyper-V 가상 컴퓨터 관리 서비스를 다시 시작합니다.

2

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

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2016.HyperVHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
VMMS 서비스 중지됨
Hyper-V 가상 컴퓨터 관리 서비스(VMMS.exe)가 컴퓨터에서 중지되었습니다. 컴퓨터 이름: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.HyperVService.Monitor" Accessibility="Public" Target="VMM2016Discovery!Microsoft.SystemCenter.VirtualMachineManager.2016.HyperVHost" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.HyperVService.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 HealthState="Success" MonitorTypeStateID="Running" ID="Success"/>
<OperationalState HealthState="Error" MonitorTypeStateID="NotRunning" ID="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>VMMS</ServiceName>
</Configuration>
</UnitMonitor>