SMF Activity Logging
You can audit the actions of Output Manager users and store this information in SMF records.
Auditable actions include the viewing, printing, emailing, and downloading of archives and reports; the printing and reprinting of report bundles; and the processing of archives or reports in BJTBATCH. Output Manager can capture SMF statistics when any of these actions are performed, and store the captured statistics in SMF records, based on your specifications. Use SMF activity logging to help trace the lifecycle of report data, from the originating job all the way through its eventual hardcopy printing.
The number of pages, lines, and bytes that are viewed, printed, emailed, or processed by a request is based on actual data output, except as noted. The recorded counts do not include values added by the operating system. However, these counts do include the number of pages, lines, and bytes in any banners and PRSET members included with the output. They do not include bundle manifests or recipient manifests. Byte counts include the number of bytes necessary to transport the data to its destination
To enable and configure SMF logging, store a record type value in the BJTCFG table using the BJTCNVPM SBJTSAMP member during Output Manager installation and customization.
You change the record type value using the Output Manager ISPF Policy Administration panels (A.PA). Set the value for the SMF_RECORD_TYPE attribute in the global default configuration (Subsystem name = '*' and type = '*') to a numeric value, 128 - 255, inclusive. Deleting this attribute, or setting it to 0, or specifying an invalid value disables SMF logging.
The SMF accounting records are written as a user-configurable SMF record type with Output Manager specific subsections. For more information on the subsections specific to Output Manager, see SMF Record Layouts.
To trace the lifecycle of report data, combine the information found in the SMF records generated by Output Manager with any SMF type X'06' records generated by eventual output.
Security requirements for ITOMweb SMF logging
RDEFINE FACILITY BPX.SMF UACC(NONE)
PERMIT BPX.SMF CL(FACILITY) ACCESS(READ) ID(ITOMwebid)
SETROPTS RACLIST(FACILITY) REFRESH
Where ITOMwebid is
the user ID that the ITOMweb web server is running under.