home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8185 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.3 KB  |  56 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!spool.mu.edu!darwin.sura.net!Sirius.dfn.de!news.uni-bielefeld.de!techfak.uni-bielefeld.de!malte
  3. From: malte@techfak.uni-bielefeld.de (Malte Uhl)
  4. Subject: Re: problems with amd
  5. Sender: news@hermes.hrz.uni-bielefeld.de (News Administrator)
  6. Message-ID: <BxLMLp.KIw@hermes.hrz.uni-bielefeld.de>
  7. Date: Thu, 12 Nov 1992 10:32:13 GMT
  8. References: <92Nov11.1913.4225@crash.canon.co.uk> <1992Nov11.225817.29248@babbage.ece.uc.edu>
  9. Nntp-Posting-Host: dahlie.techfak.uni-bielefeld.de
  10. Organization: Universitaet Bielefeld, Technische Fakultaet.
  11. Lines: 43
  12.  
  13. In article <1992Nov11.225817.29248@babbage.ece.uc.edu>, montjoy@thor.ece.uc.edu (Robert Montjoy) writes:
  14. |> 
  15. |> 
  16. |> Hi.
  17. |> 
  18. |> In article <92Nov11.1913.4225@crash.canon.co.uk> tim@crash.canon.co.uk writes:
  19. |> >We're running amd5.3beta (alpha #1) to look after the nfs mount
  20. |> >requirements on our network of sun4s. However, sometimes we have machines
  21. |> >hanging up, seemingly waiting for amd. The syslog message:
  22. |> >
  23. |> >Oct 22 11:03:13 crash vmunix: NFS server amd:140 not responding still trying
  24. |> >Oct 22 11:03:33 crash vmunix: NFS server amd:140 ok
  25. |> 
  26. |> What is happening is amd is getting "swapped" out. You should 
  27. |> patch amd to lock the text pages of amd into memory. This should eliminate 
  28. |> most of these messages. You will need to add the plock system call.
  29. |> Something like this 
  30. |> 
  31. |>     plock(PROCLOCK);
  32. |> 
  33. |> needs to be added into the main of amd.
  34. |> You will also need to include <sys/lock.h>( #include <sys/lock.h>).
  35. |> 
  36. |> There was a patch avaliable from at the following location.
  37. |>         csri.toronto.edu:pub/edwin/amd.plock_patch, amd.README
  38. |> -- 
  39. |> Rob Montjoy                           - Rob.Montjoy@UC.Edu
  40. |> Computer Engineer                      - montjoy@ucbeh.BITNET
  41. |> University of Cincinnati              - montjoy@babbage.ece.uc.edu
  42. |> Electrical and Computer Engineering    - uunet!uceng!rmontjoy
  43. |> 
  44. |> --  To Save the Earth. The Humans must die.
  45. |> 
  46.  
  47. If a machine swaps out amd it needs more RAM anyway. One of our machines, a
  48. sun 4/330 showed this symptom. It went away after upgrading from 8MB to 32MB.
  49. One should take a close look at the output of vmstat -s. Look at the rows
  50. titled "swap ins" and "swap outs". If the "swap outs" value is higher than
  51. "swap ins" / 10000, I suggest adding memory.
  52.  
  53. Btw, are you running tmpfs ?
  54.  
  55. Malte
  56.