home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / nfs / 2702 < prev    next >
Encoding:
Text File  |  1992-11-05  |  3.4 KB  |  70 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!gumby!wupost!eclnews!usenet
  3. From: dale@manet.wustl.edu (Dale Frye)
  4. Subject: Re: Lotus (file locking) problems 
  5. Message-ID: <1992Nov5.171410.27772@wuecl.wustl.edu>
  6. Sender: usenet@wuecl.wustl.edu (Usenet Administrator)
  7. Nntp-Posting-Host: degas
  8. Reply-To: dale@manet.wustl.edu
  9. Organization: Washington University, School of Engineering, St. Louis MO
  10. References: <1992Nov5.032039.29330@maccs.dcss.mcmaster.ca>
  11. Date: Thu, 5 Nov 1992 17:14:10 GMT
  12. Lines: 56
  13.  
  14. In article <1992Nov5.032039.29330@maccs.dcss.mcmaster.ca>  
  15. fred@maccs.dcss.mcmaster.ca (Fred Whiteside) writes:
  16. > In <1992Nov4.231212.15457@wuecl.wustl.edu>, dale@manet.wustl.edu writes:
  17. > >In article <1992Nov4.165813.12620@organpipe.uug.arizona.edu>  
  18. > >jgotobed@lpl.arizona.edu (Joe Gotobed x4549) writes:
  19. > >> .....
  20. > >> I am having a real problem getting lotus 123 V2.3 allowing users
  21. > >> to share files on our network drive.  What happens is that only one
  22. > >> user is allowed to open a file.  After that, the only person that 
  23. > >> lotus allows to open that file is the original creator or first  
  24. person
  25. > >> who opened it up.  The permissions don't matter.  There seems to be a
  26. > >> conflict with the lock manager in PCNFS and the reservations in  
  27. Lotus.
  28. > >> We cannot use lotus on the network until this problem is resolved and
  29. > >> lotus couldn't give us any answer.  Can you place a call to sun or do
  30. > >> you know anyone else that is using PCNFS with lotus that might be  
  31. able
  32. > >> to help us?  Thanks.  
  33. > >> ......
  34. > >
  35. > >I had the same problem. Turns out that it's lockd. Luckily we use  
  36. > >Beame&Whiteside NFS so I was able to run bwnfsd which superceeds lockd  
  37. (if  
  38. > >your nfs package knows how to use it!) I've heard there is a new lockd  
  39. > >available.
  40. >     Actually, I expect that this problem is that the files are
  41. > being accessed by someone who has write-access to them.  When DOS
  42. > attempts to load a file, the sharing-matrix entry that it gets for
  43. > the open of the file is different if the file appears to be read-only.
  44. > Generally speaking, executable images which are to be shared by a group
  45. > of people should be read-only for those who share, or you will see the
  46. > behaviour described above.
  47.  
  48. Sorry to jump on you Fred but the original poster is having problems with  
  49. locking of the data files not the program files.  I had a problem with  
  50. Excel locking the data file and then not releasing the lock. As long as  
  51. you were on the same machine (and same login) you could reopen the  
  52. spreadsheet data file. If you went to another machine or logged in with  
  53. another account then Excel would report the file was locked. The lock  
  54. would be removed (of course) when the NFS server was rebooted and then the  
  55. file could be opened once (and only once) on any machine.
  56.  
  57. We have two machines providing NFS service to our PCs (24 hr student lab).  
  58. One provides DOS program service only. It is exported read-only. It also  
  59. provides authentication (via bwnfsd) and print service. The other server  
  60. is the users' file server. It handles all the user space. This machine is  
  61. shared with all the DOS, UNIX and Mac boxes in the CEC (Center for  
  62. Engineering Computing) labs. Originally I did not run bwnfsd on this  
  63. machine thinking it was not needed however because of the problem with  
  64. lockd (the above problem) I started running bwnfsd to provide locking  
  65. services.
  66.  
  67. Dale Frye
  68. Washington University in St. Louis
  69.