- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 'shadow' 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
06-15-2001 06:18 AM
06-15-2001 06:18 AM
We have an HPUX 11 box with jetadmin running. A printer attached stopped working. It shows up in SAM as a local printer (it never was) and I can, from a command line, enable and disable it. A lpadmin -x does not remove it because it says that it does not exits. I can not create a new printer with that name because it says that the printer exists.
Any thought on how to remove this printer???
Thanks,
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 06:21 AM
06-15-2001 06:21 AM
Re: 'shadow' printer...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 06:47 AM
06-15-2001 06:47 AM
Re: 'shadow' printer...
Try to submit a job to the printer, and see whether you can get request-id, check the status by #lpstat -t at the same time. This step will help you to identify problem area.
occasionally print issues get mixed up:
-> Stop the scheduler: # lpshut
-> Start the scheduler: # lpsched
But you'd better wait until every job gone in the print queue.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 06:57 AM
06-15-2001 06:57 AM
Re: 'shadow' printer...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 07:01 AM
06-15-2001 07:01 AM
SolutionTry this .
1. In /usr/spool/lp/request there should be a request directory with that printer name . If not create it with the proper permissions . Then you can go ahead to delete it .
2. Try creating the same printer using command line
lpadmin -p < printer name > -v/dev/null -m
this sometimes recretes the printer again and set up the permissions to help you delete the printer.
3. Also sometimes deleting the FIFO , SCHEDLOCK files would sometimes help you restarting the printer incase you want to use the same one. Stop shceduler ,delete the file and then restart the scheduler.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 07:22 AM
06-15-2001 07:22 AM
Re: 'shadow' printer...
Try and see if this document helps:
How do I resolve LP Spooler hang situations DocId: KBAN00000182 Updated: 20000201
DOCUMENT
How do I resolve LP Spooler hang situations
Applies to HP-UX 10.X and 11.X
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=357b464f002a8cd446/screen=ckiSearchResults?mode=id&searchString=KBAN00000182
I dont know the us equivalent string so search on DocId: KBAN00000182
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 07:23 AM
06-15-2001 07:23 AM
Re: 'shadow' printer...
1. Bring the scheduler down (even if it does not seem to be running)
# lpshut
2. # rm /var/spool/lp/FIFO
# rm /var/spool/lp/SCHEDLOCK
3. Clear the outputq file.
> outputq
4. Kill any lpsched processes that may be reported by:
# ps -ef | grep lpsched
5. Restart the scheduler.
# lpsched
6. Verify that it is running:
# ps -ef | grep lpsched
# lpstat -t | more
See document(Id:KBRC00000185) in Technical Knowledge Base for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 07:37 AM
06-15-2001 07:37 AM