home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6121 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.9 KB  |  47 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@space.ualberta.ca (Sherwood Botsford)
  4. Subject: Re: Cross NFS mountings (was: how do other people deal with new man pages?)
  5. Message-ID: <1992Nov10.230849.3101@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1992Nov5.225136.28754@cumin.telecom.uqam.ca>
  10. Date: Tue, 10 Nov 1992 23:08:49 GMT
  11. Lines: 34
  12.  
  13. Bruno Berstel writes
  14. [small munch...]
  15. > Right. But if I create /usr/local/{bin,lib,man,include,etc,sbin,...}  
  16. on the
  17. > /local partition on one of the first Sun, and NFS mount it as  
  18. /usr/local
  19. > on the other Sun, what do I put in the second Sun's /local ? Wouldn't  
  20. it be
  21. > more sensible to create, say, /usr/local/{bin,lib,sbin} on one Sun  
  22. and
  23. > /usr/local/{man,include,etc} on the other one ?
  24. You can do that, but it means a lot of mount entries.  If it all fits  
  25. on one put it there.  Call the other one /usr/scratch, export it to the  
  26. network and give it permissions rwxrwxrwt and let people use it as  
  27. temporary space with the understanding that it will NEVER be backed up.
  28.  
  29. > Now my fear is : what will happen at boot time ? I had a rule of  
  30. thumb (it
  31. > may be superstition) that said : "if B mounts a directory from A,  
  32. boot A
  33. > before B". Now what do I do with cycles ?
  34.  
  35. Nah.  Make sure that whatever shell you use for root isn't on the other  
  36. machine (That wound is still healing...) and that whatever you need to  
  37. boot single user is on the root partition. (Should be in /bin, and  
  38. /etc)
  39.  
  40. And in the fstab be sure that all nfs mounts are specified with the  
  41. option bg for background.  This will insure that if the other machine  
  42. is down, it will try once and go on. (It will eventually give up.) If  
  43. the other machine comes up reasonably soon, it will mount  
  44. automatically, if not then you will have to 'mount -at nfs' 
  45.