![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cronjobs stopped working | bisla.yogender | Linux | 1 | 06-16-2008 08:39 PM |
| Setting cronjobs... | krworks | Shell Programming and Scripting | 4 | 06-05-2008 11:46 PM |
| Time Zone in AIX and cronjobs | run_time_error | AIX | 1 | 04-28-2006 03:42 AM |
| Cronjobs | mcastill66 | AIX | 1 | 05-31-2005 11:15 AM |
| cronjobs | tamer | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 11:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
cronjobs not running.
hi friends,
how to check if the cronjobs is not running and how to make it run again. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
1. To determine if your cron job is running:
Read the contents of /var/cron/log. Do not restart cron unless you are sure that: a: your script has been written correctly b: the output that you are expecting has been directed to the correct location To determine if cron is running: Code:
ps -ef | egrep cron -or- ps -ef | grep cron Code:
Solaris 10: svcadm refresh cron Solaris 9: /etc/rc.d/S75cron stop Solaris 9: /etc/rc.d/S75cron start |
|||
| Google The UNIX and Linux Forums |