Hello Group,
                      To run automount with NFS file system, I tried
setting up NFS client on my z/OS system. For doing this I have made changes
to BPXPRM member and added below lines.
/********************************************************************/
/* Define network file systems and start NFS client.                */
/********************************************************************/
 FILESYSTYPE TYPE(NFS)
             ENTRYPOINT(GFSCINIT)
             PARM('DataCaching(Y)')
             ASNAME(MVSNFSC)

To take these new configuration affect , I have used command to reset the
OMVS   SETOMVS RESET=(00). but by doing this, not sure why system is not
able to find  GFSCINIT in my libraries.
I have cross verified that, GFSCINIT module placed in  SYS1.NFSLIBE library
and this library is APF authorized in PROG00 member as below.

APF ADD DSNAME(SYS1.NFSLIBE)                        VOLUME(******)

and added this SYS1.NFSLIBE dataset into LNKLIST.

After that I tried starting autmount.

# /usr/sbin/automount
FOMF0107I Processing file /etc/ade_autofs

Then I have checked


# cd /u/ade_autofs
# ls -al
total 24
dr-xr-xr-x   2 BPXOINIT TTY            0 Jun 20 01:24 .
drwxr-xr-x   5 BPXOINIT OEMVS       8192 Jun 20 01:22 ..
# cd ade
cd: ade: EDC5129I No such file or directory.
#

I am not able to locate anything in this directory.

my master file configuration is .

EDIT       /SYSTEM/etc/auto.master                         Columns 00001
00072
Command ===>                                                  Scroll ===>
CSR
****** ***************************** Top of Data
******************************
000001   /u/ade_autofs     /etc/ade_autofs

****** **************************** Bottom of Data
****************************

and map file config is

EDIT       /SYSTEM/etc/ade_autofs                          Columns 00001
00072
Command ===>                                                  Scroll ===>
CSR
****** ***************************** Top of Data
******************************
000001 name *
000002 type NFS
000003 filesystem shared.utility
000004 mode rdwr
000005 duration 15
000006 delay 10
000007 parm abcd:"/utility",xlat(n),rsize(8192),wsize(8192),proto(udp)
000008 setuid no


TSO mount command to mount NFS file system manually worked fine for me
mount filesystem(ade) type(nfs) mountpoint('/u/ade_autofs')
parm('abcd:/utility,xlat(n),timeo(10),rsize(8192),wsize(8192),vers(2),proto(udp)')



Can you please suggest, how can I test NFS client is in working condition
and also not sure, why this is not able to automount this NFS file system
Please suggest, If I have missed any steps.
-- 
Thanks & Regards
Saurabh Khandelwal



-- 
Thanks & Regards
Saurabh Khandelwal

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

Reply via email to