AD DC 글로벌 카탈로그 검색 시간 모니터

Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitor (UnitMonitor)

Knowledge Base article:

요약

AD GC 검색 시간 모니터입니다. 이 모니터는 구성된 임계값을 기준으로 현재 GC 검색 시간을 확인합니다.

구성

원인

글로벌 카탈로그에 연결하려는 시도가 지정한 임계값보다 오래 걸립니다.

해결 방법

로컬 글로벌 카탈로그 서버를 사용할 수 있는지 확인하십시오. 사용할 수 있는 로컬 글로벌 카탈로그 서버가 없는 경우, 같은 사이트에 글로벌 카탈로그 서버가 있는지 확인하십시오. 로컬 글로벌 카탈로그 서버가 있거나 같은 사이트에서 사용할 수 있는 서버가 1대인 경우, 오버로드되지 않았는지 확인하십시오.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitortype
RemotableFalse
AccessibilityPublic
Alert Message
글로벌 카탈로그 검색 대기 시간이 구성된 임계값 초과

글로벌 카탈로그 검색 대기 시간이 구성된 임계값을 초과합니다. 현재 값은 {0}입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitortype" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.AD.DomainController.GCSearchTime.Monitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="OK" HealthState="Success"/>
<OperationalState ID="Warn" MonitorTypeStateID="Warn" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>300</IntervalSeconds>
<LogSuccessEvent>false</LogSuccessEvent>
<NumSamples>5</NumSamples>
<ThresholdWarnSec>5</ThresholdWarnSec>
<ThresholdErrorSec>15</ThresholdErrorSec>
<ManagementGroupName>$Target/ManagementGroup/Id$</ManagementGroupName>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>