- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- canceling print jobs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 09:51 AM
тАО12-06-2007 09:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 09:57 AM
тАО12-06-2007 09:57 AM
Re: canceling print jobs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 09:59 AM
тАО12-06-2007 09:59 AM
SolutionDo this:
modifyqueue -t off myprinter
or manually edit the interface file for each queue and set TEOJ="off".
Man modifyqueue for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 11:00 AM
тАО12-06-2007 11:00 AM
Re: canceling print jobs
Reply 2 - I tried doing a man on modifyqueue and I get No manual entry for modifyqueue.
Am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 11:03 AM
тАО12-06-2007 11:03 AM
Re: canceling print jobs
TEOJ="-w"
Not sure what that means.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 11:21 AM
тАО12-06-2007 11:21 AM
Re: canceling print jobs
modifyqueue -t off -q [queue name]
will set it to TEOJ=""
kind regards
Freek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 11:22 AM
тАО12-06-2007 11:22 AM
Re: canceling print jobs
man modifyqueue
modifyqueue(1) modifyqueue(1)
NAME
modifyqueue offers an alternate method of modifing queues for printers
connected with HP JetDirect interface cards.
SYNOPSIS
modifyqueue -q queuename [-d on/off] [-s] [-r on/off] [-t on/off]
[-b on/off] [-L PS/PCL/HPGL/HPGL2/AUTO] [-P pslevel] [-T banner
tray] [-m banner papersize] [-D Duplex print]
modifyqueue allows the user to modify lp printer queue based on
arguments entered on the UNIX command line, and provides a non-GUI
alternative to the method provided by the hppi Utility.
Options and Arguments
The modifyqueue command recognizes the following options and
arguments:
-q queuename
The name of the queue. It should exist in the system.
-d on/off
Specifies that the queue will be set to the default queue or
switches off the default queue.
-s On a HP-UX system status message will be logged into the
/opt/hpnpl/tmp/
will be created in /var/tmp/
-r on/off
Turn on/off the job recovery for the queue.
-t on/off
Turn on/off the True end of job for the queue.
-b on/off
Turn on/off the banner page.
-L PS/PCL/HPGL/HPGL2/AUTO
Sets the default printer language. The Language specified
should be supported by the printer.
-P pslevel
Sets the post script level to specified number, it may be 1,
2 or 3.
-T tray number
Sets the banner tray to specified one, but tray should be
present.
- 1 - Formatted: December 6, 2007
modifyqueue(1) modifyqueue(1)
-m banner papersize
Sets the Paper to specified one. Paper may be one of legal,
letter, A4, exec, A3, JISB4, JISB5, JISEXEC or 11x17. The
specified paper should be supported by the printer.
-D on/off/def
Sets the duplex print to on/off/default.
Returns 0 on successful completion.
DIAGNOSTICS
1 Succesfully modified the queue
2 Could not able to modify
AUTHOR
modifyqueue was created by Hewlett Packard Company
SEE ALSO
lpadmin(1M), lpsched(1M), accept(1M), lpshut(1M), enable(1),
removequeue(1).
ADMINISTRATION
You must be logged on as a super-user to have access to this command.
- 2 - Formatted: December 6, 2007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 11:28 AM
тАО12-06-2007 11:28 AM
Re: canceling print jobs
JRECOV="yes"
JRECOV="no"
modifyqueue -r on -q [queue name]
default it is on no...
see manpage....
-r on/off
Turn on/off the job recovery for the queue.
-t on/off
Turn on/off the True end of job for the queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-06-2007 07:07 PM
тАО12-06-2007 07:07 PM
Re: canceling print jobs
You will find all the JetDirect support tool man pages very useful:
ishpnp
hpnpadmin
addqueue
modifyqueue
removequeue
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.
Bill Hassell, sysadmin