Juan,

Thanks!  This is exactly what I was looking for.  It's an extra step to 
remember, but this makes sense.

Thanks!
Chris

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Juan Escamilla
Sent: Thursday, February 6, 2020 8:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Sysplex Maintenance and USS

In a read/write sysplex aware root file system, For file systems that come with 
the OS, we mount our filesystems as follows:

 /* IBM Liberty Imbedded
 MOUNT FILESYSTEM('SYS1.IBM.ZOS.&SYSR1..SBBLZFS')
       MOUNTPOINT('/&SYSR1./usr/lpp/liberty_zos')
       MODE(READ) TYPE(ZFS)
       PARM('AGGRFULL(99,1)')
         SETUID                                 /*
       AUTOMOVE                                 /*

For products that we didn't get with z/OS, we mount them as follows:

MOUNT FILESYSTEM('SYSV.IBM.LPP')     This is a file system with mountpoints 
that we originally had under /usr/lpp/IBM
      MOUNTPOINT('/global/usr/lpp/ibm')
      MODE(READ) TYPE(ZFS)
      NOSETUID
      AUTOMOVE


MOUNT FILESYSTEM('SYSV.IBM.JAVA.&IBM_JAVA_8..ZFS.SAJV80M')
      MOUNTPOINT('/global/usr/lpp/ibm/java/&IBM_JAVA_8./V8.0')
      TYPE(ZFS) MODE(READ)
      PARM('AGGRFULL(99,1)')
        SETUID
      AUTOMOVE

Then we ad symbolic links in /&SYSNAME./usr/lpp/usr/ to point to where the 
product truly resides; therefore, your users don't have to change.

In BPXPRM00 ensure you add the UNMOUNT PARM on your VERSION statement:

VERSION('&SYSR1.',UNMOUNT)

I hope that helps.
VERSION('&SYSR1.',UNMOUNT)


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
-------------------------------------------
NOTICE:
This email and all attachments are confidential, may be proprietary, and may be 
privileged or otherwise protected from disclosure. They are intended solely for 
the individual or entity to whom the email is addressed. However, mistakes 
sometimes happen in addressing emails. If you believe that you are not an 
intended recipient, please stop reading immediately. Do not copy, forward, or 
rely on the contents in any way. Notify the sender and/or Imperva, Inc. by 
telephone at +1 (650) 832-6006 and then delete or destroy any copy of this 
email and its attachments. The sender reserves and asserts all rights to 
confidentiality, as well as any privileges that may apply. Any disclosure, 
copying, distribution or action taken or omitted to be taken by an unintended 
recipient in reliance on this message is prohibited and may be unlawful.
Please consider the environment before printing this email.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to