Article 173146 of comp.os.vms: There are a lot of steps to do NFS file serving from VMS. This information (slightly edited) is courtesy of DEC support: To set up a VMS file system for UNIX NFS client: 1. Turn on privileges: $ set process/priv=all 2. Get UID & GID: % cat /etc/passwd | grep ..... 3. Add proxy: UCX> add proxy - smith/uid=1196/gid=19/host="*" 4. Bind (make a UNIX name for the file structure) the file structure: UCX> BIND $10$dua1: "/comm1" 5. Add export (client mount point): UCX> ADD EXPORT "/comm1/smith" /host="*" 6. Enable reply to the network (to enable troubleshooting): $ reply/enable=net 7. Make an empty directory on the (UNIX) client: % mkdir xxxxx 8. Mount from the client (may have to su): % mount bouldr:/comm1/smith /staff/smith/xxxxx 9. cd down into the new directory and do an ls...do you see your files? Most common gotcha: No entry for system in proxy db.... add proxy system/uid=-2/gid=-2/host=* add proxy system/uid=0/gid=1/host=* For HP gid is 3. Another gotcha: the host file needs to have a correct entry for at least the client system. Also be sure the configuration is what you want. Go to sys$managher and run the ucx$config script to be sure the mount service is available :-). Louise Wholey Stephen Hoff Hoffman wrote in article <5oecmo$auk@usenet.pa.dec.com>... > > > hzman wrote: > : I've heard from a DEC instructor that setting up NFS is very difficult > : with UCX package. He says it NEVER works right the first time > : in his classes. > > Donno if that says something about the package, the instructor, or > the students. :-) Please send me the name of this instructor or > the class time and location, and I'll see which it is. (I suspect > this remark may have been taken out of context.) > > The setup requirements are somewhat different from what one does on > UNIX, and this does tend to through some folks. > > Having skimmed through the relevent sections of the UCX documentation > for the procedure, I had absolutely no problems setting up a UCX NFS > export, and the configuration was (necessarily) weird... (Don't ask.) > > -------------------------- pure personal opinion --------------------------- > Hoff (Stephen) Hoffman OpenVMS Engineering h*ffman@xdelta.enet.dec.c*m > headers and addresses munged to avoid automated spammers: junk-e-mail > >