AEM:文件共享错误

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

一个或多个无代理异常监控(AEM)模块从此管理服务器与文件共享交互时遇到错误时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 无法访问配置为从各种客户端收集错误报告的文件共享。

原因

AEM 从此管理服务器无法访问文件共享。此故障的发生可能有多种原因。如果文件共享不再联机,或有 ACL 问题,则可能发生此故障。在关联的事件和警报中可以找到有关故障的信息。

解决方法

警报的描述包含有关遇到的问题的信息。请检查关联的事件的详细信息以及此故障时间附近发生的任何其他事件以诊断问题。要解决访问问题,客户端监视操作帐户的运行方式帐户需要添加到 AEMAgent 组。请执行与此管理服务器上的故障侦听器实体相关联的“AEM:修复权限”任务。修复此问题之后,请重新启动 System Center 管理运行状况服务或重新启用此管理服务器的客户端监视。

尝试针对此管理服务器上的故障侦听器实体执行“AEM:修复权限”任务。警报的描述包含有关遇到的问题的信息。请检查关联的事件的详细信息以及此故障时间附近发生的任何其他事件以进一步诊断问题。

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>