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


Chapter 2 Installation : Uploading of the Software

Uploading of the Software
If you have acquired TIBCO Mainframe Service Tracker by downloading it from TIBCO Software, you can upload the software to the z/OS MVS host with the FTP file-transfer utility. See the subsection below for a sample JCL that performs the file transfer.
Initial Installation
This sample copies the TIBCO Mainframe Service Tracker installation file from a LAN server or PC to a z/OS MVS host with IBM’s FTP utility.

 
//<JOBNAM> JOB (&SYSUID),'TRACKER FTP', CLASS=A
//*
// SET FTPADDR=10.10.2.99 < IP Address or Host Name
//*
//FTP EXEC PGM=FTP,REGION=0M,PARM='&FTPADDR (TIMEOUT 20'
//SYSPRINT DD SYSOUT=*
//OUTPUT DD SYSOUT=*
//SYSTCPD DD DISP=SHR,DSN=TCPIP.PROFILE(FTPDATA) < Host Member
//INPUT DD *
<lan-userid>
<lan-password>
cd /<lan-file-dir>
binary
LOCSITE RECFM=FB LRECL=80 BLKSIZE=27920 TR PRI=60 SEC=15
get <userhlq>.xmit.inst' <USERHLQ>.XMIT.INST' (REPLACE
quit
/*
//

 
Receipt of Initial Installation File
 
The userhlq.XMIT.INST file contains JCL that is required for receiving other files and for creating the appropriate libraries. To complete this process, replace the TIBCO-supplied variables with the appropriate site-specific values.
Perform the following steps:
1.
From the ISPF Command Shell Panel, type the following command to receive a file with the JCL required for a first-time installation:
receive inda('userhlq.XMIT.INST')
TSO prompts with the following:
INMR906A Enter restore parameters or 'DELETE' or 'END' +
2.
DA('userhlq.INSTALL')
After a successful receipt, the following message is displayed:
INMR001I Restore successful to dataset 'userhlq.INSTALL'
The data-set name in step 2 is populated with the required members for you to continue with the installation.

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