home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / vmsnet / networks / tcpip / cmutek / 1153 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  3.6 KB

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