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

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Starting remote process over Decnet?
  5. Date: 9 Jan 1993 13:23:18 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 22
  8. Distribution: world
  9. Message-ID: <1imjk6INNg7a@gap.caltech.edu>
  10. References: <lkjpfvINN6r6@news.bbn.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <lkjpfvINN6r6@news.bbn.com>, brosen@BBN.COM (Bruce L. Rosen) writes:
  15. >Is there some system service that supports starting a process on a different,
  16. >but DECnet connected, VMS machine?  It would be something like a LIB$SPAWN,
  17. >but would take hostname, userid, and password, as necessary arguments.
  18. >
  19. >What I'm looking for is a DECnet equivalent of the TCP/IP "rexec" system call.
  20. >
  21. >Is there such a thing?
  22.  
  23. Yes.  It's called DECnet TASK-TO-TASK communications, and is documented in the
  24. NETWORKING manual.  You specify the task as:
  25.     node"username password"::TASK=objectname
  26. For security reasons, these days the object will generally have to be made
  27. known to DECnet (via the SET OBJECT command of NCP).
  28. --------------------------------------------------------------------------------
  29. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  30.  
  31. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  32. understanding of astronomy is purely at the amateur level (or below).  So
  33. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  34. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  35. hold me responsible for it, but my organization had nothing to do with it.
  36.