![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron Email Problem | sasaliasim | UNIX for Dummies Questions & Answers | 0 | 04-29-2008 08:24 AM |
| Crontab change and email notification | coolkid | Shell Programming and Scripting | 3 | 01-02-2008 11:56 AM |
| How to add email notification in scripts? | redlotus72 | UNIX for Dummies Questions & Answers | 2 | 03-14-2005 04:19 AM |
| Why am I not recieving email notification? | Kelam_Magnus | Post Here to Contact Site Administrators and Moderators | 6 | 09-03-2002 07:01 PM |
| email notification if job is killed/dies | jacob_gs | Shell Programming and Scripting | 2 | 05-15-2002 11:29 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I have two different cron jobs that run on the same days. The jobs are 7 hours apart. Both jobs are set to send notification emails when they start running.
Both jobs always run successfully, but I only receive an email from the first job. I never get the email from the second job. What could possibly be happening? Code:
0 3 * * 1-5 . ./.profile ; shell1.ksh 2>&1 | mail -s "Shell 1 is running" myemail@domain.com 0 10 * * 1-5 . ./.profile ; shell2.ksh 2>&1 | mail -s "Shell 2 is running" myemail@domain.com |
| Forum Sponsor | ||
|
|