Hello,
            I tried checking MVSNFSC job log, but there is no error I found.


01.38.36 STC00122 ---- THURSDAY,  21 JUN 2012 ----
01.38.36 STC00122  $HASP373 MVSNFSC  STARTED
01.38.36 STC00122  IEF403I MVSNFSC - STARTED - TIME=01.38.36
01.38.36 STC00122  IEE252I MEMBER CTINFC00 FOUND IN SYS1.PARMLIB
01.38.46 STC00122  GFSC284I NETWORK FILE SYSTEM CLIENT COULD NOT GET GSS
CREDENT
   291             FOR THE NFS CLIENT : GSS API krb5_get_default_realm()
FAILED
   291             WITH GSS MAJOR STATUS 96C73ADF GSS MINOR STATUS 00000000
01.38.46 STC00122  GFSC700I z/OS NETWORK FILE SYSTEM CLIENT (HDZ1D1N)
started. O


Regards
Saurabh

On Mon, Jun 25, 2012 at 5:54 PM, Miklos Szigetvari <
[email protected]> wrote:

>    For the NFSclient you need the NFS client address space,
> so if you can't start MVSNFSC you will not have NFS client, and automount .
> I would check the MVSNFSC joblogs etc .
> I suspect maybe something with the LE is missing .
>
>
>
> On 25.06.2012 13:34, saurabh khandelwal wrote:
>
>> 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.
>>
>
> ------------------------------**------------------------------**----------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>



-- 
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