스키마 마스터 FSMO 역할 소유자에 대한 Ping 또는 바인딩을 실행하지 못했습니다.

Failed_to_ping_or_bind_to_the_Schema_Master_FSMO_role_holder (Rule)

Knowledge Base article:

요약

AD Op 마스터 응답 모니터가 스키마 작업 마스터(스키마 FSMO(신축 단일 마스터 작업) 역할 소유자라고도 함)를 바인딩하거나 ping하려는 시도를 연속적으로 실패했습니다.

일시적인 오류가 아니므로 조사해야 합니다. 그러나 스키마 마스터에는 가용 요구 사항이 없으므로 단기 중단이 반드시 우선 순위는 아니며 연기될 수 있습니다.

해결 방법

AD Op 마스터 응답 모니터에서 생성한 이벤트를 모두 보려면 AD MP 이벤트 보기를 여십시오. 이러한 이벤트는 작업 마스터의 테스트 도중 발생한 오류에 대한 상세 정보를 제공합니다.

Element properties:

TargetMicrosoft.Windows.Server.2008.AD.DomainControllerRole
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableFalse
Alert Message
스키마 마스터 FSMO 역할 소유자에 대한 Ping 또는 바인딩을 실행하지 못했습니다.
{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="Failed_to_ping_or_bind_to_the_Schema_Master_FSMO_role_holder" 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 Op Master Response</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesMOM2005RegularExpression</Operator>
<Pattern>^(19)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventLevel</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Failed_to_ping_or_bind_to_the_Schema_Master_FSMO_role_holder.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>