The Sysadmin Notebook  

Sitemap

SUS Server

Software Update Services Server

Contents

SUS as an administrative point for OS updates. Updates are approved on the server, then client downloads and installs them automatically. SUS consists of several components:

Installing SUS

Top Bottom

When installed on Windows 2000 server, SUS setup launches IIS lock down Wizard: not necessary on Windows 2003, as IIS is already locked down. Lock down may affect functionality of any existing websites on the server, therefore it is recommended that you install SUS on a dedicated server

Configuring SUS

Top Bottom

SUS can be configured to access Windows Update through a proxy that requires authentication, but Automatic Updates cannot. First site server will synchronise to Microsoft's server: subsequent SUS servers can be made to synchronise with Site Server. A number of topologies possible:

  1. Multiple Server: each SUS server synchronises content from Microsoft and maintains its own approval list
  2. Strict Parent/Child
  3. Loose Parent/Child: Parent synchronises content with Microsoft, but each child maintains own approval list
  4. Test/Production Topology: Parent downloads and approves updates for testing, test clients download updates. When satisfied with test phase, updates can be copied manually to content distribution point on a second IIS server. Production SUS servers synchronise with this distribution point

Synchronisation can be set to manual or scheduled. Automatic Updates client included with XP SP1, 2000 SP3 and 2003. Standalone client available for earlier releases of supported platforms. Use SMS, GPO or logon script to install msi client package. Autoatic Updates supports to dowload behaviours: Automatic and notification. Notification registers notification in event log and displays a notification area icon when an administrator logs in. Two options for installation: notification and automatic. Notification will display message when an administrator logs in. Automatic installation will warn logged in administrators that a scheduled install is about to start, providing option to cancel if required. Installation occurs automatically if no-one is logged in. If computer is not turned on at scheduled install time, update will occur at next scheduled install. Updates that require a reboot will prevent any new updates being discovered until the reboot occurs. Use GPO to redirect clients to your servers. Policies:

Clients poll SUS server every 22 hours minus a random offset

Monitoring SUS

Top Bottom

Monitor Server page displays update statistics. Metadata written to disk and stored in memory to improve response to client requiests. Logfiles:

Troubleshooting:

  1. click Monitor Server, Refresh to reload memory cache “ necessary if new updates are not showing
  2. restart synchronisation service
  3. restart IIS, if you cannot connect to the website
  4. Client registry Keys:
    • HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate
    • WUServer: http://SUSserver
    • WUStatusServer: http://SUSStatusServer
    • UseWUServer: 1 (AU subkey)

Backing Up SUS

Top Bottom

Backup:

To recover server:

Service Packs

Top Bottom

Download whole service pack or download installer program, which downloads the service pack as part of the installation. CDs also available, which may contain extras. Service pack executable can either be executed or extracted, using the -x switch, to a folder. When using group policy, assign service pack through computer-based policy (use unc path to update.msi).