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


Chapter 7 Installing the Service Gateway for WMQ : Installing the Software

Installing the Software
 
This section describes the procedure for installing the Service Gateway for WMQ on z/OS. These instructions are for a new installation and for migrating from a previous version.
You can start the installation if you have the following data sets ready:
 
You must use the <HLQ>.INSTALL data set that was created during the installation of the TIBCO Object Service Broker base component.
Edit the Properties File
Edit the PROPERTY member in <HLQ>.INSTALL. Table 7 describes the keywords in the properties file for installing this component.
 
If member PROPERTY was used for another install, save it by renaming the member, and then create a new PROPERTY member with the keywords above.
Initial Installation
 
The installer verifies the value of the MQMLIB keyword. If valid, the installer creates the JCL to complete the pre-installation phase.
This batch job will uncompress the WMQ.XM1 file to produce the distribution library.
Uncompressing <HLQ>.WMQ.XM1 produces the distribution library <HLQ>.WMQ.FILEI.
<HLQNONV>.<INSTVER>.JCL – sample JCL
<HLQNONV>.<INSTVER>.WMQ.JOBS – install jobs for WMQ
SEND messages are directed to the userid specified in the NOTIFY parameter of each job submitted, informing the user of submission, and normal completion or abnormal termination. On successful completion of the final job in JOBSJ list, the message ALL MEMBERS PROCESSED displays. This completes the auto-installation process for WMQ.
If there is a requirement to run an instance of the Gateway in a CICS Execution Environment, perform the following:
Verification of Installation
Before running the IVP, you must know the names of a queue manager and a queue from which you can read and to which you can write.
From the workbench or in batch, do the following:
1.
Run the rule @MOMIVP_WRITE(queue_manager_name,queue_name').
The process ends with this message:
MOMIVP: MSG"IVP TEST MSG" WRITTEN TO QUEUE "queue_name"
2.
Run the rule @MOMIVP_READ(queue_manager_name,queue_name').
The process ends with this message:
MOMIVP: MSG "IVP TEST MSG" READ FROM QUEUE "queue_name"

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