You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction 

On using the Try Out option form, sos-berlin.com user gets an invitation link on their registered email id for using JobScheduler demo.

After clicking on the Try-Out: Login JOC Cockpit, you will be presented with the JobScheduler Operations Center ( JOC) Login. Use the Account and Password you have received with the Welcome Email to login into the JobScheduler demo environment.

After Login you will be presented the first view, which is referred as the "Dashboard View". The Dashboard gives a bird's eye view of JobScheduler operational status. 

To Run the Job Chain from the JOC-Cockpit, you need to switch the tab to Job Chains view.

Click on JOB CHAINS tab, JOC will switch the view to display the Job chains. To expand the list of folders and to see the available job chains, in the left tree navigation, Click on the arrow, refer KB article to know more about JOC Cockpit - Navigation and Usability

After expanding, the top folder will show the subfolders, each contains one or more Job chains.

All the examples in the demo environment follow the same pattern. Each job chain demonstrates an important JobScheduler feature, and most of the job chain has a minimum of two Orders to simulate successful and failed processing.

Shell Script Job

The example /01_JobChainShellJob demonstrate JobScheduler capability to execute shell jobs


  1. To list, the job chains under the subfolder, click on folder e.g., 01_JobChainShellJob. The list of Job chain will appear at the right-side panel.
    1. 01_JobChainShellJob: job chain contains simple order jobs with a cashell script as executable. The Job chain contains two permanent order to run start the job chain with “success” and “error” processing status.
  2. Click on down arrow to expand the detail of Job Chain.
  3. The JobChain“01_JobChainShellJobs” has 5 Jobs with 2 orders (order_for_success, order_for_error).

  4. The order “start_order_success” will simulate a successful processing and the order “start_order_error" with trigger processing with an error.

  5. To run the any order

    1. Click on the action menu of order. A drop-down menu will appear.
    2. Click on Start Order now option to run the order immediately.
  6. To check the status of the order

    1. Click on Job chain name "01_JobChainShellJobs."
    2. New Order History panel will open to show the order history.
  • No labels