Originally posted by: SystemAdmin
I have done this many times without any problems. All you need to copy over are:
/var/spool/lpd (and everything underneath)
/etc/qconfig
I use a command such as:
cd /var/spool
tar cvpf - lpd | remsh $new_host 'cd /var/spool;tar xvpf -'
where $new_host is the ip address of the new machine.
But if it still doesnt work, I have attached a script that you can use on the machine thats having problems to relink the queues to work with SMIT. It came from IBM but no guarantees.