- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Banner Pages Printing
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:07 AM
07-20-2000 05:07 AM
Thank you,
Alyson Leet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:13 AM
07-20-2000 05:13 AM
Re: Banner Pages Printing
Goto /etc/lp/interface/model.orig, vi the files with the printer name and set banner="yes" to banner="".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:14 AM
07-20-2000 05:14 AM
Re: Banner Pages Printing
Change banner="yes" to banner="no"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:48 AM
07-20-2000 05:48 AM
Re: Banner Pages Printing
I think it isn't possible "to disable the banner page alltogether" for all printer already defined. Each printer has got his own interface script with the name as the printers name in dir /etc/lp/interface btw /usr/spool/lp/interface.
In this scripts you have to edit banner="yes" to banner="" (all scripts I know would print the banner if banner="no").
Also you have to edit the model script you use to define new printer in the future in this kind (banner="").
Hope this helps
Ruediger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 05:51 AM
07-20-2000 05:51 AM
Re: Banner Pages Printing
Thank you again for your assistance!
Alyson Leet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 06:11 AM
07-20-2000 06:11 AM
Re: Banner Pages Printing
I have already done that and am currently only getting banners when printing through the unix spooler. I feel that I am missing a step here? Is there anything else in the unix side you can direct me to?
Thanks again,
Alyson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 06:12 AM
07-20-2000 06:12 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 07:32 AM
07-20-2000 07:32 AM
Re: Banner Pages Printing
"I tried the suggestion of editing the /etc/lp/interface/model.orig/
Make sure that the banner variable is set to "" as in:
BANNER=""
This is not expected behavior (one would assume "no" and "yes" but later in the script, the test for no-banner is "" (or -n using the test operator) and not "no" or the absence of "yes". The parameter must be defined as the null string.
If that still isn't working, make this is the right script by printing a test such as:
lp -pmyprinter -onb /etc/issue
This must be done on the system where the printer is defined. If that suppresses the banner page, then change -onb to -oyb (above) and the banner page should print again. This verifies that the script is indeed working. Now modify the script as mentioned above and use the lp command example above without any -o option...there should not be any banner page, but printing with the option: -oyb (means yes banner) then the banner should come back. If you are actually testing from another system, read the problem banner page to make sure you are working on the correct print server.
Rick wrote:
"If the printers are hooked up via the network and jetadmin boxes, you can telnet to the IP address for the printer. There is an option to disable the banner for the printer as well."
This is actually called a Burst Page and this always follws the print job because it is generated by the JetDirect card. It has no effect on the Unix banner page. The Burst Page is just a few text lines in the middle of a blank page.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2000 08:12 AM
07-20-2000 08:12 AM
Re: Banner Pages Printing
I hope to be of some assistance to you at some point in the future!
Best Regards,
Alyson Leet