System Center 관리 상태 서비스 자격 증명을 찾을 수 없음

Microsoft.SystemCenter.HealthService.Credentials.NotFound.Alert (Rule)

이 규칙은 보안 참조 재정의를 확인할 수 없을 때 경고를 생성합니다.

Knowledge Base article:

요약

이 경고는 실행 프로필에 지정된 실행 계정을 확인할 수 없음을 나타냅니다. 이 문제가 해결될 때까지 해당 프로필을 사용하는 워크플로를 로드할 수 없습니다.

원인

이 조건은 지정된 컴퓨터에 배포되도록 계정이 구성되지 않은 경우에 발생할 수 있습니다.

해결 방법

이 문제를 해결하려면 아래 지정된 실행 프로필을 열고, 해당 SSID에 지정된 계정 항목을 찾은 후, 이 컴퓨터에 계정을 배포하도록 선택(해당되는 경우)하거나 대상 개체가 지정된 계정을 사용할 수 없도록 프로필 설정을 변경합니다. 참고: 명령 셸을 사용하여 해당 SSID로 실행 계정 표시 이름을 가져올 수도 있습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
System Center 관리 상태 서비스 자격 증명을 찾을 수 없음 경고 메시지
실행 프로필 "{3}"에 지정된 계정을 확인할 수 없습니다.

이 조건은 이 컴퓨터에 배포되도록 계정이 구성되지 않은 경우에 발생할 수 있습니다. 이 문제를 해결하려면 아래 지정된 실행 프로필을 열고, 해당 SSID에 지정된 계정 항목을 찾은 후, 이 컴퓨터에 계정을 배포하도록 선택(해당되는 경우)하거나 대상 개체가 지정된 계정을 사용할 수 없도록 프로필 설정을 변경합니다. 참고: 명령 셸을 사용하여 해당 SSID로 실행 계정 표시 이름을 가져올 수도 있습니다.

관리 그룹: {1} 실행 프로필: {3} 계정 SSID: {2}
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.HealthService.Credentials.NotFound.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</Category>
<DataSources>
<DataSource ID="DS" 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 Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1108</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Credentials.NotFound.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[1]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[5]$</AlertParameter3>
<AlertParameter4>$Data/Params/Param[7]$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Id$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
<SuppressionValue>$Data[Default='']/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>