System Center 2012 Virtual Machine Manager-service

Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.Monitor (UnitMonitor)

Hiermee wordt de status van de System Center Virtual Machine Manager-service bewaakt

Knowledge Base article:

Overzicht

De Virtual Machine Manager-service geeft de status van de System Center Virtual Machine Manager-service op de VMM-server aan. System Center Virtual Machine Manager-service niet actief is, is de monitor in kritieke status (rood). Als de status onbekend is, is de bewaking nog niet gestart voor de System Center Virtual Machine Manager-service.

Oorzaken

Als de status niet in orde is, wordt de System Center Virtual Machine Manager-service niet uitgevoerd.

Oplossingen

Als de System Center Virtual Machine Manager-service wordt afgesloten vanwege een fout, wordt zonder tussenkomst geprobeerd de service opnieuw te starten.

Als de service niet automatisch opnieuw kan worden gestart of als de service steeds wordt afgesloten als u probeert die opnieuw te starten, gaat u als volgt te werk:

1

Raadpleeg het VMM-gebeurtenislogboek of het systeemlogboek voor mogelijke oorzaken.

2

Controleer of Virtual Machine Manager verbinding kan maken met SQL Server, met name als de VMM-database zich in een extern exemplaar van SQL Server bevindt.

3

Controleer of de poorten waarvan Virtual Machine Manager gebruikmaakt niet in gebruik zijn door andere toepassingen op de VMM-server. Raadpleeg Network Requirements for VMM (Netwerkvereisten voor VMM) op http://go.microsoft.com/fwlink/?LinkId=268228 in de VMM TechNet Library voor informatie over de standaardpoorten die door Virtual Machine Manager worden gebruikt.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Virtual Machine Manager-service gestopt
De System Center Virtual Machine Manager-service is gestopt op de computer Computernaam: {0}
RunAsDefault

Source Code:

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