home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20320 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  4.0 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!ucbvax!GENRAD.COM!dongray
  2. From: dongray@GENRAD.COM (Derek Dongray)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: DECterm across DECnet to X Terminal
  5. Message-ID: <9301041950.AA23772@genrad.com>
  6. Date: 4 Jan 93 19:50:11 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 80
  11.  
  12. I sent the following reply direct to Dan, but several other people seem to want
  13. something similar (or have missed the point). Note that the VT1200 only runs
  14. LAT or TCPIP and it is possible to have systems reachable by DECnet but not by
  15. either of the above protocols (e.g. via a DECrouter or an X25 link).
  16.  
  17. BTW in another thread I noted that DECW$DWT_DECNET as supplied with
  18. DECwindows/XUI on a 5.5 system is linked against DECW$TRANSPORT_COMMON with a
  19. minor id of %x00000D, which is the Motif version. Fortunately, simply patching
  20. the EXE-header of DECW$DWT_DECNET to expect a minor id of %x00000C produces a
  21. working version.
  22.  
  23. Derek.
  24. --------------------------------------------------------------------------------
  25. > I've got an X Terminal (VT1200, only does X with LAT), which I'm using
  26. > DECwindows/Motif on now.
  27. >
  28. > There's another VAX, accessible only over DECnet, that I'd like to get run
  29. > Bookreader from.  I've tried various incarnations of SET DISPLAY,
  30. > CREATE/TERMINAL, and got to the point that I could get a networked login to
  31. > my node (it was trying to execute X$X0.COM).  I messed with X$X0.COM but
  32. > never got a DECterm to actually display on my X Terminal that was logged
  33. > into the remote VAX.
  34. >
  35. > It seems, from trying to get this to work most of today, and from talking to
  36. > some other people, that it isn't possible because I've got an X terminal
  37. > (instead of a workstation, where SET DISPLAY/NODE=xx/TRANSPORT=DECNET would
  38. > work).  I'd appreciate it if someone could tell me to quit wasting my time
  39. > or lead me in the right direction.
  40. >
  41. > -Dan Wing, dwing@uh01.colorado.edu or wing_d@ucolmcc.bitnet (DGW11)
  42. >  Systems Administrator, University Hospital, Denver
  43.  
  44. I too have a VT1200, although I use mine with both LAT and TCPIP. I have,
  45. however, encountered the same problem and solved it for DECwindows/XUI. I don't
  46. know if it works for Motif.
  47.  
  48. DEC provide(d?) a program SYS$SYSTEM:DECW$DWT_DECNET.EXE which acts as an
  49. X-redirector for DECnet. Basically, you create a session on a VAX you can get
  50. to via LAT. Check that it has a valid display (SHOW DISPLAY) If you need to,
  51. you can create a display with a command like ...
  52.  
  53.      $ SET DISPLAY/CREATE/TRANSPORT=LAT/NODE=LAT_08002BABCDEF
  54.  
  55. where the number is the ethernet address of the VT1200.. Next, create an
  56. authorization file called DECW$USER_DEFAULTS:DECW$DWT_DECNET_AUTHORIZE.DAT
  57. containing transport-node-name triplets (transport is *always* DECNET). E.g.
  58.  
  59. decnet * dongray
  60. decnet cd3101 *
  61. decnet dusds1 genrad
  62. decnet dusds2 genrad
  63. decnet dusds3 genrad
  64.  
  65. Then run SYS$SYSTEM:DECW$DWT_DECNET.EXE which will output a message indicating
  66. the 'server' it has created. E.g. I can get to CD4000 via LAT, so I get ...
  67.  
  68. [Assigned DECnet server number 10 on node CD4000]
  69. [Remote display is server number 0 on node LAT_08002BABCDEF using LAT transport]
  70.  
  71. The server number is 10 for the first, 11 for the second etc. But you only need
  72. one server for any number of remote sessions on any number of Vaxes (within
  73. reason!).
  74.  
  75. Finally, you connect to the Vax you can only reach via DECnet and use
  76.  
  77.      $ SET DISPLAY/CREATE/TRANSPORT=DECNET/NODE=CD4000/SERVER=10
  78.  
  79. replacing CD4000 and 10 with appropriate values. You now have valid 'display'
  80. on the DECnet-accessible Vax. All the DECwindows/XUI stuff works with this. I
  81. haven't tried Motif yet.
  82.  
  83. Hope this helps.
  84.  
  85. --------------------------------------------------------------------------------
  86. Name : Derek Dongray, Systems Manager, GenRad Ltd.
  87. Phone : 061 486 1511 ext 166
  88. InterNet : Dongray@GenRad.com               UKnet : Derek.Dongray@GenRad.co.uk
  89. PSS : 234261600119::Dongray                 CompuServe : 70374,2745
  90. Address : Monmouth House, Monmouth Road, Cheadle Hulme, Cheshire, SK8 7AY, UK.
  91.  
  92.