이벤트 컬렉션: WSUS 서버의 프록시 설정 구성 실패

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy_Events (Rule)

이 규칙은 WSUS 제어 관리자가 WSUS 서버의 프록시 설정을 구성하지 못하는 경우에 경고를 생성합니다.

Knowledge Base article:

요약

Configuration Manager 사이트에 사용할 WSUS(Windows Server Update Services) 서버를 구성하려면 두 구성 요소인 WSUS_Configuration_Manager 및 WSUS_Control_Manager에 대한 작업이 포함됩니다. WSUS_Configuration_Manager는 모든 소프트웨어 업데이트 지점 역할 컴퓨터에 공통적인 Configuration Manager 사이트 관련 속성을 설정하고, WSUS_Control_Manager는 사용할 프록시 서버, 프록시 서버에 사용할 프록시 자격 증명 등과 같이 소프트웨어 업데이트 지점 역할별 속성을 구성합니다.

원인

이 상태는 다음과 같은 이유로 발생할 수 있습니다.

해결 방법

이 경고를 생성한 해당 컴퓨터에서 [ConfigMgr 설치 폴더]\Logs\WSUSCtrl.log를 확인합니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
CategoryEventCollection
EnabledFalse
Event_ID7000
Event SourceSMS Server
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
WSUS 서버의 프록시 설정 구성 실패 경고
WSUS 제어 관리자에서 WSUS 서버 {0}의 프록시 설정을 구성하지 못했습니다.
Event LogApplication
CommentSIV:SUM0018

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy_Events" Comment="SIV:SUM0018" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7000</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToConfigProxy_AlertMessageResourceID"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>