A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
4-8 Administrative Products for DB2 Installation Guide
Enabling the Product CLISTs
If you used the Multiple subsystem ID (SSID) installation path, the
CATALOG MANAGER server entries that were added by the Multiple
SSID installation will be commented out in the BMCDB2 CLIST, as
shown in Figure 4-7. Follow the instructions in the comments to enable
the servers to be listed on the CONNECT command panel.
Figure 4-7 BMCDB2 CLIST for Multiple SSID Installation
* * * * * * * * * * * * * * * * * * * * * * * * *
* **INSERTED FROM MSSID INSTALL**
* TO USE, MANUALLY UPDATE SERVER DATA ROWS BELOW
* AND UNCOMMENT BY REMOVING COLUMN ONE ASTERISKS
*PROD SSID S SERVER NAME SSID COLL_ID NICKNAME
*----|----|-|-----------------|----|------------------|------------------
ACT DBBF S DBBA DBBA LCT
vrm
_D_MAIN DBBFDBBA *
ACT DBBF S DBDB DBDB LCT
vrm
_D_MAIN DBBFDBDB *
ACT DBBF S DBDA DBDA LCT
vrm
_D_MAIN DBBFDBDA *
*ACT DBBA S DBBA DBBA LCT
vrm
_D_MAIN DBBFDBBA *
*ACT DBBA S DBDB DBDB LCT
vrm
_D_MAIN DBBFDBDB *
*ACT DBBA S DBDA DBDA LCT
vrm
_D_MAIN DBBFDBDA *
Note: Before you remove the comment, you will need to update the values
for the Server Name, Server SSID, and the Server Nickname.
For additional examples, refer to the comment block that is located at the
bottom of the BMCDB2 CLIST.
Customizing the Generated ISPF Interface for Catalog Indirection
The BMCDB2 CLIST and the BMCDB2PR panel may need slight
customization before you run the Administrative Products with catalog
indirection. Specifically, you should add ,Indirect to the BMCDB2PR panel
in HLQ.INSTALL.JCL, as shown below, to display the Indirect option in the
BMCDB2PR panel.
+ DB2 Catalog Access . . . . . . ._Z +(Direct,Indirect)
You should also make the changes shown in Figure 4-8 to make the
INDIRECT option valid.
Figure 4-8 BMCDB2PR Panel
ver (&catopt,nb,list,’DIRECT’,’INDIRECT’) Uncomment this line.
/****************************************/
/*ver ($catopt,nb,list,’DIRECT’) */ Comment out this line.