Hyper-V 2012 R2 レプリケーション数の割合モニター

Microsoft.Windows.HyperV.2012.R2.ReplicationPercentMonitor (UnitMonitor)

Hyper-V 2012 R2 レプリケーションの成功率を監視します。

Knowledge Base article:

概要

レプリケートするバーチャル マシンが、レプリケーション サイクルの構成された割合を超えて失敗しました。

原因

ネットワーク サブシステムとストレージ サブシステムが、レプリカ トラフィックを処理できません。

解決方法

プライマリとレプリカ サイトの間のネットワーク帯域幅を増やす、または、レプリカ トラフィックを処理するプライマリとストレージ サブシステムに十分な IOPS ヘッドルームがあることを確認します。

Element properties:

TargetMicrosoft.Windows.HyperV.2012.R2.VirtualMachine
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.HyperV.2012.R2.ReplicaDeltaPercentMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
最後の間隔中に、バーチャル マシンはしきい値よりも多くのレプリケーション サイクルを失敗しました。
バーチャル マシン {1} は、最後の間隔中に {0}\% のレプリケーション サイクルに失敗しました。この失敗率は、構成された重大レベルを上回ります。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.HyperV.2012.R2.ReplicationPercentMonitor" Accessibility="Public" Enabled="false" Target="HVDisc!Microsoft.Windows.HyperV.2012.R2.VirtualMachine" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.Windows.HyperV.2012.R2.ReplicaDeltaPercentMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.Windows.HyperV.2012.R2.ReplicationPercentMonitor.Alert">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="HVLib!Microsoft.Windows.HyperV.VirtualMachine"]/VirtualMachineName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ReplicationPercentHealthy" MonitorTypeStateID="ReplicationCountPercentHealthy" HealthState="Success"/>
<OperationalState ID="ReplicationPercentCritical" MonitorTypeStateID="ReplicationCountPercentCritical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>3600</IntervalSeconds>
<ErrorLevelPercentage>25</ErrorLevelPercentage>
</Configuration>
</UnitMonitor>