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 [email protected] with the message: INFO IBM-MAIN

Reply via email to