AEM: 模块启动错误

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

在此管理服务器上无法启动一个或多个无代理异常监控(AEM)模块时,此规则将生成警报。

Knowledge Base article:

摘要

AEM 的其中一个组件无法启动。 因此,AEM 将无法处理错误报告。

原因

此故障的发生可能有多种原因。 在关联的事件和警报中可以找到有关故障的信息。

解决方法

警报的描述包含有关遇到的问题的信息。 请检查关联的事件的详细信息以及此故障时间附近发生的任何其他事件以诊断问题。 要解决访问问题,客户端监视操作帐户的运行方式帐户需要添加到 AEMAgent 组、被授予对数据库的访问权限,还需要被授予对 URL 的访问权限以侦听 Vista 错误报告。 对于第一部分,请执行 与此管理服务器上的故障侦听器实体相关联的“AEM:修复权限”任务。 对于第二部分,请使用 httpcfg.exe (http://msdn2.microsoft.com/zh-cn/library/aa364478.aspx) 进行配置(如 httpcfg.exe set urlacl /u http://+:[portNumber]/ /a D:(A;;GX;;;[SID]),并使用 GetSid.exe (http://support.microsoft.com/?kbid=926027) 获取客户端监视操作帐户的 SID。 修复这些问题之后,请重新启动 System Center 管理运行状况服务或重新启用此管理服务器的客户端监视。

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.ModuleStartError.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>10903</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.ModuleStartError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>