Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > SUS

Reply
 
 
JdotB
Guest
Posts: n/a

 
      08-19-2004
Hi,

I have setup a SUS Server on win2k. Ths sync has been all ok. however i'm
having problems in getting the XP SP1 client machines and w2k3 server to use
the local SUS server.

what do i need to configure on these clients such that they use the local
SUS server ?

TIA

James


 
Reply With Quote
 
 
 
 
Phil
Guest
Posts: n/a

 
      08-19-2004
Go here and download the Deployment guide:

http://www.microsoft.com/windowsserv...eployment.mspx

There is a GPO you will need to implement in order to force the clients to
use the SUS Server. Can't remember which page it is on though.

Phil

"JdotB" <> wrote in message
news:e%...
> Hi,
>
> I have setup a SUS Server on win2k. Ths sync has been all ok. however i'm
> having problems in getting the XP SP1 client machines and w2k3 server to
> use
> the local SUS server.
>
> what do i need to configure on these clients such that they use the local
> SUS server ?
>
> TIA
>
> James
>
>



 
Reply With Quote
 
Laura A. Robinson [MVP]
Guest
Posts: n/a

 
      08-19-2004
In article <e#>, says...
> Hi,
>
> I have setup a SUS Server on win2k. Ths sync has been all ok. however i'm
> having problems in getting the XP SP1 client machines and w2k3 server to use
> the local SUS server.
>
> what do i need to configure on these clients such that they use the local
> SUS server ?
>

Is this a domain environment? If so, you can configure this via group policy.
If this is a workgroup environment, then you need to make some registry
modifications to each machine you want to use the SUS box, similar to the
following (note that these are just copies of reg files and instructions that I
used when setting up a SUS server for an environment wherein developers each
had their own test machines and we had no centralized administration of these
boxes- everything from this point on is just copied and pasted from my files):

Here are the files and what they do:

1. 0-2.reg
0-2.reg will not configure your machine to automatically download updates from
the server, nor will it automatically install them. However, at 4:00 AM every
day, your machine will connect to the server to determine if there are any new
critical updates or service packs that your machine needs. If there are, your
machine will notify you that there are new updates and will ask you if you want
to download them. It will also ask you if you want to install them, and it will
automatically reboot if it needs to.

2. 0-3.reg
0-3.reg will configure your machine to automatically download updates from the
server, but not to automatically install them. Every day at 4:00 AM, your
machine will contact the server to find out if there are any new critical
updates or service packs, and if there are, then it will download them to its
own hard drive. When you log on, it will display a balloon asking you if you
want to install them, and you can choose whether or not to do so. Your machine
will automatically reboot if the patch(es) require(s) it.

3. 0-4.reg
0-4.reg will configure your machine to automatically download updates from the
server and automatically install them. Every day at 4:00 AM, your machine will
contact the server to find out if there are any new critical updates or service
packs, and if there are, will download them to its own hard drive and install
them once the download is complete. Your machine will automatically reboot if
necessary.

4. 1-2.reg
1-2.reg will not configure your machine to automatically download updates from
the server, nor will your machine automatically install them. However, at 4:00
AM every day, it will connect to the server to determine if there are any new
critical updates or service packs that apply to it. If there are, your machine
will notify you that there are new updates and will ask you if you want to
download them. It will also ask you if you want to install them, but it will
not automatically reboot.

5. 1-3.reg
1-3.reg will configure your machine to automatically download updates from the
server, but not to automatically install them. Every day at 4:00 AM, your
machine will contact the server to find out if there are any new critical
updates or service packs, and if there are, then it will download them to its
own hard drive. When you log on, it will notify you that there are new updates
and ask you if you want to install them, and you can choose whether or not to
do so. It will not automatically reboot your machine when you install patches
that require reboots.

6. 1-4.reg
1-4.reg will configure your machine to automatically download updates from the
server and automatically install them. Every day at 4:00 AM, your machine will
contact the server to find out if there are any new critical updates or service
packs, and if there are, it will download them to its own hard drive and
install them once the download is complete. Your machine will not be
automatically rebooted.

So, in summary:

Options:

0-2.reg
Prompts for both download and install of patches; reboots if necessary. Checks
daily at 4:00 AM for new critical updates.

0-3.reg
Automatically downloads patches and prompts for installation; reboots if
necessary. Checks daily at 4:00 AM for new critical updates.

0-4.reg
Automatically downloads and installs patches; reboots if necessary. Checks
daily at 4:00 AM for new critical updates.

1-2.reg
Prompts for both download and install of patches; does not automatically
reboot. Checks daily at 4:00 AM for new critical updates.

1-3.reg
Automatically downloads patches and prompts for installation; does not
automatically reboot. Checks daily at 4:00 AM for new critical updates.

1-4.reg
Automatically downloads and installs patches; does not automatically reboot.
Checks daily at 4:00 AM for new critical updates.

File 0-2.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000002
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Notifies before downloading critical patches
;Local Administrator is always notified

;Patch installation optional

;Reboots automatically

;Updates patch list daily at 4 AM

File 0-3.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000

"AUOptions"=dword:00000003
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Does not notify before downloading critical patches
;Local Administrator is always notified

;Installs patches automatically

;Reboots automatically

;Updates patch list daily at 4 AM

File 0-4.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Does not notify before downloading critical patches
;Local Administrator is always notified

;Does not notify before installing critical patches

;Reboots automatically

;Updates patch list daily at 4 AM

File 1-2.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000002
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Notifies before downloading patches
;Local Administrator is always notified

;Patch installation optional

;Does not reboot if a user is logged on

;Updates machine daily at 4 AM

File 1-3.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000003
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Does not notify before downloading critical patches
;Local Administrator is always notified

;Patch installation optional

;Does not reboot if a user is logged on

;Updates patch list daily at 4 AM

File 1-4.reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate]
"WUServer"="http://<insert_SUS_server_info>"
"WUStatusServer"="http://<insert_SUS_server_info>"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\WindowsUpdate\AU]
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"RescheduleWaitTime"=dword:00000005
"UseWUServer"=dword:00000001
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000004
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000004

;Does not notify before downloading critical patches
;Local Administrator is always notified

;Does not notify before installing critical patches

;Does not reboot if a user is logged on

;Updates patch list daily at 4 AM

<end quoted material>

HTH,

Laura
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59