System Center 2016 Virtual Machine Manager Konağı Küme Kayıt Durumu

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

Konak kümesinin aşırı yüklü olup olmadığını izler

Knowledge Base article:

Özet

Küme aşırı yük izleme, konak kümesinin o anda aşırı yüklü durumda olmadığını gösterir.

Nedenler

Kullanıcı tanımlı küme rezervi temel alınarak, bir konak kümesi belirtilen sayıdaki küme hatasına dayanabilecek durumda değilse ve yine de tüm sanal makineleri çalıştırıyorsa küme aşırı yüklü durumuna geçirilir ve bu izleme sağlıksız durumuyla sonuçlanır.

Çözümlemeler

Konak Kümesini aşırı yüklü olmayan bir duruma döndürmek için şunları yapabilirsiniz:

Mevcut sanal makineleri yeniden yapılandırın

Küme rezervini değiştirin

Kümeye ek donanım ekleyin

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.HostCluster
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2016.TwoStatesMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Konak Kümesi aşırı yüklü
Konak kümesi aşırı yüklü
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2016.HostClusterCommitStateMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.HostCluster" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2016.TwoStatesMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2016.HostClusterCommitStateMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="HostClusterCommitStateHealthy" MonitorTypeStateID="Success" HealthState="Success"/>
<OperationalState ID="HostClusterCommitStateCritical" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>7200</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<ErrorExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">Over</Value>
</ValueExpression>
<Operator CaseSensitive="false">Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.HostCluster"]/CommitState$</Value>
</ValueExpression>
</SimpleExpression>
</ErrorExpression>
<SuccessExpression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">Over</Value>
</ValueExpression>
<Operator CaseSensitive="false">NotEqual</Operator>
<ValueExpression>
<Value Type="String">$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.HostCluster"]/CommitState$</Value>
</ValueExpression>
</SimpleExpression>
</SuccessExpression>
</Configuration>
</UnitMonitor>