home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8310 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sdd.hp.com!ux1.cso.uiuc.edu!news.iastate.edu!john
  3. From: john@iastate.edu (John Hascall)
  4. Subject: Re: Slow writes to Ultrix 4.3 NFS server
  5. Message-ID: <Bxos0B.GqM@news.iastate.edu>
  6. Keywords: NFS server performance
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames, IA
  9. References: <leb.721702653@Hypatia>
  10. Date: Sat, 14 Nov 1992 03:21:47 GMT
  11. Lines: 28
  12.  
  13. leb@Hypatia.gsfc.nasa.gov (Lee E. Brotzman) writes:
  14. }I manage an SGI 4D/340 running IRIX 4.0.1 and a DECstation 5000/125 running
  15. }Ultrix 4.3.  The user login directories of both machines are NFS mounted to 
  16. }each other.  I have found that when the DEC box writes files to the SGI, 
  17. }performance is good, however when the SGI tries to write to the DEC, throughput
  18. }is just awful.
  19.  
  20. Is this in the FAQ?  If not it should be...
  21.  
  22. Anyway, several vendors' NFS servers mis-implement the standard (on purpose).
  23. The NFS standard requires that writes be done "synchronously".  Some vendors
  24. allow you to set an option which makes NFS writes be done "asynchronously"
  25. which can gain you a massive performance increase -- but if your server has
  26. a catastrophic crash (and can't flush the disk buffers) you can have data
  27. integrity problems.  *** SGI ships their systems with ASYNCH as the DEFAULT ***
  28. If you run asynch-writes (and we have modified our DEC servers to do this) and
  29. you don't have them on a UPS you are running a massive risk.
  30.  
  31. The "safe" option to make your Ultrix boxes faster is to buy PrestoServe
  32. for your NFS servers.
  33.  
  34. John
  35. (if you have an Ultrix *source* license, I can provide the 1-line patch)
  36. -- 
  37. John Hascall                   ``An ill-chosen word is the fool's messenger.''
  38. Systems Software Engineer
  39. Project Vincent
  40. Iowa State University Computation Center  +  Ames, IA  50011  +  515/294-9551
  41.