1827078 Members
1534 Online
109713 Solutions
New Discussion

Roaming Print Jobs

 
SOLVED
Go to solution
Bill Brutzman
Frequent Advisor

Roaming Print Jobs

When sending a print job to a busy printer, HP-UX reroutes the job to a free printer.

We need the print jobs to only go to the designated printer.

How can this be accomplished?
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Roaming Print Jobs

Are we talking about the standard lp/admin package that comes with HP-UX?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Roaming Print Jobs

I suspect that you have setup printer classes. In that case, you do something like this: lp -dmyclass myfile. (myclass could also be the default destination so that you are printing to it automatically). When printing to a class, the first available class member is used. You can override this behavior by printing to a specified printer.
If it ain't broke, I can fix that.
Bill Hassell
Honored Contributor

Re: Roaming Print Jobs

As Clay mentioned, someone setup several printers in a class. The purpose is to keep a bunch of printers busy in a big room, something is virtually unheard of today. Yoou print to the class and the first available priter is given the job. However, the individual printers are also available. To see the printers that are in classes:

lpstat -c

Then print to your printer of choice.


Bill Hassell, sysadmin
Bill Brutzman
Frequent Advisor

Re: Roaming Print Jobs


Printer classes were never setup here.

The command "lpstat -c " comes back with nothing.

Thus, I suspect the problem has to do with the spooler in our IBM UniVerse (Pick-style multi-value) database.

I will dive into that literature and consider contacting IBM tech support.

Thanks for the responses.
Bill Brutzman
Frequent Advisor

Re: Roaming Print Jobs


In response to the above, YES, we are talking about the std lp/admin package that comes with HP-UX.