Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Security Guide

Exit Print View

Updated: June 2020
 
 

(Optional) Run Compliance Reports with a cron Job

  • As superuser, use the crontab -e command to add the appropriate entry to the crontab file.

    This list provides examples of crontab entries:

    • Runs daily compliance assessments at 2:30 a.m.

      30 2 * * * /usr/bin/compliance assess -b solaris -p Baseline

    • Runs weekly compliance assessments at 1:15 a.m. Sundays

      15 1 * * 0 /usr/bin/compliance assess -b solaris -p Recommended

    • Runs monthly assessments on the first of the month at 4:00 a.m.,

      0 4 1 * * /usr/bin/compliance assess -b pci-dss

    • Runs assessments on the first Monday of the month at 3:45 a.m.,

      45 3 1,2,3,4,5,6,7 * 1 /usr/bin/compliance assess