- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Spooler queues monitoring and scheduling
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
10-23-2001 04:19 AM
10-23-2001 04:19 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 04:28 AM
10-23-2001 04:28 AM
SolutionMan lp and lpadmin for details.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 12:26 PM
10-23-2001 12:26 PM
Re: Spooler queues monitoring and scheduling
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2001 12:59 PM
10-23-2001 12:59 PM
Re: Spooler queues monitoring and scheduling
Actually learning to read the manuals is part of the fun on Unix. They will make perfect sense in 4 or 5 years. The manuals just haven't been the same since they've added the index.
If you haven't got your class going by now, it's really quite simple. First, add your printers in the usual way. In this example, I'll assume you have 3 printers - printer1,printer2, and printer3 that you wish to add to the class 'myclass'. Again, the 3 printers have already been added to the lp system. This can be done using SAM or jetadmin but the following must be done by root from the shell:
lpshut
lpadmin -pprinter1 -cmyclass (If myclass does not exist, it will be created)
lpadmin -pprinter2 -cmyclass
lpadmin -pprinter3 -cmyclass
lpsched
accept myclass
You should now be ready to print. If your lp -dprinter1, it will send the output only to printer1 BUT if you lp -dmyclass, it will send the output to the first available member of the class 'myclass'.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 03:45 AM
10-25-2001 03:45 AM