Physics Department CUPS Print Server
From BNL Physics Computing
A central CUPS print server is availble. It knows about many groups printers. You can either directly point your client to the server or, if you want to limit the number of visible computers, you can run your own CUPS server an poll the central one.
The server has a web interface at http://cups.phy.bnl.gov:631/ that exports some functionality to all users.
Contents |
[edit]
Setup CUPS client
Install CUPS client related packages and in /etc/cups/client.conf set:
ServerName cups.phy.bnl.gov
[edit]
Setup CUPS polling server
Install CUPS server related packages and in /etc/cups/cupsd.conf set (among other things):
BrowsePoll cups.phy.bnl.gov:631
[edit]
LPD printing
You can use legacy LPD style client with an /etc/printcap entry something like:
PRINTQUEUE:\
:lp=:\
:sd=/var/spool/PRINTQUEUENAME:\
:rm=cups.phy.bnl.gov:\
:rp=PRINTQUEUENAME:\
:lf=/var/spool/errorlog:
[edit]
Windows Clients
For now see: this page at SLAC. In place of SLAC's example printserver use
cups.phy.bnl.gov
[edit]
Mac OS X Clients
To be written.
