Changing the data purger schedule
To reschedule the deletion of old data, change the time in which the data purger deletes the old data.
Procedure
- From the cluster management console, select System & Services > EGO Services > Service Profiles.
-
In the list of services, click purger.
The service profile displays.
-
Navigate to <ego:Command> with the —t
parameter in the purger script:
- In Linux®, 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:30 am every day.
- In Linux®, this is
-
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 hours and 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:15 pm every
day:
<ego:Command> ... .../purger... -t 23:15
- To delete old data every 12 hours from 00:00 of every
day:
<ego:Command> ... .../purger... -t "*[12]"
- To delete old data every 30 minutes from 00:00 of every
day:
<ego:Command> ... .../purger... -t "*:*[30]"
- To delete old data at 11:15 pm every
day:
- Click Save. The service must be stopped to apply the changes. Click OK to stop the service.
- In the Actions list for the purger service, select Start. Click OK to start the purger service.
- Refresh the Services page and verify that the purger service has started.