System Center 2019+ Virtual Machine Manager Hyper-V-service

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

Hiermee wordt de status van de Hyper-V Virtual Machine Management-service (VMMS.exe) bewaakt

Knowledge Base article:

Samenvatting

De monitor Hyper-V-service geeft aan of de Virtual Machine Management Hyper-V-service wordt uitgevoerd op een virtualisatiehost die wordt beheerd door VMM (Virtual Machine Manager). Als de Virtual Machine Management Hyper-V-service niet actief is, is de monitor in kritieke status (rood). Als de status onbekend is, is de bewaking nog niet gestart voor de virtualisatiehost.

Oorzaken

Als de status niet in orde is, wordt de Virtual Machine Management Hyper-V-service niet uitgevoerd op de virtuele host.

Oplossingen

U kunt problemen met de status van de monitor Hyper-V-service als volgt oplossen:

1

Start de Virtual Machine Management Hyper-V-service opnieuw met het onderdeel Services van Systeembeheer op de virtualisatiehost.

2

Als u de Virtual Machine Management Hyper-V-service niet kunt starten of als de Virtual Machine Management Hyper-V-service steeds wordt afgesloten, raadpleegt u het Hyper-V-gebeurtenislogboek of het systeemlogboek voor mogelijke oorzaken.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.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 gestopt
De Hyper-V Virtual Machine Management-service (VMMS.exe) is gestopt op de computer. Computernaam: {0}
RunAsDefault

Source Code:

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