Aracı ve işletim sistemi mimarisi aynı

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

Bu izleyici 64 bit bir işletim sistemine 32 bit bir aracı yüklenmişse algılar.

Knowledge Base article:

Özet

Bu izleyici aracıların sürümünü denetler ve 64 bit bir işletim sistemine 32 bit bir aracı yüklendiğini algılarsa bir uyarı oluşturur. 64 bit bir işletim sisteminde 32 bit bir aracı çalıştırılması, güvenilir olmayan sonuçlar oluşturabilir ve desteklenen bir yapılandırma değildir.

Nedenler

Uyarıda belirtilen bilgisayarda yüklü olan aracının sürümü işletim sistemi için hatalı bir sürüm. Bu durum genellikle aracı elle yüklendiğinde meydana gelir.

Çözümlemeler

Uyarıda belirtilen bilgisayarda, Denetim Masası'ndaki Programlar ve Özellikler'i kullanarak Operations Manager'ı elle kaldırın. Ardından Operations konsolundan (önerilir) veya elle aracıyı yeniden yükleyebilirsiniz. Aracıyı elle yüklüyorsanız, işletim sistemi için doğru aracı sürümünü yüklediğinizden emin olun.

Dış

Aracıların yüklenmesi hakkında daha fazla bilgi için bkz:

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
64 bit bir işletim sistemine 32 bit bir aracı yüklenmiş
{0}, 64 bit bir işletim sisteminde 32 bit bir aracı çalıştırıyor, bu durum güvenilir olmayan davranışa neden olabilir.
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>