System Center 2016 Virtual Machine Manager VMM 서버에 대해 대상으로 지정된 WinRM 서비스

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

VMM 관리 서버에 대해 대상으로 지정된 Windows 원격 관리(WS-Management) 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

WinRM 서비스 모니터는 VMM 서버에 있는 WinRM 서비스의 가용성을 나타냅니다. WinRM 서비스가 실행되고 있지 않으면 모니터가 위험 상태(빨강)입니다. 상태를 알 수 없으면 서버의 모니터링이 아직 시작되지 않은 것입니다.

원인

이 VMM 서버의 비정상 상태는 서버에서 WinRM 서비스가 실행되고 있지 않음을 나타냅니다.

해결 방법

호스트의 WinRM 서비스를 실행 중인 상태로 변경해야 합니다. 서버의 관리 도구에서 서비스를 사용하여 변경할 수 있습니다.

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
WinRM(Windows Remote Management) 서비스 중지됨
Windows 원격 관리(Ws-Management) 서비스가 컴퓨터에서 중지되었습니다. 컴퓨터 이름: {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>