- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Spooler Problems!
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
08-30-2001 11:13 AM
08-30-2001 11:13 AM
Spooler Problems!
Thanks
# /usr/sbin/lpshut
usr/sbin/lpshut: scheduler not running
#/usr/sbin/lpsched
cheduler is running
#lpstat -r
cheduler is not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:23 AM
08-30-2001 11:23 AM
Re: Spooler Problems!
1) lpshut
2) do a ps -e | grep lpsched. If another lpsched is running kill it using the process id obtained from ps.
3) cd /var/spool/lp
if the files FIFO or SCHEDLOCK are found, remove them
4) lpsched
That should fix you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:24 AM
08-30-2001 11:24 AM
Re: Spooler Problems!
lpsched -v
...this will write a verbose record to
/var/adm/lp/log .
Probably don't want to leave it that way, but should help you get a better picture of what is going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:24 AM
08-30-2001 11:24 AM
Re: Spooler Problems!
/var/spool/lp
If there are FIFO and SCHEDLOCK, remove them and try to start your spooler again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:33 AM
08-30-2001 11:33 AM
Re: Spooler Problems!
cancal maybe?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 11:21 PM
08-30-2001 11:21 PM
Re: Spooler Problems!
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 01:24 AM
08-31-2001 01:24 AM
Re: Spooler Problems!
First cancel all the print jobs with cancel -e
then try /sbin/init.d/lp stop and /sbin/init.d/lp start.
best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 09:42 AM
08-31-2001 09:42 AM
Re: Spooler Problems!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2001 05:46 PM
09-02-2001 05:46 PM
Re: Spooler Problems!
# /usr/lib/lpshut
# cd /usr/spool/lp
# cat /dev/null > pstatus
# cat /dev/null > qstatus
# cat /dev/null > output
# lpsched
Best of luck.