Previous Topic: Deleting Status RowsetsNext Topic: AutoStatus Table Definitions


Suggested AutoStatus Implementation

The following is a suggested implementation if you are a first-time user of AutoCollect.

First, perform the following research and testing at your site.

  1. Determine which MUFs are selected for AutoStatus processing.
  2. Determine which MUFs are Source MUFs

    Verify that the Source MUF(s) have the Dynamic System Tables activated.

  3. Determine which MUF(s) are the Repository MUF

    Note: If you are a first-time user, we suggest that you select one MUF and use it as both the Source and Repository MUF.

  4. Verify that the repository MUF(s) have the AutoStatus Snapshot database installed in the CXX (DBID 1018). A simple CXX report should be able to validate their presence and also provide the current allocation sizes.
  5. If the database is not present, check the Version 12 installation process for the steps to install the database. If you cannot determine why the database was not installed, contact CA Support.
  6. If the dataset sizes are not large enough or if you have not allocated and initialized the two datasets for the database, follow the instructions earlier in this guide to allocate and initialize the AutoStatus database.
  7. Before starting data collection, run a DBUTLTY LOAD FORMAT=NONE to verify that the database is empty and ready to receive AutoStatus data.

We strongly recommend that the user implement the AutoStatus databases as 1018 (Snapshot). If the user chooses to use another DBID for this database, the various AutoStatus functions of DBUTLTY will need to include the DBID on every AutoStatus function execution.

The user must next create a set of DBUTLTY jobs as follows to execute and test the various AutoStatus functions.

  1. Execute OPTION=SNAPSHOT several times.
  2. (For sites with SQL) Follow the examples for using DBSQLPR to print a report of the data in a Snapshot rowset.
  3. Execute OPTION=SNAPSHOT utilizing the various exclude commands.
  4. Execute OPTION=SNAPSHOT utilizing the ability to gather statistics from multiple MUFs.
  5. Execute OPTION=SNAPSHOT utilizing the repeat option to create a long-running job.
  6. Use the console commands to alter the Snapshot options
  7. Use the AS_OPTIONS console commands to verify the changes
  8. (For sites with SQL) Follow the examples for using DBSQLPR to print a report of the data in a Snapshot rowset.

Once the initial testing phase has been completed, the user should then begin to plan the AutoStatus snapshot collection process. Key to this process will be the repeat time values for how often a status Snapshot should be taken while the Source MUF is normally executing.

As we have seen in the various examples in Collecting AutoStatus Snapshot Rowsets chapter, the timing of the MUF startup and shutdown will affect when we do over status Snapshot collection points.

The process below provides a simple implementation for collection status Snapshots every 10 minutes.