Operating System - HP-UX
1829163 Members
2669 Online
109986 Solutions
New Discussion

Remove Trailing Banner Page in LP Print Queues...

 
Lee Harris_5
Valued Contributor

Remove Trailing Banner Page in LP Print Queues...

Hello,

I've setup a new remote LP printer on a few servers we have, however for some reason aparently it's printing out a banner page that contains the following info...

User: Oracle
Host:
Class:
Job: -

Does anyone know how I can prevent this?

Thanks - Lee
2 REPLIES 2
Vipulinux
Respected Contributor

Re: Remove Trailing Banner Page in LP Print Queues...

Hello

To disable the banner page, the user has to add -onobanner when printing
eg.
lp -dPTR -onobanner yourfile.ps
Peter Godron
Honored Contributor

Re: Remove Trailing Banner Page in LP Print Queues...

Lee,
if you ewant to disable banner for all prints:
find the printer definition file, normally under /etc/lp/interface
and look for the /usr/sbin/rlp line
then insert the line BSDh="-h"
in the previous line.
and/or
if you have the varibale banner set to yes, chnage it to banner=""