Tricky_Dicky Posted April 20, 2010 Posted April 20, 2010 Hi all, I'm hoping I've just missed something obvious here but for some reason no clients are connecting to the WSUS server. It's WSUS 3.1.6001.65 on a server 2003R2 all clients are XP SP2+. I've attached a screen shot of the GPO that should be getting the clients to connect, I set this up a few weeks ago so I don't think it's a time thing. Rich
tosh74 Posted April 20, 2010 Posted April 20, 2010 if you have a proxy server for your client machines. Just ensure that it's not intercepting your http requests to your wsus server
Tricky_Dicky Posted April 20, 2010 Author Posted April 20, 2010 There is an exception in the proxy settings for anything in our subnet range, should that be enough or will it need something more specific?
tosh74 Posted April 20, 2010 Posted April 20, 2010 I would check your proxy access logs to be sure. I would also look at c:\windows\windowsupdate.log (on a client machine) to see if they're at least trying to contact your wsus server
cookie_monster Posted April 20, 2010 Posted April 20, 2010 (edited) Is WSUS on the default website if not you'll need to add a port number to the URL e.g. http://servername:8530 Also do you mean no clients are checking in at all or are there a couple? This can happen when you have ghosted clients without seleting the susid. Edited April 20, 2010 by cookie_monster 1
ZeroHour Posted April 20, 2010 Posted April 20, 2010 Also just to double check, your not running SCCM? its client by default takes control of updates and you have to disable that part to get it to go to a wsus server again.
skell Posted April 20, 2010 Posted April 20, 2010 I've found that some of our machines don't get their proxy settings right in relation to WSUS. To correct this, we do the following. Open a cmd prompt and type proxycfg -u This command copies the proxy settings from Internet Explorer.
Admiral208 Posted April 21, 2010 Posted April 21, 2010 have you tried running the WSUS client diagnostic tool? that might throw up something useful. Windows Server Update Services Tools and Utilities James
alan-d Posted April 22, 2010 Posted April 22, 2010 Also have a look at this thread http://www.edugeek.net/forums/windows/52344-pcs-not-seeing-wsus-updates.html
elsiegee40 Posted April 22, 2010 Posted April 22, 2010 I have been having issues with some of my PCs not reporting to WSUS; ironically the ones that have been on the network longest in our ICT Suite, but not all of them. In desperation, I ran Microsoft Update manually on half a dozen of them yesterday and today they are conversing with WSUS again. I cannot say which of the 18 updates sorted the problem, or why other networked PCs are not (so far) doing this... I have resigned myself to running Microsoft Update manually on the remaining 10 that are refusing to play nicely.
ZeroHour Posted April 22, 2010 Posted April 22, 2010 This bat is from MS, try it on a client and see if it cures the issue. Rem - Batch script to delete duplicate SusClientIDs Rem - Implement this script as a "Startup" or "Logon" script Rem - Script creates an output file called %Systemdrive%\SUSClientID.log Rem - If the %Systemdrive%\SUSClientID.log is already present, then the script simply exits @Echo off if exist %systemdrive%\SUSClientID.log goto end net stop wuauserv net stop bits reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f > %systemdrive%\SUSClientID.log 2>&1 reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f >> %systemdrive%\SUSClientID.log 2>&1 reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f >> %systemdrive%\SUSClientID.log 2>&1 net start wuauserv wuauclt.exe /resetauthorization /detectnow :end exit 1
CyberNerd Posted April 22, 2010 Posted April 22, 2010 ^^ above script (similar) works for us. Problem for us was that imaging machines copies the windowsupdate SUS client ID and it confuses the server. the script deletes and recreates the sus client ID.
Tricky_Dicky Posted April 22, 2010 Author Posted April 22, 2010 Also just to double check, your not running SCCM? its client by default takes control of updates and you have to disable that part to get it to go to a wsus server again. I don't currently have it running but I did install it on a seperate machine on the network for a play a little while ago. The fact that no machines at all are connecting is making me think it could be something like this. How would I go about changing this back? Rich
elsiegee40 Posted April 22, 2010 Posted April 22, 2010 I did try the above script on the other machines, but they still won't talk to WSUS... Microsoft Update, it'll have to be for me
ZeroHour Posted April 22, 2010 Posted April 22, 2010 I don't currently have it running but I did install it on a seperate machine on the network for a play a little while ago. The fact that no machines at all are connecting is making me think it could be something like this. How would I go about changing this back? Rich Hi You dont have the client installed on any of your pc's? (remember its very easy to set it up to auto deploy without realising) Is your test SCCM linked to your WSUS server or running its own instance? Cant find the exact option right now in SCCM, hunting...
Tricky_Dicky Posted April 22, 2010 Author Posted April 22, 2010 It may well have been deployed, how can I check? It was on it's own machine, but the WSUS is running on the DC so it's probably linked in some way. Any idea how to remove the SCCM client or at least revert back so the client see it?
ZeroHour Posted April 22, 2010 Posted April 22, 2010 It wont probably auto link but that doesnt stop the client taking control. To see if its out there goto Collections->All Systems and you should see a Client column which is yes/no I am trying to find the damn setting but it eludes me.
cookie_monster Posted April 22, 2010 Posted April 22, 2010 I have been having issues with some of my PCs not reporting to WSUS; ironically the ones that have been on the network longest in our ICT Suite, but not all of them. In desperation, I ran Microsoft Update manually on half a dozen of them yesterday and today they are conversing with WSUS again. I cannot say which of the 18 updates sorted the problem, or why other networked PCs are not (so far) doing this... I have resigned myself to running Microsoft Update manually on the remaining 10 that are refusing to play nicely. Hahaha I've had a similar problem. I have 500 clients on my WSUS server but 3-4 will not appear no matter what I try I've deleted the account and ran a selection of scripts and fixes I've even rebuilt them (not imaged). They appear but show as not yet reported and that's it, they even did the same after I introduced a new WSUS server to replace the old one. The odd thing is that they download their updates from WSUS every month but they never report in...wierd
pwds Posted May 14, 2010 Posted May 14, 2010 Have you tried- \\path-to\distribution-share\windowsupdateagent30-x86.exe /quiet /norestart How to obtain the latest version of the Windows Update Agent to help manage updates on a computer
Tricky_Dicky Posted May 17, 2010 Author Posted May 17, 2010 Is WSUS on the default website if not you'll need to add a port number to the URL e.g. http://servername:8530 . This was it! I should have figured this sooner but it didn't occur to me until I was doing something on the default website on that machine. Thanks so much. Now to figure out the problem of those that have not been properly ghosted.
cookie_monster Posted May 17, 2010 Posted May 17, 2010 This was it! I should have figured this sooner but it didn't occur to me until I was doing something on the default website on that machine. Thanks so much. Now to figure out the problem of those that have not been properly ghosted. I've been there glad you sorted it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now