이 규칙은 WSUS Configuration Manager가 WSUS 서버에 클라이언트를 게시하지 못하는 경우에 경고를 생성합니다.

Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient (UnitMonitor)

Knowledge Base article:

요약

클라이언트 설치 패키지(ccmsetup)를 WSUS(Windows Server Update Services) 서버에 게시하는 동안 오류가 보고되었습니다.

원인

SMS Executive 프로세스가 실행되고 있지 않을 수 있습니다.

WSUS 프로세스가 실행되고 있지 않을 수 있습니다.

해결 방법

소프트웨어 업데이트 지점과 WSUS 서버에 WSUS(Windows Server Update Services) 프로세스가 실행 중인지 확인합니다.

Configuration Manager 사이트 서버에서 SMS Executive 프로세스가 실행 중인지 확인합니다.

<ConfigMgr 설치 디렉터리>\Logs\ 폴더의 WCM.LOG 파일에서 오류에 대한 추가 정보를 얻을 수 있습니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WSUS에 클라이언트 게시 실패 경고
WSUS Configuration Manager가 WSUS 서버에 클라이언트 게시 실패
RunAsDefault
CommentSIV:SUM0014

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient" Comment="SIV:SUM0014" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WsusConfigurationManager.FailedToPublishClient_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<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">6613</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>
</Configuration>
</UnitMonitor>