home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / admin / 5049 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  2.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!decwrl!pa.dec.com!eso.mc.xerox.com!leisner
  2. From: leisner@eso.mc.xerox.com (Marty Leisner 311/? x?)
  3. Newsgroups: comp.unix.admin
  4. Subject: re: multiple machine distribution architecture
  5. Message-ID: <9209151751.AA08107@louvre.wbst147.xerox.com>
  6. Date: 15 Sep 92 17:51:35 GMT
  7. Reply-To: leisner.henr801c@xerox.com
  8. Organization: Xerox
  9. Lines: 43
  10. X-Received: by usenet.pa.dec.com; id AA02277; Tue, 15 Sep 92 14:10:52 -0700
  11. X-Received: by inet-gw-1.pa.dec.com; id AA29138; Tue, 15 Sep 92 10:54:48 -0700
  12. X-Received: from zombi ([13.1.189.45]) by alpha.xerox.com with SMTP id <11789>; Tue, 15 Sep 1992 10:54:17 PDT
  13. X-Received: from louvre.wbst147.xerox.com (louvre.imtech.wbst147.xerox.com) by zombi (4.1/SMI-4.1)id AA16260; Tue, 15 Sep 92 13:54:09 EDT
  14. X-Received: from rockwell.wbst147.xerox.com by louvre.wbst147.xerox.com (4.1/SMI-4.1)id AA08107; Tue, 15 Sep 92 13:51:35 EDT
  15. X-To: amd-workers%acl.lanl.gov@eso.mc.xerox.com,
  16.  
  17. X-        comp.unix.admin.usenet%decwrl.dec.com@eso.mc.xerox.com,
  18. X-        sunsystem.all_areas%xerox.com@eso.mc.xerox.com
  19.  
  20.  
  21.  
  22. I asked:
  23. >I'm looking for a good way to put binary versions on a known good machine, and then distribute what was
  24. >updated
  25. >or is new via cron??
  26. >
  27. >I supposed the best way is to do a make install on packages on the primary servers, where the mount point
  28. >is a link
  29. >file system (so I'm guaranteed to get this file system).  [I'm using amd, I have no idea how to do this
  30. >in automounter]
  31. >
  32. >Then some type of cron script to copy what is new/changed to the other redundant machines...
  33. >
  34. >I did a little playing with rdist, and couldn't get it to work (gave me some wierd error message, the
  35. >man page says:
  36. >something to the effect "If you get this message, you must be doing something wrong".
  37. >
  38. >I also have coda, but I didn't spend enough time to figure out how to use it...
  39. >
  40. >
  41.  
  42. Most responses mentioned rdist, sup and track.
  43.  
  44. I liked the response best from mdixon@parc.xerox.com
  45.  
  46.     rdist is pretty ugly.  i'd recommend nfs mounting the good machine and
  47.     then
  48.     using gnu's cp, which has an 'update' option to just bring across changed
  49.     files.
  50.  
  51. I haven't got it running via cron yet, but I liked this...If the accounts are the same on the
  52. two machines and both machines run nfs, this seems to be very clean.
  53.  
  54. Something like cp -a --update does aupdate archival copies.
  55.  
  56.  
  57. Marty    leisner.henr801c@xerox.com 
  58.           Member of the League for Programming Freedom 
  59.      Computer science is an oxymoron    
  60.