> I am interested in finding out how to get this done via CUPS
> because then from my Disaster Recovery site, I can configure
> my CUPS/Linux svm to communicate with a remote CUPS server
> via an encrypted link. This would allow us to print our z/OS
> reports securely to printers at Business Recovery centers.
> The current procedure involves an often faulty 3900 and couriers.
See the CUPS Administrator's Guide, pg 38. The short version is to add
"Encryption Required" to /etc/cups/cupsd.conf, configure the appropriate
keys, and ensure that your cupsd is built with SSL support. You can
then supply any supported OpenSSL authentication/encryption method, and
it "just works". The SuSE one probably is (it's got every other option
turned on, so I doubt they missed this one). Dunno about RH or Debian
off the top of my head.
On the RSCS side, you use TYPE LPR links. Use lpoptions on the CUPS side
to create a CUPS instance that specifies an option string of
"Orientation=Landscape,Font=Courier,FontSize=9pt,PageLines=66", and use
that instance name as the remote printer name in the RSCS LPR PRINTER=
parm. CUPS will take it from there, assuming you have the correct PPD
file for your printer.
> Using Linux/CUPS as a communications appliance seems a good
> fit. I just wish that RSCS was not a necessary stop in the
> pipeline. I will be looking at the Linux NJE product when we
> return from our March DR exercise.
If a few paying customers asked for it, we'd add direct spool file
support to the NJE/IP Bridge. We didn't set out to create a RSCS
replacement, although it's starting to look like an interesting project.
-- db