Configuring how long to keep application data

Procedure

  1. Log on to the IBM Spectrum LSF Application Center server host as root.
  2. Find the application definition file.

    If the application is published:

    $GUI_CONFDIR/application/published/application_name/application_name.xml

    If the application is unpublished:

    $GUI_CONFDIR/application/draft/application_name/application_name.xml

  3. Edit the file, find and add the ttl attribute to the <repository> element.

    For example: <repository ttl="60">

    In this example. the application job data will be kept for 60 days after the job completes.

  4. Restart IBM Spectrum LSF Application Center.

    Run pmcadmin stop then pmcadmin start from the command line.