Link to home
Start Free TrialLog in
Avatar of techin4
techin4

asked on

Can I use Linux to push out Windows update to the clients?

Hi,
I wanted to know if its possible to create a Linux Server that will push out windows updates to the client machine?

I currently have windows 2003 server using WSUS and would like to have the linux server grab the updates from the windows 2003 server and push it out to the client machines..Is this possible and how would it work?

I heard WPKG is good but never actually used it. Can anyone with experience tell me what is the best setup for this environment? Thanks
ASKER CERTIFIED SOLUTION
Avatar of Morne Lategan
Morne Lategan
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of techin4
techin4

ASKER

Hi Uberpappa,
Thanks for the quick response. I plan to stick with WSUS in one location. We are setting up other locations and because of our budget, I would like the linux servers to grab the updates from windows 2003 and push them to the client.

But what I curious is if WPKG can grab the updates from the WSUS server?
Thanks again

I think wpks has that ability , but you need to have samba for that.

have read little discreption from this site abotu this softwarw

http://www.filetransit.com/files.php?name=Software_Deployment
the first line : WPKG is an automated software deployment, upgrade and removal program for Windows. It can be used to push/pull software packages, such as Service Packs, hotfixes, or program installations from a central server (for example, Samba or Active Directory) to a number of workstations. It can run..

i will try to look at documentation  of wpkg see if they say any thing how to do..
Although I have never done it myself,

http://blogs.technet.com/sus/archive/2008/08/21/wsus-reports-are-slow-or-fail-with-an-outofmemoryexception-error.aspx

refers to a tool to export approve updates to xml. With a bit of hacking you can convert that to the wpkg format. You should also be able to copy the exe files accross without problems. This can be done with rsync for windows.

Well, theoretically that is. Unfortunately I dont have access to a WSUS server to change theory into practice, but it should be possible.