Agent i system operacyjny mają taką samą architekturę

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

Ten monitor wykrywa przypadki zainstalowania 32-bitowego agenta w 64-bitowym systemie operacyjnym.

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza wersje agentów i generuje alert w razie wykrycia 32-bitowego agenta zainstalowanego w 64-bitowym systemie operacyjnym. Jeśli 32-bitowy agent działa w 64-bitowym systemie operacyjnym, jego wyniki nie będą wiarygodne — konfiguracja ta nie jest obsługiwana.

Przyczyny

Agent zainstalowany na komputerze wskazanym w alercie ma wersję nieodpowiednią dla systemu operacyjnego. Może to nastąpić, jeśli agent został zainstalowany ręcznie.

Rozwiązania

Na komputerze wskazanym w alercie usuń ręcznie agenta programu Operations Manager, korzystając z apletu Programy i funkcje w Panelu sterowania. Następnie można ponownie zainstalować agenta za pomocą konsoli Operacje (zalecane) lub ręcznie. W przypadku ręcznej instalacji agenta należy upewnić się, że instalowana wersja jest odpowiednia dla systemu operacyjnego.

Zewnętrzne

Więcej informacji na temat instalowania agentów zawiera artykuł:

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-bitowy agent jest zainstalowany w 64-bitowym systemie operacyjnym
Na komputerze {0} 32-bitowy agent jest uruchomiony w 64-bitowym systemie operacyjnym, co może powodować niewiarygodne wyniki.
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>