LSF Version 7.3 - Administering Platform LSF
Administering Platform LSF 645
Reporting
3 Change the -t parameter in the data purger script to the new time
(
-t new_time).
You can change the data purger schedule to a specific daily time, or at regular
time intervals, in minutes, from when the
purger service first starts up.
For example, to change the schedule of the data purger:
◆ To delete old data at 11:15pm every day:
<ego:Command> ...purger... -t 23:15
◆ To delete old data every 12 hours from when the purger service first starts
up:
<ego:Command> ...purger... -t *[12]
4 In the command console, restart EGO on the master host to activate these
changes.
egosh ego restart master_host_name
5 Restart the purger service.
Change the data transformer schedule
Prerequisites: Your cluster must be EGO-enabled.
To have reschedule the transformation of data from the relational database to the
reporting feature, change the time in which the data transformer converts job data.
1 Edit jobdt.xml in the EGO service directory.
◆ UNIX:
LSF_CONFDIR/ego/cluster_name/eservice/esc/conf/services
◆ Windows: LSF_CONFDIR\ego\cluster_name\eservice\esc\conf\
services
2 Navigate to <ego:Command> with the -t parameter in the purger script.
◆ In UNIX, this is <ego:Command> ...jobdt.sh -t ...
◆ In Windows, this is <ego:Command> ...jobdt.bat -t ...
By default, the data transformer converts the job data every hour at thirty
minutes past the hour (that is, at 12:30am, 1:30am, and so on throughout the
day).
3 Change the
-t parameter in the data transformer script to the new time
(
-t new_time).
You can change the data transformer schedule to a specific daily time, a specific
hourly time, or at regular time intervals, in minutes or hours, from when the
jobdt service first starts up.
For example, to change the schedule of the data transformer:
◆ To convert job data at 10:20pm every day:
<ego:Command> ...jobdt... -t 22:20
◆ To convert job data at the 25th minute of every hour:
<ego:Command> ...jobdt... -t *:25