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

  1. Path: sparky!uunet!portal!cup.portal.com!Chris_F_Chiesa
  2. From: Chris_F_Chiesa@cup.portal.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: DECterm across DECnet to X Terminal
  5. Message-ID: <72767@cup.portal.com>
  6. Date: Fri,  1 Jan 93 19:04:00 PST
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. References:  <01GSYWHD85IQ006MJF@VAXF.COLORADO.EDU>
  10. Lines: 45
  11.  
  12. In a recent article whose header Portal doesn't supply for me to include here, 
  13. Dan Wing (dwing@uh01.colorado.edu) writes:
  14.  
  15. >I've got an X Terminal (VT1200, only does X with LAT), which I'm using 
  16. >DECwindows/Motif on now.
  17. >
  18. >There's another VAX, accessible only over DECnet, that I'd like to get run 
  19. >Bookreader from.  I've tried various incarnations of SET DISPLAY, 
  20. >CREATE/TERMINAL, and got to the point that I could get a networked login to
  21. >my node (it was trying to execute X$X0.COM).  I messed with X$X0.COM but
  22. >never got a DECterm to actually display on my X Terminal that was logged 
  23. >into the remote VAX.
  24. >
  25. >It seems, from trying to get this to work most of today, and from talking to 
  26. >some other people, that it isn't possible because I've got an X terminal 
  27. >(instead of a workstation, where SET DISPLAY/NODE=xx/TRANSPORT=DECNET would
  28. >work).  I'd appreciate it if someone could tell me to quit wasting my time 
  29. >or lead me in the right direction.
  30.  
  31. Well, Dan, with the exception that I'm not actually using Motif yet, just 
  32. plain ol' DECwindows ("XUI"), I have exactly the same configuration and 
  33. have done what you're trying to do.  It's not exactly clear to me why you're
  34. having trouble.  First, I don't recognize X$X0.COM.  What's that?  
  35.  
  36. Second, you're correct that the VT1200 "only does X with LAT," so 
  37. what are you doing with /TRANSPORT=DECNET on that SET DISPLAY command?
  38. And shouldn't you be using /CREATE as well?
  39.  
  40. You should be able to put up a Bookreader session on your "remote" node
  41. by starting a process on that node, through any means available -- submit
  42. a batch job, log in on a character-cell terminal, log in via SET HOST, 
  43. start a job using the TASK object, you name it -- and executing the following
  44. two commands:
  45.  
  46.   $SET DISPLAY/CREATE/NODE=your_VT1200s_LAT_address/TRANSPORT=LAT
  47.   $RUN SYS$SYSTEM:DECW$BOOKREADER
  48.  
  49. I'm not at my VMS system right now so I *may* have munged the actual 
  50. image name in the RUN command, but you get the idea...  Again, I make
  51. no claims as to the portability of this procedure from DECwindows XUI 
  52. to DECwindows/Motif -- but if it's any comfort I'll be in your same boat
  53. when we migrate, if this ISN'T portable! :-)
  54.  
  55. Chris Chiesa
  56.   Chris_F_Chiesa@cup.portal.com
  57.