Home
.. About WSUS Wiki

RSS

WSUS
.. WSUS FAQ
.. WSUS on SBS
.. WSUS Troubleshooting
.. WSUS News Groups
.. Known WSUS Issues
.. WSUS Links
.. WSUS Wish List

WSUS Documents
.. WSUS Deployment Guide
.. WSUS Installation Guide
.. WSUS Release Notes
.. WSUS Best Practice

SUS
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues

Wiki Community

 .. Wiki Contributors
.. I Love WSUS
.. WSUS Wiki Diary
.. Wiki Statistics
.. To Do Page

Miscellaneous Stuff
.. Other Resources
.. Do You Know?


Site Meter


Terms of Use
Trademarks

Privacy Statement

 

WSUS on SBS


Best practices

  • Don't install WSUS on Companyweb
  • Don't install WSUS on the Sharepoint site

WSUS setup automatically detects that you are running it on a SBS server and it limits your choice of installing WSUS on port 80. On a SBS setup, always install WSUS on port 8530 to avoide a conflict with Sharepoint or Companyweb.

SBS Issues

 


 

Default Web site on Windows SBS 2003 must be modified to enable some WSUS client computers to self-update.

 

The WSUS server setup process installs two IIS v-roots on the server: SelfUpdate and ClientWebService. Setup also places some files under the home directory of the default Web site (on port 80) that enables client computers to self-update through the default Web site. By default, the default Web site is configured to deny access to any IP address other than localhost or specific subnets attached to the server. This means that client computers that are not on localhost or on those specific subnets cannot self-update. To grant access to these client computers, complete the following steps on the default Web site’s SelfUpdate and ClientWebService virtual directory.

To grant access to the client computers to self-update:
 

1.   In Server Management, expand Advanced Management, expand Internet Information Services, expand Web Sites, expand Default Web Site, right-click the Selfupdate virtual directory, and then select Properties.

2.   Click Directory Security.

3.   Under IP address and domain name restrictions, click Edit, and then click Granted Access.

4.   Click OK, right-click the ClientWebService virtual directory, and then select Properties.

5.   Click Directory Security.

6.   Under IP address and domain name restrictions, click Edit, and then click Granted Access.


 

WSUS cannot use the same instance of WMSDE which is used by Small Business Server (SBS) for Windows SharePoint Services.

 

When installing WSUS on a computer running Small Business Server that also has Microsoft Windows SharePoint Services, WSUS cannot use the dedicated instance of WMSDE or MSDE created by Windows SharePoint Services on the computer running Small Business Server. You must create a new WMSDE, or MSDE instance, to be used by WUS server.

 


 

If you have an OEM installation of SBS 2003, you must use a special procedure to install WSUS.

 

During the SBS OEM mini setup the domain name is entered by the customer and added to the AD.  This property is set in the AD as lowercase.  During WSUS installation, the instance of WMSDE is set to case sensitive.  During the setup process an attempt is made to give access to a security account which fails because it can't find the account in the AD.

The check is doing a case sensitive check (since the instance of WMSDE is set to case sensitive). Since the AD has the domain in lower case and the process is looking for an upper case entry, it fails. Example: Setup process is looking for SJMPC\IWAM_DELL-OFV7446Y6N , but the AD shows sjmpc\IWAM_DELL-OFV7446Y6N , since the instance is case sensitive, the install fails.

  To download the WSUS installer to your server::


1.   On the computer running Windows SBS, create a folder named WSUSFiles on the local hard disk.

2.   Read how to register to download the latest version of WSUSSetup.exe from the Microsoft Web site at http://go.microsoft.com/fwlink/?LinkId=51144.

3.   Answer all of the required questions on the Windows Server Update Services Registration Wizard Web page, and then click Continue.

4.   When the file download security warning appears, click Save.

5.   In the Save As dialog box, browse to the WSUSFiles folder, and then click Save.

To prepare the WSUS database

1.   Extract the WSUS Setup files.

a.   Click Start, click Run, and then type C:\WSUSFiles\WSUSSetup.exe /X, where C: is the letter of your local hard disk.

b.   When prompted for a location to extract the files, select the WSUSFiles folder.

2.   Type the following command, where C: is the letter of your local hard disk, and then press Enter:

CD C:\WSUSFiles\wmsde

3.   Type the following command with consideration to the points listed below, and then press Enter:

Sqlrun03.msi InstanceName=WSUS BlankSAPwd=1 Reboot=ReallySuppress DisableNetworkProtocols=1 DisableAgentStartup=1 DisableThrottle=1

  • If you want to specify the drive letter where the database instance will be located, you must add the DataDir="Path" argument to the command line, where Path is the path to the target directory in the file system.
  • The command line implies that your WSUS database will have a blank password. However, during the actual installation of WSUS, a randomly generated password is set. You do not need to specify a password.
  • The command line is not case sensitive.

4.   Start the MSSQL$WSUS service. To do this, click Start, click Run, and then type Services.msc. Right-click MSSQL$WSUS, and then click Start. If the service is not listed, rerun the command in Step 4 of this procedure.

To install WSUS

1.   Click Start, click Run, and then type C:\WSUSFiles\WSUSSetup.exe, where C: is the letter of your local hard disk.

2.   On the Welcome page of the wizard, click Next.

3.   Read the terms of the license agreement carefully, click I accept the terms of the License Agreement, and then click Next.

4.   On the Select Update Source page, you can specify where the client computers get updates. If you select the Store updates locally check box, updates are stored on the server and you can select a location in the file system to store updates. If you do not store updates locally, the client computers connect to Microsoft Update to get approved updates.

Keep the default option to store updates locally, either choose a location to store updates or accept the default location, and then click Next.

5.   On the Database Options page, keep the default options, and then click Next. Because you installed WMSDE in the previous procedure, changing the options on this page of the wizard has no effect.

6.   On the Web Site Selection page, specify a Web site for WSUS to use. This page also lists two important URLs based on this selection: the URL to which you will point WSUS client computers to get updates, and the URL for the WSUS console where you can configure WSUS.

Keep the default option and click Next.

7.   On the Mirror Update Settings page, keep the default option and click Next.

If you want to use multiple WSUS servers in a central management topology, see “Deploying Microsoft Windows Server Update Services.”

8.   On the Ready to Install Windows Server Update Services page, review the selections, and then click Next.

9.   If the final page of the wizard confirms that WSUS installation was successfully completed, click Finish.

Note:  After you install WSUS, you can delete the C:\WSUSFiles folder. However, do not delete the C:\WSUS folder, which is created when WSUS is installed.

 


Last Modified 2/24/10 6:25 AM

Hide Tools