Wednesday, April 8, 2009

Manual Print Server Migration

 

Manual Print Server Migration

Steps to perform on Old/Current Server

  1. Create a Backup folder to some location which can be accessed from new print server.
  2. Backup ‘Drivers’ and ‘Prtprocs’ folder from spool folder to Backup Folder. //This will backup all Print drivers and Print Processors
  3. Export HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print to Backup folder. //This will backup complete print configuration registry

Steps to perform on a New Print Server

  1. Copy ‘Drivers’ and ‘Prtprocs’ from backup folder to Spool folder on a new Print Server.
  2. Take backup and delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print on a new Print Server. Restart Print spooler. This will remove all existing print drivers, printers, print monitors, ports and print processor from new print server. OR Run Cleanspl utility to clear spooler //download from http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en
  3. Double click on the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print exported from old server to import on the new server.
  4. Restart Spooler service and you will be able to see all print queues on a new server.
  5. Batch to change OBJECTGUID to NULL (save below query to a text file as *.bat) //so that there is no reference to Old server
  6. reg query HKLM\SYSTEM\CurrentControlSet\Control\Print\Printers /v ObjectGUID /s | findstr "HKEY_LOCAL_MACHINE" > OG.TXT
  7. for /F "delims=" %%a IN (OG.TXT) do reg add "%%a" /v objectGUID /t REG_SZ /d "" /f
  8. Restart spooler.

Posted: Wednesday, April 08, 2009 12:02 PM by Suraj

PERFGURU : Manual Print Server Migration

No comments:

Blog Archive