System Center 1801+ Virtual Machine Manager-agentservice

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

Hiermee wordt de status van de System Center Virtual Machine Manager Agent-service (VMMAgent.exe) bewaakt

Knowledge Base article:

Samenvatting

De monitor Agentservice geeft de beschikbaarheid van de Virtual Machine Manager-agentservice op een beheerde virtuele-machinehost of bibliotheekserver aan. Als de VMM-agent niet actief is, is de monitor in kritieke status (rood). Als de status onbekend is, is de bewaking nog niet gestart voor de server.

Oorzaken

Als de status van deze bibliotheekserver of host niet in orde is, wordt de Virtual Machine Manager-agentservice niet uitgevoerd op de server.

Oplossingen

Als de status van deze bibliotheekserver of host niet in orde is, wordt de Virtual Machine Manager-agentservice niet uitgevoerd op de server.

1

Start de Virtual Machine Manager-agentservice opnieuw op de host of bibliotheekserver. U kunt dit doen met het onderdeel Services van Systeembeheer op de server, of met de procedure na de volgende procedure op de VMM-console.

2

Als het probleem niet wordt opgelost door de Virtual Machine Manager-agent opnieuw te starten:

Zorg ervoor dat de host of bibliotheekserver online is.

Zorg ervoor dat de VMM-beheerserver verbinding kan maken met de host of bibliotheekserver.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.HostAgent
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-agentservice gestopt
De System Center Virtual Machine Manager Agent-service is gestopt op de computer. Computernaam: {0}
RunAsDefault

Source Code:

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