home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12724 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!news.udel.edu!udel!louie!eplrx7!eplrx7.es.dupont.com!tkevans
  3. From: tkevans@eplrx7.es.duPont.com (Tim Evans)
  4. Subject: 'rcmd' to AIX System
  5. Message-ID: <tkevans.724784400@eplrx7.es.dupont.com>
  6. Reply-To: tkevans@eplrx7.es.dupont.com
  7. Organization: DuPont Engineering Physics Laboratory
  8. Date: Sat, 19 Dec 1992 17:00:00 GMT
  9. Lines: 24
  10.  
  11. SunOS and some other UNIX's have an 'rcmd' command, which does:
  12.  
  13. rcmd - run a  remote  command  in  the  background,  without
  14.      stdin, stdout, stderr.
  15.  
  16.  
  17. This works well from Sun to Sun, to do things like run xload from
  18. a remote system and display it on your local one.  Good for people
  19. who need to watch one or more remote systems load.
  20.  
  21. When using 'rcmd'  to remotely execute commands on an RS/6000 running
  22. AIX 3.2.3, however, you get *two* instantiations of your command.
  23. For example, the following command generates two info displays on
  24. the local display:
  25.  
  26. rcmd aixhost info -l techlib
  27.  
  28. You can kill off one of them, leaving the other working just fine.
  29. Kinda a bother.
  30. -- 
  31. Tim Evans                     |    E.I. du Pont de Nemours & Co.
  32. tkevans@eplrx7.es.dupont.com  |    Experimental Station
  33. (302) 695-9353/7395           |    P.O. Box 80357
  34. EVANSTK AT A1 AT ESVAX        |    Wilmington, Delaware 19880-0357
  35.