Monitor czasu odpowiedzi wyszukiwania w wykazie globalnym

Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor (UnitMonitor)

Monitoruje czas wyszukiwania w wykazie globalnym na kontrolerze domeny.

Knowledge Base article:

Podsumowanie

Monitor odpowiedzi wyszukiwania w wykazie globalnym. Ten monitor mierzy czas wymagany do wykonania wyszukiwania w wykazie globalnym.

Jeśli średni czas wyszukiwania z określonej liczby próbek przekracza skonfigurowany próg, wygenerowany zostanie alert.

Konfiguracja

Interwał: domyślnie 300 s

Próg ostrzeżenia: domyślnie 5 s

Próg błędu: domyślnie 10 s

Liczba próbek: domyślnie 3

Przyczyny

Próba wyszukiwania w wykazie globalnym zajęła dłużej niż określona wartość progowa.

Rozwiązania

Zapoznaj się z dodatkowymi informacjami w szczegółach alertu.

Jeśli czas wyszukiwania przekracza skonfigurowaną wartość progową, sprawdź ogólną wydajność komputera, by ustalić, czy wymaga on dodatkowych zasobów. Upewnij się też, że aktywne lokacje usługi AD zawierają odpowiednio dużo kontrolerów domeny.

Zewnętrzne

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.GlobalCatalogServerRole
Parent MonitorMicrosoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
Monitor kondycji czasu odpowiedzi wyszukiwania w wykazie globalnym przekroczył co najmniej jeden próg.
Średni czas wyszukiwania przekracza skonfigurowany próg.
Licznik: {0}
Średni czas: {1}
Liczba próbek: {2}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitor" Accessibility="Public" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.GlobalCatalogServerRole" ParentMonitorID="Microsoft.Windows.Server.2012.AD.ResponseMonitors.Performance.AggregateMonitor" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.Monitortype" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2012.AD.Performance.GCResponse.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>
<WarnThreshold>5</WarnThreshold>
<ErrorThreshold>10</ErrorThreshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>