LSF Version 7.3 - Administering Platform LSF
Reports Administration
646 Administering Platform LSF
◆ To convert job data every fifteen minutes from when the jobdt service first
starts up:
<ego:Command> ...jobdt... -t *:*[15]
◆ To convert job data every two hours from when the jobdt service first
starts up:
<ego:Command> ...jobdt... -t *[2]
4 In the command console, restart EGO on the master host to activate these
changes.
egosh ego restart master_host_name
5 Restart the jobdt service.
Change the default record expiry time
To reduce or increase the number of records stored in the database, change the
duration of time that a record is stored in the database before it is purged. This
applies to all tables in the database unless you also specify the record expiry time in
a particular table.
1 Edit the purger configuration files for your data loaders.
❖ For EGO data loaders, edit purger_ego_rawdata.xml.
❖ For LSF data loaders, edit purger_lsf_basic_rawdata.xml.
The
purger configuration files are located in the purger subdirectory of the
reports configuration directory:
◆ UNIX: $PERF_CONFDIR/purger
◆ Windows: %PERF_CONFDIR%\purger
2 In the <TableList> tag, edit the Duration attribute to your desired time in
days, up to a maximum of 31 days.
For example, to have the records purged after 7 days:
<TableList Duration="7">
By default, the records are purged after 14 days.
3 Restart the purger service.
Change the record expiry time per table
To reduce or increase the number of records stored in the database for a particular
table, change the duration of time that a record is stored in the database per table
before it is purged. The duration only applies to this particular table.
1 Edit the purger configuration files for your data loaders.
❖ For EGO data loaders, edit purger_ego_rawdata.xml.
❖ For LSF data loaders, edit purger_lsf_basic_rawdata.xml.