Writer instructions | |
---|---|
Page title | For most spaces, this page must be titled Space announcements. For spaces with localized content, this page must be titled Space announcements l10n. |
Purpose | Provide an announcement banner on every page of your space. |
Location | Move this page outside of your home branch. |
Guidelines |
Configuring an MQ QSG to communicate with DB2
Use the following procedure to configure an IBM MQ queue-sharing group (QSG) to cache shared-object definitions on an IBM DB2 subsystem that is running on a remote LPAR.
Before you begin
To use Subzero as an interface between IBM MQ and IBM DB2, you must have a license for the BMC Subsystem Optimizer for DB2 product.
Ensure that the BMC Configuration Component for z/OS (LGC) component is running.
Enabling MQ to communicate with DB2
Make the following changes to the Subzero load library:
Copy module DSNARRS from the DB2 DSNLOAD library to module DSNARA00 in your Subzero load library.
- Copy module BRDARRS in your Subzero load library as DSNARRS.
- Verify that the following modules in the Subzero load library are listed in the MQ master address space (noting that other modules might also be present):
- DSNARA00—Contents identical to DSNARRS in the DB2 DSNLOAD library
- BRDLOCSS—Subzero module
- BRDDCINT—Subzero module
- DSNARRS—Contents identical to the BRDARRS Subzero module
In the MQ master address space, edit the JCL to insert the Subzero load library before the DB2 load library in the STEBLIB configuration.You can insert these after the MQ load libraries, and before any DSNLOADs.
- Edit the Subzero redirection configuration in the LGC:
- From the DB2 Product Configuration Main Menu, select Manage Product Options.
- From the Product Option Sets panel, place your cursor on the plus sign (+) to the left of BMC Subsystem Optimizer for zEnterprise and press Enter.
- Select the option set that you want to edit.
- Insert a new entry by typing I next to DB2 SSID/GROUPs to Redirect and pressing Enter.
- Change the new entry as needed.For example DKJ2 on LPAR * will redirect to DKJ1 on LPAR *.
- Press F3 to save your entries.
- Enter the following command to reload the map:/dbcssid BRD,CONFIG,RELOAD
- Start Subzero:
- Start Subzero on the MQ LPAR by entering / ssid BRD,START.Replace ssid with the DBC subsystem ID.
- Start Subzero on the DB2 LPAR by entering / ssid BRD,START.
- Start MQ.
- Verify that the following messages are displayed, confirming that the process has been successful:
- BMCMRD0026I
- BMCBRD0150I
Related topic