<?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: canceling print jobs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112982#M313625</link>
    <description>The man page for modifyqueue is in /opt/hpnpl/man and if hppi was properly installed (not copied from another system), then /etc/MANPATH will have /opt/hpnpl/man shown.&lt;BR /&gt;&lt;BR /&gt;You will find all the JetDirect support tool man pages very useful:&lt;BR /&gt; &lt;BR /&gt;ishpnp&lt;BR /&gt;hpnpadmin&lt;BR /&gt;addqueue&lt;BR /&gt;modifyqueue&lt;BR /&gt;removequeue&lt;BR /&gt; &lt;BR /&gt;Was this a cold install, or an upgrade with a copy of selected directories from another system? You will find using addqueue is much easire than SAM or hppi. And addqueue can specify no trueEOJ and noBanner as command line options.</description>
    <pubDate>Fri, 07 Dec 2007 03:07:21 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2007-12-07T03:07:21Z</dc:date>
    <item>
      <title>canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112974#M313617</link>
      <description>I just upgraded HPUX to 11.23 from 11.11 this past weekend and it appears that something has changed in relation to canceling print jobs. My users, use to be able to cancel there print jobs at the printer by pushing the "cancel" button and the file would stop printing and be removed from the queue. Now what appears to be happening is every time they push the "cancel" button on the printer the print job restarts itself. The only way we can now cancel print jobs is in HPUX. If anyone knows how to change that I would appreciate it. This is the process of canceling jobs that my users have grown accustom to.</description>
      <pubDate>Thu, 06 Dec 2007 17:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112974#M313617</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2007-12-06T17:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112975#M313618</link>
      <description>that tool do you use on the hp server there are tools where you can configer to check is the jop was ended ok, this has to turned of to make the cancel working, please post the tool?</description>
      <pubDate>Thu, 06 Dec 2007 17:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112975#M313618</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-06T17:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112976#M313619</link>
      <description>I'll bet that this never actually worked under HP-UX. It only appeared to work. What has probably changed is that True-End-Of-Job is now enabled so that whenever a printer operation fails to complete, (e.g. cancelling from the printer) the job is restarted. &lt;BR /&gt;&lt;BR /&gt;Do this:&lt;BR /&gt;&lt;BR /&gt;modifyqueue -t off myprinter&lt;BR /&gt;&lt;BR /&gt;or manually edit the interface file for each queue and set TEOJ="off".&lt;BR /&gt;&lt;BR /&gt;Man modifyqueue for details.</description>
      <pubDate>Thu, 06 Dec 2007 17:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112976#M313619</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-12-06T17:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112977#M313620</link>
      <description>In response to reply 1 - I am running LP Spooler&lt;BR /&gt;&lt;BR /&gt;Reply 2 - I tried doing a man on modifyqueue and I get No manual entry for modifyqueue.&lt;BR /&gt;Am I missing something?</description>
      <pubDate>Thu, 06 Dec 2007 19:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112977#M313620</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2007-12-06T19:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112978#M313621</link>
      <description>In /etc/lp/interface for all my printers I have:&lt;BR /&gt;TEOJ="-w"&lt;BR /&gt;&lt;BR /&gt;Not sure what that means.</description>
      <pubDate>Thu, 06 Dec 2007 19:03:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112978#M313621</guid>
      <dc:creator>George Doller</dc:creator>
      <dc:date>2007-12-06T19:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112979#M313622</link>
      <description>-w meens it is on &lt;BR /&gt;modifyqueue -t off -q [queue name]&lt;BR /&gt;will set it to TEOJ=""&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;&lt;BR /&gt;Freek</description>
      <pubDate>Thu, 06 Dec 2007 19:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112979#M313622</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-06T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112980#M313623</link>
      <description>here is the man page:&lt;BR /&gt;man modifyqueue&lt;BR /&gt;&lt;BR /&gt; modifyqueue(1)                                               modifyqueue(1)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      modifyqueue offers an alternate method of modifing queues for printers&lt;BR /&gt;      connected with HP JetDirect interface cards.&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      modifyqueue -q  queuename [-d  on/off] [-s] [-r  on/off] [-t  on/off]&lt;BR /&gt;      [-b  on/off] [-L  PS/PCL/HPGL/HPGL2/AUTO] [-P  pslevel] [-T  banner&lt;BR /&gt;      tray] [-m  banner papersize] [-D  Duplex print]&lt;BR /&gt;&lt;BR /&gt;      modifyqueue allows the user to modify lp printer queue based on&lt;BR /&gt;      arguments entered on the UNIX command line, and provides a non-GUI&lt;BR /&gt;      alternative to the method provided by the hppi Utility.&lt;BR /&gt;&lt;BR /&gt;    Options and Arguments&lt;BR /&gt;      The modifyqueue command recognizes the following options and&lt;BR /&gt;      arguments:&lt;BR /&gt;&lt;BR /&gt;           -q  queuename&lt;BR /&gt;                The name of the queue.  It should exist in the system.&lt;BR /&gt;&lt;BR /&gt;           -d  on/off&lt;BR /&gt;                Specifies that the queue will be set to the default queue or&lt;BR /&gt;                switches off the default queue.&lt;BR /&gt;&lt;BR /&gt;           -s   On a HP-UX system status message will be logged into the&lt;BR /&gt;                /opt/hpnpl/tmp/&lt;QUEUENAME.LOG&gt; file. In solaris the file&lt;BR /&gt;                will be created in /var/tmp/&lt;QUEUENAME.LOG&gt; file.&lt;BR /&gt;&lt;BR /&gt;           -r  on/off&lt;BR /&gt;                Turn on/off the job recovery for the queue.&lt;BR /&gt;&lt;BR /&gt;           -t  on/off&lt;BR /&gt;                Turn on/off the True end of job for the queue.&lt;BR /&gt;&lt;BR /&gt;           -b  on/off&lt;BR /&gt;                Turn on/off the banner page.&lt;BR /&gt;&lt;BR /&gt;           -L  PS/PCL/HPGL/HPGL2/AUTO&lt;BR /&gt;                Sets the default printer language. The Language specified&lt;BR /&gt;                should be supported by the printer.&lt;BR /&gt;&lt;BR /&gt;           -P  pslevel&lt;BR /&gt;                Sets the post script level to specified number, it may be 1,&lt;BR /&gt;                2 or 3.&lt;BR /&gt;&lt;BR /&gt;           -T  tray number&lt;BR /&gt;                Sets the banner tray to specified one, but tray should be&lt;BR /&gt;                present.&lt;BR /&gt;&lt;BR /&gt;                                    - 1 -       Formatted:  December 6, 2007&lt;BR /&gt;&lt;BR /&gt; modifyqueue(1)                                               modifyqueue(1)&lt;BR /&gt;&lt;BR /&gt;           -m  banner papersize&lt;BR /&gt;                Sets the Paper to specified one. Paper may be one of legal,&lt;BR /&gt;                letter, A4, exec, A3, JISB4, JISB5, JISEXEC or 11x17. The&lt;BR /&gt;                specified paper should be supported by the printer.&lt;BR /&gt;&lt;BR /&gt;           -D  on/off/def&lt;BR /&gt;                Sets the duplex print to on/off/default.&lt;BR /&gt;&lt;BR /&gt;      Returns 0 on successful completion.&lt;BR /&gt;&lt;BR /&gt; DIAGNOSTICS&lt;BR /&gt;      1 Succesfully modified the queue&lt;BR /&gt;&lt;BR /&gt;      2 Could not able to modify&lt;BR /&gt;&lt;BR /&gt; AUTHOR&lt;BR /&gt;      modifyqueue was created by Hewlett Packard Company&lt;BR /&gt;&lt;BR /&gt; SEE ALSO&lt;BR /&gt;      lpadmin(1M), lpsched(1M), accept(1M), lpshut(1M), enable(1),&lt;BR /&gt;      removequeue(1).&lt;BR /&gt;&lt;BR /&gt; ADMINISTRATION&lt;BR /&gt;      You must be logged on as a super-user to have access to this command.&lt;BR /&gt;&lt;BR /&gt;                                    - 2 -       Formatted:  December 6, 2007&lt;BR /&gt;&lt;/QUEUENAME.LOG&gt;&lt;/QUEUENAME.LOG&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112980#M313623</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-06T19:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112981#M313624</link>
      <description>I thout is wat the&lt;BR /&gt;JRECOV="yes"&lt;BR /&gt;JRECOV="no"&lt;BR /&gt;modifyqueue -r on -q [queue name]&lt;BR /&gt;default it is on no... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;see manpage....&lt;BR /&gt;          -r  on/off&lt;BR /&gt;                Turn on/off the job recovery for the queue.&lt;BR /&gt;&lt;BR /&gt;           -t  on/off&lt;BR /&gt;                Turn on/off the True end of job for the queue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112981#M313624</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-06T19:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: canceling print jobs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112982#M313625</link>
      <description>The man page for modifyqueue is in /opt/hpnpl/man and if hppi was properly installed (not copied from another system), then /etc/MANPATH will have /opt/hpnpl/man shown.&lt;BR /&gt;&lt;BR /&gt;You will find all the JetDirect support tool man pages very useful:&lt;BR /&gt; &lt;BR /&gt;ishpnp&lt;BR /&gt;hpnpadmin&lt;BR /&gt;addqueue&lt;BR /&gt;modifyqueue&lt;BR /&gt;removequeue&lt;BR /&gt; &lt;BR /&gt;Was this a cold install, or an upgrade with a copy of selected directories from another system? You will find using addqueue is much easire than SAM or hppi. And addqueue can specify no trueEOJ and noBanner as command line options.</description>
      <pubDate>Fri, 07 Dec 2007 03:07:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/canceling-print-jobs/m-p/4112982#M313625</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-12-07T03:07:21Z</dc:date>
    </item>
  </channel>
</rss>

