ドメイン名前付けマスター LDAP バインド パフォーマンス モニター

Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Bind.Domain.Monitor (UnitMonitor)

FSMO 所有者の LDAP バインド時間を監視します。

Knowledge Base article:

概要

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

構成

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

原因

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

解決方法

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

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

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

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

外部

Element properties:

TargetMicrosoft.Windows.Server.2016.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2016.AD.ResponseMonitors.FsmoBind.Performance.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2016.AD.Performance.FsmoResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
ドメイン名前付けマスター LDAP バインド パフォーマンス ヘルス モニターが 1 つまたは複数のしきい値を超えました。

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

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Bind.Domain.Monitor" Accessibility="Public" Enabled="true" Target="AD2016Core!Microsoft.Windows.Server.2016.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2016.AD.ResponseMonitors.FsmoBind.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2016.AD.Performance.FsmoResponse.Bind.Domain.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>
<FsmoType>2</FsmoType>
<NumSamples>3</NumSamples>
<ThresholdWarn>5</ThresholdWarn>
<ThresholdError>10</ThresholdError>
<ObjectName>Domain Naming Op Master</ObjectName>
<CounterName>Op Master Domain Naming Last Bind</CounterName>
</Configuration>
</UnitMonitor>