WSUS to WSUS migration
#1
Posted 22 Mar 2006, 11:02
We have a single production WSUS server (2003 Server Standard SP1) that is currently used to patch and manage all devices (~15,000) in our environment. This has been working fine for quite a while now. However, we have decided to dedicate this server to workstation-only deployments and setup a second WSUS server for server-only deployments. Both WSUS servers will operate independently of each other, we are not doing a hierarchy or parent-child setup.
WSUS is installed and synchronized on the new server which is also running 2003 Server Standard SP1. The only thing left to do is migrate the approvals from the existing WSUS server to my new WSUS server and update the GPO.
The Problem
The SUS to WSUS migration guide tells you to run wsusutil.exe. That worked great for the SUS-WSUS migration I did a year ago but the tool fails when trying to migrate approvals from WSUS to WSUS.
The Question
Does anyone know of a tool or utility that will migrate approvals from one WSUS server to another? I'm only interested in migrating approvals, not content. Is there an updated wsusutil.exe I'm not aware of? The new WSUS server was loaded with source files that I downloaded today from Microsoft so it's got to be the most current version.
Thanks in advance for any help you can provide!
-Jake
#2
Posted 23 Mar 2006, 10:32
http://www.microsoft...ds/default.mspx
Download the WSUS API Samples and Tools package. Once you install it there will be a folder called WsusMigrate. All tools and supporting documentation are there.
For those of you who downloaded this in past months or last year you will probably want to download it again. I say this because the migration tools were not a part of the original package (October 2005 timeframe).
Anyway, good luck!!
#3
Posted 05 Apr 2006, 12:42
You just might be my savior.
I WILL let ya know Thank You so much.
#5
Posted 19 May 2006, 00:29
#7
Posted 07 Feb 2007, 14:54
I'm also trying to go from WSUS to WSUS. I have a disconnected network and I'm trying to move updates into it. I've gone step by step through the process from the "Deploying Microsoft Server Update Service.doc" guide with setting up an identical server on a connected network, mirroring the options, downloading patches, backing it up, moving it over, etc... Well, I'm now at the part where I'm importing the Metadata and it keeps crashing out with this error:
I've found a few places on the web that say to add the NETWORK group, but that doesn't help. I've even opened up the full path to EVERYONE and that didn't help either. All I can see is that the job bombs when the temp file gets to a certain size. At that size (2048kb I think) it stops.
Any ideas where to look next? I'm running a Windows 2000 server on both my export and import machine both with SP4. Thanks!
#8
Posted 12 Feb 2007, 12:03
mijohnst, on Wed 7th Feb 2007, 03:54 pm, said:
I'm also trying to go from WSUS to WSUS. I have a disconnected network and I'm trying to move updates into it. I've gone step by step through the process from the "Deploying Microsoft Server Update Service.doc" guide with setting up an identical server on a connected network, mirroring the options, downloading patches, backing it up, moving it over, etc... Well, I'm now at the part where I'm importing the Metadata and it keeps crashing out with this error:
I've found a few places on the web that say to add the NETWORK group, but that doesn't help. I've even opened up the full path to EVERYONE and that didn't help either. All I can see is that the job bombs when the temp file gets to a certain size. At that size (2048kb I think) it stops.
Any ideas where to look next? I'm running a Windows 2000 server on both my export and import machine both with SP4. Thanks!
Not sure if anyone reads this board anymore, but in case someone does, the solution to my particular problem was to do another export of the metadata and instead of burning it to a CD, I used a USB drive. I had noticed that the file on my export machine was one 1kb larger then the first metadata file. I don't know why that was and can only think that it might be something to do with the burn. Anyhow, there you have it.
#9
Posted 15 Feb 2007, 13:17
mijohnst, on Mon 12th Feb 2007, 01:03 pm, said:
mijohnst, on Wed 7th Feb 2007, 03:54 pm, said:
I'm also trying to go from WSUS to WSUS. I have a disconnected network and I'm trying to move updates into it. I've gone step by step through the process from the "Deploying Microsoft Server Update Service.doc" guide with setting up an identical server on a connected network, mirroring the options, downloading patches, backing it up, moving it over, etc... Well, I'm now at the part where I'm importing the Metadata and it keeps crashing out with this error:
I've found a few places on the web that say to add the NETWORK group, but that doesn't help. I've even opened up the full path to EVERYONE and that didn't help either. All I can see is that the job bombs when the temp file gets to a certain size. At that size (2048kb I think) it stops.
Any ideas where to look next? I'm running a Windows 2000 server on both my export and import machine both with SP4. Thanks!
Not sure if anyone reads this board anymore, but in case someone does, the solution to my particular problem was to do another export of the metadata and instead of burning it to a CD, I used a USB drive. I had noticed that the file on my export machine was one 1kb larger then the first metadata file. I don't know why that was and can only think that it might be something to do with the burn. Anyhow, there you have it.
People do read this board...
Rob
Computers not showing up in WSUS? See this post: http://www.wsus.info...?showtopic=9312
-------------------------------------
WSUS Extract - extract update EXE's from the WSUS content folder: WSUS Extract 1.30
UpdateHF - force client to download and install approved Windows Updates: Force Windows Update download and install 2.5 (03/26/07)
SetAuthorization - Perform a /resetauthorization and /detectnow against a remote computer where you have administrative privileges
Various Admin scripts, WSUS stuff, and HTA-driven IS tools: http://www.vbshf.com/vbshf/forum
My electronic music side-project: http://www.funender....c/maximillian_x
#10
Posted 16 Feb 2007, 08:20
1) Extract the contents of WSUSMigrate.cab to a folder of your choice on the WSUS server(s). This location will be referred to as %wsusmigrate% directory in these instructions.
2) Open a cmd prompt and navigate to the %wsusmigrate% directory.
3) Run the following command:
WSUSMigrationExport WSUS-yyyymmdd.xml
where yyyy represents current year, mm is the current month and dd is the current date.
4) Un-install WSUS, keeping only the downloaded update files
Say what? Why would I want to uninstall WSUS on my working live server? This step makes absolutely no sence to me.
Other than that, it worked as avertised. I will be using this on a daily basis now to make sure my backup server has the latest information on it.
-Thanks
This post has been edited by TechGromit: 16 Feb 2007, 11:39
#11
Posted 20 Mar 2007, 08:55
mijohnst, on Wed 7th Feb 2007, 10:54 pm, said:
I'm also trying to go from WSUS to WSUS. I have a disconnected network and I'm trying to move updates into it. I've gone step by step through the process from the "Deploying Microsoft Server Update Service.doc" guide with setting up an identical server on a connected network, mirroring the options, downloading patches, backing it up, moving it over, etc... Well, I'm now at the part where I'm importing the Metadata and it keeps crashing out with this error:
I've found a few places on the web that say to add the NETWORK group, but that doesn't help. I've even opened up the full path to EVERYONE and that didn't help either. All I can see is that the job bombs when the temp file gets to a certain size. At that size (2048kb I think) it stops.
Any ideas where to look next? I'm running a Windows 2000 server on both my export and import machine both with SP4. Thanks!
Hi,
I assume that your export cab file is stored on a CD or DVD.
The tmp99a.tmp is a copy of the export cab file, if your cab file is stored on a CD or DVD, it is tagged as read-only when wsusutil.exe copies it to the tmp file.
So you can copy your export cab file to the hard drive of your server before running the import or remove the read-only attribute while the import is running.
Hope this help
Jerome

Sign In
Register
Help
MultiQuote