Creating a BBI-SS PAS startup procedure
Use the following procedure to set up a started task procedure for the BBI-SS PAS.
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.
(
MainView AutoOPERATOR
and
MainView for MQ
) Complete this step only if one of the following conditions applies to you:
- You plan to use MainView AutoOPERATOR General Message Exchange (GME) or MainView AutoOPERATOR Command MQ Automation Power Line (APL).
- You plan to connect a BBI-SS PAS from MainView 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.
(
MainView for MQ
only) If the following TCP/IP library is not available in the system linklist, add the library to STEPLIB:tcpprefix.SEZALPA
(
MainView 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 MainView for MQ; optional for MainView AutoOPERATOR) 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
(
MainView AutoOPERATOR
only) Perform the following steps:
- Create a SYSPROC DD statement that points to the libraries that contain MainView AutoOPERATOR 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 MainView AutoOPERATOR 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 MainView AutoOPERATOR EXEC members:
(
MainView for DB2
only) If you are also installing the MainView 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.