System Center 2019+ Virtual Machine Manager Image Management-service

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

Hiermee wordt de status van de Hyper-V Image Management-service (VHDSVC.exe) bewaakt

Knowledge Base article:

Samenvatting

De monitor Hyper-V Image Management-service geeft aan of de Hyper-V Image Management-service wordt uitgevoerd op een virtualisatiehost die wordt beheerd door VMM (Virtual Machine Manager). Als de Hyper-V Image Management-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 Hyper-V Image Management-service niet uitgevoerd op de host.

Oplossingen

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

1

Start de Hyper-V Image Management-service opnieuw met het onderdeel Services van Systeembeheer op de Hyper-V-host.

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
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
VHDSVC-service gestopt
De Hyper-V Image Management-service (VHDSVC.exe) is gestopt op de computer. Computernaam: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.ImageManagementService.Monitor" Accessibility="Public" Enabled="false" Target="VMMDiscovery!Microsoft.SystemCenter.VirtualMachineManager.Discovery.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.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>