Wes Williams wrote:
> Is there an easy way to disable print banners in OpenSolaris 2008.11?
>
> Printers added with the new "Print Manager" work fine but print a banner
> which I don't want and there doesn't seem to be an option with this tool to
> turn off banners.
>
> The "Solaris LP Print Manager" cannot change this setting for printers
> already added.
>
> Issuing the command "lpadmin -p printqueuename -o nobanner" causes the
> printer to no longer function.
>
The lpadmin(1M) says,
Controlling the Use of the Banner Page
Use the following commands to control the use of the banner
page:
lpadmin -p printer -o nobanner
lpadmin -p printer -o banner
lpadmin -p printer -o banner=always
lpadmin -p printer -o banner=never
lpadmin -p printer -o banner=optional
The first and fifth commands (-o nobanner and -o
banner=optional) are equivalent. The default is to print the
SunOS 5.11 Last change: 24 May 2006 18
System Administration Commands lpadmin(1M)
banner page, unless a user specifies -o nobanner on an lp
command line.
The second and third commands (-o banner and -o
banner=always) are equivalent. Both cause a banner page to
be printed always, even if a user specifies lp -o nobanner.
The root user can override this command.
So what you do sounds correct, have you tried to set that option at the
remote server rather than on the client side?
-Ghee
> Printer type is Remote IPP
>
> Is there a simple solution to turn banners off? Perhaps I'm missing
> something basic, but I'd imagine almost all users of Indiana don't want or
> need the default to turn print banners on.
>
> -WW
>