System Administration Guide: Advanced Administration

How to Make Banner Pages Optional

  1. Log in as superuser, lp, or assume an equivalent role on the print server.

  2. Make banner pages optional.


    # lpadmin -p printer-name -o banner=optional
    

    -p printer-name

    Name of the printer for which you are making banner pages optional. 

    -o banner=optional

    Enables users to specify no banner page when they submit a print request. 

    If you want to force a banner page to print with every print request, specify the -o banner=always option.

    The banner page setting is entered in the print server's /etc/lp/printers/printer-name/configuration file.

  3. Verify that the output from the following command contains the line Banner not required.


    $ lpstat -p printer-name -l
    

Example—Making Banner Pages Optional

The following example shows how to make the banner page optional on the printer luna.


# lpadmin -p luna -o banner=optional