Store and forward

Michael Sweet mike at easysw.com
Mon Jun 12 04:44:26 PDT 2006


Retep Grubanov wrote:
> Hello experts,
> 
> I would like to configure an environment with one or two master cups servers an 30 client servers. There are 1400 print queues to manage. It's a SAP server environment. Only this master print server is permittet to print to the printers allover the enterprise.
> 
> cups-client 1 --+
>                        |
> cups-client 2 --+ --> firewall <--> cups-master-server --> printers
>                        |
> cups-client n --+
> 
> My idea was that all queues are managed on the top-server. The cups clients polls this master servers for print queues. So I have one point of management. The problem is the all cups clients must print first to the master-server. Is there a way to force all cups clients to print to master server?
> 
> Is there a way to enable store/forward so that print jobs stays queued on clients until the master is available? Also 'lpc status queue' show *no* output, if master server isn't available.
> 
> Thanks for all answers and hints .. Retep

If you use BrowsePoll and BrowseRelay on a few of the CUPS clients,
it will use the standard CUPS "store and forward" mechanism.

On a few of the CUPS clients (ones that aren't turned off regularly),
add the following to their cupsd.conf files:

     BrowsePoll cups-master-server-1
     BrowsePoll cups-master-server-2
     BrowseRelay 127.0.0.1 local-subnet-broadcast-address

where "local-subnet-broadcast-address" is the broadcast address on
the client network.

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com




More information about the cups mailing list