Defining BBI-SS PAS suffixes and target system parameters
You need to:
- Decide which target you want to associate with which BBI-SS PAS
- Specify the targets and BBI-SS PASs in BBPARM member BBIJNT00
When a PAS first starts, the PAS contacts the CAS and retrieves a list of defined targets and targets that are active on other PASs from the CAS. The PAS appends this information to a list of targets that are built during startup from BBPARM member BBIJNT00.
To define BBI-SS PAS suffixes and target system parameters
Define a one- to four-character subsystem ID to dynamically establish a formal MVS subsystem.The name that you specify:
Must be unique from any other subsystem name and cannot be in the MVS subsystem name table (IEFSSNxx)
- Cannot be Db2, IMS, CICS, or JES, which are reserved by MVS
- Must not be the same as the name of any other BBI-SS PAS or CAS that is currently in use
Define a one- to eight-character job name for each target to be managed by a BBI-SS PAS.
Each BBI-SS PAS can manage the following targets on a single system image:
- 128 CICS regions
- 1 IMS control region or DBCTL region
15 Db2 subsystems for supported versions
A BMC AMI Ops Monitor for Db2 PAS can support monitoring of Db2 subsystems at two different Db2 releases. To do this monitoring, the appropriate Call Attach (CAF) compatibility level must be available in the Db2 load library used in the PAS. Contact IBM for further information about the two releases that you want to access.
- System where the BBI-SS PAS runs
Multiple queue managers
BMC recommends that you monitor no more than 15 MVS queue managers per PAS. If you monitor more than 15, S32E-11C abends might occur. These abends are caused by MQ issuing too many STIMERM SET requests on behalf of the PAS.
- Define the type of target, which can be CICS, Db2, IMS, MVS, or QMGR.
For Db2 or IMS targets, identify the target system release.
- For IMS targets, identify the type of target as DBDC or DBCTL.
- (Optional) Provide a 1- to 22-character description of the target system.
- Use the information that you gathered in the preceding steps to modify the parameters in your copy of BBPARM member BBIJNT00.These parameters specify a target/BBI-SS PAS pair and other systems with which this BBI-SS PAS must connect. You can specify multiple TARGET statements for different target systems that are monitored from the same BBI-SS PAS.
To specify a target system for this BBI-SS PAS
In this procedure, you will use member BBIJNT00, which supports the substitution of system variables. Use the following conventions when editing BBIJNT00:
- All statements must be contained within columns 1 through 71.
- Statements can be continued across multiple lines.
- If a statement is continued, the TARGET parameter must appear on the first line.
- Comments, which begin with an asterisk (*) in column 1, can be inserted anywhere, even between continued statements.
- The TARGET parameter and comments must begin in column 1; continuations do not have to begin in column 1.
Make the following entry in BBIJNT00 to specify a static target system for this BBI-SS PAS:
TARGET=tgtname,TYPE=type,
IMSTYPE=systype,
SUBSYS=subsys,RELEASE=0vr0
[,DESC=desc][,IMSID=ssid][,ALIAS=name][,ATTACH=IMM | DEFER]
Use the following table to specify the parameters of the entry:
Parameter | Description |
---|---|
TARGET | (Required) Specify a one- to eight-character name of a target system. The specified name must be unique. The target system is monitored by a BBI-SS PAS as follows:
|
TYPE | (Required) Specify the type of target as follows:
|
IMSTYPE | (Required) Specify the type of IMS target. Specify IMSTYPE=DBDC for an IMS DB/DC system (the default) or IMSTYPE=DBCTL for a DBCTL system. The IMSTYPE parameter is valid only when TYPE=IMS is specified. |
SUBSYS | (Required) Specify a one- to four-character subsystem ID that is assigned to a BBI-SS PAS. If only one BBI-SS PAS is created, use the value SSA1. |
RELEASE | (Required) For IMS, Db2 and DBCTL targets, specify the four-digit release number of the target. For example, RELEASE=0810 specified with TYPE=DB2 indicates Db2 Version 8.1. |
DESC | (Optional)Specify a 1- to 22-character description of the target system. If the description contains any embedded commas or blanks, it must be enclosed in single quotation marks: 'xxx ... xxx' |
IMSID | (Optional) For IMS targets, specify a unique one- to four-character subsystem ID of the IMS control region that you want to monitor. |
ALIAS | (Optional) Specify the ALIAS parameter as follows:
|
ATTACH | For Group 3 products, the ATTACH parameter requests immediate or deferred target recognition when the BBI-SS PAS starts.
|