AD 에이전트 할당: 도메인에 바인딩할 수 없음

Microsoft.SystemCenter.ADAssignment.UnabledToBindToDomain.Alert (Rule)

도메인에 바인딩할 수 없음

Knowledge Base article:

요약

이 경고는 AD 통합 에이전트 할당 규칙이 지정한 도메인에 바인딩될 수 없기 때문에 완료되지 못했음을 나타냅니다. 에이전트는 이 문제를 해결할 때까지 오류를 보고해야 하는 서버를 찾지 못합니다.

원인

에이전트 할당 규칙이 Active Directory에 바인딩될 수 없습니다. 이 문제는 다음과 같은 이유로 인해 나타날 수 있습니다.

1. AD에 액세스하지 못할 수 있습니다.

2. 규칙에 사용되는 실행 프로필(기본값 = Active Directory 기반 에이전트 할당 계정)에 도메인의 관리 그룹 컨테이너에 액세스할 수 있는 유효한 실행 계정이 없습니다.

3. 실행 프로필과 연결된 실행 계정의 사용자 이름 또는 암호가 잘못되었습니다.

해결 방법

1. AD 할당 리소스 풀의 모든 서버가 도메인에 액세스할 수 있는지 확인하십시오.

2. 실행 계정이 도메인 사용자 계정이면 사용자 이름 및 암호가 유효한지 확인합니다.

3. 모두 실패하면 "MOMADAdmin -d {Management Group Name} {Domain}"을 사용하여 도메인의 관리 그룹 컨테이너를 삭제한 다음 MOMADAdmin.exe를 다시 실행하여 도메인을 다시 준비하십시오.

Element properties:

TargetMicrosoft.SystemCenter.ADAssignmentResourcePool
CategoryOperations
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
AD 에이전트 할당: 지정한 도메인에 바인딩할 수 없음
{0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.ADAssignment.UnabledToBindToDomain.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ADAssignmentResourcePool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11465</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11701</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.ADAssignment.UnabledToBindToDomain.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>