WP7007
Chandra, Dave:
the vacuum users crontab on vacuum1 has been changed to run the CP3 and CP4 overfill scripts daily instead of only Monday, Wednesday and Friday. The crontab is now:
# Change to daily, WP7007 30 May 2017
# CP3 autofill
01 11 * * * /opt/rtcds/userapps/release/cds/h1/scripts/run_autofill_cp3.bsh &
# CP4 autofill
02 11 * * * /opt/rtcds/userapps/release/cds/h1/scripts/run_autofill_cp4.bsh &
For those who do not natively speak crontab(5), the fields before the command are: minute, hour, day of month, month, day of week, with '*' being all (a/k/a first-to-last).