enable printer banner


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers enable printer banner
# 1  
Old 01-28-2003
enable printer banner

How do you enable or configure an existing printer to print banner.
my print server is solaris 8 running the normal lp print.

I tried

lp -o banner option but no joy.

Can you help please?

Thanks in Advance
# 2  
Old 01-28-2003
See the man page on lpadmin - there is a "nobanner" and "banner" option. Banner is default.

Controlling the Use of the Banner Page

nobanner
Allow a user to submit a print request specifying that
no banner page be printed.

banner
Force a banner page to be printed with every print
request, even when a user asks for no banner page.
This is the default. Specify -o nobanner to allow
users to specify -o nobanner with the lp command.

Note the following if that does not help (reverse engineer it!):
Quote:
Disabling the banner page in Sun OS 5.x (Solaris 2.x) environment:

NeWSprint printer:

1. Change to the printer spooling directory on the printer server.

e.g. /etc/lp/printers/<printername>

2. Set BANNERPS and TRAILERPS to nullin .param file:

e.g. BANNERPS=; export BANNERPS
TRAILERPS=; export TRAILERPS

HP Jetdirect printers (using jetadmin):

1. Change directory to /etc/lp/interfaces/model.orig

2. Edit the file named after the printer:

change banner="no" (or "yes") to banner=""

All other printers:

1. Change to the /etc/lp/interfaces/<printername> directory.

2. Edit the file named after the printer:

change nobanner="no" to nobanner="" (or "yes")

If the printer you are printing to is a remote printer, your only options are:

1. Set up the remote printer with "Banner Required? No" and send your
jobs with:

lp -d printername -o nobanner file

2. Shut off the banner in one of the above ways on the print server.
Also note that some printers may need to have the banner turned on -

Quote:
If the printer is an HP with Jetdirect card you need to
telnet into the jetdirect card (telnet <pingname of prtr>
then hit cr twice) to get to the internal menu. There is
a banner option that needs to be turned off. Follow the
instructions in the menu to turn it off.

Last edited by RTM; 01-28-2003 at 02:20 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to enable "banner" for a user in solaris?

Password: Using keyboard-interactive authentication. Do you agree with the banner terms (y/n)?: y (4 Replies)
Discussion started by: frintocf
4 Replies

2. Linux

Find printer location and printer type

Hi, Is it possible to find the printer location and printer type (whether it is local or network) using command in Linux ? Thanks in advance. (1 Reply)
Discussion started by: forumguest
1 Replies

3. AIX

Enable printer - Permission denied

Enable printer - Permission denied I have created prnuser in AIX system and I member this user to printq and lp groups when I try to enable any printer I'm getting Permission denied Pls advice .... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

4. AIX

Check printer queue on Windows printer server

Hello Let me first give a small overview of the setup. All printers are connected to Windows 2000 servers. There are a lot of UNIX (AIX & HP-UX) servers as well which have SAP running. I'm working on a script to add printers to a specified SAP instance. I want to verify the user input (to... (0 Replies)
Discussion started by: NielsV
0 Replies

5. UNIX for Dummies Questions & Answers

regular user - enable printer - aix unix

how can I let a regular user enable a printer? (0 Replies)
Discussion started by: naes
0 Replies

6. IP Networking

How do you send printer codes to an IP printer

We were printing to a serial laser printer with all the HP codes to generate a form (i.e. lines, boxes, etc.) Thus the file is filled w/ control codes. We are switching to an IP printer and we can no longer print directly to the device (i.e. cp text /dev/tty11). It looks like we have to use the lp... (2 Replies)
Discussion started by: jeffbugfree
2 Replies

7. Linux

know I do for to printer in printer deskjet 80colun

I want to print some thing in HP Deskjet 692.? (1 Reply)
Discussion started by: edvaldo
1 Replies

8. UNIX for Dummies Questions & Answers

Banner on remote printer

Hi all, i have a Sun Solaris server ( Sun OS 5.5.1 ) , and few windows machines accessing it using exceed humming bird software ( 6.1 ). I have a EPSON printer connected to one of the PCs, and I am using Exceed LPD daemon for printing. Whenever I trigger a print command from Sun server,... (2 Replies)
Discussion started by: shibz
2 Replies
Login or Register to Ask a Question