VMM Sunucusuna karşı hedeflenen System Center 2016 Virtual Machine Manager WinRM Hizmeti

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

VMM yönetim sunucusuna karşı hedeflenen Windows Uzaktan Yönetim (WS-Management) hizmetinin durumunu izler

Knowledge Base article:

Özet

WinRM Service ekranı, VMM sunucusunda WinRM hizmetinin kullanılabilirliğini gösterir. WinRM hizmeti çalışmıyorsa izleme kritik durumdadır (Kırmızı). Durum bilinmiyorsa sunucu izlemesi henüz başlamamıştır.

Nedenler

Bu VMM sunucusu için sağlıksız durum sunucuda WinRM hizmetinin çalışmadığını gösterir.

Çözümlemeler

Konaktaki WinRM hizmetinin çalışır durumda olduğundan emin olun. Bu işlemi sunucuda Yönetimsel Araçlar'daki Hizmetler'i kullanarak yapabilirsiniz.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2016.VMMManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows Uzaktan Yönetim (WinRM) hizmeti durduruldu
Bir bilgisayarda Windows Uzaktan Yönetim (WS-Management) hizmeti durduruldu. Bilgisayar adı: {0}
RunAsDefault

Source Code:

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