System Center 2012 Virtual Machine NetworkingManagementService

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

Hiermee wordt de status van de Hyper-V Network Management-service (NVSPWMI.exe) bewaakt

Knowledge Base article:

Overzicht

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

Oplossingen

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

1

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

2

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

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.HyperVHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
NVSPWMI-service gestopt
De Hyper-V Network Management-service (NVSPWMI.exe) is gestopt op de computer. Computernaam: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.NetworkingManagementService.Monitor" Accessibility="Public" Enabled="false" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.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.2012.NetworkingManagementService.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>nvspwmi</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>