System Center 2016 Virtual Machine Manager Toewijzingsstatus van hostcluster

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

Hiermee wordt gecontroleerd of het hostcluster is overbelast

Knowledge Base article:

Samenvatting

De monitor Toewijzingsstatus van hostcluster geeft aan of het hostcluster momenteel een overbelaste status heeft

Oorzaken

Als een hostcluster het opgegeven aantal knooppuntfouten niet kan verwerken terwijl alle virtuele machines actief blijven, op basis van de door de gebruiker gedefinieerde clusterreserve, krijgt het cluster een overbelaste status en is de status van deze monitor niet in orde.

Oplossingen

U kunt het volgende doen om de status van een hostcluster naar niet-overbelast te brengen:

Configureer bestaande virtuele machines opnieuw

Wijzig de clusterreserve

Voeg extra hardware aan het cluster toe

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
Hostcluster overbelast
Het hostcluster is overbelast
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>