Operating System - HP-UX
1850511 Members
2143 Online
104054 Solutions
New Discussion

Stop BANNER PAGE on PRINTER in HP-UX

 
SOLVED
Go to solution
Mike_305
Super Advisor

Stop BANNER PAGE on PRINTER in HP-UX

Hello,

I know I can do use "-oBSDh or -nb" option to suppress banner page. But where is the this comming from and what file on HP-UX I can change to stop banner pages.

Appreciate your help.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
8 REPLIES 8
Julio Yamawaki
Esteemed Contributor

Re: Stop BANNER PAGE on PRINTER in HP-UX

Hi,

Go to: /usr/spool/lp/interface,

Edit file with printer name and modify this line:

banner="yes";

changing yes to "" (don't put no...).

Regards,

Mike_305
Super Advisor

Re: Stop BANNER PAGE on PRINTER in HP-UX

Hello,

This is the file was in /usr/spool/lp/interface and I don't see the banner page options. I have also checked in /etc/lp/interface directory and no luck.

Any idea or feedback is welcome.

Appreciate your help.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
Tim Nelson
Honored Contributor

Re: Stop BANNER PAGE on PRINTER in HP-UX

insert BSDh="-h" somewhere just before the /usr/sbin/rlp line near the bottom ( about 14 or 15 lines from the bottom)

You are using a remote printer interface so it is not the same as what was mentioned before.

Paul Sperry
Honored Contributor

Re: Stop BANNER PAGE on PRINTER in HP-UX

If you are using JetDirect/hppi

you can turn the banner page off there

1 Spooler Administration
3 Modify existing spooler queues
Enter printer
4 Additional printer changes...
3 Banner Page

Mike_305
Super Advisor

Re: Stop BANNER PAGE on PRINTER in HP-UX

Hello Tim,

Is it going to be in the options below.

# Determine which options have been involked.

BSDC=""
BSDJ=""
BSDT=""
BSDi=""
BSD1=""
BSD2=""
BSD3=""
BSD4=""
BSDw=""
BSDformat=""
BSDh="" (Put Here "-h")

Please let me know.

Appreciate your help.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
Mike_305
Super Advisor

Re: Stop BANNER PAGE on PRINTER in HP-UX

Hello,

Forgot to say that I have attach the system script that it is using in my reply.

Regards,

MJ
If there is problem then don't think as problem, think as opportunity.
OldSchool
Honored Contributor
Solution

Re: Stop BANNER PAGE on PRINTER in HP-UX

nb) # Suppress the printing of the banner page.
BSDh="-h"
;;
BSDh) # Suppress the printing of the banner page.
BSDh=-$ii <==== change this to "-h"
Mike_305
Super Advisor

Re: Stop BANNER PAGE on PRINTER in HP-UX

Hello,

Thanks for the help and quick reply.


Regards,

MJ
If there is problem then don't think as problem, think as opportunity.