- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: print subsystem
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
09-16-2003 03:27 AM
09-16-2003 03:27 AM
print subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:30 AM
09-16-2003 03:30 AM
Re: print subsystem
I think you are after the "lpshut" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:31 AM
09-16-2003 03:31 AM
Re: print subsystem
"lpshut" stops the LP scheduler.
"lpsched" to start it again.
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:33 AM
09-16-2003 03:33 AM
Re: print subsystem
# /sbin/init.d/lp stop
# /sbin/init.d/lp start
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:38 AM
09-16-2003 03:38 AM
Re: print subsystem
#/sbin/init.d/lp stop
Then change your /etc/rc.config.d/lp
file from '1' to '0'
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:44 AM
09-16-2003 03:44 AM
Re: print subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:49 AM
09-16-2003 03:49 AM
Re: print subsystem
On the other hand, if you want the queuing to stop too, you'll have to "reject" each printer queue with the "reject" command
reject -r "A good reason for why I have done this" printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:55 AM
09-16-2003 03:55 AM
Re: print subsystem
The queue can not be installed, because the print subsystem can??t be shutdown by the konfigurationtool !
Error: Unable to shutdown the print subsystem.
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:58 AM
09-16-2003 03:58 AM
Re: print subsystem
lpshut and sbin/init.d/lp stop
but the errormessage don??t vanish !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:04 AM
09-16-2003 04:04 AM
Re: print subsystem
$ cancel job id (this u got from lpstat),
then do a
$ lpshut
and then install the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:07 AM
09-16-2003 04:07 AM
Re: print subsystem
Three things that come to mind are,
1) are you installing the software as root as only root can shut down the scheduler
2) Is the scheduler already shutdown and therefore the software fails trying to do it again
3) Is the software expecting lpshut to be in /usr/lib which for some unknown reason is where a lot of unix systems put it (you can check this with a symbolic link from /usr/sbin/lpshut to /usr/lib/lpshut
Just some thoughts!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:09 AM
09-16-2003 04:09 AM
Re: print subsystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:12 AM
09-16-2003 04:12 AM
Re: print subsystem
What does /var/adm/lp/log say?
-Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:17 AM
09-16-2003 04:17 AM
Re: print subsystem
Check also "/var/adm/syslog/syslog.log".
Is it possible that the software wants to shutdown the machine, not the spooler?
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:17 AM
09-16-2003 04:17 AM
Re: print subsystem
If the scheduler is NOT running then "lpshut" actually returns an error if you try to shut it down again so maybe your software is failing because the print system is ALREADY down.
Try starting everything up first!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:19 AM
09-16-2003 04:19 AM
Re: print subsystem
If the spooler is not running, just start it and try again.
If that also, does not work, may be you need to look in to the /var/adm/sw/* logs... Do they show any error message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:24 AM
09-16-2003 04:24 AM
Re: print subsystem
and then it works !!!!
Thanks for your attention