Link to home
Start Free TrialLog in
Avatar of compdigit44
compdigit44

asked on

How to Restore Printer and queues from oAix 5.3 to 6.1

I'm setting up a new AIX 6.1 server and what to know if the following is possible.

Froma backup image can I restore the printers and quues from my old Aix 5.3 server to my new 6.1 server? If so what needs to be done?
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of compdigit44
compdigit44

ASKER

I'm not a AIX persion so regarding your script can I type this all on one line?
No, either type it as I posted, or put it in a file filename as posted and run "sh filename"

One line would look like this:

cd /var/spool/lpd/pio/@local/custom; for QUEUE in *; do /usr/lib/lpd/pio/etc/piodigest $QUEUE; done
ok..

I'm going to try the restore now and keep you posted...
is there a simple way I can test all print queues to make sure they are accepting and printing all documents passed to them?
Please note that you must have installed

bos.rte.printers
and
printers.*

from the base OS DVDs in order to make the printing subsystem work.
There's no test that I'm aware of. I fear you must test every single printer.
How can I tell if bos.rte.printer is installed?
lslpp -l "*printer*"
Cool the module listed is installed..

When i try to run the script you mentioned it states... ksh..... /..... piodigest not found
/usr/lib/lpd/pio/etc/piodigest

is part of printers.rte

Are you sure that it's installed?

See my comment #38326270
I tried it again and it worked..

I had a type :o)