``crontab -e``Edit Crontab ``` 0 11 * * * /usr/bin/errclear -d S,O 30 (de 0 staat voor de minute en de 11 voor het uur waarop dit moet beginnen) 0 12 * * * /usr/bin/errclear -d H 90 0 15 * * * /usr/lib/ras/dumpcheck >/dev/null 2>&1 # SSA warning : Deleting the next two lines may cause errors in redundant # SSA warning : hardware to go undetected. 01 5 * * * /usr/lpp/diagnostics/bin/run_ssa_ela 1>/dev/null 2>/dev/null 0 * * * * /usr/lpp/diagnostics/bin/run_ssa_healthcheck 1>/dev/null 2>/dev/null # SSA warning : Deleting the next line may allow enclosure hardware errors to go undetected 30 * * * * /usr/lpp/diagnostics/bin/run_ssa_encl_healthcheck 1>/dev/null 2>/dev/null # SSA warning : Deleting the next line may allow link speed exceptions to go undetected 30 4 * * * /usr/lpp/diagnostics/bin/run_ssa_link_speed 1>/dev/null 2>/dev/null 55 * * * * /b/prog/uu00/uu18_cron b # opruimen van apmbk directory ;# APMBKCLN 0 17 * * * PROG=/b/prog; UDD=/b/udd; /b/prog/apmbkcln -delete ;# APMBKCLN # 2 4,12,20 * * * /b/prog/bin/ntpdate.sh 192.9.181.233 00 20 * * 1-5 /usr/bin/rm /0/elaix1-copy/bestanden/* 00 20 * * 1-5 /usr/bin/rm /0/elaix2-copy/bestanden/* 00 20 * * 1-5 /usr/bin/rm -r /0/a_ 00 20 * * 1-5 /usr/bin/rm -r /0/a__ 19 16 * * * /b/prog/uu00/uu35 b 59 1 * * 0 /b/prog/uu00/uu36_cron b 0 7 * * 1 /b/udd/beheer/mndbeheer 60 10080 >/dev/null 2>/dev/null # uitwerpen van de tape uit de tapestreamer iedere ochtend ma,di..vr om 6:00uur 0 6 * * 1-5 /usr/bin/tapeutil -f /dev/rmt0 unload (de 0 staat voor de minuten en de 6 voor het uur. De * voor elke dag. De 1-5 voor elke werkdag) 0 1 * * 1-5 /usr/bin/touch /a/prog/nologin 55 23 * * 0 /b/prog/bin/dcheckall -om=b # PCI-X batterij check script ``` Zie ook [[Cronlog in AIX]] [[CRON in Debian Ubuntu]]