John, in your parm statement (:/nfs/LIH1) is nfs an real dir or a 
specification? 

-----Original Message-----
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of McKown, 
John
Sent: Friday, September 23, 2011 11:57 AM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: RH NFS Server

For z/OS NFS, the FILESYSTEM is syntactically required and the name must be 
unique, but it is a logical name and not an actual data set name. An example 
which works on my z/OS 1.10 system is:

  MOUNT FILESYSTEM('SERVER1.ASCII') +
       MOUNTPOINT('/nfs-ascii/server1') +
 PARM('10.168.254.172:/nfs/LIH1,xlat(Y),proto(udp),vers(3)') +
       TYPE(NFS) +
       MODE(RDWR)

SERVER1.ASCII is not a DSN.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

> -----Original Message-----
> From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On 
> Behalf Of Mark Post
> Sent: Friday, September 23, 2011 10:46 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: Re: RH NFS Server
> 
> >>> On 9/23/2011 at 11:30 AM, "Dazzo, Matt" <mda...@pch.com> wrote: 
> > This morning I changed the job to remove that possible root 
> issue but still 
> > not working. As you can see I moved the mount point to 
> /home/matt That path 
> > has 777 to eliminate any permission issues and should not 
> be owned by root. I 
> > changed the exports file to add the no_root_squash anyway. 
> Opened up a 
> > service request with IBM to try and get some additional 
> info on the error 
> > messages.
> > 
> > MOUNT FILESYSTEM(SYS1.NFSTEST) TYPE(NFS) +          
> > MOUNTPOINT('/u/st1mat/test/') +                     
> > PARM('lntest1.li.pch.com:/home/matt,XLAT(Y),ver(3)')
> 
> I don't have an MVS system to play with any more, but to me, 
> the "FILESYSTEM(SYS1.NFSTEST)" piece just seems wrong.  There 
> shouldn't be any need to reference a local dataset when 
> mounting an NFS export.
> 
> 
> Mark Post
> 
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to lists...@vm.marist.edu with the message: INFO 
> LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
> ----------------------------------------------------------------------
> For more information on Linux on System z, visit
> http://wiki.linuxvm.org/
> 
> 
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to