エージェントと OS のアーキテクチャが同じ

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

このモニターは、32 ビットのエージェントが 64 ビットのオペレーティング システムにインストールされていないかどうかを検出します。

Knowledge Base article:

概要

このモニターは、エージェントのバージョンを確認し、32 ビットのエージェントが 64 ビットのオペレーティング システムにインストールされていることを検出した場合にアラートを生成します。64 ビットのオペレーティング システムで 32 ビットのクライアントを実行すると、結果の信頼性が低くなります。また、この構成はサポートされていません。

原因

アラートに示されているコンピューターにインストールされているエージェントが、このオペレーティング システム用の正しいバージョンではありません。これは、エージェントが手動でインストールされた場合に発生します。

解決方法

アラートに示されているコンピューターで、[コントロール パネル] の [プログラムと機能] を使用して、Operations Manager エージェントを手動で削除します。次に、適切なエージェントをオペレーション コンソールを使用する (推奨) か、手動でインストールし直します。手動でインストールする場合は、オペレーティング システムに合ったバージョンのエージェントであることを確認してください。

外部

インストールの詳細については、次を参照してください。

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>