WSUS Deployment & Configuration- Issues





After deployment of the WSUS server in the network, we used to face two problems:

1. The client PC/Server is not getting registered into WSUS.
2.Event after registration, update agent has not been installed, hence no update received from WSUS.

1.a. Check Group Policy properly. Note that the policy is applied to Computer OU. Run GPResult /R command from Command prompt Administrative mode. Remember to mention port number – 8530 (http://W2012-WSUS:8530, W2012-WSUS – Hostname of WSUS Server) when you configure GPO.


                                     Pix-01: GPO Settings for WSUS Clients

                                  Pix-02: Intranet Microsoft Update Service location

1.b. Run wuauclt.exe /detectnow - register the client directly into WSUS’s respective container.
After successful registration, clients would visible in the WSUS console. You can also check further from the client’s registry.


                             Pix-03: Client registration at WSUS



HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\WindowsUpdate
           Pix-04: Change in the registry after successful GPO deployment

       This is the end of WSUS client enrollment or registration.

Now Update Agent need to install on clients to get the update from WSUS server. Here a few problems may arise. One of the problems is Windows Server 2012 itself, having a bug - Windows 2012 not reported to WSUS. Probably it is fixed after WSUS 3.0 SP2(Windows 2008 R2). Keep your mouse on a yellow triangle sign, just before the name of WSUS clients, updates you on some important info – whether the client is reported to WSUS, i.e. Update Agent is installed on the client or not. If all OK, approve the updates & install from client end (as per the Windows Update setting configuration in GPO).

If NOT:

2.a. Check C:\Windows\SoftwareDistribution\ReportingEvents log (from WSUS client)– whether it is showing [AGENT_DETECTION_FAILED] error. Also, check the log from WSUS Server end – C:\Windows\Windowsupdate.txt.
                  I. One of the reasons behind this error is port number not mention in GPO. Correct it (http://W2012-WSUS:8530).
                II.Stop Windows Update Service (wuauserv) at the client.
              III.Rename the SoftwareDistribution folder.
              IV. Start Windows Update Service, it will create the SoftwareDistribution folder again.
    If update agent is installed successfully, check ReportingEvents log,it will show          [AGENT_DETECTION_FINISHED].


 Pix-05: Update Agent Log from WSUS Client

2.b. Otherwise you need to check further, why update agent is not installing at clients. Maybe reset update components at the client side. For ref. check the URL: https://support.microsoft.com/en-us/help/971058/how-do-i-reset-windows-update-components

   Successful WSUS installation & patch deployment shows as below:


   Pix-06: Successful WSUS Configuration & Patch Deployment

Note:
1.   Configure the WSUS with required “Products” & “Classifications”. Otherwise unnecessary updates will be downloaded & make the WSUS database size high. It cost both your hardware resource & server performance.
2.   After downloading the updates from the internet & creating the WSUS database, it takes time to notify that client for available updates. Base on server performance & internet bandwidth, time may vary from 20mins to 1 hr.
3.   Always check the “Download Status” at WSUS console after approving the updates, it shows the downloading updates status.
4.   Day by day WSUS database size increased, it slows down the server operation, so ensure its hardware configuration very high from the very beginning.
5.   Try to install KB2803748 & KB3095113 manually on Windows 2012 WSUS after deploying WSUS.

TagWSUS, Windows Server 2012, Patch Deployment

Popular posts from this blog

Google Chrome Bookmark & Homepage through GPO

DNS Server IP Address change in Client Systems through Group Policy

File Server Migration: Windows Server 2008R2 to Windows Server 2019