WSUS synchronization stuck and 0%

windows-server-2003windows-server-2008wsus

I, now, have two WSUS servers (one is running on Windows Server 2003 and the other on Windows Server 2008), I am trying to decommission one of them. I followed the instructions on how to move WSUS server. I am trying to sync the two servers via Update Service console, before I decommission it, but it's getting stuck at 0%.

What am I doing wrong? Am I missing something? Please, help!

Thanks!

Best Answer

I've had strange things happen when trying to use the file system copy route for this kind of migration. In retrospect I think it was mostly due to file system permissions issues either on the updates or the database. I found it easier to axe the new WSUS instance and start over.

This is the method I use.

  1. Install WSUS on new server. Use a local database.
  2. During configuration wizard choose "Synchronize from another WSUS server…", and provide your original host.
  3. Wait for initial synchronization to complete. In my case this took several hours.
  4. Change the new server from a replica to standalone.
  5. Install the WSUS API Tools on both systems.
  6. Export settings with "wsusmigrationexport.exe settings.xml"
  7. Copy settings.xml to new server
  8. Import settings with "wsusmigrationimport.exe settings.xml All None"
  9. Cut over your hosts to the new system via group policy. I started with a few targeted OUs to test and expanded from there.
Related Topic