Taggs Posted September 14, 2005 Posted September 14, 2005 (edited) Hi, I've just installed WSUS on a SUS server. Migrated all info across etc etc. but before I decomission SUS from the server, I want to test WSUS on a small number of clients. To start off with I thought I'd get my own connected to it but thats where I have got stuck.I've configured my client via a registry entry. Done a redetect from my pc but nothing. Can anybody help me please. Below are my registry settings...Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"ElevateNonAdmins"=dword:00000000"TargetGroup"="Test Group""TargetGroupEnabled"=dword:00000000"WUServer"="http://servername:8530""WUStatusServer"="http://servername:8530"[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]"AUOptions"=dword:00000004"AutoInstallMinorUpdates"=dword:00000001"DetectionFrequencyEnabled"=dword:00000001"DetectionFrequency"=dword:00000012"NoAutoRebootWithLoggedOnUsers"=dword:00000001"NoAutoUpdate"=dword:00000000"RebootRelaunchTimeout"=dword:00000720"RebootRelauchnchTimeoutEnabled"=dword:00000001"RebootWarningTimeoutEnabled"=dword:00000000"RebootWarningTimeout"=dword:00000030"RescheduleWaitTime"=dword:00000001"RescheduleWaitTimeEnabled"=dword:00000000"ScheduleInstallDay"=dword:00000000"ScheduledInstallTime"=dword:00000003"UseWUServer"=dword:00000000I've also tried with the IP address, instead of server name but still nothing.ThanksTaggs Edited September 14, 2005 by Taggs
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 What can you seea.) when you run wsus client diagnostic?b.) in windowsupdate.log after you run wuauclt /resetauthorization /detectnow?
Taggs Posted September 14, 2005 Author Posted September 14, 2005 This is what is in the log file. 2005-09-14 12:04:21 1492 d0 AU Triggering AU detection through DetectNow API2005-09-14 12:04:21 1492 62c AU Another AU detection is already in progress, using itI'm not sure how to run the wsus client diagnosticThanksTaggs
m4dh0 Posted September 14, 2005 Posted September 14, 2005 You can get the WSUS client diagnostic + readme fromhttp://www.microsoft.com/windowsserversyst...ds/default.mspx
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 You can download it from here:http://www.microsoft.com/windowsserversyst...ds/default.mspxLet me know the results...Martin
Taggs Posted September 14, 2005 Author Posted September 14, 2005 (edited) WSUS Client DiagChecking Machine State...all PassedChecking AU Settings.....PassChecking Proxy...pass/none/none/Pass/None/None (repectively)Checking Connectionto to WSUS/SUS serverWUServer = http://servername:8530WUStatusServer = http://servername:8530UseWuServer is disabled....failconnection to server .....passSelfUpdate folder is present.....pass Edited September 14, 2005 by Taggs
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 Looks fine... Switch UseTargetGroup to 1 and create Test Group on WSUS server.
Taggs Posted September 14, 2005 Author Posted September 14, 2005 The Test Group is all ready created.I have changed the UseTargetGroup to 1 and re-run the /detectnow but still nothing.I've also re-run the Client diag....Still get all the same results as before
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 "ScheduleInstallDay"=dword:00000000 should be ScheduledInstallDay!UseWUServer must be 1 if you want to use WSUS Also enable RescheduleWaitTImeEnabled... But your biggest problem is UseWUServer...
Taggs Posted September 14, 2005 Author Posted September 14, 2005 The server is still not seeing the computer but the client daigs are now saying UseWuServer is enabled..........Pass. We are getting closer...
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 (edited) Can you post output from cleint diag again + export registry configuration? Edited September 14, 2005 by Martin Zugec
Taggs Posted September 14, 2005 Author Posted September 14, 2005 Here you goRegistryWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]"ElevateNonAdmins"=dword:00000000"TargetGroup"="Test Group""TargetGroupEnabled"=dword:00000001"WUServer"="http://servername:8530""WUStatusServer"="http://servername:8530"[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]"AUOptions"=dword:00000004"AutoInstallMinorUpdates"=dword:00000001"DetectionFrequencyEnabled"=dword:00000001"DetectionFrequency"=dword:00000012"NoAutoRebootWithLoggedOnUsers"=dword:00000001"NoAutoUpdate"=dword:00000000"RebootRelaunchTimeout"=dword:00000720"RebootRelauchnchTimeoutEnabled"=dword:00000001"RebootWarningTimeoutEnabled"=dword:00000000"RebootWarningTimeout"=dword:00000030"RescheduleWaitTime"=dword:00000001"RescheduleWaitTimeEnabled"=dword:00000001"ScheduledInstallTime"=dword:00000003"UseWUServer"=dword:00000001"ScheduledInstallDay"=dword:00000000Client DiagChecking Machine State admin rights.........pass Auto updates service running.....passs BITS running....pass Wuaueng.dll version 5.8.0.2469...passChecking AU Settings.....PassChecking Proxy...pass/none/none/Pass/None/None (repectively)Checking Connectionto to WSUS/SUS serverWUServer = http://servername:8530WUStatusServer = http://servername:8530UseWuServer is disabled....passconnection to server .....passSelfUpdate folder is present.....pass
Martin Zugec Posted September 14, 2005 Posted September 14, 2005 Ok, now it looks fine... You can try this script, that will force client:WSUSForce.cmd@echo onnet stop wuauservREG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /fREG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v DetectionStartTime /fReg Delete "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v NextDetectionTime /fnet start wuauservwuauclt /resetauthorization /detectnow@echo off
Taggs Posted September 14, 2005 Author Posted September 14, 2005 OK, I've run the script and all tasks seem to complete OK.Refreshed the server but still nothing....
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now