home *** CD-ROM | disk | FTP | other *** search
- 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
- From: aurelio%ufpa.br@bitnet.cc.cmu.edu
- Newsgroups: vmsnet.networks.tcp-ip.cmu-tek
- Subject: Help me!!!!!
- Message-ID: <9212171620.AA04661@ufpa.br>
- Date: 19 Dec 92 10:34:04 GMT
- Reply-To: CMU-OpenVMS-IP@drycas.club.cc.cmu.edu
- Organization: The Internet
- Lines: 82
- Return-Path: <@andrew.cmu.edu:CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu@mccall.com>
- CC: <aurelio%ufpa.br@bitnet.cc.cmu.edu>
- Errors-To: CMU-OpenVMS-IP-Request@drycas.club.cc.cmu.edu
- Content-Transfer-Encoding: 7BIT
- X-Mailer: ELM [version 2.3 PL11]
-
-
- How do I do ??
-
- I need to install NFS between SUN SPARC IPC and MicroVAX 3100, I
- have CMUXXX 6.6-3, and do this:
-
- VAX:
-
- DEF/SYSTEM/TRANS=(TERMINAL,CONCEAL)/EXEC UTIL SYS$SYSDEVICE:[UTIL]
-
- File: NFS$CONFIG:
- ; Configurationd file for NFS
- ;
- ; File format by Marc Shannon, 3/26/91
- ;
- ;GMT_Offset:decimal hours
- ; This should be a signed decimal number of hours giving your offset
- ; from GMT. For example, if you are running in EST, you should set
- ; this to -05.00.
- ;
- GMT_OFFSET:-03.00
- ;
- ; User for "anonymous" NFS mounts
- ; You should set this to a userid for whom access controls will be
- ; checked should someone connect to your NFS server who is granted
- ; access with a wildcard username (see Auth entry descriptions below).
- ;
- ;ANONYMOUS_USER:ANONYMOUS
- ;
- ; Export:Unix formatted directory spec:wildcarded hostname
- ;EXPORT:/SD1/NFSTEST:*.ANDREW.CMU.EDU
- ;EXPORT:/SD1:*.ACS.CMU.EDU,BLEU.ANDREW.CMU.EDU,SUN4C.WASH.ACS.CMU.EDU
- ;EXPORT:/:BRUCE-LW,BRUCE-LW.NET.CMU.EDU
- EXPORT:/UTIL:SECOM.UFPA.BR
- ;
- ; Auth:Remote UID:Remote GID:Remote hostname:Local username
- ;
- ; Special cases:
- ; - Local username = '*'
- ; Any files on the local system which do not map to any known users
- ; preceding this entry in the list are mapped to this UID/GID
- ; combination before being passed to the remote system.
- ; - Remote UID/GID = '*'
- ; Any previously unmatched user from the matching system (which
- ; could also be wildcarded) will have access as the local user
- ; specified.
- ; Note that the combination of wildcards for all entries provies for
- ; "anonymous" access to the files in that they will not act as any
- ; particular user but instead will only be able to read files if they
- ; are world-readable
- ;
- ; If a match is not made by the end of all `Auth' entries, NFSERR_ACCESS
- ; will be returned for any request.
- ;Auth:0:1:BLEU.ANDREW.CMU.EDU:SYSTEM
- ;Auth:0:1:ZEUS.ANDREW.CMU.EDU:SYSTEM
- ;Auth:*:*:BRUCE-LW,BRUCE-LW.NET.CMU.EDU:SYSTEM
- ;Auth:578:10:*.ANDREW.CMU.EDU:SYNFUL
- ;Auth:578:10:*.ACS.CMU.EDU:SYNFUL
- ;Auth:*:*:*.ACS.CMU.EDU:*
- Auth:0:1:SECOM.UFPA.BR:SYSTEM
-
- SUN:
-
- File: /etc/fstab:
-
- /dev/sd0a / 4.2 rw 1 1
- /dev/sd0h /home 4.2 rw,noquota 1 3
- /dev/sd0g /usr 4.2 rw 1 2
- /dev/fd0 /pcfs pcfs rw,noauto 0 0
- 192.147.210.23:sys$sysdevice:[util] /util nfs rw 0 0
-
- And I got "Access denied" when I do: mount -a
-
- What's wrong ????
-
- Can you guide me step-by-step ??
-
- -----
- Aurelio Henrique de Oliveira Ramalho aurelio@secom.ufpa.br
- Universidade Federal do Para' - SECom aurelio@yara.ufpa.br
- Systems Manager - UFPa.Br Domain aurelio@saci.ufpa.br
- -----
-