Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
CUPS Administrative Guide

You're reading from  CUPS Administrative Guide

Product type Book
Published in Sep 2008
Publisher
ISBN-13 9781847192585
Pages 248 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Ankur Shah Ankur Shah
Profile icon Ankur Shah

Table of Contents (16) Chapters

CUPS Administrative Guide
Credits
About the Author
1. Acknowledgement
About the Reviewer
2. Preface
1. Introduction 2. Building and Installing CUPS 3. Printer Management 4. Managing Multiple Printers at a Time 5. CUPS Server Management 6. Client Setup 7. Quota Management 8. Monitoring CUPS 9. File Typing and Filtering 10. Security

Setting up a CUPS Client


Client set up in CUPS depends on the configuration of two things:

  • Print queues

  • CUPS Server's communication with clients

Print Queues

You can configure print queues either manually or automatically. Let's discuss this in detail.

Manual Configuration of Print Queues

This is one of the most tedious methods for configuration of client machines. The lpadmin command can be used to configure each remote queue manually. The following is an example of:

$sudo lpadmin -p cupsprinter -E -v ipp://cupsserver/printers/cupsprinter

Here, cupsprinter and cupsserver are the names of the printer and the hostname, of the print server. You can also use IP address instead of hostname here. This command needs to be repeated for each remote printer being setup.

It is recommended that you configure the CUPS print queues manually, when large numbers of client machines are present. It is very difficult for any administrator to handle numerous client machines. In such a scenario, the clients...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}