Managing BMC AMI Utility Manager tables
Before you begin
To evaluate objects, BMC AMI Utility Manager requires the following tables. The product creates these tables when you install it, but you can edit them, as needed.
Table | Description |
---|---|
Exceptions table | Defines exceptions to standard processing schedules The values in these columns tell BMC AMI Utility Manager whether to:
|
Criteria table | Lists sets of table spaces or indexes to evaluate BMC AMI Utility Manager refers to fields in the Criteria table to determine whether to perform specified actions. |
Schedule table | Sets the normal processing time frame Use this table to avoid reorganizations on a particular day of the month, week, or time frame. |
Duration table | The Duration table contains duration records that specify how long a BMC AMI Utility Manager job is allowed to run. If the job duration exceeds, BMC AMI Utility Manager does not start processing other objects. Objects that are already in process continue processing until completed. |
Editing BMC AMI Utility Manager tables
The BMC AMI Utility Manager tables are standard IBM Db2 tables. To edit the tables, use either of the following methods:
(recommended) BMC AMI Command Center for Db2 graphical user interface (GUI), if available
For more information, see the BMC AMI Command Center for Db2 documentation or BMC AMI Command Center for Db2 online Help.
- Standard SQL statements
- Table editor available with the BMC AMI Catalog Manager for Db2 product
Displaying BMC AMI Utility Manager table definitions
Use the following procedure to view the BMC AMI Utility Manager table definitions:
Enter a SYSIN DD statement that includes an NGTRTS DISPLAY statement, using the following syntax:
//UTPRINT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSIN DD *
NGTRTS DISPLAY ALL
Include ALL if you want to see the alias and table information for the BMC AMI Utility Manager tables.