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

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!fauern!uni-erlangen.de!lte.e-technik.uni-erlangen.de!spo
  2. From: spo@lte.e-technik.uni-erlangen.de (Thomas Sporer)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Global mounts in a NetInfo network
  5. Date: 5 Nov 1992 22:19:57 GMT
  6. Organization: University of Erlangen
  7. Lines: 42
  8. Message-ID: <1dc6mdEINNdmk@uni-erlangen.de>
  9. References: <1992Oct19.183446.22945@bernina.ethz.ch> <5604@rosie.NeXT.COM>
  10. NNTP-Posting-Host: lte.e-technik.uni-erlangen.de
  11.  
  12. In article <5604@rosie.NeXT.COM> amm@NeXT.COM (Alan M. Marcum) writes:
  13. >Marcel Waldvogel writes
  14. >> We were trying the obvious: putting a /mounts entry in the / NetInfo
  15. >> domain (name=server:/LocalApps, dir=/LocalApps). This works well on
  16. >> all clients, but the server can't restart properly
  17. >
  18. >This sort of mount causes all pre-3.0 systems to hang when the
  19. >mount is encountered.  In 3.0, this sort of mount is simply
  20. >ignored.
  21. >
  22. >The classic pre-3.0 workaround is to rename the directory on the
  23. >server, and mount server:/localapps on /LocalApps.  But, because
  24. >of an old and very tricky NFS bug, writing on the server into
  25. >/LocalApps in this situation might cause the server to hang.
  26. >
  27. >Best solution: upgrade to 3.0.
  28. >--
  29. >Alan M. Marcum
  30. >NeXT Tech Support
  31. >amm@NeXT.COM
  32.  
  33. Another solution:
  34. Abort the mount if the directory existists. This can be done with
  35. netinfomanager:
  36.  
  37. name:      server:/dir
  38. dir:       /dir
  39. opts:      rw
  40.        bg                    <---------------Background !!!
  41. type:      nfs
  42. passno:    0
  43. freq:      0
  44.  
  45.  
  46. This works for us with two servers mounting some directories across
  47. and 6 clients.
  48.  
  49. ---
  50. Thomas Sporer                          Tel.  +49 9131 857201
  51. Lehrstuhl Technische Elektronik        Fax.  +49 9131 302951
  52. Cauerstr 9                             Email spo@lte.e-technik.uni-erlangen.de
  53. W 8520 Erlangen
  54.