PDC バインド パフォーマンス モニター

Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Bind.Monitor (UnitMonitor)

PDC に対する LDAP バインドを実行して PDC のパフォーマンスを監視します。

Knowledge Base article:

概要

このモニターは基本的な LDAP バインド要求を使用して PDC FSMO の応答時間を確認します。ドメイン コントローラーに対して定期的にバインドを実施してパフォーマンスを確認します。

構成

IntervalSeconds:モニターを実行する頻度 (秒)

原因

次の原因が考えられます。

解決方法

詳細情報のアラートにエラーの説明を表示します。

コンピューターのシステム全体のパフォーマンスを表示して、追加リソースが必要かどうかを確認します。

追加のドメイン コントローラーを追加して、負荷が分散されるようにします。

アクティブな AD サイトに十分な数の DC が存在することを確認してください。

外部

Element properties:

TargetMicrosoft.Windows.Server.AD.DomainMemberPerspective
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
PDC バインド パフォーマンス ヘルス モニターの 1 つ以上のしきい値を超えています。

ヘルス モニター スクリプトが、平均バインド時間の 1 つまたは複数のしきい値を超えました。
カウンター: {0}
平均時間: {1}
サンプル数:{2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Bind.Monitor" Accessibility="Public" Enabled="true" Target="AD!Microsoft.Windows.Server.AD.DomainMemberPerspective" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" TypeID="Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Monitortype">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.AD.DomainMemberPerspective.Performance.PdcResponse.Bind.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/CounterName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/SampleCount$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseWarn" MonitorTypeStateID="ResponseWarn" HealthState="Warning"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
<ObjectName>PDC Op Master</ObjectName>
<CounterName>PDC Bind Time</CounterName>
</Configuration>
</UnitMonitor>