Open Source Job Scheduler
From Wikipedia, the free encyclopedia
Open Source Job Scheduler | |
---|---|
Developed by | Software- und Organisations-Service GmbH |
Latest release | 1.3.4 / February 14, 2008 |
Written in | C++ |
Genre | job scheduling |
License | GPL or closed source licence[1] |
Website | http://jobscheduler.sourceforge.net |
The Open Source Job Scheduler is an open source computer application for enterprise level job scheduling used for process automation. Job Scheduler is used to launch executable files and shell scripts and to run database procedures automatically.
Jobs are configurable as Web services providing interoperability with enterprise applications. It stores all information in a backend database system running on either MySQL, PostgreSQL, Firebird, SQL Server, Oracle, DB2 or Adaptive Server Enterprise.
Contents |
[edit] Key Functionalities
- Launch executable files, shell scripts and database procedures automatically
- Trigger events for job starts such as calendar events, monitoring of incoming files and API events initiated by external applications
- Configure jobs as Web Services to provide interoperability with SOA architectures (BPEL)
[edit] Mode of Operation
- Used for batch scheduling, the Job Scheduler runs as Unix demon or Windows Service in the background
- Job control is carried out by command line or by a built-in graphical user interface
- A graphical XML editor for job configuration and a web GUI for job management are available
[edit] Job Execution
- Jobs are the basic unit for the processing of executable files, shell scripts, stored procedures and of job implementations based on the Job Scheduler API.
- Jobs can be executed independently from one another. Depending on the execution result (i.e. exit status signalling success, failure or a specific exit code) of a job any number of successor jobs can be started.
- Jobs can be executed in parallel up to a configurable number of simultaneous tasks.
- Job chains can be seen as an assembly line on which multiple job nodes are passed. Therefore, each job comprises exactly one step in the processing of a job chain. Job dependencies based on execution results of the respective job nodes can be configured for a job chain.
- Monitoring of directories can trigger job starts, this allows the integration of legacy applications into the business workflow as file transfer is a widespread means to integrate applications.
- Job starts triggered by built-in calendar, by command line or by web interface.
- Other applications can start jobs or otherwise control the Job Scheduler via API’s.
[edit] Key Features
The Job Scheduler is delivered with a range of standard features, e.g.:
- Job activities can be limited to timeslots. The Job Scheduler supports any number of timeslots, which can be configured according to individual job requirements.
- The Job Scheduler allows the assignment of job priorities.
- Job history protocols are optionally stored in a database.
- The locking feature prevents that two jobs access the same resource, e.g. a file or database, at the same time. In other words, only one process at a time can receive the exclusive right to access the resource as long as the lock is active.
- Standard job packages e.g. for log rotation and cleanup, sanity checking, job execution by remote Job Schedulers, FTP file transfer.
- Notifications for job execution results per e-mail, configurable logging and monitoring of logs.
- API to implement jobs and job scripts, e.g. for complex conditional processing.
- Different graphical user interfaces: A built-in interface for job control and a GUI for managing configurations for several Job Schedulers on different server systems.
[edit] Additional Features
- High-availability Cluster: a Job Scheduler backup cluster ensures fail-safe operation with automatic fail-over. A fail-safe system consists of a primary Job Scheduler and at least one backup, with both these Job Schedulers running on different computers.
- Load balancing: For a high volume of data with time consuming processing using multiple Job Schedulers will speed up the processing time considerably and provide higher availability. In load balancing mode the processing tasks are shared between multiple Job Schedulers that are handling distributed orders on more than one host.
- Solution stacks are implementations with third party Open Source components that are available for:
- Network Monitors such as Nagios
- Reporting tools such as JasperReports
- Secure Shell remote execution, SCP Secure Copy and SFTP Secure file transfer.
[edit] Implementation
The Job Scheduler is written in C++, standard jobs for distribution are implemented with Java (programming language).
The Open Source Job Scheduler is customized according to specific business requirements. Enterprise level support is available.
[edit] Supported Platforms
Operating Systems:
- Windows 2000/2003/XP/Vista
- Linux starting with kernel 2.4
- Solaris 8/9/10
- HP-UX 11 (PA-RISC, IA-64)
- AIX 5.3
Database Management Systems:
- Oracle 8.1.7, 9.2, 10g
- SQL Server 2000, 2005
- DB2 8.x
- Adaptive Server Enterprise ASE 15
- MySQL version 4.1, 5.x
- PostgreSQL 8.x
- Firebird 1.5
[edit] References
- ^ Licencing Models. Job Scheduler. Retrieved on 2007-09-16.
[edit] External links
- Project web site
- Software- und Organisations-Service GmbH company web site, located in Berlin, Germany