home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4903 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.3 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!fnnews!europa.fnal.gov!zingelman
  2. From: zingelman@adcalc.fnal.gov
  3. Newsgroups: comp.unix.bsd
  4. Subject: workaround for kmem panic/hang w/NFS
  5. Keywords: NFS, panic, hang, fix
  6. Message-ID: <31AUG199208314403@europa.fnal.gov>
  7. Date: 31 Aug 92 14:31:00 GMT
  8. Sender: news@fnnews.fnal.gov
  9. Organization: Fermi National Accelerator Laboratory, AD/Controls
  10. Lines: 20
  11. Nntp-Posting-Host: europa.fnal.gov
  12. News-Software: VAX/VMS VNEWS 1.41
  13.  
  14. Here is a workaround that seems to fix problems with kmem panics and
  15. hangs while doing NFS... (it has worked for at least one other person)
  16.  
  17. mount using the options "-o rsize=4096,wsize=4096" (the defaults are 8192.)
  18.  
  19. Since doing this, we have not seen another panic!  As a side effect, NFS
  20. seems to run faster!
  21.  
  22.     This is our best guess, description of our system:
  23.         a generic clone 80386 motherboard with an AMI MK-II AT BIOS,
  24.         8 meg of memory, 80387, Twinhead EGA card, WD1007A disk controller
  25.         with 2 CDC Wren III ESDI drives, and a 3com Etherlink II card.
  26.  
  27.     This is a list of patches we have applied:
  28.         original 2nd drive patch
  29.         MAX_KMAPENT increase patch
  30.         bufpages = min(NKMEMCLUSTERS/2, bufpages) patch
  31.         npx 0xf1 -> 0xb1 patch
  32.  
  33. "Tim Zingelman" <zingelman@adcalc.fnal.gov>
  34.