System Center 2012 Virtual Machine Manager クラウド VMUsageCount

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

プライベート クラウドのバーチャル マシン使用率カウントを監視します

Knowledge Base article:

サマリー

バーチャル マシン使用率モニターは、プライベート クラウドで実行されているバーチャル マシンとサービス インスタンスの数を追跡します。この数が、定義されているプライベート クラウドの容量に近づくと、モニターが警告状態または重大な状態に変わります。

原因

プライベート クラウド内のバーチャル マシン使用率が、定義されているクラウドの容量に近づいています。既定では、バーチャル マシン使用率がプライベート クラウドの容量の 80% を超えるとモニターが警告状態に変わり、バーチャル マシン使用率がプライベート クラウドの容量の 90% を超えるとモニターが重大な状態に変わります。これらの各しきい値は上書き可能です。

解決方法

モニターを正常な状態に戻すには、次の操作を行います。

プライベート クラウドの容量の限度を再定義します

プライベート クラウド内のバーチャル マシンの数を減らします

モニターの警告しきい値と重大しきい値を上書きします

Element properties:

TargetMicrosoft.SystemCenter.VirtualMachineManager.PrivateCloud
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.VirtualMachineManager.2012.CloudUsageUnitMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
クラウドの VMUsageCount はしきい値以上
プライベート クラウドのバーチャル マシン使用率カウントは {0} で、しきい値 {1} 以上です
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.VirtualMachineManager.2012.CloudVMUsageCountMonitor" Accessibility="Public" Target="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud" TypeID="Microsoft.SystemCenter.VirtualMachineManager.2012.CloudUsageUnitMonitorType" ParentMonitorID="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.VirtualMachineManager.2012.CloudVMUsageCountMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='VMUsagePercentage']$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='CriticalThreshold']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="CloudVMUsageCountHealthy" MonitorTypeStateID="CloudUsageHealthy" HealthState="Success"/>
<OperationalState ID="CloudVMUsageCountCritical" MonitorTypeStateID="CloudUsageCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<CriticalThreshold>90</CriticalThreshold>
<PropertyValue>Property[@Name='VMUsagePercentage']</PropertyValue>
<VMMId>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMId$</VMMId>
<VMMServer>$Target/Property[Type="VMMBase!Microsoft.SystemCenter.VirtualMachineManager.PrivateCloud"]/VMMServer$</VMMServer>
</Configuration>
</UnitMonitor>