Generate Guidewire AWR reports using system tools

Before you begin

Generating a Guidewire AWR report using system tools requires that you know the ID of two database snapshots.

Procedure

  1. Open a command prompt.
  2. Navigate to the following location in the PolicyCenter installation:
    • admin/bin
  3. Enter the following command to generate a list of database snapshot IDs:
    • system_tools -password password -oraListSnaps numSnaps

    You must enter a value for password. You must limit the list of snapshots by entering a value for numSnaps.

  4. Enter the following command to generate the Guidewire AWR report:
    • system_tools -password password -oraPerfReport beginSnapshotID endSnapshotID

    The PolicyCenter administration command prompt tools all require that you enter the password of an administrative user for the tool to work. The use of a user name is optional.

    You must enter the IDs of two database snapshots.

Results

The system_tools -oraPerfReport command option reports the process ID of the process generating the performance report. You can check on the status of this process using the -processstatus option of the maintenance_tools command.

What to do next

See also