System Center 2012 Virtual Machine Manager VMMService

Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.Monitor (UnitMonitor)

System Center Virtual Machine Manager 서비스의 상태를 모니터링합니다.

Knowledge Base article:

요약

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

원인

비정상 상태는 System Center Virtual Machine Manager 서비스가 실행되고 있지 않음을 나타냅니다.

해결 방법

System Center Virtual Machine Manager 서비스가 오류로 인해 종료되면 서비스가 자동으로 다시 시작됩니다.

서비스가 자동으로 다시 시작되지 않거나 사용자가 다시 시작하려고 시도할 때마다 종료되면 다음 단계를 수행하십시오.

1

VM Manager 이벤트 로그 또는 시스템 로그에서 이벤트를 찾아 상황을 파악합니다.

2

특히 VMM 데이터베이스가 SQL Server의 원격 인스턴스인 경우 Virtual Machine Manager에서 SQL Server에 연결할 수 있는지 확인합니다.

3

Virtual Machine Manager에서 사용되는 모든 포트가 VMM 서버의 다른 응용 프로그램에서 사용되고 있지 않은지 확인합니다. Virtual Machine Manager에 사용되는 기본 포트에 대한 자세한 내용은 VMM TechNet Library에서 "Virtual Machine Manager 네트워크 요구 사항"(http://go.microsoft.com/fwlink/?LinkId=268228)을 참조하십시오.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer
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.2012.VMMManagementServer.VMMService.Monitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.VMMManagementServer.VMMService.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>SCVMMService</ServiceName>
</Configuration>
</UnitMonitor>