AEM: 模組啟動錯誤

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

當無法在此管理伺服器上啟動一或多個無代理程式例外監控 (AEM) 模組時,此規則會產生警示。

Knowledge Base article:

摘要

AEM 的其中一個元件無法啟動。 因此,AEM 將不會處理錯誤報表。

原因

失敗的發生可能是由多種原因所造成。 失敗相關資訊可於相關事件和警示中取得。

解決方式

警示的描述包含所發生問題的資訊。 請檢查關聯事件詳細資訊以及於此失敗時發生之任何其他事件,以診斷問題。 若要修正存取問題,需要將用戶端監視動作帳戶的執行身分帳戶新增到 AEMAgent 群組,提供對資料庫的存取權,並為其授與接聽 Vista 錯誤報表的 URL 存取權。 第一部分,請在此管理伺服器上執行與當機接聽程式實體相關聯的「AEM:修正權限」工作。 針對第二部分,使用 httpcfg.exe (http://msdn2.microsoft.com/zh-tw/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>