Služba System Center 2012 Virtual Machine Manager WinRMService zaměřená na hostitele

Microsoft.SystemCenter.VirtualMachineManager.2012.HostWinRMService.Monitor (UnitMonitor)

Sleduje stav služby Windows Remote Management (winrm) zaměřené na hostitele.

Knowledge Base article:

Souhrn

Monitor služby WinRM signalizuje dostupnost služby WinRM ve spravovaném hostiteli. 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

Chybný stav tohoto hostitele signalizuje, že na serveru neběží služba WinRM.

Ř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.2012.HyperVHost
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 WinRM je zastavena.
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.2012.HostWinRMService.Monitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.HyperVHost" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Enabled="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.HostWinRMService.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>