Results 1 to 3 of 3

Thread: 32-bit to 64-bit Print Server Cluster Migration

  1. #1
    MichaelP Guest

    32-bit to 64-bit Print Server Cluster Migration

    I need to migrate a *Print Server* (with 300+ print queues) from an A/A 32-bit
    Windows Server 2003 Cluster to an A/P 64-bit Windows Server 2003 Cluster.
    Since I'm going from a 32-bit version to a 64-bit version I understand that I
    can't use the Printer Migration Wizard 3.1 :-(

    Is there a Microsoft documented step-by-step process for doing this in a
    programatic fashion?

    What tools/scripts are availabe for either 1) migrating the print queues and
    drivers, or
    2) recreating them and installing the appropriate drivers on the (new) 64-bit
    A/P Cluster? Clients are all WinXP 32-bit.

    Can I copy the PrintBrm.exe app. from a Vista client to the W2K3 Cluster and
    use that?

    Just an FYI, I don't want to have to "touch" the clients (via logon script
    or otherwise), so I'm going to use the same virtual server/queue name(s).
    I've already verified in the lab how to accomplish that part (reusing the
    same Virtual Server name(s)), I just need a way to either "migrate"
    (export/import) the print queues and printer drivers from the 32-bit cluster
    to the 64-bit cluster; or programatically re-create them on the 64-bit
    cluster in such a way as to not have to "touch" the clients.

    If this was a 32-bit to 32-bit migration, it would be a snap to do it with
    the PMW 3.1.

    :-(

    Thanks for your help.


  2. #2
    Alan Morris [MSFT] Guest

    Re: 32-bit to 64-bit Print Server Cluster Migration

    use printbrm to remotely backup the 32bit machine then remotely retore to
    the 64 bit machine.

    Make sure the manufacture uses the same names for the 32bit and 64bit print
    drivers.

    You can use Print Mig as long as you install the 64bit print drivers to the
    cluster spooler before performing the restore.


    Some info from a previous post

    > 1. Do I have to install the 64bit UPD prior to the printmig restore?

    YES and all the x64 driver names must match the 32 bit driver names or they
    are not the same driver. If the 32bit driver name is HP Color LaserJet xxxx
    PCL 6, this name does not match the 64bit HP Universal Color Printer Driver

    > 2. Can I use printmig for 32bit to 64bit printer migration?

    Yes when the x64 drivers are already installed

    > 3. Scripted migration?

    the prn*.vbs files in system32

    > 4. Anything else i forgot...?

    Vista Ultimate and Business SP1 has the Print Backup and Migration utility.
    You can use this tool to backup the 32bit machine and restore to the 64bit
    machine.

    I recommend installing the matching x64 drivers onto the 32bit machine
    before backing up so all the printers will be restored.

    --
    Alan Morris
    Windows Printing Team
    Search the Microsoft Knowledge Base here:
    http://support.microsoft.com/search/?adv=1

    This posting is provided "AS IS" with no warranties, and confers no rights.

    "orba" <orba@discussions.microsoft.com> wrote in message
    news:1E04C179-CB44-47E7-A03B-36E5A0DFB7FE@microsoft.com...
    > Hello,
    >
    > I'm trying to migrate 500 printers from a W2K 32bit standalone server to a
    > W2K3 64bit cluster and have a few questions left unanswered...I have a
    > standalone 64bit test server and till now I didn't get the printers to
    > work
    > nor to be displayed in the printers & faxes window. Though I can see the
    > printer entries under HKLM/system/currentcontrolset/print/printers !? The
    > printmig tool doesn't give any error during backup/restore. No errors in
    > pm.log either... Restoring to a 32bit W2k3 system worked like a charm.
    >
    > All of the printers are HP and are covered by the 64bit Universal Print
    > Driver. and the printmig that was created on the 32bit W2K server contains
    > all 32bit drivers for the printers.
    >
    > So,
    > 1. Do I have to install the 64bit UPD prior to the printmig restore?
    > 2. Can I use printmig for 32bit to 64bit printer migration?
    > 3. Scripted migration?
    > 4. Anything else i forgot...?
    >
    > Any help is welcome.
    > Orba
    >
    >




    --
    Alan Morris
    Windows Printing Team
    Search the Microsoft Knowledge Base here:
    http://support.microsoft.com/search/?adv=1

    This posting is provided "AS IS" with no warranties, and confers no rights.

    "MichaelP" <MichaelP@discussions.microsoft.com> wrote in message
    news:85BE00FB-4B2C-4C5F-BC93-778CCF574878@microsoft.com...
    >I need to migrate a *Print Server* (with 300+ print queues) from an A/A
    >32-bit
    > Windows Server 2003 Cluster to an A/P 64-bit Windows Server 2003 Cluster.
    > Since I'm going from a 32-bit version to a 64-bit version I understand
    > that I
    > can't use the Printer Migration Wizard 3.1 :-(
    >
    > Is there a Microsoft documented step-by-step process for doing this in a
    > programatic fashion?
    >
    > What tools/scripts are availabe for either 1) migrating the print queues
    > and
    > drivers, or
    > 2) recreating them and installing the appropriate drivers on the (new)
    > 64-bit
    > A/P Cluster? Clients are all WinXP 32-bit.
    >
    > Can I copy the PrintBrm.exe app. from a Vista client to the W2K3 Cluster
    > and
    > use that?
    >
    > Just an FYI, I don't want to have to "touch" the clients (via logon script
    > or otherwise), so I'm going to use the same virtual server/queue name(s).
    > I've already verified in the lab how to accomplish that part (reusing the
    > same Virtual Server name(s)), I just need a way to either "migrate"
    > (export/import) the print queues and printer drivers from the 32-bit
    > cluster
    > to the 64-bit cluster; or programatically re-create them on the 64-bit
    > cluster in such a way as to not have to "touch" the clients.
    >
    > If this was a 32-bit to 32-bit migration, it would be a snap to do it with
    > the PMW 3.1.
    >
    > :-(
    >
    > Thanks for your help.
    >




  3. #3
    MichaelP Guest

    Re: 32-bit to 64-bit Print Server Cluster Migration

    Alan,

    Thanks for your help and tips.



    "Alan Morris [MSFT]" wrote:

    > use printbrm to remotely backup the 32bit machine then remotely retore to
    > the 64 bit machine.
    >
    > Make sure the manufacture uses the same names for the 32bit and 64bit print
    > drivers.
    >
    > You can use Print Mig as long as you install the 64bit print drivers to the
    > cluster spooler before performing the restore.
    >
    >
    > Some info from a previous post
    >
    > > 1. Do I have to install the 64bit UPD prior to the printmig restore?

    > YES and all the x64 driver names must match the 32 bit driver names or they
    > are not the same driver. If the 32bit driver name is HP Color LaserJet xxxx
    > PCL 6, this name does not match the 64bit HP Universal Color Printer Driver
    >
    > > 2. Can I use printmig for 32bit to 64bit printer migration?

    > Yes when the x64 drivers are already installed
    >
    > > 3. Scripted migration?

    > the prn*.vbs files in system32
    >
    > > 4. Anything else i forgot...?

    > Vista Ultimate and Business SP1 has the Print Backup and Migration utility.
    > You can use this tool to backup the 32bit machine and restore to the 64bit
    > machine.
    >
    > I recommend installing the matching x64 drivers onto the 32bit machine
    > before backing up so all the printers will be restored.
    >
    > --
    > Alan Morris
    > Windows Printing Team
    > Search the Microsoft Knowledge Base here:
    > http://support.microsoft.com/search/?adv=1
    >
    > This posting is provided "AS IS" with no warranties, and confers no rights.
    >
    > "orba" <orba@discussions.microsoft.com> wrote in message
    > news:1E04C179-CB44-47E7-A03B-36E5A0DFB7FE@microsoft.com...
    > > Hello,
    > >
    > > I'm trying to migrate 500 printers from a W2K 32bit standalone server to a
    > > W2K3 64bit cluster and have a few questions left unanswered...I have a
    > > standalone 64bit test server and till now I didn't get the printers to
    > > work
    > > nor to be displayed in the printers & faxes window. Though I can see the
    > > printer entries under HKLM/system/currentcontrolset/print/printers !? The
    > > printmig tool doesn't give any error during backup/restore. No errors in
    > > pm.log either... Restoring to a 32bit W2k3 system worked like a charm.
    > >
    > > All of the printers are HP and are covered by the 64bit Universal Print
    > > Driver. and the printmig that was created on the 32bit W2K server contains
    > > all 32bit drivers for the printers.
    > >
    > > So,
    > > 1. Do I have to install the 64bit UPD prior to the printmig restore?
    > > 2. Can I use printmig for 32bit to 64bit printer migration?
    > > 3. Scripted migration?
    > > 4. Anything else i forgot...?
    > >
    > > Any help is welcome.
    > > Orba
    > >
    > >

    >
    >
    >
    > --
    > Alan Morris
    > Windows Printing Team
    > Search the Microsoft Knowledge Base here:
    > http://support.microsoft.com/search/?adv=1
    >
    > This posting is provided "AS IS" with no warranties, and confers no rights.
    >
    > "MichaelP" <MichaelP@discussions.microsoft.com> wrote in message
    > news:85BE00FB-4B2C-4C5F-BC93-778CCF574878@microsoft.com...
    > >I need to migrate a *Print Server* (with 300+ print queues) from an A/A
    > >32-bit
    > > Windows Server 2003 Cluster to an A/P 64-bit Windows Server 2003 Cluster.
    > > Since I'm going from a 32-bit version to a 64-bit version I understand
    > > that I
    > > can't use the Printer Migration Wizard 3.1 :-(
    > >
    > > Is there a Microsoft documented step-by-step process for doing this in a
    > > programatic fashion?
    > >
    > > What tools/scripts are availabe for either 1) migrating the print queues
    > > and
    > > drivers, or
    > > 2) recreating them and installing the appropriate drivers on the (new)
    > > 64-bit
    > > A/P Cluster? Clients are all WinXP 32-bit.
    > >
    > > Can I copy the PrintBrm.exe app. from a Vista client to the W2K3 Cluster
    > > and
    > > use that?
    > >
    > > Just an FYI, I don't want to have to "touch" the clients (via logon script
    > > or otherwise), so I'm going to use the same virtual server/queue name(s).
    > > I've already verified in the lab how to accomplish that part (reusing the
    > > same Virtual Server name(s)), I just need a way to either "migrate"
    > > (export/import) the print queues and printer drivers from the 32-bit
    > > cluster
    > > to the 64-bit cluster; or programatically re-create them on the 64-bit
    > > cluster in such a way as to not have to "touch" the clients.
    > >
    > > If this was a 32-bit to 32-bit migration, it would be a snap to do it with
    > > the PMW 3.1.
    > >
    > > :-(
    > >
    > > Thanks for your help.
    > >

    >
    >
    >


Similar Threads

  1. Replies: 1
    Last Post: 21-05-2011, 12:41 AM
  2. Replies: 1
    Last Post: 23-04-2011, 06:14 PM
  3. Replies: 2
    Last Post: 29-01-2009, 08:29 PM
  4. Windows 2008 cluster for SQL server 2005 cluster
    By Roger in forum Windows Server Help
    Replies: 2
    Last Post: 21-05-2008, 10:16 AM
  5. Print Server Migration printmig.exe issues
    By gmiga76 in forum Windows Server Help
    Replies: 5
    Last Post: 02-05-2007, 10:55 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,118,250.06122 seconds with 17 queries