home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8166 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!ucbeh.san.uc.edu!ucunix.san.uc.edu!babbage.ece.uc.edu!thor.ece.uc.edu!montjoy
  2. Newsgroups: comp.sys.sun.admin
  3. Subject: Re: problems with amd
  4. Message-ID: <1992Nov11.225817.29248@babbage.ece.uc.edu>
  5. From: montjoy@thor.ece.uc.edu (Robert Montjoy)
  6. Date: Wed, 11 Nov 1992 22:58:17 GMT
  7. Sender: root@babbage.ece.uc.edu (Operator)
  8. References: <92Nov11.1913.4225@crash.canon.co.uk>
  9. Organization: Unversity of Cincinnati, ECE Dept
  10. Nntp-Posting-Host: thor.ece.uc.edu
  11. Lines: 32
  12.  
  13.  
  14.  
  15. Hi.
  16.  
  17. In article <92Nov11.1913.4225@crash.canon.co.uk> tim@crash.canon.co.uk writes:
  18. >We're running amd5.3beta (alpha #1) to look after the nfs mount
  19. >requirements on our network of sun4s. However, sometimes we have machines
  20. >hanging up, seemingly waiting for amd. The syslog message:
  21. >
  22. >Oct 22 11:03:13 crash vmunix: NFS server amd:140 not responding still trying
  23. >Oct 22 11:03:33 crash vmunix: NFS server amd:140 ok
  24.  
  25. What is happening is amd is getting "swapped" out. You should 
  26. patch amd to lock the text pages of amd into memory. This should eliminate 
  27. most of these messages. You will need to add the plock system call.
  28. Something like this 
  29.  
  30.     plock(PROCLOCK);
  31.  
  32. needs to be added into the main of amd.
  33. You will also need to include <sys/lock.h>( #include <sys/lock.h>).
  34.  
  35. There was a patch avaliable from at the following location.
  36.         csri.toronto.edu:pub/edwin/amd.plock_patch, amd.README
  37. -- 
  38. Rob Montjoy                           - Rob.Montjoy@UC.Edu
  39. Computer Engineer                      - montjoy@ucbeh.BITNET
  40. University of Cincinnati              - montjoy@babbage.ece.uc.edu
  41. Electrical and Computer Engineering    - uunet!uceng!rmontjoy
  42.  
  43. --  To Save the Earth. The Humans must die.
  44.  
  45.