에이전트 설치 관리자 서비스가 이미 있습니다.

Microsoft.SystemCenter.AgentManager.AgentInstallerAlreadyExists.Monitor (UnitMonitor)

관리 서버가 다른 에이전트를 "강제"로 설치하고 있음을 감지했을 때를 모니터링합니다.

Knowledge Base article:

요약

Agent Installer 서비스가 이미 있습니다.

원인

대상 컴퓨터의 에이전트 설치를 시작 및 모니터링하기 위해 이 서비스가 설치되었습니다. 이 서비스가 이미 있는 경우 설치가 이미 진행 중이거나 실패한 에이전트 설치 또는 제거 중에 서비스가 분리되었을 수 있습니다.

해결 방법

대상 컴퓨터에서 보류 중인 다른 설치가 없는지 확인합니다. 설치 실패로 인해 서비스가 분리되었다고 생각되는 경우에는 해당 서비스를 삭제합니다. WinXPSP2, Windows 2003 SP1 Server 또는 Windows Resource Kit에 포함되어 있는 sc.exe를 사용하면 됩니다.

에이전트 설치 문제 해결에 대한 자세한 내용은 Troubleshooting Issues When You Use the Discovery Wizard to Install an Agent(검색 마법사를 사용한 에이전트 설치 시의 문제 해결)(http://go.microsoft.com/fwlink/?LinkId=181932)를 참조하십시오.

Element properties:

TargetMicrosoft.SystemCenter.AgentManager
Parent MonitorMicrosoft.SystemCenter.AgentManager.ConfigHealthRollup
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.AgentManager.AgentManagerFailureMonitor
RemotableTrue
AccessibilityPublic
Alert Message
에이전트 강제 설치/복구 실패 - 에이전트 설치 관리자 서비스가 이미 있습니다.
에이전트 "강제" 설치 또는 복구가 시도되었으며 실패했습니다. 작업이 관리 서버 {1}에서 컴퓨터 {0}에 대해 실행되었습니다.

추가 정보: 작업 시작 시간: {3} UTC 작업 종료 시간: {4} UTC

전체 이벤트 설명: {5}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.AgentManager.AgentInstallerAlreadyExists.Monitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AgentManager" ParentMonitorID="Microsoft.SystemCenter.AgentManager.ConfigHealthRollup" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.AgentManager.AgentManagerFailureMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.AgentManager.AgentInstallerAlreadyExists.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/TargetDevicePrincipalName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/ManagementServerName$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.UserActionManager"]/PendingStateType$</AlertParameter3>
<AlertParameter4>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</AlertParameter4>
<AlertParameter5>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</AlertParameter5>
<AlertParameter6>$Data/Context/Property[@Name="Message"]$</AlertParameter6>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AgentManagerFailure" MonitorTypeStateID="AgentInstallationFailure" HealthState="Error"/>
<OperationalState ID="AgentManagerSuccess" MonitorTypeStateID="AgentInstallationSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<EventId>10619</EventId>
<TaskStartTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskStartTime$</TaskStartTime>
<TaskEndTime>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.AgentManager"]/TaskEndTime$</TaskEndTime>
</Configuration>
</UnitMonitor>