JP2015064848A - Job management system - Google Patents

Job management system Download PDF

Info

Publication number
JP2015064848A
JP2015064848A JP2013199716A JP2013199716A JP2015064848A JP 2015064848 A JP2015064848 A JP 2015064848A JP 2013199716 A JP2013199716 A JP 2013199716A JP 2013199716 A JP2013199716 A JP 2013199716A JP 2015064848 A JP2015064848 A JP 2015064848A
Authority
JP
Japan
Prior art keywords
job
net
time
execution
schedule
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013199716A
Other languages
Japanese (ja)
Inventor
朗 谷川
Akira Tanigawa
朗 谷川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Solutions Ltd
Original Assignee
Hitachi Solutions Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Solutions Ltd filed Critical Hitachi Solutions Ltd
Priority to JP2013199716A priority Critical patent/JP2015064848A/en
Publication of JP2015064848A publication Critical patent/JP2015064848A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a job management system capable of reducing workload of work, entailed by a change in a job net execution schedule, for changing the job net execution schedule on a side detecting and executing an event, and preventing work omission.SOLUTION: A job management system includes: a table for pre-defining a time difference between transmitting-side job start time and receiving-side job start time if a dependency relation for event transmission/reception is held among job nets; and a job management manager changing execution time of each job while referring to execution time in each job net so that the receiving-side job can start while securing the time difference defined in the table if an execution schedule of the job nets for which the time difference is already pre-defined is to be changed.

Description

本発明は、ジョブ管理システムに係り、特にジョブネット実行スケジュールの変更に関する操作について、イベント送受信により連動して動作する各々のジョブネットへのスケジュール変更作業を簡単・漏れなく行うためのジョブ管理システムに関するものである。   The present invention relates to a job management system, and more particularly to a job management system for easily and safely performing a schedule change operation for each job net that operates in conjunction with event transmission / reception with respect to an operation related to changing a job net execution schedule. Is.

従来におけるジョブ管理装置の一例を図6に示す。
この例では、実際の業務をジョブとして管理しているジョブ管理マネージャー102がインストールされているホストマシン101Aと、ジョブ管理マネージャー102から配信されたジョブを実際に実行するジョブ実行エージェント(103AC〜103C)がインストールされているホストマシン(101B〜101D)と、ジョブ管理マネージャー102やシミュレーションを行うためのホストマシン(101B〜101D)に対して、データの入力と結果の出力を行うことができる端末105がネットワークで相互に接続されている。
ここで、ホストマシンは実際の業務を運用しているマシンであり、ホストマシンは新規に追加するジョブとすでに運用されているジョブに対するシミュレーションを行うためのマシンである。ここで、実際の業務を運用しているマシンを本番環境、シミュレーションを行うためのマシンを検証環境と定義する。
環境は、1台のジョブ管理マネージャー102と3台のジョブ実行エージェント(103AC〜103C)から構成される。
ジョブ管理マネージャー102は管理しているジョブを各ジョブ実行エージェントに配信し、ジョブの実行を行う。ジョブの配信先は各ジョブの業務内容によって異なり、任意に指定することができる。ジョブの実行が終了したら、終了したジョブ実行エージェントからジョブの実行結果をジョブ管理マネージャー102へ通知する。結果の通知を受けたジョブ管理マネージャー102は該当のジョブの実行を終了させることで日々の業務を運用している。
An example of a conventional job management apparatus is shown in FIG.
In this example, the host machine 101A in which the job management manager 102 that manages actual jobs as jobs is installed, and job execution agents (103AC to 103C) that actually execute jobs distributed from the job management manager 102. The terminal 105 that can input data and output the results to the host machine (101B to 101D) installed with the job management manager 102 and the host machine (101B to 101D) for performing simulation. They are connected to each other via a network.
Here, the host machine is a machine that operates an actual job, and the host machine is a machine that performs simulation for a job to be newly added and a job that has already been operated. Here, the machine operating the actual business is defined as the production environment, and the machine for performing the simulation is defined as the verification environment.
The environment includes one job management manager 102 and three job execution agents (103AC to 103C).
The job management manager 102 distributes the managed job to each job execution agent and executes the job. The job distribution destination differs depending on the job contents of each job, and can be arbitrarily designated. When the job execution is completed, the job execution manager notifies the job management manager 102 of the job execution result. Upon receiving the result notification, the job management manager 102 operates daily operations by terminating the execution of the corresponding job.

従来のジョブネットの一例を図7に示す。
ジョブ1がまず実行され、終わったらジョブ2とジョブ3が実行される。ジョブ3が終わったらジョブ4が実行されることを示している。
ここではそれぞれのジョブは自分のジョブと関連性のあるジョブは前に実行されるジョブのことだけしか把握していない、ジョブ自身がどのジョブと連動しているかといったことは何の情報も有していない。ジョブネット内に複数のジョブがあるが、それぞれの実行場所は別々のエージェントでもかまわない。
ジョブ管理システムにおいては、特定の事象、いわゆるイベントをきっかけとして、処理を自動的に実行する。
すなわち、あるジョブネット内のジョブが特定の事象を送信するように定義されている。
別のジョブネット内のジョブがそのイベントを受信して、予め定義しておいたジョブの実行を行うことができるものである。このとき、受信する側のジョブネットは“受信を逃さないように”イベント送信する側のジョブネットよりも先に起動するスケジュール設定をしておく必要がある。
An example of a conventional job net is shown in FIG.
Job 1 is executed first, and when completed, job 2 and job 3 are executed. When job 3 is finished, job 4 is executed.
Here, each job only knows about jobs that are related to its own jobs and jobs that are executed before, and it has no information about which jobs it is linked to. Not. There are multiple jobs in a job net, but each execution location can be a separate agent.
In the job management system, processing is automatically executed in response to a specific event, so-called event.
That is, it is defined that a job in a certain job net transmits a specific event.
A job in another job net can receive the event and execute a predefined job. At this time, the job net on the receiving side needs to be set to start before the job net on the event transmitting side “so as not to miss the reception”.

前述した通り、ジョブ自体は自身のジョブに関連するジョブがどれであるかは定義情報をもっておらず、したがってジョブネットに組み込まれるスケジュールによっていつジョブを実行するかどうかを定義する必要ある。
イベントを送信する側のスケジュールを変更する場合は、受信側のスケジュールよりも先になると受信側のスケジュールも変更しなければならない。
ここで関連する先行技術として下記の特許文献に開示されたものがある。
As described above, the job itself does not have definition information as to which job is related to its own job, and therefore it is necessary to define when to execute the job according to the schedule incorporated in the job net.
When changing the schedule of the event sending side, the schedule on the receiving side must be changed before the schedule on the receiving side.
The related art here is disclosed in the following patent document.

特開2009−230322号公報JP 2009-230322 A

ジョブ管理では、業務における集計などのジョブを定義しておく。そして実際に実行する日時を定義して運用を行う。
ジョブには幾つかの種類があり、それぞれのジョブは自分に割り当てられた種類によって大別ができる。
例えば、イベントを送信するジョブ、送信されたいイベントを受信して動作するジョブ、また受信したジョブを転送するといったジョブも知られている。
イベントを受信するジョブの中にはイベントを受信して、その履歴を残すようなファイルとして存在するものの他に、受信したらそのままジョブそのものが消滅してしまうものもある、つまり実行した段階でそのジョブの役割は終わり、ジョブそのものの存在がなくなるジョブもある。
In job management, jobs such as counting in business are defined. Then, define the date and time for actual execution.
There are several types of jobs, and each job can be broadly classified according to the type assigned to it.
For example, a job that transmits an event, a job that operates by receiving an event to be transmitted, and a job that transfers a received job are also known.
Some jobs that receive events exist as files that receive events and leave a history of them, but there are also jobs that disappear as they are when they are received. There are jobs that no longer exist, and the job itself no longer exists.

単に受信仲介を行って消滅してしまうジョブの場合、受信後のジョブの役割が分からなくなることがあるので、別のジョブからのイベント受信を行うためには受信ジョブを先に起動して必要がある。
これは予め、スケジュールで受信ジョブの起動を決めておく必要があり、もしスケジュール変更になってしまうときには受信ジョブと送信ジョブ間における依存関係があるために、変更によっては他のジョブネットに影響があるケースが考えられる。
In the case of a job that disappears simply due to reception mediation, the role of the job after reception may be lost, so it is necessary to start the reception job first in order to receive events from another job is there.
This is because it is necessary to decide the start of the reception job in advance in the schedule, and if there is a change in the schedule, there is a dependency between the reception job and the transmission job, so the change may affect other job nets. There is a case.

本発明の目的は、ジョブネットの実行スケジュールを変更するに伴って発生する、イベント検知して実行する側のジョブネットの実行スケジュールを変更する作業の作業量を軽減、および作業の漏れを防止することが出来るジョブ管理システムを提供することにある。   An object of the present invention is to reduce the amount of work for changing the execution schedule of a job net that is detected and executed when an execution schedule of a job net is changed, and to prevent omission of work. It is to provide a job management system that can do this.

上記目的を達成するために本発明に係るジョブ管理システムは、ジョブネット間にイベント送受信の依存関係がある場合に、送信側ジョブの起動時刻と受信側ジョブの起動時刻との時間差を予め定義したテーブルと、当該時間差を定義済みのジョブネットの実行スケジュールを変更する際、前記テーブルに定義された時間差を確保して受信側ジョブが起動されるよう、各ジョブネットの実行時刻を参照して各ジョブの実行時刻を変更するジョブ管理マネージャとを備えることを特徴とする。   In order to achieve the above object, the job management system according to the present invention defines in advance a time difference between the start time of the sending job and the start time of the receiving job when there is an event transmission / reception dependency between job nets. When changing the execution schedule of a table and a job net for which the time difference is defined, refer to the execution time of each job net so that the receiving job is started with the time difference defined in the table secured. And a job management manager for changing a job execution time.

本発明の複数ジョブネット間のスケジュール連動変更を使用すれば、ジョブネットの実行スケジュール変更時の作業量を大幅に削減することができ、また変更漏れも防ぐことができる。
この結果、スケジュール変更時のユーザの負担を軽減することが可能となる。
If the schedule linkage change between a plurality of job nets of the present invention is used, the amount of work when changing the execution schedule of the job net can be greatly reduced, and the change omission can be prevented.
As a result, it is possible to reduce the burden on the user when changing the schedule.

本発明に係るジョブ管理システムの主要部であるジョブ管理マネージャーの構成例を示す図である。It is a figure which shows the structural example of the job management manager which is the principal part of the job management system which concerns on this invention. ジョブネット間の関連の一例を示す図である。It is a figure which shows an example of the relationship between job nets. 時間差定義テーブルの例を示す図である。It is a figure which shows the example of a time difference definition table. ジョブネット内でのジョブの接続を確認するための処理を示すフローチャートである。5 is a flowchart illustrating processing for confirming job connection in a job net. 実行予定時刻が設定されたジョブが複数あるかどうかを確認する処理を示すフローチャートである。It is a flowchart which shows the process which confirms whether there are multiple jobs to which execution scheduled time was set. 従来のジョブ管理システム構成例を示す図である。It is a figure which shows the example of a conventional job management system structure. ジョブネットの例を示す図である。It is a figure which shows the example of a job net.

以下、本発明を適用した複数ジョブネット間のスケジュール連動変更機能の一実施の形態について説明する。
図1は、複数ジョブネット間のスケジュール連動変更機能を備えたジョブ管理マネージャーの構成例を示す図である。
ジョブ管理マネージャー100は、ジョブ接続先判定手段101と、ジョブ起動時間確認手段102と、スケジュール時間変更手段103から構成され、ジョブネット管理DB104、ジョブスケジュールDB105に接続されている。
Hereinafter, an embodiment of a schedule interlocking change function between a plurality of job nets to which the present invention is applied will be described.
FIG. 1 is a diagram showing a configuration example of a job management manager having a function for changing schedule linkage between a plurality of job nets.
The job management manager 100 includes a job connection destination determination unit 101, a job activation time confirmation unit 102, and a schedule time change unit 103, and is connected to the job net management DB 104 and the job schedule DB 105.

ジョブ接続先判定手段101はジョブネット間におけるジョブの接続関係を判定する手段であり、ジョブとジョブの間の接続関係があるかないかを判断する。判断対象となるとジョブネットはジョブネット管理DB104に格納されている。
ジョブ起動時間確認手段102は、ジョブ接続先判定手段101によってジョブの接続先があるジョブについて、ジョブの起動時間が設定されているかどうかの確認および、その起動時間の具体的な内容を確認するための手段である。
The job connection destination determination unit 101 is a unit that determines a connection relationship between jobs between job nets, and determines whether there is a connection relationship between jobs. As a determination target, the job net is stored in the job net management DB 104.
The job activation time confirmation unit 102 confirms whether the job activation time is set for the job with the job connection destination by the job connection destination determination unit 101 and confirms the specific contents of the activation time. It is means of.

スケジュール時間変更手段103は設定されているジョブの起動時間の変更を行うための手段である。変更前と変更先のスケジュールはそれぞれ名前を変更してジョブスケジュールDB105に格納されている。   The schedule time changing unit 103 is a unit for changing the start time of the set job. The schedules before and after the change are renamed and stored in the job schedule DB 105.

図2はジョブネット間の関連図を示す図である。
ここでの基本的な動作を説明する。
最初にジョブネットAのjobAを実行し、終了後にjobBを実行する。jobBはイベントAを送信する。ジョブネットBは、jobCを実行し、終了後にjobDを実行する。
jobDはイベントBを送信する。
複数のジョブネットが並列もしくは時間差を持ちながらそれぞれのジョブを実行する
FIG. 2 is a diagram showing a relationship diagram between job nets.
The basic operation here will be described.
First, job A of job net A is executed, and job B is executed after completion. jobB sends event A. Jobnet B executes jobC and executes jobD after completion.
jobD sends event B.
Multiple job nets execute each job in parallel or with a time difference

ジョブネットA、ジョブネットBのジョブの実行及びイベントの実施に伴い、ジョブネットCのjob1はイベントAを受信し、job2はイベントBを受信する。job1、job2の双方とも実行完了したなら(AND条件)、job3を実行する。
ジョブネットCは、ジョブネットAやジョブネットBよりも先に起動し、イベントAやイベントBの受信待機している。job1がイベントAを受信、job2がイベントBを受信する。
Job 1 of job net C receives event A and job 2 receives event B as the job net A and job net B are executed and the event is executed. If execution of both job1 and job2 is completed (AND condition), job3 is executed.
The job net C is activated before the job net A and job net B, and is waiting to receive the event A and event B. Job1 receives event A, and job2 receives event B.

job1やjob2の処理ではイベント受信も含めてジョブ内の処理が終了したならば、ANDジョブでの判定があり、両方が終了したならば後続のjob3を実行する。
ここでの実行スケジュールは以下のような設定で定義されている。
(1)ジョブネットA:毎日午前11時に起動
(2)ジョブネットB:毎日午前11時に起動
(3)ジョブネットC:毎日午前10時に起動
このジョブ管理システムにおいて、ジョブネットAやジョブネットBの起動時刻を早めるというスケジュール変更を行う。
In the job 1 and job 2 processing, if the processing in the job including event reception is completed, there is a determination in the AND job, and if both are completed, the subsequent job 3 is executed.
The execution schedule here is defined with the following settings.
(1) Job net A: Start every day at 11:00 am (2) Job net B: Start every day at 11:00 am (3) Job net C: Start every day at 10:00 am In this job management system, job net A and job net B Change the schedule to advance the start time.

この時、受信イベントを実施する構成を有するジョブネットCは、スケジュール変更の可能性があるため早まったイベントを逃さないよう、ジョブネットAやジョブネットBよりも先に起動しておくようにジョブネットCの実行スケジュールも変更する必要がある。   At this time, the job net C having a configuration for executing the reception event is started before the job net A or the job net B so as not to miss the premature event because there is a possibility of schedule change. It is also necessary to change the execution schedule of net C.

図2で示される例ではジョブネットA、ジョブネットBでは11時起動予定を9時起動予定に変更、この変更に伴いjobB,JobDがイベントを送信する。
ジョブネットCではjob1,job2がイベントを受信する。
ここではジョブネットA、及びジョブネットBの起動時刻が変更となった段階でジョブネットCはそのイベントの送受信前にイベント送受信に関して起動時刻が依存するジョブネットをジョブ管理マネージャ100が検索し、ジョブネットCが見つかったらその“起動時間差”をもとにしてジョブネットCの起動時刻を自動的に変更する。
In the example shown in FIG. 2, the job net A and job net B are changed from the 11 o'clock start schedule to the 9 o'clock start schedule, and job B and Job D transmit events according to this change.
In job net C, job1 and job2 receive the event.
Here, when the start times of job net A and job net B are changed, job net C searches job net whose start time depends on event transmission / reception before transmission / reception of the event, and job management manager 100 searches for job nets. When the net C is found, the start time of the job net C is automatically changed based on the “start time difference”.

図3は、“起動時間差”を定義した定義テーブルの内容の一例である。
このテーブルは、本発明における自動スケジュール連動変更機能を使用する際に使用するものである。
このテーブルには、次の情報を格納する。
(1)ジョブネットごとの起動時間差:ジョブネット別に設定する時間差であり、ジョブネット一つに対して一レコード定義する。ここでいう時間差とは、自動スケジュール連動変更機能を使用した際、”イベント送信側よりも最低どれほど早くイベント受信側が起動するようにしておくか”である。従って、ジョブネットの実行スケジュール設定の初期設定時は、この時間差より短い場合もスケジュール可能である。
(2)デフォルトの起動時間差:本機能を使用する際、ジョブネットごとの起動時間差が定義されていないジョブネットの場合は、このデフォルトの値が適用される。
FIG. 3 is an example of the contents of a definition table defining “startup time difference”.
This table is used when the automatic schedule interlocking change function in the present invention is used.
The following information is stored in this table.
(1) Start time difference for each job net: A time difference set for each job net, and one record is defined for one job net. The time difference here means “when the event receiving side is activated at least earlier than the event transmitting side” when the automatic schedule interlocking change function is used. Therefore, when the job net execution schedule is initially set, it can be scheduled even when the time difference is shorter.
(2) Default start time difference: When using this function, this default value is applied to a job net for which the start time difference for each job net is not defined.

図3の例の場合、ジョブネットAがイベントを受信する場合における送信側ジョブネットとの起動時間差が15分、ジョブネットBがイベントを受信する場合における送信側ジョブネットとの起動時間差が10分、ジョブネットCがイベントを受信する場合における送信側ジョブネットとの起動時間差が1時間ということである。
複数のジョブネットからのイベントを受信する場合があり得るので、最低この起動時間差を保つということである。
テーブル内情報の有効期間は、デフォルトの「起動時間差」については当該ジョブ管理システムを運用している間、個々のジョブネットごとの「起動時間差」はジョブネットを定義してからジョブネットを削除するまでの間である。
In the case of the example in FIG. 3, the start time difference from the sending job net when job net A receives the event is 15 minutes, and the start time difference from the sending job net when job net B receives the event is 10 minutes. When the job net C receives an event, the start time difference from the transmission side job net is one hour.
Since events from a plurality of job nets may be received, this difference in starting time is kept at a minimum.
The validity period of the information in the table is the default "startup time difference", while the job management system is operating, the "startup time difference" for each job net defines the job net and then deletes the job net Until.

図4はジョブスケジュールの更新処理の詳細を説明するフローチャートである。
この処理はジョブ処理の予定時刻が設定されているジョブがジョブネット内に複数ある場合、イベントを受信する側のジョブのそれぞれの予定時刻の開始時刻が、ある閾値内の範囲内にあるかどうかによって受信する側のジョブ実行予定時刻を変更の必要性があるかどうかを確認する処理である。
FIG. 4 is a flowchart for explaining the details of the update process of the job schedule.
In this process, if there are multiple jobs in the job net that have scheduled job processing times, whether the start time of each scheduled time of the job receiving the event is within a certain threshold This is a process for confirming whether or not it is necessary to change the scheduled job execution time on the receiving side.

定義されている複数のジョブの実行予定時刻が変更になった場合に、最初に、ジョブネット内でジョブの接続があるかどうかの検索を実施する(ステップ401)。
この検索では自ジョブに対して接続の有無を判断する(ステップ402)。
ステップ402の場合、接続の有無がないのは先頭のジョブだけである(単体のジョブはありえない)、もし先頭のジョブである場合は検索を終了する(ステップ408)。
When the scheduled execution times of a plurality of defined jobs are changed, first, a search is performed as to whether there is a job connection in the job net (step 401).
In this search, it is determined whether or not there is connection to the own job (step 402).
In the case of step 402, only the top job has no connection (no single job is possible), and if it is the top job, the search is terminated (step 408).

ジョブに対して接続がある場合、その接続先のジョブにジョブ実行予定時刻が設定してあるかどうかを確認する(ステップ403)。
もし、ジョブに実行予定時刻が設定されていない場合、検索は終了する(ステップ408)。
ジョブに実行予定時刻が設定されている場合、その設定されているジョブがジョブネット内に複数あるかどうかを比較、確認する(ステップ404)。
If there is a connection to the job, it is checked whether the scheduled job execution time is set for the connection destination job (step 403).
If the scheduled execution time is not set for the job, the search ends (step 408).
If the scheduled execution time is set for the job, it is compared and confirmed whether there are a plurality of set jobs in the job net (step 404).

このステップの目的は、スケジュール時刻を変更予定のあるジョブが複数ある場合、それぞれの実行予定時刻が、ある範囲内にある場合は受信元のジョブの時間差を変更すればいいが、ジョブごとの実行予定時刻が大きく異なる場合、イベント受信側のジョブではジョブの変更時間が大きすぎる可能性があり、ジョブの実行自体に支障が起きる可能性がある、そのために複数のジョブ実行時間の時間差を確認する必要がある。   The purpose of this step is to change the time difference of the receiving job if there are multiple jobs whose schedule time is scheduled to be changed and each scheduled execution time is within a certain range. If the scheduled times differ greatly, the job change time may be too long for the job on the event receiver side, and the job execution itself may be hindered. For this reason, check the time difference between multiple job execution times There is a need.

ステップ404で複数のジョブに実行予定時間の設定があることを確認し、
それぞれのジョブ実行予定時間差を比較する(ステップ405。)
この場合、定義した時間差内の差であるならば、そのままそれぞれのジョブの実行予定時間のスケジュールを変更する(ステップ407)。
In step 404, confirm that there are scheduled execution times for multiple jobs,
The job execution scheduled time differences are compared (step 405).
In this case, if the difference is within the defined time difference, the schedule of the scheduled execution time of each job is changed as it is (step 407).

図2の例で言えば、ジョブネットAとジョブネットBの起動時刻が変更になり、その時間差が許容範囲内であるため、ジョブネットCの起動時間も変更することになる。
しかし、ステップ405で複数のジョブの実行予定時刻に定義された範囲内を超える差がある場合はステップ406へ移行する。
ここでの時間差範囲はユーザが定義することができるがシステムに応じてその幅が変更される。
In the example of FIG. 2, since the start times of job net A and job net B are changed and the time difference is within an allowable range, the start time of job net C is also changed.
However, if there is a difference exceeding the range defined in the scheduled execution times of the plurality of jobs in step 405, the process proceeds to step 406.
The time difference range here can be defined by the user, but its width is changed according to the system.

例えば他の業務が停止している夜間内に実施されるジョブの場合、ジョブの実行時間を含めてその夜間内に収まる時間内での時間差を定義することになる。 For example, in the case of a job that is executed during the night when other jobs are stopped, the time difference within the time that falls within the night including the job execution time is defined.

図5はジョブスケジュール更新の詳細、ステップ404以降での別処理を示すフローチャートである。
ステップ404で、複数のジョブの実行予定時刻の時間差が大きい場合(ステップ501)、まず、ジョブネット内での複数のジョブの実行予定時刻を比較してその時間差が定義されている許容時間差範囲内であるかどうかを確認する(ステップ502)。
その範囲が大きく異なる場合は、先に実行されるジョブの予定時間に合わせてイベント先のジョブのスケジュールを変更する(ステップ503、図2の場合ではジョブネットAに変更時間に合わせてジョブネットCのスケジュールを変更する)。
次にジョブBの実行予定時刻を確認するために、再度、ジョブネット内の検索をを行い、予定されているジョブの変更時刻に合わせてイベント先のジョブのスケジュールを変更する(ステップ504)。
FIG. 5 is a flowchart showing details of the job schedule update, and another process after step 404.
If the time difference between the scheduled execution times of the plurality of jobs is large at step 404 (step 501), first, the scheduled execution times of the plurality of jobs in the job net are compared, and the time difference is within the defined allowable time difference range. Is confirmed (step 502).
If the range is significantly different, the schedule of the event destination job is changed according to the scheduled time of the job to be executed first (step 503, in the case of FIG. 2, the job net A is changed to the job net C according to the change time). Change the schedule).
Next, in order to confirm the scheduled execution time of job B, the job net is searched again, and the schedule of the event destination job is changed in accordance with the scheduled change time of the job (step 504).

100 ジョブ管理マネージャー
101 ジョブ接続先判定手段
102 ジョブ起動時間確認手段
103 スケジュール時間変更手段
104 ジョブネット管理DB
105 ジョブスケジュールDB
DESCRIPTION OF SYMBOLS 100 Job management manager 101 Job connection destination determination means 102 Job start time confirmation means 103 Schedule time change means 104 Job net management DB
105 Job schedule DB

Claims (1)

ジョブネット間にイベント送受信の依存関係がある場合に、送信側ジョブの起動時刻と受信側ジョブの起動時刻との時間差を予め定義したテーブルと、当該時間差を定義済みのジョブネットの実行スケジュールを変更する際、前記テーブルに定義された時間差を確保して受信側ジョブが起動されるよう、各ジョブネットの実行時刻を参照して各ジョブの実行時刻を変更するジョブ管理マネージャとを備えることを特徴とするジョブ管理システム。   When there is an event transmission / reception dependency between job nets, change the table that defines the time difference between the start time of the sending job and the start time of the receiving job, and the execution schedule of the job net for which the time difference is already defined A job management manager that refers to the execution time of each job net and changes the execution time of each job so that the receiving-side job is activated while ensuring the time difference defined in the table. Job management system.
JP2013199716A 2013-09-26 2013-09-26 Job management system Pending JP2015064848A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013199716A JP2015064848A (en) 2013-09-26 2013-09-26 Job management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013199716A JP2015064848A (en) 2013-09-26 2013-09-26 Job management system

Publications (1)

Publication Number Publication Date
JP2015064848A true JP2015064848A (en) 2015-04-09

Family

ID=52832650

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013199716A Pending JP2015064848A (en) 2013-09-26 2013-09-26 Job management system

Country Status (1)

Country Link
JP (1) JP2015064848A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019153000A (en) * 2018-03-01 2019-09-12 富士通株式会社 Specification program and specification method and information processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019153000A (en) * 2018-03-01 2019-09-12 富士通株式会社 Specification program and specification method and information processor
JP6992599B2 (en) 2018-03-01 2022-01-13 富士通株式会社 Specific program, specific method, and information processing device

Similar Documents

Publication Publication Date Title
US11748154B2 (en) Computing node job assignment using multiple schedulers
US8392907B2 (en) Communication terminal
US9383992B2 (en) Enterprise wide software version recommendation
CN110119306B (en) Method, device and equipment for balancing automatic scheduling of jobs and storage medium
US8832701B2 (en) Management apparatus, management system, and recording medium for recording management program
US10338964B1 (en) Computing node job assignment for distribution of scheduling operations
US20220413927A1 (en) Background Job Processing Framework
US20180217901A1 (en) Job management apparatus, job management method and computer readable medium
US20160034315A1 (en) Information processing system, deployment method, processing device, and deployment device
CN108632106A (en) System for monitoring service equipment
JP2010250749A (en) Patch application system
WO2009089746A1 (en) Method, device and system for realizing task in cluster environment
JP2007140791A (en) Job execution management method, job execution management system and job execution management program
CN107463390B (en) Software upgrading method and upgrading server
CN104408110A (en) Method, device and system for requesting data
KR101604303B1 (en) Apparatus and Method for Executing Update and Recording Medium Using the Same, Server and Method for Providing Update
CN111913793A (en) Distributed task scheduling method, device, node equipment and system
JP5319619B2 (en) Software distribution system, method, and program corresponding to scale-out configuration
JP5377231B2 (en) Job net control program and job net control device
JP2015064848A (en) Job management system
KR100700608B1 (en) Method for interacting with user in managing device and terminal thereof
CN115328664B (en) Message consumption method, device, equipment and medium
US9575865B2 (en) Information processing system and monitoring method
CN113127217A (en) Data distribution method, device, equipment and storage medium
JP6823257B2 (en) Job monitoring program, job monitoring device and job monitoring method

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20150413

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20150420