Operating System - Linux
1829743 Members
1301 Online
109992 Solutions
New Discussion

fast way to add large number of printers to RH & CUPS

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

fast way to add large number of printers to RH & CUPS

Hi all:

Going to have hundreds (if not thousands) of printers that will need to be added to RH Linux 3.0 AS. These servers will be running CUPS for printing.

How can I add a large number of printers to CUPS in a fast manner?
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: fast way to add large number of printers to RH & CUPS

Well the web interface sucks for that, but you can add printers quickly and easily using the 'lpadmin' command.

It's a little different from LPR/LPD based 'lpadmin' that HP-UX and older Linux boxes use, but not that different.

lpadmin -p -v -P

can be 'socket://address.com:port/' as well as things like 'lpd://address.com:port/' etc. etc..
One long-haired git at your service...
Rick Garland
Honored Contributor

Re: fast way to add large number of printers to RH & CUPS

Many thanks!