Tag: software updates
Software Updates Management in System Center 2012 Configuration Manager
Microsoft released an official whitepaper about Software Updates Management in System Center 2012 Configuration Manager. This whitepaper gives detailed explanation how Software Updates Management works (logs, modules, inbox files, etc.). This document will be interesting for experienced ConfigMgr administrators.
You can download this whitepaper here.
System Center Software Update Management book
New book Microsoft System Center Software Update Management Field Experience was released by Microsoft Press:
This ebook addresses some of the gaps and pain points you might encounter when implementing, administering, and troubleshooting Software Updates using Configuration Manager 2012 R2.
You can download Microsoft System Center Software Update Management Field Experience book here.
the very first SUP synchronization and ID 6703
After installing WSUS and SUP the first synchronization does not pass.
wsyncmgr.log:
Sync failed: WSUS update source not found on site BFT. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
STATMSG: ID=6703 SEV=E LEV=M SOURCE=”SMS Server” COMP=”SMS_WSUS_SYNC_MANAGER” SYS=sccmtest1.firma.com SITE=BFT PID=2144 TID=4260 GMTDATE=Thu Feb 19 02:00:00.445 2015 ISTR0=”getSiteUpdateSource” ISTR1=”WSUS update source not found on site BFT. Please refer to WCM.log for configuration error details.” ISTR2=”” ISTR3=”” ISTR4=”” ISTR5=”” ISTR6=”” ISTR7=”” ISTR8=”” ISTR9=”” NUMATTRS=0
Sync failed. Will retry in 60 minutes
At the same time there are no errors in WCM.log , there is only information about the every minute endless attempts:
Attempting connection to WSUS server: sccmtest1.firma.com, port: 8530, useSSL: False
Successfully connected to server: sccmtest1.firma.com, port: 8530, useSSL: False
Category Product:a105a108-7c9b-4518-bbbe-73f0fe30012b (Windows Server 2012) not found on WSUS
Starting WSUS category sync from upstream…
WSUS sync was already in progress
WSUS sync running
WSUS sync running
WSUS sync running
Usually after installing WSUS console open is not necessary, because all WSUS settings are managed by SUP.
Solution is open the console, go to Windows Server Update Services Configuration Wizard, click Next four times, then Start Connecting and close the wizard:
The result is seen in WCM.log:
Successfully connected to server: sccmtest1.firma.com, port: 8530, useSSL: False
Successfully refreshed categories from WSUS server
Attempting connection to WSUS server: sccmtest1.firma.com, port: 8530, useSSL: False
Successfully connected to server: sccmtest1.firma.com, port: 8530, useSSL: False
Subscribed Update Categories <?xml version=”1.0″ ?>~~<Categories>~~ <Category Id=”Product:a105a108-7c9b-4518-bbbe-73f0fe30012b”><![CDATA[Windows Server 2012]]></Category>~~</Categories>
Attempting connection to WSUS server: sccmtest1.firma.com, port: 8530, useSSL: False
Successfully connected to server: sccmtest1.firma.com, port: 8530, useSSL: False
After this step the first synchronization works great, also wsyncmgr.log can help you find an additional information about results of the first successful synchronization.