Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 Collecting and Reporting on Generated SMF Records : Activating TIBCO Object Service Broker SMF Recording

Activating TIBCO Object Service Broker SMF Recording
To generate SMF records from TIBCO Object Service Broker, complete the following tasks:
These tasks are described in the following sections.
 
Task A Check Library Authorization
To collect SMF records, the Execution Environment and Data Object Broker must each be executed from authorized library. They can run as either a started task or batch job.
Task B Confirm the SMFRECORD Parameters Are Set
You can use one common SMFRECORD value for both Data Object Broker and Execution Environment SMF records.
For Data Object Broker SMF Records
The SMFRECORD Data Object Broker parameter is usually set at initialization. The SMFRECORD and SMFnnINTERVAL parameters are defined in the //INITPARM DD of the Data Object Broker JCL.
If the parameter is not explicitly set (for example, if the default SMFRECORD=0 is still in effect), you can issue the following z/OS operator command to initiate the production of SMF records:
MODIFY dob_jobname, Parm=SMFrecord=nnn
For Execution Environment SMF Records
The SMFRECORD Execution Environment parameter must be set at initialization. The SMFTYPE, SMFDETAIL, and SMFPERFORMANCE parameters are defined in the //HRNIN DD of the Execution Environment JCL.
Task C Set the SMFDETAIL Session Parameter
Users wanting detailed monitoring of Execution Environment SMF records can log in with the session parameter SMFDETAIL. The SMFDETAIL session parameter does not enable an individual user to turn off Execution Environment SMF monitoring.
If no Execution Environment monitoring is set up (that is, NOSFMDETAIL is specified for the Execution Environment), the session parameter has no effect.
Task D Set the SMFPERFORMANCE Session Parameter
Users wanting detailed monitoring of Execution Environment SMF records can set the session parameter SMFPERFORMANCE in addition to the SMFDETAIL session parameter. For more information about SMFPERFORMANCE, refer to Performance Section.
The SMFPERFORMANCE session parameter does not enable an individual user to turn off Execution Environment SMF monitoring.
No Execution Environment Monitoring
If no Execution Environment monitoring is set up (that is, NOSFMPERFORMANCE is specified for the Execution Environment), the session parameter has no effect.
SMFDETAIL and SMFPERFORMANCE Parameters
SMFDETAIL generates the subtype 52, 62, and 72 records and SMFPERFORMANCE generates the performance sections that can appear in these records.
The SMFPERFORMANCE parameter behaves as the SMFDETAIL parameter if:
It is not set for the Execution Environment as a whole (a session can turn it on, providing the Execution Environment is configured for general or summary monitoring).
See Also
TIBCO Object Service Broker for z/OS Installing and Operating for more information about Data Object Broker and Execution Environment SMF records.
TIBCO Object Service Broker Parameters for more information about individual parameters.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved