Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 1 TIBCO Object Service Broker Installation : Uploading the Software

Uploading the Software
If you have acquired TIBCO Object Service Broker by downloading it from the TIBCO web site, you must upload the software to the z/OS host system. Perform the following:
Preparing the Product Files and Utilities for Uploading
1.
Download or copy the TIB_osb_6.0.0_zos.zip file to a PC that can connect to the z/OS host system.
2.
osb.xm1 – a compressed file containing all TIBCO Object Service Broker libraries.
metastr.xm1 – a compressed file containing the TIBCO Object Service Broker MetaStor.
install.bin – the REXX EXEC to perform the installation.
ostarrec.bin – the REXX EXEC to uncompress the .xm1 files.
property.bin – a template of mandatory install variables required for product installation.
OSTAREDC – a load module to improve the performance of OSTAREDC.
3.
<HLQ>.INSTALL
where <HLQ> is any valid high-level qualifier and may consist of multiple levels, such as ABCD.XYZ. Note that this <HLQ> will be used during the installation. See the sample JCL in the Step 4.
4.
<HLQ>.OSB.XM1 (size 77,570 KB)
<HLQ>.METASTR.XM1 (size 10,715 KB)
Use the same <HLQ> as the previous data set. Below is sample JCL to allocate these data sets. Provide a JOB card and submit the JCL.
 
//ALLOC EXEC PGM=IEFBR14
//DD1   DD DSN=<HLQ>.INSTALL,
//      DISP=(,CATLG,DELETE),UNIT=SYSDA,
//      DCB=(RECFM=FB,LRECL=80,BLKSIZE=0),
//      SPACE=(TRK,(5,15,100))
//DD2   DD DSN=<HLQ>.OSB.XM1,
//      DISP=(,CATLG,DELETE),UNIT=SYSDA,
//      DCB=(RECFM=FB,LRECL=1024,BLKSIZE=0,DSORG=PS),
//      SPACE=(TRK,(2000,50))
//DD3   DD DSN=<HLQ>.METASTR.XM1,
//      DISP=(,CATLG,DELETE),UNIT=SYSDA,
//      DCB=(RECFM=FB,LRECL=1024,BLKSIZE=0,DSORG=PS),
//      SPACE=(TRK,(250,10))
5.
FTP install.bin, ostarrec.bin, and property.bin to your z/OS system in BIN mode to the <HLQ>.INSTALL data set. Name these utilities INSTALL, OSTARREC, and PROPERTY, respectively.
6.
FTP the osb.xm1 file in BIN mode to the <HLQ>.OSB.XM1 data set.
7.
FTP the metastr.xm1 file in BIN mode to the <HLQ>.METASTR.XM1 data set.
Installing the OSTAREDC Program
1.
FTP the OSTAREDC file to z/OS in BIN mode to a sequential data set with LRECL=80 and RECFM=FB.
2.
“RECEIVE INDA(/)”
When prompted, specify DA('<HLQ>.INSTLOAD’) as the name of the load library where you want the OSTAREDC program restored.
3.
Edit OSTARREC as follows:
Issue the command "FIND OSTAREDC 1".
Change the constant after the equal sign to contain the full data set name of the program. The string must start with a double quote and a single quote, and end with a single quote and a double quote (the double quotes delimit the string and the single quotes tell TSO that the data set name is fully qualified). For example, change the following:
 
OSTAREDC = "'<HLQ>.INSTLOAD(OSTAREDC)'"
to
OSTAREDC = "'your.load.library(OSTAREDC)'"
where your.load.library is the name of the library referenced in Step 2.
 
For additional information, see Data Transmission for z/OS.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved