Operating System - HP-UX
1819903 Members
2056 Online
109607 Solutions
New Discussion юеВ

Re: Banner in Distributed Print Service

 
SOLVED
Go to solution
ASSIST
Frequent Advisor

Banner in Distributed Print Service

How I can supress the printing of the banner in physical printer definied in the Distributed Print Service?
12 REPLIES 12
RAC_1
Honored Contributor

Re: Banner in Distributed Print Service

Check lp -o options you can supress from lp command line.

And also from printer config file residing in
/etc/lp/interfaces/your_printer_name.

Regards,
There is no substitute to HARDWORK
D. Jackson_1
Honored Contributor

Re: Banner in Distributed Print Service

This may or may not help but worth a try if you are using JetDirect cards.

Telnet to the ip address of the printer and at the prompt type banner:0
Then save your setting with quit(i think)..


Hope this helps.
ASSIST
Frequent Advisor

Re: Banner in Distributed Print Service

I probed this and anything was well

The lp -o banner=no not supress the banner

and in this kind of printers there are not interfaces..... this is only in the local spooler


ASSIST
Frequent Advisor

Re: Banner in Distributed Print Service

The problem is that the print server isn't a JetDirect and I can't supress it

Thanks
RAC_1
Honored Contributor

Re: Banner in Distributed Print Service

the lp -t "title" options prints the title/banner

try lp -t "" and let us know.
There is no substitute to HARDWORK
harry d brown jr
Honored Contributor

Re: Banner in Distributed Print Service

Assist,

There is a new feature in your profile that allows you to find previous Questions you have posted, which makes it easier to take care of this:

This member has assigned points to 8 of 55 responses to his/her questions.

http://forums.itrc.hp.com/cm/TopSolutions/1,,BR138742!1!questions,00.html

live free or die
harry
Live Free or Die
MANOJ SRIVASTAVA
Honored Contributor

Re: Banner in Distributed Print Service

Hi


In /usr/spool/lp/inetrface/printer name

file search for BANNER and change YES to NO and then stop and restart the spooler .


Manoj Srivastava
S.K. Chan
Honored Contributor
Solution

Re: Banner in Distributed Print Service

ASSIST
Frequent Advisor

Re: Banner in Distributed Print Service

The -t option don't supress the banner page, simply prints a title in it....
D. Jackson_1
Honored Contributor

Re: Banner in Distributed Print Service

I think from command line you want this:

lp -dprinter -onobanner
ASSIST
Frequent Advisor

Re: Banner in Distributed Print Service

Thank you very much Chan

I probe this and I say you... but I think that is correct

:-)
John Poff
Honored Contributor

Re: Banner in Distributed Print Service

Hello,

If you are using the Distributed Print Service, you will be using the 'pdpr' command to print. According to the man page for the job attributes for 'pdpr' (man pd_att_job), you should be able to set the job-sheets attribute to none to eliminate the banners from pdpr.

I think it will look something like this:

pdpr -p LogicalPrinter -x "job-sheets=none" filetoprint

By the way, the last time I called HP with a DPS problem, they said there are only two or three customers in the entire world still using that software. Good thing we hooked up here! I had a real problem with it on a production box once, and HP had to look all the way around the world to find an expert in-house to help us. I'll be glad to move off of it when I can. Probably explains why the DPS software is deprecated in the latest releases of HP-UX.

JP