The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
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

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 09-15-2008
Registered User
 

Join Date: Jun 2008
Posts: 33
cronjobs not running.

hi friends,

how to check if the cronjobs is not running and how to make it run again.
Reply With Quote
Forum Sponsor
  #2  
Old 09-15-2008
Registered User
 

Join Date: Apr 2008
Location: Calgary
Posts: 196
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
To restart cron:
Code:
Solaris 10: svcadm refresh cron
Solaris 9: /etc/rc.d/S75cron stop
Solaris 9: /etc/rc.d/S75cron start
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:45 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0