System Center 2016 Virtual Machine Manager 에이전트 서비스

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

System Center Virtual Machine Manager 에이전트 서비스(VMMAgent.exe)의 상태를 모니터링합니다.

Knowledge Base article:

요약

에이전트 서비스 모니터는 가상 컴퓨터의 관리 호스트 또는 라이브러리 서버에서 Virtual Machine Manager 에이전트 서비스의 가용성을 나타냅니다. VMM 에이전트가실행되고있지않으면모니터가위험상태(빨강)입니다. 상태를 알 수 없으면 서버의 모니터링이 아직 시작되지 않은 것입니다.

원인

이라이브러리서버나호스트의비정상상태는서버에서 Virtual Machine Manager 에이전트서비스가실행되고있지않음을나타냅니다.

해결 방법

이 라이브러리 서버나 호스트의 비정상 상태는 서버에서 Virtual Machine Manager 에이전트 서비스가 실행되고 있지 않음을 나타냅니다.

1

호스트 또는 라이브러리 서버에서 Virtual Machine Manager 에이전트 서비스를 다시 시작합니다. 서버의 관리 도구에서 서비스를 사용하거나 VMM 콘솔에서 이후에 표시되는 절차에 따라 이 작업을 수행할 수 있습니다.

2

Virtual Machine Manager 에이전트를 다시 시작해도 문제가 해결되지 않으면 다음을 수행합니다.

호스트 또는 라이브러리 서버가 온라인 상태인지 확인합니다.

VMM 관리 서버를 호스트 또는 라이브러리 서버에 연결할 수 있는지 확인합니다.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2016.HostAgent
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Virtual Machine Manager 에이전트서비스중지됨
System Center Virtual Machine Manager 에이전트 서비스가 컴퓨터에서 중지되었습니다. 컴퓨터 이름: {0}
RunAsDefault

Source Code:

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