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
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.