Creating a BBI-SS PAS startup procedure
Use member SSJCL to help you set up your BBI-SS PAS started task procedure.
To create a BBI-SS PAS started task procedure
- In BBSAMP member SSJCL, make the following changes:
- Change the PREFIX parameter to the prefix that was used to load the product libraries to DASD.
- Change the SS parameter value to the subsystem ID of the BBI-SS PAS.
- Use the default parameter START=WARM.START=COLD should be used only as instructed by BMC Customer Support or when the BBI-SS PAS requests it through WTOR after maintenance.
- Ensure that your UBBPARM data set is concatenated before the BBPARM data set.
(
BMC AMI Ops Automation
and
BMC AMI Ops Monitor for MQ
) Complete this step only if one of the following conditions applies to you:
- You plan to use BMC AMI Ops Automation General Message Exchange (GME).
- You plan to connect a BBI-SS PAS from BMC AMI Ops Monitor for MQ without using a PATROL for MQ node manager.
If either condition applies, perform the following actions to enable the BBI-SS PAS to use the IBM TCP/IP product or the BMC Generic TCP/IP Server (GTS):
If the following TCP/IP libraries are not available in the system linklist, add the libraries to the STEPLIB:tcpprefix.SEZATCP
tcpprefix.SEZALINK
tcpprefix is the prefix that was defined when you installed TCP/IP.
(
BMC AMI Ops Monitor for MQ
only) If the following TCP/IP library is not available in the system linklist, add the library to STEPLIB:tcpprefix.SEZALPA
(
BMC AMI Ops Monitor for MQ
only) Add the following MQ-authorized program library to the STEPLIB DD statement:wmqprefix.SCSQAUTH
wmqprefix is the prefix that was defined when you installed MQ.
If you are running multiple TCP/IP stacks and you want to specify which stack the PAS should use, add the following TCP/IP configuration DD statement to member SSJCL://SYSTCPD DD DISP=SHR,DSN=tcpprefix.CNTL(tcpipdata)
tcpipdata is the name of the member that contains the TCP/IP configuration information that is required by TCP/IP client programs.
You do not need to identify a specific TCP/IP stack to the BBI-SS PAS. If more than one stack is running, the PAS will use the first stack that is found with the latest release.
To add BMC Generic TCP/IP Server (GTS) support, in BBPARM member BBISSPxx, specifyGTS=xx
xx is the suffix of your BBTTCPxx member.
(Required for BMC AMI Ops Monitor for MQ) Create BBPARM member BBTTCPxx in your copy of the BBPARM library where xx is 00 or the suffix that you specified with the GTS parameter in member BBISSPxx.
BBTTCPxx defines your TCP/IP environment and has the following statements:
TCPNAME=name
(
BMC AMI Ops Automation
only) Perform the following steps:
- Create a SYSPROC DD statement that points to the libraries that contain BMC AMI Ops Automation EXEC members:
- Uncomment the SYSPROC DD statement.
- Ensure that the UBBPROC data set is concatenated before the BBPROC data set.
- Allocate a BBIDIV data set to store binary large objects and data across BMC AMI Ops Automation restarts:
Insert the following DD statement immediately before the PEND statement:
//BBIDIV DD DSN=&PREFIX.&SS..BBIDIV,DISP=OLD
- For information about how to allocate the BBIDIV data set, see Allocating BMC AMI Ops Automation data sets.
- Create a SYSPROC DD statement that points to the libraries that contain BMC AMI Ops Automation EXEC members:
(
BMC AMI Ops Monitor for Db2
only) If you are also installing the BMC AMI Ops Monitor for Db2 Data Collector component, include the Data Collector load library in the PAS STEPLIB concatenation with the correct high-level qualifier.You can use the sample CDCLOAD DD statement that is included in the procedure as an example.
(optional) Add the following statement to your configuration members://BBCFG DD DSN=&PREFIX..&SS..UBBPARM(xxxxxxxx),DISP=SHR
xxxxxxxx is the one- to eight-character name of the member that you created for BBCFG in Defining-configuration-members-to-BBI-SS-PAS.