13-Sep-2022 17:28 - edited 13-Sep-2022 17:30
Hello I'm Hakeem. I have a question, so I write a post.
Thanks for reading.
Looking at the K6430267 document,
By default, log files are saved between 3 and 4 am.
Why? I wonder what the reason is.
https://support.f5.com/csp/article/K64302672
------------------------------------------
By the way, the time actually saved doesn't seem to be between 3 am and 4 am.
According to the K33730915 document,
vi in /etc/anacrontab
START_HOURS_RANGE=3-22 is the default setting.
Isn't this meant to be stored between 3 am and 10 pm?
Am I getting it wrong?
https://support.f5.com/csp/article/K33730915
------------------------------------------
to sum it up,
1. The reason why log files are saved between 3 and 4 am
2. How does START_HOURS_RANGE relate to log file storage time?
Thank you so much for your help.
Solved! Go to Solution.
16-Sep-2022 13:11
The knowledge base article is fairly clear on how that's tuned, where instead of the default 3am - 10pm (3-22) you can narrow that down with the START_HOURS_RANGE. It has to manage all the tasks in cron.daily, cron.weekly, and cron.monthly, so the timing, whereas consistent, isn't exact, but allows you to specify your window of lesser system resource needs on a daily basis to run system jobs. If I can attempt to answer your questions directly:
19-Sep-2022 08:37
it happens "at least" after 3am because the START_HOURS_RANGE for the tasks anacron runs is set to begin at 3am. It can be something different if you change that value, that default value is arbitrary and can/should be changed to match the best times in your traffic distribution to manage system tasks.
16-Sep-2022 13:11
The knowledge base article is fairly clear on how that's tuned, where instead of the default 3am - 10pm (3-22) you can narrow that down with the START_HOURS_RANGE. It has to manage all the tasks in cron.daily, cron.weekly, and cron.monthly, so the timing, whereas consistent, isn't exact, but allows you to specify your window of lesser system resource needs on a daily basis to run system jobs. If I can attempt to answer your questions directly:
18-Sep-2022 16:44
Thank you so much for your reply.
But I would like to know the answer to question 1.
Is it "just" for no reason that the K64302672 document says it's stored at 3 or 4 am?
https://support.f5.com/csp/article/K64302672
19-Sep-2022 08:37
it happens "at least" after 3am because the START_HOURS_RANGE for the tasks anacron runs is set to begin at 3am. It can be something different if you change that value, that default value is arbitrary and can/should be changed to match the best times in your traffic distribution to manage system tasks.