- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: disable printer header
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
11-13-2003 04:06 AM
11-13-2003 04:06 AM
thanks
vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:10 AM
11-13-2003 04:10 AM
Re: disable printer header
i.e. Jetadmin or hppi setup page, (can modify existing) additional parameters, banner page =off.
some printrer modelss are on by default, some off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:12 AM
11-13-2003 04:12 AM
Re: disable printer header
# lp -o nb -d printer_name
OR you can edit the printer interface file in /etc/lp/interface and change banner options to "no".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:25 AM
11-13-2003 04:25 AM
Re: disable printer header
somebody post me an example /etc/lp/interface file with banner OFF
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:35 AM
11-13-2003 04:35 AM
SolutionDepending on the type of spooler script, do either:
a) Edit your /var/spool/lp/interface/"printer name" file, and disable
the banner page. Note that if you are using the JetAdmin tool, the
script will instead be /var/spool/lp/interface/model.orig/"printer
name" The most commonly used means of diabling the banner page is
changing the BANNER variable's value from "yes" to "no"
b) Newer interface files (in /var/spool/lp/interface/*) may call
/usr/sbin/rlp; if your model script does this then insert the
following line before the /usr/sbin/rlp statement:
BSDh="-h"
The model script would now look something like:
...
shift; shift; shift; shift; shift
# Added the no banner option here
BSDh="-h"
/usr/sbin/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2
...
I HOPE HELPED YOU
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 04:43 AM
11-13-2003 04:43 AM