> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Paul Gilmartin
> Sent: Tuesday, April 17, 2007 6:13 AM
> To: [email protected]
> Subject: Re: SMPNTS question
> 
> 
> In a recent note, McKown, John said:
> 
> > Date:         Mon, 16 Apr 2007 15:19:38 -0500
> > 
> > I keep the stuff on my PC drive. It is sad when I can get 
> more HD space
> > on my PC than I can justify on the z/OS system for all 
> this, uh, stuff.
> >
> NFS.  Run NFS server on your Solaris desktop.  Run NFS client on z/OS.
> Mount all the HD space you can afford on your PC on z/OS.
> 
> -- gil

I have a Linux desktop, not Solaris. I am allowed to have an NFS server
on that system (go figure - NFS is OK, ftp is not?). Have exported a
subdirectory on the Linux desktop via NFS. On the z/OS system, I have
done two MOUNT commands to that same subdirectory. One in ASCII mode,
the other in BINARY mode.

  MOUNT FILESYSTEM('SERVER1.ASCII') +
       MOUNTPOINT('/nfs-ascii/server1') +
       PARM('10.143.27.58:/nfs/LIH1,xlat(Y)') +
       TYPE(NFS) +
       MODE(RDWR)
  MOUNT FILESYSTEM('SERVER1.BINARY') +
       MOUNTPOINT('/nfs-binary/server1') +
       PARM('10.143.27.58:/nfs/LIH1,xlat(N)') +
       TYPE(NFS) +
       MODE(RDWR)

I had to make the product subdirectory and all subdirectories below it
have mode 777 because SMPE switches to UID(0), which I squash to
"nfsnobody".

I'm now trying this to see. If it works, it will become my SOP.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to