System Center 2016 Virtual Machine Manager — usługa agenta

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

Służy do monitorowania stanu usługi agenta programu System Center Virtual Machine Manager (VMMAgent.exe)

Knowledge Base article:

Podsumowanie

Monitor usługi agenta wskazuje dostępność usługi agenta programu Virtual Machine Manager na zarządzanym hoście maszyny wirtualnej lub serwerze biblioteki. Jeśli agent VMM nie jest uruchomiony, monitor przyjmuje stan krytyczny (czerwony). Jeśli stan jest nieznany, monitorowanie tego serwera nie zostało jeszcze rozpoczęte.

Przyczyny

Nieprawidłowy stan tego serwera biblioteki lub hosta oznacza, że usługa agenta programu Virtual Machine Manager nie została uruchomiona na serwerze.

Rozwiązania

Nieprawidłowy stan tego serwera biblioteki lub hosta oznacza, że usługa agenta programu Virtual Machine Manager nie została uruchomiona na serwerze.

1

Uruchom usługę agenta programu Virtual Machine Manager ponownie na hoście lub serwerze biblioteki. Można to zrobić za pomocą usług w narzędziach administracyjnych na serwerze lub z poziomu konsoli programu VMM za pomocą kroków opisanych poniżej.

2

Jeśli ponowne uruchomienie agenta programu Virtual Machine Manager nie rozwiąże problemu:

Upewnij się, że host lub serwer biblioteki pracuje w trybie online.

Upewnij się, że serwer zarządzania VMM może nawiązać połączenie z hostem lub serwerem biblioteki.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2016.HostAgent
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Usługa agenta programu Virtual Machine Manager została zatrzymana
Usługa agenta programu Virtual Machine Manager została zatrzymana na komputerze. Nazwa komputera: {0}
RunAsDefault

Source Code:

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