PDC Ping 可用性監視器

Microsoft.Windows.Server.2012.R2.AD.Availability.FsmoPing.PDC.Monitor (UnitMonitor)

監視 DC 是否能夠針對 FSMO 持有者執行 Ping 要求。

Knowledge Base article:

摘要

此監視器會使用基本的 Ping 要求來驗證 PDC FSMO 的可用性。它會定期對網域控制站執行 Ping 命令以驗證可用性。

設定

IntervalSeconds:監視器的執行頻率 (秒)

原因

可能的原因如下:

解決方式

確認網域控制站已經上線且正確運作。

確定 DNS 可正確解析網域控制站的 IP 位址。

請嘗試從 FSMO 持有者本身,對另一個網域控制站執行 Ping 命令。

Element properties:

TargetMicrosoft.Windows.Server.2012.R2.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.R2.AD.ResponseMonitors.FsmoPing.Availability.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.R2.AD.Availability.FsmoPing.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
PDC Ping 可用性健康情況監視器失敗。

健康情況監視器指令碼失敗,發生錯誤。
錯誤: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.R2.AD.Availability.FsmoPing.PDC.Monitor" Accessibility="Public" Enabled="true" Target="AD2012R2Core!Microsoft.Windows.Server.2012.R2.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.R2.AD.ResponseMonitors.FsmoPing.Availability.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.R2.AD.Availability.FsmoPing.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.R2.AD.Availability.FsmoPing.PDC.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='ErrorString']$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ResponseOK" MonitorTypeStateID="ResponseOK" HealthState="Success"/>
<OperationalState ID="ResponseError" MonitorTypeStateID="ResponseError" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<FsmoHolder>$Target/Property[Type="AD!Microsoft.Windows.Server.AD.Library.DomainControllerRole"]/PDCEmulator$</FsmoHolder>
<PingIterations>5</PingIterations>
</Configuration>
</UnitMonitor>