home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18123 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.4 KB  |  55 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!spool.mu.edu!umn.edu!bru!cvdv73.mayo.edu!fisk
  3. From: fisk@cvdv73.mayo.edu (Tom Fisk)
  4. Subject: Re: ?UCX /NFS/ Question
  5. Message-ID: <1992Nov17.221527.15323@bmw.mayo.edu>
  6. Keywords: UCX,NFS
  7. Lines: 41
  8. Sender: newsman@bmw.mayo.edu (/home/bmw/usenet)
  9. Reply-To: fisk@mayo.edu
  10. Organization: Mayo Clinic, Rochester, MN
  11. References:  <mike.721982321@starburst.umd.edu>
  12. Date: Tue, 17 Nov 92 22:15:27 GMT
  13.  
  14.  
  15. In article <mike.721982321@starburst.umd.edu>, mike@starburst.umd.edu (Michael F. Santangelo) writes:
  16. |>From: mike@starburst.umd.edu (Michael F. Santangelo)
  17. |>Newsgroups: comp.os.vms
  18. |>Subject: ?UCX /NFS/ Question
  19. |>Date: 17 Nov 92 06:38:41 GMT
  20. |>
  21. |>
  22. |>Okay, I spent a few hours playing with UCX 1.3's NFS Server and
  23. |>finally managed to get an NFS client to mount the user disk on
  24. |>my VMS host (simple, non-CFS), config was something like this:
  25. |>
  26. |>  ADD PROXY TESTUSER/UID=-2/GID=-2/HOST="myclient"
  27. |>  BIND DUA1: "/userdisk"
  28. |>  ADD EXPORT "/userdisk"/HOST="myclient"
  29. |>
  30. |>myclient successfully mounts a subdirectory (testdir) of DUA1 as
  31. |>"/userdisk/testdir" using the "nobody" user (uid=-2/gid=-2).  TESTUSER
  32. |>has full access to this directory, it is its owner and permissions are
  33. |>set O:RWED,S:RWED,W,G.  In DCL, I place a file in /userdisk/testdir
  34. |>and the client sees it when I do a directory (ls).  HOWEVER, the
  35. |>client CAN NOT write to this directory despite everything I have
  36. |>tried!  It is somehow write protected.
  37. |>
  38. |>Any ideas?  There is a "SECURITY" logical in UCX$NFS_STARTUP set to 0,
  39. |>does this have anything to do with it?  I am baffled.
  40. |>
  41.  
  42. I have found that you need to add a proxy for each user that is trying to 
  43. write a file to that disk.  The nobody proxy is good enough for the mount but
  44. when you try to write a file then it needs the specific user access (who you
  45. are logged in as on the Unix box).  This is what I found I need to do....any
  46. other more appropriate answers??
  47. --
  48. -------------------------------------------------------------------------------
  49. Thomas B. Fisk          +----------------------------+  Internet: fisk@mayo.edu
  50. Mayo Clinic             |   If you don't know where  |  Voice: (507) 255-4341
  51. 200 First Street SW     |  you're going you'll never |  FAX: (507) 255-5484
  52. Mail Stop 2D-337 STM    |         get there.         |
  53. Rochester, MN  55905    +----------------------------+
  54. -------------------------------------------------------------------------------
  55.