The instructions below are to be followed only if you are downloading this product separately and trying to integrate with a z/OS base that is different from the ADCD z/OS V1 R13 July Edition.
- Obtain WAS 8.5.0 by downloading:
HTTPD1.ZT301.TDL.ADCDFD.VFDW851.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW852.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW853.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW854.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW855.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW856.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDW857.BIN
The bin files are in gzip format for use on under zPDT. The bin files will need to be renamed to fdw851.gz, fdw852.gz, fdw853.gz, fdw854.gz, fdw855.gz, fdw856.gz and fdw857.gz. Install the fdw85*.gz file by using the following commands under zPDT:
gunzip -c fdw85*.gz > /userdir/fdw85*.bin
- Add the volumes fdw851, fdw852, fdw853, fdw854, fdw855 and fdw856 to the zPDT definition(devmap) file and IPL your z/OS system.
-
Connect the new WAS catalog
//CAT EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * IMPORT CONNECT OBJ((USERCAT.Z113F.WAS850 - VOL(FDW851) DEVT(3390))) - CATALOG(CATALOG.Z113F.MASTER) << your master cat here
- Build aliases using
the following JCL:
// EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DEF ALIAS (NAME(WAS850 ) REL(USERCAT.Z113F.WAS850)) - CAT(CATALOG.Z113F.MASTER)
- Update the parmlib member BPXPRMxx to specify the mountpoints.
MOUNT FILESYSTEM('WAS850.SBBOZFS') MOUNTPOINT('/usr/lpp/zWebSphere/V8R5/') TYPE(ZFS) MODE(READ) MOUNT FILESYSTEM('WAS850.SDYZZFS') MOUNTPOINT('/usr/lpp/zWebSphere_SPS/V8R5/') TYPE(ZFS) MODE(READ) MOUNT FILESYSTEM('WAS850.SHAPZFS') MOUNTPOINT('/usr/lpp/IHSA/V8R5') TYPE(ZFS) MODE(READ) MOUNT FILESYSTEM('WAS850.SIMRZFS') MOUNTPOINT('/usr/lpp/InstallationManagerRepository/V8R5') TYPE(ZFS) MODE(READ) MOUNT FILESYSTEM('WAS850.REPRO') MOUNTPOINT('/usr/lpp/InstallationManagerRepository/V8R5/TOOLS') TYPE(ZFS) MODE(RDWR) MOUNT FILESYSTEM('WAS850.SIWOZFS') MOUNTPOINT('/usr/lpp/zWebSphere_Plugins/V8R5') TYPE(ZFS) MODE(READ) MOUNT FILESYSTEM('WAS850.S0W1.XFCELL.XFNODE1.CONFIG.ZFS') MOUNTPOINT('/websphere/v8r5/xfcell/xfnode1') TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW') NOAUTOMOVE MOUNT FILESYSTEM('WAS850.S0W1.XFCELL.XFDMNODE.CONFIG.ZFS') MOUNTPOINT('/websphere/v8r5/xfcell/xfdmnode') TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW') NOAUTOMOVE
- ADD the new WAS catalog to parmlib member
COFVLF00..
CLASS NAME(IGGCAS) ... EMAJ(USERCAT.Z113F.WAS850)
- Make appropriate changes to procedures in your user proclib.