Monitor dostępności żądania ping do wzorca infrastruktury

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

Monitoruje, czy kontroler domeny może wykonać żądanie ping do serwera posiadającego rolę FSMO.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza dostępność operacji FSMO podstawowego kontrolera domeny przy użyciu podstawowego żądania polecenia ping. Okresowo wysyła polecenie ping do kontrolera domeny, aby sprawdzić dostępność.

Konfiguracja

IntervalSeconds: jak często monitor jest uruchamiany (w sekundach)

Przyczyny

Prawdopodobne przyczyny:

Rozwiązania

Upewnij się, że kontroler domeny jest w trybie online i działa prawidłowo.

Upewnij się, że serwer DNS prawidłowo rozpoznaje adres IP kontrolera domeny.

Spróbuj wysłać polecenie ping do innego kontrolera domeny z poziomu posiadacza operacji FSMO.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.FsmoPing.Availability.AggregateMonitor
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Availability.FsmoPing.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Wystąpił błąd monitora kondycji Dostępność żądania ping do wzorca infrastruktury.

W skrypcie monitora kondycji wystąpił błąd.
Błąd: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Availability.FsmoPing.Infra.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.FsmoPing.Availability.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Availability.FsmoPing.Monitortype" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Availability.FsmoPing.Infra.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"]/InfrastructureMaster$</FsmoHolder>
<PingIterations>5</PingIterations>
</Configuration>
</UnitMonitor>