System Center 2016 Virtual Machine Manager 실행 중인 VM의 호스트 수

Microsoft.SystemCenter.VirtualMachineManager.2016.HostNoOfVMsRunningMonitor (UnitMonitor)

호스트가 실행 중인 가상 컴퓨터의 최대 지원 수를 초과했는지 여부를 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 Hyper-V 호스트에서 실행 중인 가상 컴퓨터의 수를 추적합니다. 실행 중인 컴퓨터의 수가 구성된 최대 제한을 초과했습니다.

원인

호스트에서 실행 중인 가상 컴퓨터의 수가 구성된 최대 제한을 초과했습니다.

해결 방법

가상 컴퓨터 중 하나 이상을 다른 가상화 호스트로 마이그레이션합니다. Windows Server의 가상 컴퓨터 및 Hyper-V에 대한 요구 사항 및 제한 사항은 Microsoft TechNet을 참조하십시오.

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.VMHost
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2016.HostNoOfVMsRunningMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
호스트에서 실행 중인 VM이 구성된 최대 수를 초과했음
{0}에서 실행 중인 가상 컴퓨터가 {1}에 도달하여 호스트가 구성된 최대 수를 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.HostNoOfVMsRunningMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.VMHost" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2016.HostNoOfVMsRunningMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.HostNoOfVMsRunningMonitor.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>
<AlertParameter2>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.VMHost"]/NoOfVMsRunning$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="HostNoOfVMsRunningHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="HostNoOfVMsRunningCritical" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>7200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<!--ExpectedValue is overridable-->
<!--The supported limit in Hyper-V R2 is 384(http://technet.microsoft.com/en-us/library/ee405267(WS.10).aspx)-->
<ExpectedValue>384</ExpectedValue>
</Configuration>
</UnitMonitor>