LSF Version 7.3 - Administering Platform LSF

Reports Administration
644 Administering Platform LSF
3 Restart the plc service on the master host to activate this change.
Change the disk usage of EGO allocation event data files
Prerequisites: Your cluster must be EGO-enabled.
If your system logs a large number of events, increase the disk space allocated to the
EGO allocation event data files. If your disk space is insufficient, decrease the space
allocated to the EGO allocation event data files or move these files to another
location.
1 Edit ego.conf.
a To change the size of each EGO allocation event data file, specify or change
the
EGO_DATA_MAXSIZE parameter.
EGO_DATA_MAXSIZE = integer
If unspecified, this is
10 by default. Change this to the new desired file size
in MB.
b To move the files to another location, specify or change the
EGO_DATA_FILE
parameter.
EGO_DATA_FILE = file_path
If unspecified, this is
LSF_TOP/work/cluster_name/ego/data/ego.stream by default.
2 In the command console, restart EGO on the master host to activate this
change.
egosh ego restart master_host_name
Change the data purger schedule
Prerequisites: Your cluster must be EGO-enabled.
To reschedule the deletion of old data, change the time in which the data purger
deletes the old data.
1 Edit purger_service.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> ...purger.sh -t ...
In Windows, this is <ego:Command> ...purger.bat -t ...
By default, the data purger is scheduled to delete old data at 12:30am every day.