Hello everybody,

I have the NFS server on z/os LPAR B, and NFS client on z/os LPAR A

On the server side, I export some MVS files and a unix directory :

*/mvs/udmz.a500.testnfs<nosaf> -access=192.168.1.2,ro *
*/hfs/u/nfstest<nosaf>         -access=192.168.1.2,ro *

On the client side, I can mount and see all the mvs files :

 MOUNT FILESYSTEM('letthereberock') -
 TYPE(NFS) -
 MODE(RDWR) -
 UNMOUNT -
 MOUNTPOINT('/u/A500/nfsmvs') -
 PARM('192.168.1.17:"/udmz.a500.testnfs",vers(3)') -
 SETUID -
 WAIT

On the client side, I *can't *mount the unix directory :

  MOUNT FILESYSTEM('letthereberock') -
  TYPE(NFS) -
  MODE(RDWR) -
  UNMOUNT -
  MOUNTPOINT('/u/A500/nfsmvs') -
  PARM('192.168.1.17:"/u/nfstest",vers(3)') -
  SETUID -
  WAIT

(The Mvs filesystem has been unmounted)
I get :
BPXF162E ASYNCHRONOUS MOUNT FAILED FOR FILE SYSTEM LETTHEREBEROCK.
BPXF135E RETURN CODE 0000006F, REASON CODE 6E05000D.  THE MOUNT FAILED FOR
FILE SYSTEM LETTHEREBEROCK.

This seems to be a "permission denied".

I don't understand this as on the server side, the directory is "reachable"
(a ZFS is mounted on the directory) :

            Display File Attributes

Pathname : /u/nfstest
                                     More:     +
File type . . . . . . : Directory
Permissions . . . . . : 777 rwxrwxrwx
Access control list . : 0
File size . . . . . . : 57344
File owner  . . . . . : ADEXTER(0)
Group owner . . . . . : USERSTC(99)
Last modified . . . . : 2012-04-03 17:09:07
Last changed  . . . . : 2012-04-04 16:29:11
Last accessed . . . . : 2012-04-04 16:50:47
Created . . . . . . . : 2012-04-03 16:34:15
Link count  . . . . . : 2

Could you help me to solve this issue ?


Thank you very much.


Marc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to