- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lpalt can not recognize printing id.
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
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
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
07-03-2002 10:21 AM
07-03-2002 10:21 AM
lpalt can not recognize printing id.
1. I used this command to find the job id.
lpstat -t | grep sjs00214 // sjs00214 is one network printer added to our hp-unix server
2. lpstat shows sjs00214-7112.
3. lpalt sjs00214-7112 -dsjs00365 //sjs00365 is another network printer
but the system told me it can find the id sjs00214-7112.
I try to cancel the job by using
cancel sjs00214-7112
cancel command recognized the printing id.
Any ideas?
Thanks,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:30 AM
07-03-2002 10:30 AM
Re: lpalt can not recognize printing id.
WARNINGS
A remote print request can be altered or canceled only by the user who requested it, and only from the system from which the the original lp command was issued.
For a remote system, lpalt cannot change dest and priority.
Cheers,
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:37 AM
07-03-2002 10:37 AM
Re: lpalt can not recognize printing id.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:50 AM
07-03-2002 10:50 AM
Re: lpalt can not recognize printing id.
/usr/sbin/lpmove requests dest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 10:51 AM
07-03-2002 10:51 AM
Re: lpalt can not recognize printing id.
The lpalt command alters a request made by a previous lp command, if it is not currently printing. (To requeue a currently printing request, use the disable command (see enable(1)) to stop the printer.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 11:56 AM
07-03-2002 11:56 AM
Re: lpalt can not recognize printing id.
I guess I can not use lpalt command to change printing queue to another dest since all the pritner are network printer?
what is the alternative to achieve the same thing, I do not favor the lpmove since This command can be used only when lpsched is
not running.
server: hp-unix, printers: network printers.
we are using reflection X to access our server from our PCs.
Regards,
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 12:07 PM
07-03-2002 12:07 PM
Re: lpalt can not recognize printing id.
lp -d
Where dA... is a combination of job number and host name.
You can even get fancy and read the corresponding cA... file to get the lp arguments.
This command would have to be run as user lp or root.