Installing a Remote SUP in SCCM 2012 R2 on Windows Server 2012 R2


If you have followed my previous blog article for installing a remote SUP in SCCM 2012 R2 you may have noticed that I ran the install on Windows Server 2008. So what’s different when you want to install a remote SUP on Server 2012. Read on….

Install the WSUS Console on the site server

The easiest way to install the console is to use a PowerShell command.

Open PowerShell and run the following:

Install-WindowsFeature -Name UpdateServices, UpdateServices-Ui

Install Pre-Requisites on the remote SUP server

Connect to your remote server allocated for the WSUS role and load Server Manager. Choose Manage>Add Roles and Features. Click Next until presented with the Server Roles.

remoteWSUS2012-01

Select Web Server (II) and then click Add Features when prompted. Click Next.

remoteWSUS2012-02

Add in .Net 3.5 SP1 and .Net 4.5 features and click Next.

remoteWSUS2012-03

Click Next.

remoteWSUS2012-04

Accept the default IIS configuration and click Next.

remoteWSUS2012-05

Since the source files for .Net 3.5 SP1 are not installed on Server 2012, you will need to copy the folder SxS from the ‘Sources’ folder on your Windows Server 2012 media or mount the media in a drive. Once this is done click ‘Specify an alternative source path’ on the ‘Confirm Installations Options’ screen

remoteWSUS2012-06

Enter the path to the SxS folder and click Ok.

remoteWSUS2012-07

Click Install.

remoteWSUS2012-08

Once installation is complete click Close.

remoteWSUS2012-09

Install WSUS on the remote SUP server

Return to the Add/Remove Roles wizard and click through to the Server Roles section. Choose Window Server Update Services. Click the checkbox to select.

remoteWSUS2012-10

Click Add Features then click Next.

remoteWSUS2012-11

Click Next through the wizard to the Features Services section. If the Windows Internal Database is not being used by any other Windows components untick the check box to remove.

remoteWSUS2012-24

Choose Remove Features.

remoteWSUS2012-25

Click through to the Role Services section and select Database. Click Next.

remoteWSUS2012-12

Enter a location to store the WSUS downloads, either local or remote. In this instance I am using C:\WSUS. Click Next.

remoteWSUS2012-13

Enter the location to the WSUS DB. I am using the ConfigMgr db and the default instance so I can enter just the hostname in this field. Note that if you use the FQDN here it will fail to connect. Use only the hostname.

remoteWSUS2012-14

Check the connection prior and ensure successful connection. Click Next.

remoteWSUS2012-15

Click Install.

remoteWSUS2012-16

Once installation is complete click Close.

remoteWSUS2012-17

In the Server Manager menu bar click the warning triangle and click ‘Launch Post Installation Tasks’.

remoteWSUS2012-18

Installation will complete.

remoteWSUS2012-19

Now follow the ‘Installing a remote Software Update Point in SCCM 2012 R2‘ blog post from the section ‘Add site server as local admin on the remote SUP server’ onwards.

Check the SUP for successful installation in the SUPsetup.log in the SMS\logs folder on the remote server.

remoteWSUS2012-20

…and the connectivity from the site server in the WCM.log on the site server.remoteWSUS2012-21

WSyncManager.log shows a successful sync.

remoteWSUS2012-23

Monitoring in the SCCM Console confirms that the remote SUP is online.

remoteWSUS2012-22

27 comments

  1. Hi,
    Just a quick check, if the remote sup is Windows 2012R2 server but the sccm server is Windows 2008R2. Will it works? Is there a admin console for Windows 2008R2?

    Thanks,

  2. Hello,
    Thanks a lot for this “How to”
    Just one question
    I install the WSUS Console on the site server with your powershell command. Do I need to launch post installation on the site server ?

    1. I can’t remember off the top of my head but if you check for the existence of the WSUS folder. If that doesn’t exist then you will need to.

  3. Hi. I have a CAS and Primary servers with win2008R2, and SUP with win2012R2. I have to install WSUS 3 console on CAS only, or both CAS and PRI?

    1. You will need to install WSUS and SUP on both CAS and PRI servers. The CAS will be the synch source with MS and the PRI will become a downstream instance, ConfigMgr will set this all up for you when you install the role.

      1. Thanks for fast reply. I installed full WSUS on my new SUP on 2012 (DB SQL on CM-PRI), full WSUS on CAS (with DB SQL) and full WSUS on PRI (with WID DB). When I try install only WSUS console, i had http503 errors in wcm.log, when CM tried to configure it. It’s now working, but wsusPool (w3wp.exe) is consuming my CPU at 90-95%. Will change WSUS DB from WID DB to ex. named instance on SLQ help me?

  4. Thanks a lot for this comprehensive guide! Stupid question: Our SCCM v1602 is running on Windows Server 2008R2, so the built-in or integrated WSUS is 3.0SP2. Would it be supported to setup a WSUS 4.0 on a separate Win2012R2 server (as your fabulous guide describes) and connect it to the WSUS 3.0SP2 “backend”? Or need the “integrated” WSUS to be upgraded to WSUS 4.0 first, before adding another stand-alone WSUS 4.0 server?

      1. If no SUP role is installed on the site server then the WSUS admin console is needed so the site server can communicate with the WSUS components on the remote SUP.

  5. Hi,

    Because I’m an idiot I missed the initial step “Install the WSUS Console on the site server” and only spotted this after everything else was completed. is that going to screw things up so I need a do-over or will this be OK?

  6. I have cas and primary site sccm and i have wsus remote site. How can i install
    1 wsus and sup on cas
    2 wsus and sup on pri
    3 wsus on remote
    4 setup sup for remote on pri
    ???

  7. SCCMentor,
    When running a Remote SUP, how should the group policy be configured? Should the “Specify Intranet Microsoft Update service location” setting be populated with the hostname of the server running the Remote SUP or the SCCM Server?

  8. Would it be a good practice in a large environment separate the WSUS Server from the primary SCCM SCCM and create SUP from a WSUS Server on another server?

    1. It really depends on your numbers. A SUP which is separate and has no other roles added to the severe can support up to 25,000 end points. That might be worth considering if
      you have big numbers. Cheers Paul

Leave a Reply