Xref: utzoo comp.os.vms:28211 comp.unix.ultrix:4039 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!aplcen!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!mcsun!cernvax!chx400!urz.unibas.ch!doelz From: doelz@urz.unibas.ch Newsgroups: comp.os.vms,comp.unix.ultrix Subject: Re: Remote print spooling ultrix -> vms (decnet) Message-ID: <1990Jul23.111255.839@urz.unibas.ch> Date: 23 Jul 90 10:12:55 GMT References: <1990Jul17.161156.5886@portia.Stanford.EDU> <1829.26a4b72a@miavx1.acs.muohio.edu> Organization: University of Basel, Switzerland Lines: 20 > In article <1990Jul17.161156.5886@portia.Stanford.EDU>, kocks@jessica.stanford.edu (Peter Kocks) writes: >> several vms machines (also with decnet). I would like to have the >> ultrix machines use the printers attached to the vms machines. My >> question is how to get vms to allow print spooling from a specified >> list of ultrix machines? a) Use the copy command of ultrix (dcp) to copy a file on the LAT device. Our lasers are attached to LAT in a spooled terminal queue, so % dcp file node::ltaxxx: will do the job. (You need to have a default decnet account which does have quota on the spooling disk.) b) I set up a simple c routine a la tell.com which is using decnet as process to interact remotely. Drawback: slow , and a security breach. c) look for a lpd port. If you found one, let me know. I'm very much interested! - Reinhard