Operating System - HP-UX
1824991 Members
1929 Online
109678 Solutions
New Discussion

Re: Printing to Linux from HP-UX 10.20

 
Dennis Fellows
New Member

Printing to Linux from HP-UX 10.20

Running HP-UX 10.20 on HP9000 D230. Running Linux 7.1 on HP Brio with a HP4100 Laserjet attached. Printing to the Linux box is just fine but I can't seem to find the proper options to select the tray that I want to print to. I've used the -o option (i.e. lp -ddestprinter -oraw -otray2 filename) but that doesn't work. It still comes out the default tray. Any hints on how to accomplish this?
1 REPLY 1
Sanjay_6
Honored Contributor

Re: Printing to Linux from HP-UX 10.20

Hi Dennis,

Print without using the -oraw option.

lp -dprinter_name -otray2

You can also try

lp -dprinter_name -o11*17

Here 11*17 is the size of the paper the tray you want to print from is set for.

Hope this helps.

Regds