home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8469 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.3 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!dog.ee.lbl.gov!network.ucsd.edu!sdcc12!xm9
  2. From: xm9@sdcc12.ucsd.edu (richard g. adair)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: HP remote print server SYSV like or BSD like ?
  5. Summary: remote printing
  6. Keywords: remote printing
  7. Message-ID: <36064@sdcc12.ucsd.edu>
  8. Date: 24 Jul 92 01:37:10 GMT
  9. References: <c8dm=4n@dixie.com> <1992Jul22.163014.16577@eye.com>
  10. Sender: news@sdcc12.ucsd.edu
  11. Organization: Arete Associates, San Diego
  12. Lines: 21
  13. Nntp-Posting-Host: sdcc12.ucsd.edu
  14.  
  15. In article <1992Jul22.163014.16577@eye.com> paul@eye.com (Paul B. Booth) writes:
  16. >In article <c8dm=4n@dixie.com> stan@dixie.com (Stan Brown) writes:
  17. >>
  18. >>   Is the HP remote print *server* SYSV like or BSD like?  
  19. >
  20. >The hp-ux print spooler system is SYSV (lp, lpadmin, and lpsched are SYSV),
  21.  
  22. If you really only have a SYSV spooler on your machine, try using my
  23. favorite command "on".  You can issue the command:
  24.  
  25.         on remotemachine lp filename
  26.  
  27. The "on" command will keep your current directory when issuing the
  28. remote command, and even NFS mount the directory if necessary.
  29. This is gross, but it works just dandy.  (This is also how you get
  30. around buying lots of FORTRAN compiler licenses:  make one machine a
  31. compiler server and all the rest alias f77 to "on machine f77 $*"
  32.  
  33. Tony Burzio
  34. Arete Associates
  35. San Diego, CA
  36.