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>