Utility Manager option description
This topic describes the Utility Manager options:
Keyword | Explanation |
---|---|
ngtUtilityStatement | Specifies the utility for which you want to evaluate objects (for example, REORG to run an evaluation for BMC AMI Reorg, or COPY for BMC AMI Copy). |
RTS | Triggers BMC AMI Utility Manager to check the Exceptions, Criteria, Schedule, and Duration tables to determine whether to run the specified BMC AMI Utility. |
appCriteriaRecord | Specifies the NAME field in a TYPE=AP criterion record. When specified, BMC AMI Utility Manager processes the object against the named criterion record for the specified application. |
REPORTONLY | Tells BMC AMI Utility Manager to report which objects should be processed, without processing them. BMC AMI Utility Manager expands the statement object (which can be a wildcard pattern) and analyzes it against the criteria in the Exceptions and Criteria tables. BMC AMI Utility Manager then generates a report (see Sample summary report) that lists the objects that would have been processed or skipped. Processing accesses only BMC AMI Utility Manager and DB2 Real Time Stats tables (no user tables). Sample summary report -- BMC Next Generation Technology V vv.rr.mm RTS REORG EXCLUDED TABLESPACE REPORT (STATEMENT 1) DATABASE TABLESPACE EXCLUDE NAME NAME PART(S) REASON -------- ---------- --------- -------------------------------- DSN8DCAT ABC 0001 EMPTY_TABLESPACE DSN8DCAT ABC 0002:0004 PASSED ALL RTS CRITERIA RTS REORG EXCLUDED INDEX REPORT (STATEMENT 1) INDEX INDEX EXCLUDE CREATOR NAME PART(S) REASON ------------------ ------------------ --------- ----------------------- DSN8DCAT ABCX1 0001:0004 PASSED ALL RTS CRITERIA |
REPORTALL (PTF BQU1353 applied) | Tells BMC AMI Utility Manager to report which objects should be processed, without processing them BMC AMI Utility Manager expands the statement object (which can be a wildcard pattern) and analyzes it against the criteria in the Exceptions, Criteria, Schedule, and Duration tables. BMC AMI Utility Manager then generates a report (see Sample summary report) that lists the objects that would have been processed or skipped. Optionally, you can include a timestamp with the REPORTALL option. The timestamp must be in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.SSSSSS). BMC AMI Utility Manager uses the timestamp when evaluating the START_TIME, END_TIME, MONTH, and DAY in the Schedule table. If you truncate a timestamp to the date, the time defaults to midnight (00:00:00:000000). Sample summary report -- BMC Next Generation Technology V vv.rr.mm RTS REORG EXCLUDED TABLESPACE REPORT (STATEMENT 1) DATABASE TABLESPACE EXCLUDE NAME NAME PART(S) REASON -------- ---------- --------- -------------------------------- DSN8DCAT ABC 0001 EMPTY_TABLESPACE DSN8DCAT ABC 0002:0004 PASSED ALL RTS CRITERIA RTS REORG EXCLUDED INDEX REPORT (STATEMENT 1) INDEX INDEX EXCLUDE CREATOR NAME PART(S) REASON ------------------ ------------------ --------- ----------------------- DSN8DCAT ABC 0002:0004 EXCLUDED BY SCHEDULE TABLE |
GENERATESYSIN | Prevents the BMC AMI Utilities statement from being executed BMC AMI Utility Manager expands the statement object (which can be a wildcard pattern) and runs it past the Exceptions and Selection criteria. Then BMC AMI Utility Manager reports just as with REPORTONLY but it also sends the list of selected objects to automation routine XRTSSYIN for custom processing. Use this keyword if you are not using BMC AMI Utilities. |
GENERATESYSINALL | Like GENERATESYSIN, evaluates objects without processing them, like GENERATESYSIN but it also sends objects NOT selected for processing to XRTSSYIN wth "PASSED" added. Then, XRTSSYIN can perform additional checks that are not available to BMC AMI Utility Manager. For more information about XRTSSYIN, see Using-automation-control-points. |
MAXSIZE (BMC.DB2.SPE2110) | Tells BMC AMI Utility Manager to report objects that are approaching their maximum size. BMC AMI Utility Manager sends the list of selected objects to XRTSSYIN automation control point for custom processing. |