home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20200 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  2.2 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!mbox.ualr.edu!backup.ualr.edu!domiller
  2. Newsgroups: comp.os.vms
  3. Subject: Re: DECterm across DECnet to X Terminal
  4. Message-ID: <1993Jan1.231321.1@ualr.edu>
  5. From: domiller@ualr.edu
  6. Date: 1 Jan 93 23:13:21 GMT
  7. References: <01GSYWHD85IQ006MJF@VAXF.COLORADO.EDU>
  8. Distribution: world
  9. Organization: University of Arkansas at Little Rock
  10. Nntp-Posting-Host: backup.ualr.edu
  11. Lines: 36
  12.  
  13. In article <01GSYWHD85IQ006MJF@VAXF.COLORADO.EDU>, DWING@UH01.Colorado.EDU (Dan Wing) writes:
  14. > I've got an X Terminal (VT1200, only does X with LAT), which I'm using 
  15. > DECwindows/Motif on now.
  16. > There's another VAX, accessible only over DECnet, that I'd like to get run 
  17. > Bookreader from.
  18. > [text deleted]
  19.  
  20. As has already been pointed out, VT1200s can't do DECNET.  OTOH, your local
  21. VAX (running LAT) can run bookreader and access the files on the remote VAX.
  22. We are doing it that way now.  (Just for confusion, we have 3 CD readers for
  23. the documentation set, on 3 nodes.) Just define the logicals on your local node
  24. something like:
  25.  
  26. $ define/system/exec DECW$BOOK - 
  27.     RIGEL::DKB400:[DECW$BOOK],-
  28.     ORION::DKB400:[DECW$BOOK],-
  29.     ODIN::DKA400:[DECW$BOOK]
  30. $ define/system/exec DECW$BOOKSHELF -
  31.     RIGEL::DKB400:[DECW$BOOK]DMASTER.DECW$BOOKSHELF
  32.  
  33. Access would probably improve somewhat if you copied the .BOOKSHELF files to
  34. magnetic media on your local node and added it into the search list, but would
  35. require updates with each new copy of the docs.
  36.  
  37. P.S. Be sure you set up some appropriate DECNET proxy access.
  38.     Dale
  39. ----------------------------------------------------------------------------
  40. | Dale O. Miller                          | #   #  ###  #     ####         |
  41. | University of Arkansas at Little Rock   | #   # #   # #     #   #        |
  42. | 2801 S. University                      | #   # ##### #     ####         |
  43. | Little Rock, AR  72204-1099  USA        | #   # #   # #     #  #         |
  44. | (501)569-8714                           |  ###  #   # ##### #   #        |
  45. | DOMILLER@UALR.EDU, DOMILLER@UALR.BITNET | Disclaimer: This does not      |
  46. | 92-20-28 W,34-43-30 N.ICBMNET           | say what I say it doesn't say. |
  47. ----------------------------------------------------------------------------
  48.