AD 서버 이동 사이트 AD 클라이언트 사이드 스크립트 기반 테스트를 완료하지 못함

AD_Server_Moved_Site_AD_Client_Side_Script_Based_Test_Failed_to_Complete (Rule)

Knowledge Base article:

요약

"AD 서버 이동 사이트" 모니터링 스크립트에서 오류가 발생하여 성공적으로 완료하지 못했습니다. 자세한 내용은 경고 세부 정보를 검토하십시오.

발생한 오류가 'ActiveX 구성 요소가 개체를 만들 수 없음'이면 Active Directory 관리 팩 개체(OOMAD) 구성 요소가 모니터링 스크립트를 성공적으로 실행하는 데 필요한 도메인 컨트롤러에 설치되어 있지 않음을 의미합니다.

해결 방법

자세한 내용은 경고 세부 정보를 검토하고 관련 오류 코드를 조회하십시오.

Active Directory 관리 팩 개체(OOMAD) 누락과 관련된 오류인 경우 도메인 컨트롤러에 OOMADs .msi를 설치하십시오.

외부 정보

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableFalse
Alert Message
AD 서버 이동 사이트 확인 - 스크립트 기반 테스트를 완료하지 못함
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="AD_Server_Moved_Site_AD_Client_Side_Script_Based_Test_Failed_to_Complete" Enabled="onStandardMonitoring" Target="AD2008Core!Microsoft.Windows.Server.2008.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>AD Server Changed Site</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(1000)$</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="AD_Server_Moved_Site_AD_Client_Side_Script_Based_Test_Failed_to_Complete.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>