Configuring how long to keep application data
Procedure
- Log on to the IBM Spectrum LSF Application Center server host as root.
-
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
-
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.
-
Restart IBM Spectrum LSF Application Center.
Run pmcadmin stop then pmcadmin start from the command line.