AEM: 파일 공유 오류

Microsoft.SystemCenter.CM.AEM.FileShareError.Alert (Rule)

이 규칙은 하나 이상의 AEM(에이전트 없는 예외 모니터링) 모듈에서 이 관리 서버의 파일 공유와 상호 작용하는 동안 오류가 발생할 경우 경고를 생성합니다.

Knowledge Base article:

요약

AEM은 다양한 클라이언트에서 오류 보고서를 수집하도록 구성된 파일 공유에 액세스할 수 없습니다.

원인

AEM이 이 관리 서버에서 파일 공유에 연결할 수 없습니다. 이 문제는 몇 가지 이유로 인해 발생할 수 있습니다. 파일 공유가 더 이상 온라인 상태가 아니거나 ACL 문제가 있는 경우 이러한 오류가 발생할 수 있습니다. 오류에 대한 정보는 관련 이벤트 및 경고에서 확인할 수 있습니다.

해결 방법

경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 세부 정보와 이 오류와 비슷한 시기에 발생한 다른 이벤트를 검토하여 문제를 진단하십시오. 액세스 문제를 수정하려면 클라이언트 모니터링 작업 계정의 실행 계정을 AEMAgent 그룹에 추가해야 합니다. 이 관리 서버의 Crash Listener 엔터티와 관련된 'AEM: Fix Permissions' 작업을 실행합니다. 이러한 문제가 해결되면 상태 관리 서비스를 다시 시작하거나 이 관리 서버에 대해 클라이언트 모니터링을 사용하도록 다시 설정하십시오.

이 관리 서버의 Crash Listener 엔터티에 대해 'AEM: Fix Permissions' 작업을 실행합니다. 경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 세부 정보와 이 오류와 비슷한 시기에 발생한 다른 이벤트를 검토하여 문제를 추가로 진단하십시오.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
AEM: 파일 공유 오류
{0}

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.CM.AEM.AlertModule Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.FileShareError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.CM.AEM.AlertModule">
<EventNumber>10925</EventNumber>
<ManagementGroupName>$Target/ManagementGroup/Name$</ManagementGroupName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.CM.AEM.FileShareError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>