home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / networks / tcpip / multinet / 2365 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!wupost!gumby!destroyer!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!telcom.arizona.edu!leonard
  2. Newsgroups: vmsnet.networks.tcp-ip.multinet
  3. Subject: Re: NFS Client volume names.
  4. Message-ID: <1992Nov17.130914.3992@arizona.edu>
  5. From: leonard@telcom.arizona.edu (Aaron Leonard)
  6. Date: 17 Nov 92 13:09:13 MST
  7. Reply-To: Leonard@Arizona.EDU
  8. References: <1992Nov17.110620.7162@mcclb0.med.nyu.edu>
  9. Distribution: world,local
  10. Organization: University of Arizona Telecommunications
  11. Nntp-Posting-Host: penny.telcom.arizona.edu
  12. Lines: 18
  13.  
  14. In article <1992Nov17.110620.7162@mcclb0.med.nyu.edu>, smith@mcclb0.med.nyu.edu writes:
  15. || 
  16. | We have a number of NFS volumes that are mounted automatically at boot-up.  
  17. | Sometimes a machine is not available and the volume numbers (e.g. NFS3:) for 
  18. | the others nolonger the smae as they usually are.  Does someone have a script 
  19. | of some description that allows a logical name to be given to each volume in 
  20. | an invariant fashion?  I have now had about five calls in two hours 
  21. | complaining that 'all my files have gone from NFS4:...' etc. wheras in fact 
  22. | they are all there, just on NFS3:
  23.  
  24. Just mount the devices with $ MU NFSMOUNT node::"mount-point" logicalname,
  25. and have your users reference `logicalname:' instead of NFSn:.
  26.  
  27. The one problem I can see is that entries in the system batch and print queues
  28. would have a problem with the physical device name changing on them.  Don't
  29. know quite how you would work around that.
  30.  
  31. Aaron
  32.