Advisor 서비스 연결

Microsoft.SystemCenter.Advisor.ServerHealth.ServiceConnectivityMonitor (UnitMonitor)

Knowledge Base article:

요약

하나 이상의 Advisor 서비스 끝점에 연결하지 못했습니다. 관리 서버를 인터넷에 연결하지 못하거나 프록시 서버(구성된 경우)를 사용할 수 없거나 Advisor 서비스를 일시적으로 사용할 수 없습니다.

원인

경고 가져오기 연결 오류(55042), 경고 동기화 연결 오류(55043), MP 업데이트 연결 오류(55044), Cab 업로드 연결 오류(55045)

해결 방법

관리 서버가 인터넷에 연결되도록 올바르게 구성되었는지 확인합니다. 프록시 서버가 필수인 경우 관리 -> Advisor-> Advisor 연결 -> 프록시 서버 구성을 지정합니다. 서비스 가용성은 Advisor Maintenance Schedule(Advisor 유지 관리 일정)에서 확인하십시오.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorSystem.Health.ConfigurationState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogTimer2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
하나 이상의 Advisor 서비스 끝점에 연결하지 못했습니다.

Advisor 서비스에 연결하지 못했습니다. 내부 연결이 끊어졌거나 프록시 서버를 사용할 수 없거나 Advisor 서비스를 일시적으로 사용할 수 없기 때문일 수 있습니다.

이벤트 설명: {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Advisor.ServerHealth.ServiceConnectivityMonitor" Accessibility="Public" Enabled="true" Target="SC!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogTimer2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Advisor.ServerHealth.ServiceConnectivityMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="TimerEventRaised" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(55042|55043|55044|55045)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Advisor</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
<TimerWaitInSeconds>330</TimerWaitInSeconds>
</Configuration>
</UnitMonitor>