home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / vmsnet / networks / tcpip / cmutek / 1128 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  3.3 KB

  1. Path: sparky!uunet!olivea!sgigate!sgiblab!darwin.sura.net!uvaarpa!caen!vela!cs.uiuc.edu!ux1.cso.uiuc.edu!umn.edu!math.fu-berlin.de!gator!inland!cmkrnl!infopiz!mccall!cmu-tek-newsgate!list
  2. From: aurelio%ufpa.br@bitnet.cc.cmu.edu
  3. Newsgroups: vmsnet.networks.tcp-ip.cmu-tek
  4. Subject: Help me!!!!!
  5. Message-ID: <9212171620.AA04661@ufpa.br>
  6. Date: 19 Dec 92 10:34:04 GMT
  7. Reply-To: CMU-OpenVMS-IP@drycas.club.cc.cmu.edu
  8. Organization: The Internet
  9. Lines: 82
  10. Return-Path: <@andrew.cmu.edu:CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu@mccall.com>
  11. CC: <aurelio%ufpa.br@bitnet.cc.cmu.edu>
  12. Errors-To: CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu
  13. Content-Transfer-Encoding: 7BIT
  14. X-Mailer: ELM [version 2.3 PL11]
  15.  
  16.  
  17.         How do I do ??
  18.  
  19.         I need to install NFS between SUN SPARC IPC and MicroVAX 3100, I
  20. have CMUXXX 6.6-3, and do this:
  21.  
  22.         VAX:
  23.  
  24.         DEF/SYSTEM/TRANS=(TERMINAL,CONCEAL)/EXEC UTIL SYS$SYSDEVICE:[UTIL]
  25.  
  26.         File: NFS$CONFIG:
  27. ;  Configurationd file for NFS
  28. ;
  29. ; File format by Marc Shannon, 3/26/91
  30. ;
  31. ;GMT_Offset:decimal hours
  32. ; This should be a signed decimal number of hours giving your offset
  33. ; from GMT.  For example, if you are running in EST, you should set
  34. ; this to -05.00.
  35. ;
  36. GMT_OFFSET:-03.00
  37. ;
  38. ; User for "anonymous" NFS mounts
  39. ; You should set this to a userid for whom access controls will be
  40. ; checked should someone connect to your NFS server who is granted
  41. ; access with a wildcard username (see Auth entry descriptions below).
  42. ;
  43. ;ANONYMOUS_USER:ANONYMOUS
  44. ;
  45. ;  Export:Unix formatted directory spec:wildcarded hostname
  46. ;EXPORT:/SD1/NFSTEST:*.ANDREW.CMU.EDU
  47. ;EXPORT:/SD1:*.ACS.CMU.EDU,BLEU.ANDREW.CMU.EDU,SUN4C.WASH.ACS.CMU.EDU
  48. ;EXPORT:/:BRUCE-LW,BRUCE-LW.NET.CMU.EDU
  49. EXPORT:/UTIL:SECOM.UFPA.BR
  50. ;
  51. ; Auth:Remote UID:Remote GID:Remote hostname:Local username
  52. ;
  53. ; Special cases:
  54. ; - Local username = '*'
  55. ;       Any files on the local system which do not map to any known users
  56. ;       preceding this entry in the list are mapped to this UID/GID
  57. ;       combination before being passed to the remote system.
  58. ; - Remote UID/GID =  '*'
  59. ;       Any previously unmatched user from the matching system (which
  60. ;       could also be wildcarded) will have access as the local user
  61. ;       specified.
  62. ; Note that the combination of wildcards for all entries provies for
  63. ; "anonymous" access to the files in that they will not act as any
  64. ; particular user but instead will only be able to  read files if they
  65. ; are world-readable
  66. ;
  67. ; If a match is not made by the end of all `Auth' entries, NFSERR_ACCESS
  68. ; will be returned for any request.
  69. ;Auth:0:1:BLEU.ANDREW.CMU.EDU:SYSTEM
  70. ;Auth:0:1:ZEUS.ANDREW.CMU.EDU:SYSTEM
  71. ;Auth:*:*:BRUCE-LW,BRUCE-LW.NET.CMU.EDU:SYSTEM
  72. ;Auth:578:10:*.ANDREW.CMU.EDU:SYNFUL
  73. ;Auth:578:10:*.ACS.CMU.EDU:SYNFUL
  74. ;Auth:*:*:*.ACS.CMU.EDU:*
  75. Auth:0:1:SECOM.UFPA.BR:SYSTEM
  76.  
  77.         SUN:
  78.  
  79.         File: /etc/fstab:
  80.  
  81. /dev/sd0a  /      4.2 rw 1 1
  82. /dev/sd0h  /home  4.2 rw,noquota 1 3
  83. /dev/sd0g  /usr   4.2 rw 1 2
  84. /dev/fd0   /pcfs  pcfs rw,noauto 0 0
  85. 192.147.210.23:sys$sysdevice:[util] /util nfs rw 0 0
  86.  
  87.         And I got "Access denied" when I do: mount -a
  88.  
  89.         What's wrong ????
  90.  
  91.         Can you guide me step-by-step ??
  92.  
  93. -----
  94. Aurelio Henrique de Oliveira Ramalho                     aurelio@secom.ufpa.br
  95. Universidade Federal do Para' - SECom                    aurelio@yara.ufpa.br
  96. Systems Manager - UFPa.Br Domain                         aurelio@saci.ufpa.br
  97. -----
  98.