home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / dec / 6766 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  2.1 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!kodak!eastman!kodak.com
  2. From: paulonis@kodak.com (Mike Paulonis)
  3. Newsgroups: comp.sys.dec
  4. Subject: Re: connecting to VAXstation 4000/90 from Mac
  5. Message-ID: <4280@eastman.UUCP>
  6. Date: 8 Jan 93 21:40:56 GMT
  7. References: <1993Jan8.163510.3692@linus.mitre.org>
  8. Sender: news@eastman.UUCP
  9. Organization: Eastman Chemical Co., Kingsport, TN, USA
  10. Lines: 34
  11. X-UserAgent: Nuntius v1.1.1d13
  12. X-XXDate: Fri, 8 Jan 93 16:43:22 GMT
  13.  
  14. In article <1993Jan8.163510.3692@linus.mitre.org> Smith,
  15. bds@mbunix.mitre.org writes:
  16. >
  17. >We need to connect to a VAXstation 4000 Model 90 from an Apple
  18. >Macintosh using MacX.  The 4000/90 has DECwindows Motif V.1.1.  We
  19. >routinely do this sort of thing between Macs and UNIX machines, but
  20. >this time it seems the system can't find xterm.  Could someone please
  21. >help?  Thanks.
  22. >
  23. Do you have xterm on the VAX?  Did you tell MacX specifically how to find
  24. it if you do?  Is your VAX running some TCP package? VAX and Unix are
  25. quite different with respect to MacX and getting it to work with the VAX
  26. is not quite plug-n-play like it is with Unix.
  27.  
  28. Assuming you have some TCP package on the VAX such as UCX, one way to do
  29. what you want is to start MacX, then from the VAX enter
  30.  
  31. set display/create/node=(internet address of Mac)/transport=tcpip/screen=0
  32.  
  33. This sets the display to point at the Mac.  Then enter the command to
  34. start xterm or DECterm or whatever X display application you want to show
  35. up on the Mac.  The screen parameter can be 0 through 3, depending on
  36. your need for color or a root window.
  37.  
  38. This could be considered the hard way.  The same thing could be
  39. accomplished the easy way from MacX remote commands if the VAX has the
  40. appropriate object installed to allow MacX to do the equivalent of rexec
  41. in Unix.  One such object, MSAX$CLIENT, is provided in DEC Pathworks.  If
  42. you have Pathworks I refer you to the documentation on how to utilize
  43. this object.  I don't have it handy so I can't point you to the right
  44. spot.  If your Mac is running Pathworks, you can accomplish the set
  45. display using decnet rather than tcpip.
  46.  
  47. I hope this gets you started down the right path.
  48.