Služba System Center 2019+ Virtual Machine Manager WinRMService zaměřená na server služby VMM

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

Sleduje stav služby Windows Remote Management (winrm) zaměřené na server správy nástroje VMM.

Knowledge Base article:

Souhrn

Sledování služby WinRM Service naznačuje dostupnost služby WinRM na serveru VMM. Pokud služba WinRM neběží, monitor je v kritickém stavu (červený). Pokud je stav neznámý, monitorování serveru ještě nezačalo.

Příčiny

Stav Není v pořádku pro tento server VMM naznačuje, že služba WinRM není na serveru spuštěna.

Řešení

Ujistěte se, že se služba WinRM v hostiteli nachází ve spuštěném stavu. Kontrolu lze provést v serveru pomocí položky Služby v nabídce Nástroje pro správu.

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
Služba Windows Remote Management (WS-Management) se zastavila.
Služba Windows Remote Management (WS-Management) se na počítači zastavila. Název počítače: {0}
RunAsDefault

Source Code:

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