dwilliams1963
IS-IT--Management
I'm running AIX 4.3.3 and have some CRON jobs set up. Some of the entries have the same times set on them, e.g.:
01,11,21,31,41,51 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/sicuhmedscript'
01,11,21,31,41,51 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/ccuhmedscript'
03,13,23,33,43,53 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/a2hmedscript'
3,13,23,33,43,53 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bin
/c3hmedscript'
Question: Will ccuhmedscript have to wait for sicuhmedscript to complete before it will execute?
As a followup question, is there a log file somewhere that shows when crontab entries are executed?
Thanks in advance for your assistance.
01,11,21,31,41,51 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/sicuhmedscript'
01,11,21,31,41,51 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/ccuhmedscript'
03,13,23,33,43,53 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bi
n/a2hmedscript'
3,13,23,33,43,53 * * * * /bin/csh -c 'source /usr/sybase/SYBASE.csh;/usr/dss/bin
/c3hmedscript'
Question: Will ccuhmedscript have to wait for sicuhmedscript to complete before it will execute?
As a followup question, is there a log file somewhere that shows when crontab entries are executed?
Thanks in advance for your assistance.