home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / vms / 13786 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.9 KB  |  55 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!caen!umeecs!umn.edu!noc.msc.net!uc.msc.edu!apctrc!wsc!vnet74!news
  3. From: pgravel@nap.amoco.com (Philip L. Gravel)
  4. Subject: Re: DecNet RPC and Xwindows
  5. Message-ID: <1992Aug18.185340.12605@nap.amoco.com>
  6. Sender: news@nap.amoco.com
  7. Reply-To: pgravel@nap.amoco.com (Philip L. Gravel)
  8. Organization: Amoco Corporation
  9. References: <1247@esl.ESL.COM>
  10. Date: Tue, 18 Aug 1992 18:53:40 GMT
  11. Lines: 42
  12.  
  13. In article <1247@esl.ESL.COM>, jsd@esl.com (Jeff Dalton) writes:
  14.  
  15. > I'm trying to start an Xwindows process running on a remote node and
  16. > have it displayed on my local node.  The catch is that I don't want to
  17. > log into the remote node to start the process.  I'm attempting to use
  18. > the DecNet Remote Command Execution facility, you know... the stuff that
  19. > looks like the following:
  20. >   type RMT_NODE::"username password":"task=FILE.COM"
  21.  
  22. On the remote node where I want the Xwindows client process to run, I have
  23. a command procedure named REM_DECTERM.COM which contains:
  24.  
  25. $       Set NoVerify
  26. $       Server_Node = F$TrnLNm("Sys$Rem_Node","LNm$Job") - "::"
  27. $       Client_Node = F$TrnLNm("Sys$Node","LNm$System")  - "::"
  28. $       Set Display /Create /Node='Server_Node'
  29. $       Create /Terminal=DECterm -
  30.         /NoProcess -
  31.         /Window_Attributes=( -
  32.          Title="''Client_Node' DECterm", -
  33.          Icon_Name="''Client_Node'" )
  34. $       Set Display /Delete
  35. $       Exit
  36.  
  37. Then on my local node, I enter:
  38.  
  39. $      TYPE client_node::"TASK=REM_DECTERM"
  40.  
  41. Of course, I have set up a symbol for this command.  Make sure all your
  42. DECnet proxies and Session Manager security authorizations are set up
  43. properly.
  44.  
  45.  
  46. Phil
  47.  
  48. -----
  49. Philip L. Gravel                      Internet: pgravel@nap.amoco.com
  50. Amoco Corporation, Chicago, IL        Phone:    (312)856-3553
  51. ----------
  52. These opinions aren't worth the paper they're written on and
  53. certainly don't reflect those of my employer.
  54.