Troubleshooting client self-update issues
Troubleshooting client self-update issues
If the client self-update does not work automatically, use the following suggestions to troubleshoot the problem.
How to differentiate between the SUS client and WSUS client
Use the Automatic Updates user interface (UI) to differentiate between the SUS and WSUS clients. The following illustrations show the user interface of the SUS and WSUS clients.
Verify that the client software in your organization can self-update
Some computers might already have the WSUS client installed. Other computers might have a version of Automatic Updates that is incapable of performing self-update. For more information see Deploying Microsoft Windows Server Update Services. If the clients in your organization are capable of and require self-update, but are still not self-updating, see the next section.
Verify that the SUS clients are pointed to the WSUS server
Check for the selfupdate tree on the WSUS server
To ensure that the self-update tree is working properly
- Confirm that there is a Web site set up on port 80 of the WSUS server.
- If you have WSUS client self-update running on port 80 of the WSUS server, see the next section.
Check IIS logs on the WSUS Server
- An "Access denied" message appears when Automatic Updates tries to update itself, and the latest Automatic Updates will not be running.
- On the Home page, a message appears warning you that the SelfUpdate service is not available.
- Grant Anonymous access (Anonymous Auth) to the Default Web site, ClientWebService and Selfupdate v-roots in IIS.
- Open the Windows Sharepoint Services Central Administration Site (click Start, point to Administrative Tools, and then click Sharepoint Central Administration).
- Click Virtual Server Configuration, and then click Configure Virtual Server Settings.
- Click Default Web Site.
- Click Virtual Server Management, and then click Define managed paths.
- In the Add a new pathbox, set the type to excluded path. Under Path, type the following:
"/iuident.cab"
"/wutrack.bin"
"/clientwebservice"
"/Selfupdate"
- Open the Windows Sharepoint Services Central Administration Site (click Start, point to Administrative Tools, and then click Sharepoint Central Administration).
Check network connectivity on the WSUS client computer
To check network connectivity on the WSUS client computer
- Click Start, and then click Run.
- In the Open box, type iexplore and then press ENTER
http://WSUSServerName/selfupdate/AU/x86/osvariable/languagevariable/wuaucomp.cab
- Ensure that you are prompted to download or save Wuaucomp.cab. This verifies network connectivity from the WSUS client and the availability of the Iuident.cab file on the WSUS server. If you are prompted to save or download both of these files, see the next section.
Check logs on the SUS client computer
To display hidden files and folders on Windows Server 2003
- In Control Panel, open Folder Options.
- On the View tab, under Hidden files and folders, click Show hidden files and folders.
- If you can find no problem with the logs on the WSUS client, see the next section.
Manipulate registry settings on the SUS client computer
To manually manipulate registry settings on the SUS client computer
- Click Start, and then click Run.
- In the Open box, type regedit and then click OK.
- On the menu, click Edit, point to New, and then click Key.
- Type WindowsUpdate as the name for the new key.
If the WUServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click String Value.
- Type WUServer as the setting name.
If the WUStatusServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click String Value.
- Type WUStatusServer as the setting name.
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU
- Type AU as the name for the new key.
If the UseWUServer setting does not exist, do the following:
On the menu, click Edit, point to New, and then click DWORD Value.
- Type UseWUServer for the setting name.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update
Click Start, click Control Panel, and then double-click Automatic Updates.
- In the Automatic Updates dialog box, specify download and installation options, and then click OK. Make sure that Turn off Automatic Updates is not selected.
- Ensure that the AUState setting has a value of 2 (0x2). If it does not, modify it by double-clicking and changing the value.
- If the LastWaitTimeout setting exists, delete it.
- If the DetectionStartTime setting exists, delete it.
- Wait approximately 6 to 10 minutes for the self-update to occur.
To force the SUS client computer to check with the WSUS server
Comments