代理程式與作業系統架構相同

Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor (UnitMonitor)

此監視可偵測 32 位元代理程式是否已安裝在 64 位元作業系統上。

Knowledge Base article:

摘要

此監視會檢查代理程式的版本,並在偵測到 64 位元作業系統安裝 32 位元代理程式時產生警示。在 64 位元作業系統上執行 32 位元代理程式將會產生不可靠的結果,而且不是支援的設定。

原因

安裝在警示中指定之電腦的代理程式並不是適用於作業系統的正確版本。手動安裝代理程式時可能會發生此情況。

解決方式

在警示中指定的電腦上,使用 [控制台] 中的 [程式和功能],手動移除 Operations Manager 代理程式。接著,您可以使用 Operations 主控台 (建議方式) 或手動重新安裝代理程式。如果您手動安裝代理程式,請務必安裝適用於作業系統的正確代理程式版本。

外部

如需安裝代理程式的詳細資訊,請參閱:

Element properties:

TargetMicrosoft.SystemCenter.Agent
Parent MonitorSystem.Health.ConfigurationState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
32 位元代理程式安裝在 64 位元作業系統上
{0} 正在 64 位元作業系統上執行 32 位元代理程式,而可能產生不可靠的行為。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCLibrary!Microsoft.SystemCenter.Agent" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType" ConfirmDelivery="false">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentArchitectureMatch" MonitorTypeStateID="ArchitectureMatch" HealthState="Success"/>
<OperationalState ID="AgentArchitectureMismatch" MonitorTypeStateID="ArchitectureMismatch" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<IntervalSeconds>86400</IntervalSeconds>
</Configuration>
</UnitMonitor>