System Center 2012 Virtual Machine Manager 層のメンバー数

Microsoft.SystemCenter.VirtualMachineManager.2012.TierMemberCountMonitor (UnitMonitor)

バーチャル マシン層のメンバー数が指定範囲内かどうか監視します

Knowledge Base article:

サマリー

バーチャル マシン層のメンバー数モニターは、サービスのバーチャル マシン層の現在のインスタンス数がその構成されている最小インスタンス数および最大インスタンス数の範囲外にあるかどうかを特定します。

原因

コンピューター層の現在のインスタンス数が、定義されている最小インスタンス数を下回るか、または定義されている最大インスタンス数を上回る場合、モニターが異常な状態に変わります。

解決方法

バーチャル マシン層がその規定されたインスタンス数を下回る場合、定義されている最小インスタンス数に合うように VMM のスケール アウト機能を使用して 1 つ以上のインスタンスをバーチャル マシン層に追加するか、別の最小インスタンスと最大インスタンスの定義を反映するようにバーチャル マシン層を再定義します。

バーチャル マシン層がその規定されたインスタンス数を上回る場合、定義されている最大インスタンス数に合うように 1 つ以上のインスタンスをバーチャル マシン層から削除するか、別の最小インスタンスと最大インスタンスの定義を反映するようにバーチャル マシン層を再定義します。

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.2012.ComputerTier
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2012.CheckValueWithinRangeMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
層のメンバー数が範囲内ではありません
サービス {3} のバーチャル マシン層のメンバー数は {0} ですが、{1} 以上かつ {2} 以下である必要があります
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.TierMemberCountMonitor" Accessibility="Public" Target="VMM2012Discovery!Microsoft.SystemCenter.VirtualMachineManager.2012.ComputerTier" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.CheckValueWithinRangeMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.TierMemberCountMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/CurrentMachineCount$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/MinMachineCount$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/MaxMachineCount$</AlertParameter3>
<AlertParameter4>$Target/Host/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter4>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="TierMemberCountHealthy" MonitorTypeStateID="ValueWithinRangeHealthy" HealthState="Success"/>
<OperationalState ID="TierMemberCountCritical" MonitorTypeStateID="ValueWithinRangeCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<MinValue>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/MinMachineCount$</MinValue>
<MaxValue>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/MaxMachineCount$</MaxValue>
<CurrentValue>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.ComputerTier"]/CurrentMachineCount$</CurrentValue>
</Configuration>
</UnitMonitor>