System Center 2012 Virtual Machine Manager HyperV Service

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

Monitors the state of the Hyper-V Virtual Machine Management service (VMMS.exe)

Knowledge Base article:

Summary

The Hyper-V Host monitor indicates whether the Hyper-V Virtual Machine Management service is running on a virtualization host that is managed by Virtual Machine Manager (VMM). If the Hyper-V Virtual Machine Management service is not running, the monitor is in a critical state (Red). If the state is unknown, monitoring has not yet begun for the virtualization host.

Causes

An unhealthy state indicates that the Hyper-V Virtual Machine Management service is not running on the host.

Resolutions

To troubleshoot an unhealthy state for the Hyper-V host monitor:

1

Restart the Hyper-V Virtual Machine Management service by using the Services Administrative tool on the virtualization host.

2

If you are unable to start the Hyper-V Virtual Machine Management service, or if the Hyper-V Virtual Machine Management service continues to shut down, look for events in the Hyper-V event log or the system log that can explain the situation better.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.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 service stopped
The Hyper-V Virtual Machine Management service (VMMS.exe) has stopped on the computer. Computer name: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.HyperVService.Monitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.HyperVHost" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.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>