Operating System - HP-UX
1834594 Members
3563 Online
110069 Solutions
New Discussion

transferring printers to another system

 
SOLVED
Go to solution
Maurice Peterse
Frequent Advisor

transferring printers to another system

I have a 10.10 system running lpsched with 500 printers. Also on this system DNS is running.

I want the transfer the complet printing to another system that runs 10.20.


What's the easiest way to do this?
4 REPLIES 4
eran maor
Honored Contributor
Solution

Re: transferring printers to another system

Hi

here is the answer for your que. you need to tranfer the printers with sam.

it doesnt matter that you are using DNS because the ip of the printer doesnt change .

see rainer answer .
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x4a0c72106351d5118fef0090279cd0f9,00.html
love computers
Maurice Peterse
Frequent Advisor

Re: transferring printers to another system

thanx sofar

but the command
/usr/sam/lbin/lpmgr -R savedir=/var/sam/lp

returns:
Too many arguments, "savedir=/var/sam/lp" is extraneous.
Herve BRANGIER
Respected Contributor

Re: transferring printers to another system

Hi,

It's :

lpmgr -R -xsavedir=...

instead of : lpmgr -R savedir=.....

It's the same syntaxe than for saving.

Herve

Maurice Peterse
Frequent Advisor

Re: transferring printers to another system

thanx guys!!

:)