- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ERROR REMOVE PRINTER
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
04-12-2006 03:37 AM
04-12-2006 03:37 AM
ERROR REMOVE PRINTER
I need help!
When remove printer from SAM fail
Attachment file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 03:58 AM
04-12-2006 03:58 AM
Re: ERROR REMOVE PRINTER
You need to remove all the prints scheduled to the printer you wish to remove, or move them to a new printer. I think you can remove all the prints through sam, or do an lpstat -o and cancel all the prints for that printer. Once done you will be able to remove the printer in sam.
Hope it is ok,
JASH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 02:36 PM
04-12-2006 02:36 PM
Re: ERROR REMOVE PRINTER
It should be similar to this
# /var/spool/lp/outputq
-rw-r--r-- 1 lp sys 996 Nov 7 11:41 outputq
If its not lp:sys; use chown to change it, ie:
# cd /var/spool/lp
# chmod lp:sys outputq
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 08:14 PM
04-12-2006 08:14 PM
Re: ERROR REMOVE PRINTER
The problem is that you have jobs queued in the printer.This step that you need:
1) stop scheluder with 'lpshut'
2) cancel printer job with 'cancel -e
3) remove printer with 'lpadmin -x
4)start scheluder with 'lpsched -v'
Best regards
Roberto Arias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 01:09 AM
04-13-2006 01:09 AM
Re: ERROR REMOVE PRINTER
Andrew