Just a heads up for what appears to me is a very poorly packaged new feature of
Hour Glass. I do have a ticket open with IBM asking questions.
PTF below has hold ACTION to create a new traditional tlib/dlib dataset(no
biggie), but also a new filesystem and path for what appears to be SMPE
controlled code into a file system mounted off of /var and mounted mode
777....and to finally top it off, within it, a TLIB and DLIB subdirectory, so
both are contained in the same physical container! UGH!!! It's a big deal
for me, because we are shared sysplex filesystem. /var is part of the system
specific tree, so the filesystem containers are also system specific, so no
common path sharing. All IBM supplied SMPE controlled code lives on my SYSRES,
and is mounted in the tree under BPXPRMxx VERSION(&SYSR1), and mounted READ
only.
I suspect, that I will be putting this code in /&SYSR1/usr/lpp into a new
directory ./agg and pointing my DDDEFS to that. That is what I am confirming
with IBM.
Here are snippets of the HOLD ACTION:
PROBLEM DESCRIPTION(S):
PI11912 -
****************************************************************
* USERS AFFECTED: All HourGlass V7.1 users desiring *
* support for JAVA. *
****************************************************************
* PROBLEM DESCRIPTION: HourGlass support for JAVA needed. *
****************************************************************
* RECOMMENDATION: Run setup JCL to prepare PTF *
* application then Apply the PTF. *
****************************************************************
COMPONENT: 5655-U4200-HAD5710
APARS FIXED: PI11912
SPECIAL CONDITIONS:
COPYRIGHT: 5655-U4200 COPYRIGHT IBM CORP. 2007 2013
LICENSED MATERIAL - PROGRAM PROPERTY OF IBM
ACTION:
This APAR requires 2 new SMP/E target & distribution datasets
for storing the following new elements:
1. AGGJAV64 - 64 bit interface to Java support. This load
module is installed in SMP/E target & distribution
datasets SAGGLOD2 & AAGGLOD2.
2. AGGJXTAR - tar file containing the USS components for Java
support in HourGlass.
This tar file '../agg.javaext.tgz' is installed in the
SMP/E target & distribution USS (zFS) file systems
'/var/agg/v71/tlib' & '/var/agg/v71/dlib'
/*----------------------------------------------------------
MKDIR '/var/agg' MODE(7,7,7)
/*----------------------------------------------------------
MOUNT FILESYSTEM('product_hlq.VAR.ZFS') +
MOUNTPOINT('/var/agg') +
TYPE(ZFS) +
MODE(RDWR)
/*----------------------------------------------------------
MKDIR '/var/agg/v71' MODE(7,7,7)
MKDIR '/var/agg/v71/tlib' MODE(7,7,7)
MKDIR '/var/agg/v71/dlib' MODE(7,7,7)
/*----------------------------------------------------------
//SMPCNTL DD *
SET BDY (dlb_zone) .
UCLIN .
ADD DDDEF (AAGGLOD2) DATASET (product_hlq.AAGGLOD2) SHR
UNIT (SYSALLDA)
.
ADD DDDEF (AAGGJEXT)
PATH('/var/agg/v71/dlib/')
.
ENDUCL.
SET BDY (tgt_zone) .
UCLIN .
ADD DDDEF (SAGGLOD2) DATASET (product_hlq.SAGGLOD2) SHR
UNIT (SYSALLDA)
.
ADD DDDEF (SAGGJEXT)
PATH('/var/agg/v71/tlib/')
.
ENDUCL.
_________________________________________________________________
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
[email protected]
1830 East Paris, Grand Rapids, MI 49546 MD RSCB2H
p 616.653.8429
f 616.653.2717
This e-mail transmission contains information that is confidential and may be
privileged.
It is intended only for the addressee(s) named above. If you receive this
e-mail in error,
please do not read, copy or disseminate it in any manner. If you are not the
intended
recipient, any disclosure, copying, distribution or use of the contents of this
information
is prohibited. Please reply to the message immediately by informing the sender
that the
message was misdirected. After replying, please erase it from your computer
system. Your
assistance in correcting this error is appreciated.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN