System Center 2019+ Virtual Machine Manager — usługa VMM

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

Służy do monitorowania stanu usługi programu System Center Virtual Machine Manager

Knowledge Base article:

Podsumowanie

Monitor usługi VMM wskazuje stan usługi programu System Center Virtual Machine Manager na serwerze VMM. Jeśli usługa programu System Center Virtual Machine Manager nie jest uruchomiona, monitor przyjmuje stan krytyczny (czerwony). Jeśli stan monitora jest nieznany, monitorowanie usługi programu System Center Virtual Machine Manager nie zostało jeszcze rozpoczęte.

Przyczyny

Nieprawidłowy stan hosta oznacza, że usługa programu System Center Virtual Machine Manager nie została uruchomiona.

Rozwiązania

Gdy usługa programu System Center Virtual Machine Manager wyłącza się z powodu błędu, podejmowana jest automatycznie próba jej ponownego uruchomienia.

Jeśli usługa nie może się samodzielnie ponownie uruchomić lub jeśli wyłącza się mimo prób jej ponownego uruchomienia, wykonaj następujące kroki:

1

Zapoznaj się ze zdarzeniami w dzienniku zdarzeń programu VMM lub w dzienniku systemowym.

2

Sprawdź, czy program Virtual Machine Manager może nawiązać połączenie z programem SQL Server, w szczególności jeśli baza danych VMM znajduje się na zdalnym wystąpieniu programu SQL Server.

3

Sprawdź, czy żaden port używany przez program Virtual Machine Manager nie jest używany przez żadną inną aplikację na serwerze VMM. Informacje o portach domyślnych używanych przez program Virtual Machine Manager znajdują się w wymaganiach programu Virtual Machine Manager w zakresie sieci (http://go.microsoft.com/fwlink/?LinkId=268228) dostępnych w bibliotece TechNet do programu VMM.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.Discovery.VMMManagementServer
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 Virtual Machine Manager została zatrzymana
Usługa programu Virtual Machine Manager została zatrzymana na komputerze. Nazwa komputera: {0}
RunAsDefault

Source Code:

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