Operating System - HP-UX
1753366 Members
6033 Online
108792 Solutions
New Discussion юеВ

Imcompatible Migrate Queue printer 11.23 to 11.31 ???

 
Hamilton Barreto
New Member

Imcompatible Migrate Queue printer 11.23 to 11.31 ???


Help-me error in moment conversion queues 11.23 to 11.31.

I have more than 2000 printers, I need to transfer a hp-ux 11:23 to 11:31, Help me please!
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: Imcompatible Migrate Queue printer 11.23 to 11.31 ???

Robert Salter
Respected Contributor

Re: Imcompatible Migrate Queue printer 11.23 to 11.31 ???

If you used Jet Direct on both servers;

Change directory to /etc/lp/interface and tar up the queues, the tarfile name must be ├в queues.tar├в
cd /etc/lp/interface
tar /tmp/queues.tar *

Copy the tar file to the other server.
scp /tmp/queues.tar srvrX:/tmp/

On srvrX run ├в transferqueue├в . This server must have Jet Direct installed on it.
/opt/hpnpl/bin/transferqueue
Time to smoke and joke
singh sanjeev
Trusted Contributor

Re: Imcompatible Migrate Queue printer 11.23 to 11.31 ???

Copy a set of printers from one server to another
On server "A"


Open "sam ->Printers and Plotters->LP Spooler-> Save/Restore Spooler Configuration"
Go to "Actions"
Click on 'Save Spooler Configuration'
Exit out of SAM
tar -cvf /tmp/sam.tar /var/sam/lp
Transfer the sam.tar file to system B:/tmp.
On server "B"
tar -xvf /tmp/sam.tar

You may need to change the permissions and ownership of these files. To do that run:
chmod -R 755 /var/sam/lp/*
chown -R lp:bin /var/sam/lp/*


Open "sam ->Printers and Plotters->LP Spooler-> Save/Restore Spooler Configuration"
Go to "Actions"
Click on 'Restore Spooler Configuration'
Don't forget to restart the scheduler
Exit out of SAM

Sanjeev Singh