Estado de confirmación del clúster de hosts de System Center 2016 Virtual Machine Manager

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

Supervisa si el clúster de hosts está sobrecargado

Knowledge Base article:

Resumen

El monitor de sobrecarga del clúster indica si el clúster de hosts se encuentra o no actualmente en un estado sobrecargado

Causas

Según la reserva de clúster definida por el usuario, si un clúster de hosts no puede admitir el número especificado de errores de nodo y mantener la ejecución de todas las máquinas virtuales, el clúster pasa a un estado sobrecargado y el estado de este monitor es incorrecto.

Resoluciones

Para devolver un clúster de hosts a un estado no sobrecargado, puede:

Reconfigurar las máquinas virtuales existentes

Modificar la reserva de clúster

Agregar más hardware al clúster

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
Clúster de hosts sobrecargado
El clúster de hosts está sobrecargado
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>