Issue:
Linux Security 64: How to configure daily schedule scan using lsctl command?
Resolution:
Run the following commands to enable schedule scan on everyday.
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule monday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule tuesday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule wednesday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule thursday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule friday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule saturday true
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule sunday true
Run the following command to configure the time to start a schedule scan on the set days.
The value is a 24-hour time value (HH:MM) in the endpoint's time zone.
# /opt/f-secure/linuxsecurity/bin/lsctl set ods schedule weekly_schedule time_of_day 14:00
Refer to help page for details:
https://help.f-secure.com/product.html#business/linux-security-64/latest/en/concept_4CDB54E11FDF4560B87FE6C3C8935385-latest-en
・ods schedule schedule_type
・ods schedule weekly_schedule
・ods schedule weekly_schedule [monday|tuesday|wednesday|thursday|friday|saturday|sunday]
・ods schedule weekly_schedule time_of_day
Article no: 000041460