<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: banner page in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512864#M218543</link>
    <description>You didn't bother to identify the printer so it's difficult to be specific but you probably need to disable the banner page on the printer itself also. If this is a Laserjet, you can do this from the printer's configuration menu.</description>
    <pubDate>Mon, 28 Mar 2005 14:55:38 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-03-28T14:55:38Z</dc:date>
    <item>
      <title>banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512863#M218542</link>
      <description>Hello , &lt;BR /&gt;i wanted to stop the banner page from printing.&lt;BR /&gt;i have modified banner page as 0 in the below dir .but it did not help.can you please assist.&lt;BR /&gt;thanks&lt;BR /&gt;/usr/spool/lp/interface/model.orig&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2005 14:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512863#M218542</guid>
      <dc:creator>Jean Wang</dc:creator>
      <dc:date>2005-03-28T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512864#M218543</link>
      <description>You didn't bother to identify the printer so it's difficult to be specific but you probably need to disable the banner page on the printer itself also. If this is a Laserjet, you can do this from the printer's configuration menu.</description>
      <pubDate>Mon, 28 Mar 2005 14:55:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512864#M218543</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-28T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512865#M218544</link>
      <description>The first option is to try adding "-o nob" to your lp statement.  If that doesn't work, how are your printers defined?  If they're defined as "remote" printers, it might not be possible to defeat the banner page.  If they're defined as network attached printers via HPPI (JetAdmin's new version), then there is an option to suppress the banner in the definition:&lt;BR /&gt;&lt;BR /&gt;addqueue -h $IP -q $PRNTR -b off&lt;BR /&gt;&lt;BR /&gt;Finally, many of the laserjets can be set up to defeat the banner page themselves.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 28 Mar 2005 14:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512865#M218544</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-28T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512866#M218545</link>
      <description>There are two possible banner pages for JetDirect printers: in the model.orig directory, you'll find the printer scripts, one for each printer queue. This is a fancy page printed in front of each job with some graphics and a quick rerference box in the bottom right corner. However, you do not turn off the banner  page with 0 (you said "modified banner page as 0), but should be set to "". Around line 60 or so, you'll see these values:&lt;BR /&gt; &lt;BR /&gt;TEOJ="on"&lt;BR /&gt;BANNER="yes"&lt;BR /&gt;SPACECHAR="_-"&lt;BR /&gt; &lt;BR /&gt;Change BANNER="" and now the banner page will now be off. You can make the same change by running hppi, choosing option 1, then 3, pick the printer and choose item 4 (advanced options). There you can toggle the banner page on and off. The tests within the script look for a zero-length string, not 0 or no or NO.&lt;BR /&gt; &lt;BR /&gt;Now if the banner page prints at the end of the job and contains just a few lines of ASCII right in the center of the page. This is actually known as a separator page and does not come from HP-UX but comes from the JetDirect card itself. To configure the JetDirect card to turn off the banner page use telnet to the printer's IP address and type / to show the current settings. To turn the banner off, use the command:&lt;BR /&gt; &lt;BR /&gt;banner:no&lt;BR /&gt; &lt;BR /&gt;Then type / to see the settings. Type quit to save the changes. If this is a newer JetDirect card, there wil be a web page available from the card itself where all the options can be set with a GUI.</description>
      <pubDate>Mon, 28 Mar 2005 15:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512866#M218545</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-03-28T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512867#M218546</link>
      <description>I have several different printer styles and each one has a different way of handling banners in the interface scripts.  For some I was able to force the value of a variable at the top of the script, like:&lt;BR /&gt;&lt;BR /&gt;do_banner="no"&lt;BR /&gt;&lt;BR /&gt;And with some I just brute force commented out the whole paragraph that prints the banner:&lt;BR /&gt;&lt;BR /&gt;# # print banner if requested&lt;BR /&gt;# if [ "$doBAN" = "yes" ]&lt;BR /&gt;# then&lt;BR /&gt;#  ... etc&lt;BR /&gt;#  ....&lt;BR /&gt;&lt;BR /&gt;One thing I did do - I created local custom model scripts based on the ones provided by HP, and I left theirs alone.&lt;BR /&gt;&lt;BR /&gt;So, when I add a printer now, I choose one of the models that I created:&lt;BR /&gt;&lt;BR /&gt;  our-hp4000&lt;BR /&gt;  our-hp4050&lt;BR /&gt;  our-dumb-lp&lt;BR /&gt;  our-oki3410&lt;BR /&gt;&lt;BR /&gt;That way I don't feel so bad about hacking them up...&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2005 09:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512867#M218546</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2005-03-29T09:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: banner page</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512868#M218547</link>
      <description>Hello,&lt;BR /&gt;Thank You all. It worked.&lt;BR /&gt;Thanks again</description>
      <pubDate>Wed, 30 Mar 2005 15:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/banner-page/m-p/3512868#M218547</guid>
      <dc:creator>Jean Wang</dc:creator>
      <dc:date>2005-03-30T15:31:43Z</dc:date>
    </item>
  </channel>
</rss>

