System Center 1801+ Virtual Machine Manager Konağın Çalışan VM Sayısı

Microsoft.SystemCenter.VirtualMachineManager.HostNoOfVMsRunningMonitor (UnitMonitor)

Konağın çalışan sanal makine sayısının desteklenen üst limiti aşıp aşmadığını izler

Knowledge Base article:

Özet

Bu izleme, Hyper-V konağında çalışan sanal makinelerin sayısını izler. Çalışan makinelerin sayısı yapılandırılan üst sınırı aştı.

Nedenler

Konakta çalışan sanal makinelerin sayısı yapılandırılan üst sınırı aştı.

Çözümlemeler

Bir veya daha fazla sanal makineyi başka bir sanallaştırma konağına geçirin. Windows Server'daki sanal makinelerin ve Hyper-V'lerin gereklilikleri ve sınırları hakkında daha fazla bilgi için Microsoft TechNet'e bakın.

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.HostNoOfVMsRunningMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Konağın çalışan VM sayısı yapılandırılan üst sınırı aştı
{0} üzerinde çalışan sanal makine sayısı {1} ve konak yapılandırılan üst limiti aştı
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.HostNoOfVMsRunningMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.VMHost" TypeID="Microsoft.SystemCenter.VirtualMachineManager.HostNoOfVMsRunningMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.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>