Operating System - HP-UX
1752280 Members
4299 Online
108786 Solutions
New Discussion юеВ

Re: remote printer migration

 
SOLVED
Go to solution
Pilar Serna_1
Occasional Advisor

remote printer migration

Hi,

I would like to transfer remote printer queues from one unix machine running jetadmin to another one running jetdiret.
Unfortunately the transferqueue utility only works for Network printers installed for Unix. Has Anyone got an idea which is the best way to transfer network and remote printers from a server running jetadmin to a server running jetdirect.

Thanks a lot
2 REPLIES 2
Geoff Wild
Honored Contributor
Solution

Re: remote printer migration

You can try this:

/usr/sam/lbin/lpmgr -S -v -xsavedir=/var/sam/lp/ ; cp -r -p /var/sam/lp/lp.new/* /var/sam/lp/

tar up /var/sam/lp/ and ftp to other server,
untar it, then:

/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp/

Make sure you do a lpshut prior to restore...then lpsched -v afterwards...

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Pilar Serna_1
Occasional Advisor

Re: remote printer migration

Geoff,
Thanks a lot for your solution. It's works !!!
Best Regards, Pilar