Third party cron service

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Third party cron service
# 1  
Old 09-25-2013
RedHat Third party cron service

Hi,

Is there any third party scheduling service like cron or at service which used for scheduling tasks in a specific time. In the same time, is these third party scheduling service (if available) effect the default or the normal crontab service while both are running in the same time (e.g. can't run Sendmail and Postfix to gather).

Thanks
# 2  
Old 09-25-2013
Yes. They are called batch schedulers. AppWorx from UC4 is one of many. This is expensive.

Open source: see:


Batch Runner
JobScheduler | Free software downloads at SourceForge.net
# 3  
Old 09-25-2013
Hope you don't mind me asking.
Why would you need a different task scheduler other than cron?
I don't want to start a flame war here, just curious about why you would need it in the first place.
# 4  
Old 09-25-2013
No thing important actually, simply I hate using the default stuff!! But I still have a question, if I run it, would it effect the normal crontab activity in bad way? like conflict in services (like the one between Postfix and Sendmail if you run them in same time).
# 5  
Old 09-25-2013
I believe so, but I'm afraid I can't tell for sure since I can't try as I don't have any 3rd party tools installed. Give it a try in a test box and if you don't mind, get back to us to share the results.
# 6  
Old 09-25-2013
You certainly wouldn't want to have cron and a third-party cron installed at the same time.

What's your distribution? It may have different cron implementations available already. I was given a choice between vixie-cron and metachron...
# 7  
Old 09-25-2013
Quote:
Originally Posted by Corona688
You certainly wouldn't want to have cron and a third-party cron installed at the same time.

What's your distribution? It may have different cron implementations available already. I was given a choice between vixie-cron and metachron...
I'm working on RHEL6 and CentOS 6.4, I want to make both of service work in the same time (The default crond and the third party service), I wan't give some privacy to my scheduled jobs.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Not able to start cron service in Solaris 10

Hi, This is Solaris-10 x86. I am not able to start cron service, configured in FMRI. It is in maintenance and when I clear it, it seems like calling and failing on /etc/init.d/tcs-rtm script. I am not able to figure out, why cron is calling that script, if this failure is because of that. Cron... (5 Replies)
Discussion started by: ron323232
5 Replies

2. Shell Programming and Scripting

Script to get hung jobs in cron service.

Hi I want to have a list of hung jobs in crontab . e.g The below output gives a list of hung jobs including the running one. " USER1] ps -ef | grep 22345 root 22345 1 0 Nov 10 ? 0:09 /usr/sbin/cron user2 1061 22345 0 Nov 11 ? 0:00 sh -c /u01/user2s/b7111/movecsv.ksh oracle 20456 29535... (2 Replies)
Discussion started by: abdul bari
2 Replies

3. Linux

Why service (start|stop) can not be called from cron?

Hi, When I googled, I came to know that I can not call the command "service <service-name> start" from cron, insted I have to specify path to the service-name. I wanted to know the reason. Thanks, Hansini (3 Replies)
Discussion started by: hansini
3 Replies

4. UNIX for Dummies Questions & Answers

root cron was override w/ 3rd party software

Hi Guys, I'm new in Unix Environment. Any Unix Guru around...I need help. My question is, is it possible that the root cron could be override with 3rd party software?How can it happen. Another thing, how the cron job works?, I mean how the Unix process the cron job , I don't have an idea... (2 Replies)
Discussion started by: kupal
2 Replies
Login or Register to Ask a Question