- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printer disabled
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
03-06-2003 11:20 PM
03-06-2003 11:20 PM
Printer disabled
For the printer I've checked in UNIX, I see the printer, it is diseabled with 28 rerquests waiting,but I can not enable the printer, I got the message : "option not supported"
printer NL33 printing on host2 :
printer status :
printer nl224107 disabled since Mar 4 10:25 -
error 141 returned
fence priority : 0
printer has 28 request waiting.
Ho can I check the status and remove the queue and enable the printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:26 PM
03-06-2003 11:26 PM
Re: Printer disabled
2) ls FIFO, CCHEDLOCK
3) lpstat -r (* still running? *)
4) lpshut (* if running *)
5) rm FIFO, SCHEDLOCK, outputq, *lock
6) >outputq
7) >log
8) ps -ef | grep -i lp
9) kill all lp pids from 8)
10) lpsched -v
11) more log
12) lp -d printer file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:26 PM
03-06-2003 11:26 PM
Re: Printer disabled
To cancel the print jobs:
# cancel -e
This will remove all 28 jobs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:27 PM
03-06-2003 11:27 PM
Re: Printer disabled
/usr/bin/accept printer.
Before lpsched 10)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2003 11:53 PM
03-06-2003 11:53 PM
Re: Printer disabled
Explained this before
see
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc5e591ccb36bd611abdb0090277a778c,00.html
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2003 12:21 AM
03-10-2003 12:21 AM
Re: Printer disabled
with "lpstat -p" you can check the status of all printers.
If one is disabled you can enable it with "enable Printername".
Jobs can be canceled by:
1. lpstat -d Printername
The output shows the jobnames
2. cancel Jobname
Regards,
Stefan