home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / research / 878 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  6.4 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!darkstar.UCSC.EDU!osr
  2. From: vander@flab.fujitsu.co.jp (Mike van der Velden)
  3. Newsgroups: comp.os.research
  4. Subject: Summary:  File Replication
  5. Date: 29 Aug 1992 05:02:55 GMT
  6. Organization: Fujitsu Laboratories Ltd., Kawasaki, Japan
  7. Lines: 159
  8. Approved: comp-os-research@ftp.cse.ucsc.edu
  9. Message-ID: <17n0dvINN7b0@darkstar.UCSC.EDU>
  10. NNTP-Posting-Host: ftp.cse.ucsc.edu
  11. Originator: osr@ftp
  12.  
  13. Earlier this month, I wrote:
  14.  
  15. > Does anyone have or know of some documentation about file replication,
  16. > especially within a Unix-like environment?
  17. > I will summarize to the net if there is interest.
  18. > Thanks in advance for your time.
  19.  
  20. And now, thr promised summary.  Thanks to the following people for
  21. taking the time to respond.
  22.  
  23.     page@ficus.cs.ucla.edu (Thomas Page)
  24.     johnh@ficus.cs.ucla.edu (John Heidemann)
  25.     paris@cs.uh.edu (Jehan-Francois Paris)
  26.     mootaz@cs.rice.edu (Elmootazbellah Nabil Elnozahy)
  27.     khattra@sfu.ca (Taj Khattra)
  28.     Bob Gruber <gruber@thor.lcs.mit.edu>
  29.     akyurek@cs.umd.edu (Sedat Akyurek)
  30.     Jonathan Spencer <J.M.Spencer@newcastle.ac.uk>
  31.     esprit@netcom.com (Alan F. Perry)
  32.  
  33.  
  34. --------------------------------------------------------------------------
  35. From: page@ficus.cs.ucla.edu (Thomas Page)
  36.  
  37. > Our group at UCLA has produced a replicated file system, called Ficus,
  38. > for Sun OS.  If interested, you can find papers about it available via
  39. > ftp from ftp.cs.ucla.edu in the director pub/ficus.  The tech reports
  40. > from 1991 or 1992 are the most relevent.
  41.  
  42.  
  43. --------------------------------------------------------------------------
  44. From: johnh@ficus.cs.ucla.edu (John Heidemann)
  45.  
  46. > You might be interested in the Ficus research here at UCLA.
  47. > We provide optimistic file replication under SunOS.
  48. > Technical reports are available by anonymous ftp from ftp.cs.ucla.edu.
  49. > If you wish to provide replication by hand in a stock Unix system
  50. > you should check out rdist(1).
  51.  
  52.  
  53. --------------------------------------------------------------------------
  54. From: paris@cs.uh.edu (Jehan-Francois Paris)
  55.  
  56. > There are for the moment much more proposals of replicated file systems
  57. > than actual implementations.  The last Symposium on Operating Systems
  58. > Principles had two papers on file replication.  The first paper,
  59. > "Disconnected Operation in the Coda File System, " by J. J. Kistler and
  60. > M. Satyanarayanan describes a system implementing an optimistic
  61. > replication protocol, i.e., a system trading the risk of inconsistent
  62. > updates for higher data availabilities.  The second paper, "Replication
  63. > in the Harp File System," describes a replicated file system based
  64. > on the pessimistic approach.
  65. > Most papers on file replication focus on the design of the protocols
  66. > used for guaranteeing the consistency of the replicated data.  I do
  67. > not know of any recent bibliography on the topic but wrote last year
  68. > what I think is a decent survey of data replication for the Encyclopedia
  69. > of Microcomputing.  Please let me know if you cannot get a copy of it.
  70.  
  71.  
  72. --------------------------------------------------------------------------
  73. From: mootaz@cs.rice.edu (Elmootazbellah Nabil Elnozahy)
  74.  
  75. > Look at 
  76. > "A Highly Available Network File Server", by A. Bhide, E. Elnozahy,
  77. > and S. Morgan, Winter Usenix 91.
  78. > This shows that using replication is not necessary to obtain
  79. > high availability.
  80.  
  81.  
  82. --------------------------------------------------------------------------
  83. From: khattra@sfu.ca (Taj Khattra)
  84.  
  85. > A nice survey article is
  86. >   Tait, C.D., _Techniques for Building Highly Available Distributed
  87. >           File Systems_, CUCS-497-89.
  88. >   It can be anonymous ftp'ed from cs.columbia.edu in 
  89. >   /pub/reports/reports-1989/cucs-497-89.ps.Z
  90.  
  91.  
  92. --------------------------------------------------------------------------
  93. From: Bob Gruber <gruber@thor.lcs.mit.edu>
  94.  
  95. > Well, you could start with our paper on a replicated NFS server:
  96. >     "Replication in the Harp File System"
  97. >     Liskov, Ghemaway, Gruber, Johnson, Shrira, and Williams
  98. >     In the Proceedings of the 13th ACM Symposium on Operating
  99. >     System Principles (SOSP), October 1991.
  100. > This paper references other replicated file systems; see
  101. > the related work section.
  102.  
  103.  
  104. --------------------------------------------------------------------------
  105. From: akyurek@cs.umd.edu (Sedat Akyurek)
  106.  
  107. > I don't know if you are looking for software/systems that do replication or
  108. > works/papers on this topic but here are some references to some
  109. > papers on  this topic :
  110. >    Liskov, Barbara, et. al., ``Replication in the Harp File System,''
  111. >    Proceedings of the 13th ACM Symposium on Operating System Principles,
  112. >    October, 1991.
  113. >    Lo, Sai-Lai, ``Ivy: A Study on Replicating Data for Performance
  114. >    Improvement,'' Technical Report, Hewlett-Packard Laboratories, Concurrent
  115. >    Computing Department, HPL-CSP-90-48, December 1990.
  116. >    Page, Thomas W., et. al., ``Management of Replicated Volume Location in
  117. >    the Ficus Replicated File System,'' USENIX Conference Proceedings, Summer
  118. >    1991.
  119. > I am working on replication in block level (on the same disk) for reducing
  120. > seek latency (and thus for reducing disk request response times).
  121. > An introduction to my work is in : 
  122. >    Akyurek, Sedat, Kenneth Salem, ``Placing Replicated Data to Reduce Seek
  123. >    Delays,'' USENIX File Systems Workshop Proceedings, May 1992.
  124.  
  125.  
  126. --------------------------------------------------------------------------
  127. From: Jonathan Spencer <J.M.Spencer@newcastle.ac.uk>
  128.  
  129. > Try: Mark Little's PhD thesis about replication in object oriented
  130. > distributed systems, dated Sep 1991. Should be available through
  131. > inter-library loans. (Oh, he did it here :-)
  132. > Mail  : Computing Lab., University of Newcastle-upon-Tyne, NE1 7RU, England
  133. > ARPA  : J.M.Spencer%newcastle.ac.uk@cs.ucl.ac.uk
  134. > JANET : J.M.Spencer@newcastle.ac.uk
  135. > UUCP  : !uknet!newcastle.ac.uk!J.M.Spencer            Phone : +91 222 8229
  136.  
  137.  
  138. --------------------------------------------------------------------------
  139. From: esprit@netcom.com (Alan F. Perry)
  140.  
  141. > I am sure that you know that file replication is done in Locus.  
  142.  
  143.  
  144. --
  145. Mike van der Velden
  146. Distributed Systems Laboratory, Fujitsu Laboratories Ltd., Kawasaki, Japan
  147. e-mail: vander@tokyo.hi.flab.fujitsu.co.jp
  148.  
  149. ps. If you send me a picture postcard      Mike van der Velden
  150.     from your area to the address at       Fujitsu Unoki Dormitory, room 227
  151.     right, I'll send you one from Tokyo.   2-17-18 Unoki, Ota-ku, Tokyo 146
  152.     Postcards must be received by          Japan
  153.     November 15, 1992
  154.  
  155.  
  156.  
  157.