Schedular


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Schedular
# 1  
Old 05-07-2009
Schedular

Hi,

I was looking for a schedular(a simple script would do or a tool) that would invoke jobs on few conditions:

1. Every day
2. Every working day(Considering customized holiday list, from a file or table)
3. Weekly
4. being able to define variable dependency. like on every day run, different set of jobs should run and on every working day a different set)
5. waiting for file

I know all these could be acheived with a script. but before going for the script I want to check if there is something already available.
# 2  
Old 05-07-2009
All your requirements could be addressed by the AUTOSYS job scheduling tool. But it is not a freeware. Else you can use " cron" for addresing most of your requirements
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. High Performance Computing

Job Schedular for Suse Enterprise SLES 11 SP2

We have a server with 160 hyper-threaded cpu's threads and 2Tb of RAM. I need to implement command line job queue and parallel thread usage for multiple user environment kindly suggest necessary tools to be installed. I have understanding that sun grid engine like applications are available for... (0 Replies)
Discussion started by: vaibhavvsk
0 Replies

2. UNIX for Dummies Questions & Answers

Unix Shell Script on Tidal schedular for ETL

Hello I am very new to Unix scripting, I am using informatica etl,which is schedule by tidal enterprise. I have a scenario where assume that Tidal only knows how to run jobs at a given time and does not know how to retry. So i want to know weather can i write a shell script such that... (1 Reply)
Discussion started by: bluestarmoon
1 Replies

3. Shell Programming and Scripting

Creating a Schedular to Run the Jobs.

Hi, I have to create a sheduler to run the shell scripts one by one(dependency). Suppose i have 10 scripts. For all the 10 scripts i have a database table containing these scripts_names and status. Executing the first script.if the first status script is only 'success' then go to next... (4 Replies)
Discussion started by: laknar
4 Replies

4. UNIX for Dummies Questions & Answers

Problem: Run schedular to copy from one table to other

Check if records of table B are 1 month old. if yes then Truncate table B_SNAPSHOT and then copy data from B to SNAPSHOT_B table otherwise no need to copy. Run a schedular after every 15 minutes. The tables B and SNAPSHOT_B has the below structure(same for both): PROCESS_NAME MQ_NAME... (0 Replies)
Discussion started by: nehagupta2008
0 Replies
Login or Register to Ask a Question