home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9214 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!ncar!ico!spatial!alek
  3. From: alek@spatial.com (Alek O. Komarnitsky)
  4. Subject: Re: REMSH -- RSH
  5. Message-ID: <1992Aug12.033432.17066@spatial.com>
  6. Originator: alek@spatial
  7. Sender: usenet@spatial.com
  8. Organization: Spatial Technology, Inc. (Boulder, Colorado)
  9. Date: Wed, 12 Aug 1992 03:34:32 GMT
  10. Lines: 30
  11.  
  12. In article <7371221@hpfcso.FC.HP.COM> rodean@hpfcso.FC.HP.COM (Bruce Rodean) writes:
  13. >rsh under UNIX machines (like sun) doesn't mean the same like rsh under HP-UX.
  14. >rsh (UNIX) == remsh (HP-UX).
  15. >I'like to link rsh to remsh in order to make rsh means the same under all 
  16. >machines we have. does anybody already try this? is it dangerous to do this?
  17.  
  18. Here's part of my list of things I do to "localize" a vanilla HP system
  19.    mv /bin/rsh /bin/ressh
  20.    ln /usr/bin/remsh /usr/bin/rsh
  21.  
  22. BTW, I also do a  mv /usr/lib/cron; rm cron.allow at.allow  
  23. which one should *not* have to do IMHO!  ;-)
  24.  
  25. I've been doing this on HP-UX7.0-8.07 and HP{3,4,7}00's and we have never
  26. seen any ill effects. Unless you plan to use the Restricted Shell, this is
  27. probably the way to go IMHO.  BTW, there's been discussion before on c.s.h
  28. about rsh/remsh "correctness" 
  29.  
  30. Alek Komarnitsky                                      303-449-0649
  31. Software Tools Manager, Spatial Technology, Inc.      2425 55th Street, Bldg A
  32. alek@spatial.com                                      Boulder, CO 80301-5704
  33.  
  34.  
  35. P.S. Anybody out there using file system swap on their HP700's w/HP-UX8.07?
  36. Even with the "VM patch" installed (PHKL_1065), there still seems to be
  37. some strangeness. I've enabled this on a few machines as a "safety net,"
  38. VUE (and our product) can be memory pigs at times. However, sometimes
  39. it seems that we encounter about 5 minutes of pure swapping, load factor
  40. of 20+, and a hyper-active disk (lots of squirrels in there eating nuts! :-)
  41. Things then seem to return to normal ?!?
  42.