JP3953808B2 - Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method - Google Patents

Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method Download PDF

Info

Publication number
JP3953808B2
JP3953808B2 JP2001391685A JP2001391685A JP3953808B2 JP 3953808 B2 JP3953808 B2 JP 3953808B2 JP 2001391685 A JP2001391685 A JP 2001391685A JP 2001391685 A JP2001391685 A JP 2001391685A JP 3953808 B2 JP3953808 B2 JP 3953808B2
Authority
JP
Japan
Prior art keywords
file
job
name
log information
recovery
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.)
Expired - Fee Related
Application number
JP2001391685A
Other languages
Japanese (ja)
Other versions
JP2003196116A (en
Inventor
優 武本
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2001391685A priority Critical patent/JP3953808B2/en
Publication of JP2003196116A publication Critical patent/JP2003196116A/en
Application granted granted Critical
Publication of JP3953808B2 publication Critical patent/JP3953808B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Retry When Errors Occur (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、再処理を多重実行して復旧する再処理多重復旧プログラム、再処理多重復旧装置および再処理多重復旧方法に関するものである。
【0002】
【従来の技術】
従来、ジョブを順次起動して各ジョブがファイルからデータを読み込んで処理を行い、ファイルに出力することを繰り返し所定の業務を行う場合、ファイルを格納するDASD(Direct Access Storage Device、磁気ディスク装置など)に格納したファイルに障害が発生して読み出せなくなった場合に備え、各ジョブとその開始時間、読み込んだファイル、書き込んだファイルなどのログ(履歴)を時間系列順にログ情報として保存している。そして、障害発生時には、ログ情報中の末尾から順にリトライすべきジョブおよび再作成するファイルがなくなるまで、リトライするべきジョブと再作成するファイルなどを抽出、記憶し、抽出したジョブおよびファイルを最初からシーケンシャルに各ジョブとそのファイルの作成をリトライし、復旧するようにしていた。
【0003】
【発明が解決しようとする課題】
このため上述した手法では、リトライ時にシーケンシャルに各ジョブを順に再実行して各ファイルを再作成しつつ処理を進める必要があり、復旧までに多大の時間が必要となってしまうという問題があった。
【0004】
このため、リトライ時にジョブを多重実行させて迅速に復旧することが望まれている。
【0005】
本発明は、これらの問題を解決するため、障害発生時にジョブ実行したときに取得しておいたログ情報をもとにリトライするジョブおよび入力ファイルのカウント値をテーブルにそれぞれ設定し、リトライ時にカウント値をもとにジョブを多重実行し、迅速に復旧を図ることを目的とする。
【0006】
【課題を解決するための手段】
図1を参照して課題を解決するための手段を説明する。
【0007】
図1において、ログ取得手段12は、実行したジョブおよび入力ファイル、出力ファイルなどのログを取得し、ログ情報ファイル13を作成するものである。
【0008】
リランジョブ抽出手段22は、ログ情報ファイル13を解析し、再処理すべきジョブおよびカウンタ値をテーブルに設定したりなどするものである。
【0009】
リランジョブ実行手段23は、テーブルに設定されたカウンタ値の同一のジョブを同時に多重実行させるものである。
【0010】
次に、動作を説明する。
ログ取得手段12が実行したジョブのジョブ名および当該ジョブが読み込んだ入力ファイルのファイル名と出力した出力ファイルのファイル名の履歴をログ情報ファイルに取得し、リランジョブ抽出手段22がログ情報ファイル13中のログ情報を障害発生時から遡って実行したジョブ、ジョブが出力したファイル、およびファイルが記憶装置上に存在しないときに当該ファイルを入力とするジョブのカウンタ値を増加してテーブルに設定することを繰り返し、ジョブの多重度を検出するようにしている。
【0011】
この際、テーブル中のカウンタ値をもとにジョブが実行する多重度を検出するようにしている。
【0012】
また、テーブルに設定されたカウンタ値が初期値のジョブを並列に多重実行させ、多重実行させたいずれかのジョブがリトライ終了したときに、リトライ終了したジョブが出力したファイルを入力とするジョブのカウント値を減算してテーブルに設定し、繰り返すようにしている。
【0013】
従って、障害発生時にジョブ実行したときに取得しておいたログ情報をもとにリトライするジョブおよび入力ファイルのカウント値をテーブルにそれぞれ設定し、リトライ時にカウント値をもとにジョブを多重実行することにより、ログ情報をもとにジョブを多重実行して迅速に復旧を図ることが可能となる。
【0014】
【発明の実施の形態】
次に、図1から図8を用いて本発明の実施の形態および動作を順次詳細に説明する。
【0015】
図1は、本発明のシステム構成図を示す。ここで、以下に説明する各手段はプログラムをメモリ上にローディングして起動し各種処理を実行することによって機能されるものである。また、これら手段として機能するプログラムを外部記憶媒体に格納し、顧客先に提供するようにしている。
【0016】
図1において、実行管理手段1は、スケジュールファイル2に設定されたスケジュールに従いジョブを実行させるものである。
【0017】
スケジュールファイル2は、ジョブの実行スケジュールを設定したファイルである。
【0018】
イニシエータ3は、実行管理手段1から指示されたジョブ(バッチジョブ4)について、資源定義ファイル5に定義されている資源を割り当てて実行させるものである。
【0019】
バッチジョブ4は、実行管理手段1がスケジュールファイル2からジョブを取出し、イニシエータ3に実行依頼したジョブである。
【0020】
資源定義ファイル5は、ジョブが使用する各種資源を定義したものである。
資源管理手段6は、各種資源を管理するものであって、ここでは、ディスク装置上の実ファイル7およびファイル管理ファイル8などを管理するものである。
【0021】
実行ファイル7は、ジョブの実行時にデータを読み出したり、格納したりするファイルである。
【0022】
ファイル管理ファイル8は、実行ファイル7に関する各種情報を設定して管理するものである。
【0023】
障害管理手段11は、障害を管理するものであって、ここでは、ジョブ(バッチジョブ4)が実行したログを採取するものであり、ログ取得手段12などから構成されるものである。
【0024】
ログ取得手段12は、バッチジョブ4が実行したログを取得し、ログ情報ファイル13を作成するものである。
【0025】
ログ情報ファイル13は、実行したジョブ名、入力ファイル名、出力ファイル名などを採取して格納したものである。
【0026】
再処理復旧処理手段21は、再処理を実行して復旧するものであって、ここでは、リランジョブ抽出手段22およびリランジョブ実行手段23などから構成されるものである。
【0027】
リランジョブ抽出手段22は、障害発生時に、ログ情報ファイル13の最後から辿り、再処理すべきジョブ、ジョブが出力したファイル、およびファイルが記憶装置上に存在しないときに当該ジョブのカウンタ値を1増加してテーブルに設定することを繰り返し、ジョブとカウンタ値を抽出するものである(図2から図8を用いて後述する)。
【0028】
リランジョブ実行手段23は、テーブル中のカウンタ値が同一ジョブを並列に多重実行させてリトライするものである(図2から図8を用いて後述する)。
【0029】
次に、図2から図8を用いて図1の構成の動作を順次詳細に説明する。
図2は、本発明の説明図(ログ情報)を示す。
【0030】
図2の(a)は、ログ情報の例を示す。これは、既述した図1のログ取得手段12が実行したジョブのログを取得したものであって、図示の下記の情報を取得し各ジョブの実行が完了したときに登録して生成したものである。ジョブの実行が終了してないものは採取されていない。
【0031】
・ジョブ名:
・開始時刻:
・終了時刻:
・使用資源情報:
・入力ファイル名:
・出力ファイル名:
・その他:
ここで、ジョブ名はジョブを実行完了したジョブ名であり、開始時刻はジョブを開始した時刻であり、終了時刻はジョブを正常終了した時刻であり、使用資源情報のうちの入力ファイル名はデータを読み込んだファイルの名前であり、出力ファイル名はジョブが処理した結果を出力(格納)したファイルの名前である。
【0032】
図2の(b)は、図2の(a)のログ情報を取得したときのジョブ名と、入力ファイル、出力ファイルのジョブネット構成を模式的に表したものである。
【0033】
図2の(a),(b)において、例えばA−ジョブは13:50(13時50分)に処理を開始し、ファイルAからデータを読み込み、処理結果をファイルBに格納し、14:30に処理を終了する。同様に、図2の(b)に模式的に示すように、B−ジョブからD−ジョブが該当ファイルからデータを読み込み、処理結果を該当ファイルに格納し、処理を終了している。
【0034】
以上の図2の例について、本願発明でリトライ時に並列に多重実行する場合のログ情報の解析(図2の(a)のログ情報から再処理ジョブの抽出とカウンタ値を抽出してテーブルに設定)および多重実行(テーブルを参照してカウンタ値が同じジョブについてた多重実行)するときの動作を図3から図8を用いて順次詳細に説明する。
【0035】
図3は、本発明の説明図を示す。
図3の(a)は、ログ情報を模式的に表した例(図2の(b)とほぼ同一)を示す。
【0036】
図3の(b)は、図3の(a)(正確には図2の(a)のログ情報)から抽出してテーブルに設定した情報例を示す。ここでは、テーブルには図示の下記の情報を、後述する図4から図6の手順に従い抽出して設定する。
【0037】
【表1】

Figure 0003953808
【0038】
以上のように、図2の(a)のログ情報ファイル13を末尾から順に辿って本発明に係わる再処理すべきジョブ(リランジョブ)および入力ファイルが削除されているときはカウンタ値を+1した後のカウンタ値を設定することを繰り返し図示のリランジョブテーブルを作成することが可能となる。そして、リランジョブテーブル中のカウンタ値が0のジョブ(ここでは、B−ジョブ、A−ジョブ)を同時に多重実行させ、いずれかのジョブの処理終了したときに当該ジョブが出力したファイルを入力とするジョブのカウンタ値を1減算してテーブルに設定し、カウンタ値が0のジョブを起動することを繰り返し、ジョブを多重実行させ、迅速に復旧することが可能となる(図7および図8を用いて後述する)。以下説明する。
【0039】
図4は、本発明の説明図(抽出、その1)を示す。
図4の(a)は、ジョブおよび入力ファイル、出力ファイルの例を示す。ここで、eジョブがファイルC,Eからデータをそれぞれ読み込みつつ処理実行中に何らかの原因で当該ファイルC,Eを格納したボリュームに障害発生したとする。この障害発生時には、図4の(b)に示すようにログ情報が採取され、▲1▼書き込み済みジョブ先頭ジョブブロックおよび▲2▼書き込み先ブロックは、それぞれ図示の位置に設定されている。
【0040】
次に、図4の(b)のログ情報ファイル13をもとに、図3の(b)のリランジョブテーブルを作成する手順を、図5および図6を用いて順次詳細に説明する。
【0041】
図5および図6は、本発明の説明図を示す。
図5において、S1:障害通知された情報をもとに復旧ファイル情報を抽出する。これは、図4の(a)のeジョブがファイルC,Eからデータを読み出して処理を行っている途中で当該ファイルC,Eのあるボリュームに障害発生したという通知をもとに、復旧すべきここではファイルC,Eとして抽出し、図5の右側に記載したように、復旧ファイルテーブルに当該フィルC,Eを設定する。
【0042】
S2:ログ情報ファイルの▲1▼から読み込む。これは、既述した図4の(b)のログ情報ファイル13の▲1▼書き込み済みジョブ先頭ブロックの位置のcジョブのログ情報を読み込む。
【0043】
S3:ジョブは復旧ファイルを出力しているかチェックする。ここでは、S2で読み込んだcジョブが、S1で復旧ファイルテーブルに設定したファイルC,Eを出力しているかチェックする。ここでは、cジョブはファイルCを出力していると判明する。
【0044】
S4:出力しているか判別する。ここでは、S3でcジョブがファイルCを出力しているので、YESとなり、S5に進む。もし、出力していなければ、S5からS7をスキップし、S8に進む。
【0045】
S5:リランジョブテーブルにジョブを登録する(cジョブ)。復旧ファイルテーブルの当該ファイルに抽出済みを設定する(ファイルC)。これにより、図5の右側に記載した復旧ファイルテーブルとリランジョブテーブルのうちの、
・復旧ファイルテーブル中のファイルCに抽出済みが設定され、
・リランジョブテーブル中に、cジョブ(入力カウンタ0) 未実行が設定される。ここで、抽出済みは復旧するジョブがあるという意味を表す。また、入力カウンタ0は初期値であり、未実行は当該cジョブが再処理すべきジョブであって、未実行を表す。
【0046】
S6:登録したリランジョブの入力ファイル状況をファイル管理から検索する。削除済み、障害の場合、復旧ファイルテーブルにファイルを登録する。リランジョブテーブルに対応関係を設定する。ここでは、ファイルBは削除済みのため登録する)。これらにより、右側に記載した復旧ファイルテーブルとリランジョブテーブルのうちの、
・ファイルBを設定、および図5のS6の右側の復旧ファイルテーブルとリランジョブテーブル中の矢印のように関係を設定する(ここでは、cジョブがファイルBからデータを読み込み、結果をファイルCに出力することを図示の矢印で表記する)。
【0047】
S7:リランジョブの入力カウンタ(入力ファイルカウンタ)を設定する(cジョブは1を設定する)。これは、cジョブがデータを読み込むファイルBは、削除されてないので、現在の入力カウンタ0に+1した値1を、入力カウンタ1として図示のように設定する。
【0048】
S8:復旧ファイルテーブルは全抽出済みか判別する。ここでは、NOであるので、S9に進む。一方、YESの場合には、次のステップ(図8)に進む。
【0049】
S9:ログ情報ファイルを1つ辿る。これは、図4の▲1▼から1つ前のブロックに辿る。
【0050】
同様に、S13からS19、S23からS29、S33からS38についても、S3からS9と同じようにして、図4の(b)の▲3▼のdジョブ、▲4▼のbジョブ、▲5▼のaジョブについても繰り返すことにより、それぞれの右側に記載したように、復旧ファイルテーブル、リランジョブテーブルに図示のように設定され、矢印で示すように各ジョブの入力ファイルおよび出力ファイルの関係を設定して抽出し、図6の右下の結果が得られる。
【0051】
以上によって、図4の(b)のログ情報ファイル13から図6の右下の▲6▼の復旧ファイルテーブルおよびリランジョブテーブルに設定したように抽出することが可能となる。次に、▲6▼の復旧ファイルテーブルおよびリランジョブテーブルをもとに、入力カウンタ(カウンタ値)が同一ジョブを並列に多重実行させるときの手順について、図7および図8を用いて詳細に説明する。
【0052】
図7および図8は、本発明の説明図(リトライ)を示す。これら図7および図8は、リランジョブを実行して復旧するときのフローを示す。
【0053】
図7において、S41:リランジョブテーブルの入力カウンタが0のジョブを実行依頼する。ジョブ状況を実行中とする(aジョブ、bジョブ)。これは、右側に記載した▲6▼のリランジョブテーブル(既述した図6の右下の▲6▼と同一)中の入力カウンタ0である、ここでは、aジョブ、bジョブを取り出し、並列に多重実行依頼し、リランジョブテーブルのaジョブ,bジョブの欄の未実行を図示のように実行中にそれぞれ設定する。
【0054】
S42:aジョブ実行完了し、ジョブ正常終了通知受信したので、実行済みにする(aジョブ)。これにより、右側のリランジョブテーブル中のaジョブの実行中が実行済に設定される。
【0055】
S43:全リランジョブは実行済みか判別する。ここでは、bジョブなどが実行完了していないので、S44に進む。一方、YESの場合には、復旧完了とする。
【0056】
S44:リランジョブの出力ファイルを入力しているジョブの入力カウンタを減算する(ファイルBを入力しているcジョブのカウンタを1減算する)。これは、S42でaジョブが処理完了し、当該aジョブが処理結果をファイルBに格納したので、当該ファイルBを入力している、ここでは、cジョブの入力カウンタの値を1減算し入力カウンタ1を入力カウンタ0に図示のように設定する。
【0057】
S45:入力カウンタが0になったらリランジョブ実行依頼する。実行中とする(cジョブを実行依頼し、実行中とする)。これにより、右側に記載したように、リランジョブテーブルの当該cジョブが実行中に設定される。
【0058】
図8のS46:bジョブ実行完了し、ジョブ正常終了通知受信したので、実行済みにする(bジョブ)。これにより、右側のリランジョブテーブル中のbジョブが実行中から実行済に設定される。
【0059】
S47:全リランジョブは実行済みか判別する。ここでは、まだ全ジョブが実行完了していないので、S48に進む。一方、YESの場合には、復旧完了とする。
【0060】
S54:リランジョブの出力ファイルを入力しているジョブの入力カウンタを減算する(ファイルDを入力しているdジョブのカウンタを1減算する)。これは、S46でbジョブが処理完了し、当該bジョブが処理結果をファイルDに格納したので、当該ファイルDを入力している、ここでは、dジョブの入力カウンタの値を1減算し入力カウンタ1を入力カウンタ0に図示のように設定する。
【0061】
S55:入力カウンタが0になったらリランジョブ実行依頼する。実行中とする(dジョブを実行依頼し、実行中とする)。これにより、右側に記載したように、リランジョブテーブルの当該dジョブが実行中に設定される。
【0062】
S56:cジョブ実行完了し、ジョブ正常終了通知受信したので、実行済みにする(cジョブ)。これにより、右側のリランジョブテーブル中のcジョブが実行中から実行済に設定される。
【0063】
S57:全リランジョブは実行済みか判別する。ここでは、まだ全ジョブが実行完了していないので、S64に進む。一方、YESの場合には、復旧完了とする。
【0064】
S64:リランジョブの出力ファイルを入力しているジョブの入力カウンタを減算する(ファイルCを入力しているジョブはないので何もしない)。これは、S56でcジョブが処理完了し、当該cジョブが処理結果をファイルCに格納したが、当該ファイルCを入力しているジョブがない(ログファイル中にない)ので、何もしない。
【0065】
S65:入力カウンタが0になったらリランジョブ実行依頼する(ここでは、何もないので、スルーする)。
【0066】
S66:dジョブ実行完了し、ジョブ正常終了通知受信したので、実行済みにする(dジョブ)。これにより、右側のリランジョブテーブル中のdジョブが実行中から実行済に設定される。
【0067】
S67:全リランジョブは実行済みか判別する。ここでは、全ジョブが実行完了したので、復旧完了となる。一方、NOの場合には、同様に繰り返す。
【0068】
以上によって、ログ情報ファイルから自動抽出して作成した図6の右下の▲1▼のリランジョブテーブルおよび復旧ファイルテーブルをもとに入力カウンタが同一のジョブを多重実行させることで、リトライ処理を高速に実行して復旧を迅速に図ることが可能となる。
【0069】
(付記1)
再処理を多重実行して復旧する再処理多重復旧プログラムであって、
実行したジョブの名前および当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前の履歴を記録したログ情報を読み出す手段と、
障害発生時に、上記ログ情報を当該障害発生時から遡って実行したジョブ、当該ジョブが出力したファイル、および当該ファイルが記憶装置上に存在しないときに当該ファイルを入力とするジョブのカウンタ値を増加してテーブルに設定して再処理するジョブを抽出する手段と
してコンピュータに機能させるための再処理多重復旧プログラム。
【0070】
(付記2)
上記テーブル中の上記カウンタ値をもとにジョブが実行する多重度を検出する手段と
してコンピュータに機能させるための付記1記載の再処理多重復旧プログラム。
【0071】
(付記3)
上記テーブルに設定されたカウンタ値が初期値のジョブを並列に多重実行させて当該多重実行させたいずれかのジョブがリトライ終了したときに、当該リトライ終了したジョブが出力したファイルを入力とするジョブのカウント値を減算して上記テーブルに設定し、繰り返す手段と
してコンピュータに機能させるための付記1記載の再処理多重復旧プログラム。
【0072】
(付記4)
再処理を多重実行して復旧する再処理多重復旧装置であって、
実行したジョブの名前および当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前の履歴を記録したログ情報を読み出す手段と、
障害発生時に、上記ログ情報を当該障害発生時から遡って実行したジョブ、当該ジョブが出力したファイル、および当該ファイルが記憶装置上に存在しないときに当該ファイルを入力とするジョブのカウンタ値を増加してテーブルに設定して抽出する手段と
を備えたことを特徴とする再処理多重復旧装置。
【0073】
(付記5)
再処理を多重実行して復旧する再処理多重復旧方法であって、
実行したジョブの名前および当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前の履歴を記録したログ情報を読み出すステップと、
障害発生時に、上記ログ情報を当該障害発生時から遡って実行したジョブ、当該ジョブが出力したファイル、および当該ファイルが記憶装置上に存在しないときに当該ファイルを入力とするジョブのカウンタ値を増加してテーブルに設定して再処理するジョブを抽出するステップと
を有する再処理多重復旧方法。
【0074】
(付記6)
実行したジョブの名前および当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前の履歴を記録したログ情報を読み出す手段と、
障害発生時に、上記ログ情報を当該障害発生時から遡って実行したジョブ、当該ジョブが出力したファイル、および当該ファイルが記憶装置上に存在しないときに当該ファイルを入力とするジョブのカウンタ値を増加してテーブルに設定して抽出する手段と
して機能させるプログラムを記録したコンピュータ読取可能な記録媒体。
【0075】
【発明の効果】
以上説明したように、本発明によれば、障害発生時にジョブ実行したときに取得しておいたログ情報をもとにリトライするジョブおよび入力ファイルのカウント値をテーブルにそれぞれ設定し、リトライ時にカウント値をもとにジョブを多重実行する構成を採用しているため、ログ情報をもとにジョブを多重実行して迅速に復旧を図ることが可能となる。また、ジョブ実行時に保存するログ情報や資源を変更することなく、本願発明によりリトライ時にジョブを多重実行でき、機能追加を容易に実現できる。
【図面の簡単な説明】
【図1】本発明のシステム構成図である。
【図2】本発明の説明図(ログ情報)である。
【図3】本発明の説明図である。
【図4】本発明の説明図(その1)である。
【図5】本発明の説明図(抽出、その1)である。
【図6】本発明の説明図(抽出、その2)である。
【図7】本発明の説明図(リトライ、その1)である。
【図8】本発明の説明図(リトライ、その2)である。
【符号の説明】
11:障害管理手段
12:ログ取得手段
13:ログ情報ファイル
21:再処理復旧処理手段
22:リランジョブ抽出手段
23:リランジョブ実行手段[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a reprocessing multiple recovery program, a reprocessing multiple recovery device, and a reprocessing multiple recovery method that perform recovery by multiple execution of reprocessing.
[0002]
[Prior art]
Conventionally, when a job is sequentially started and each job reads data from a file, processes it, outputs it to a file, and performs a predetermined job, DASD (Direct Access Storage Device, magnetic disk device, etc.) that stores the file ) The log (history) of each job and its start time, read file, written file, etc. is saved as log information in time series order in case the file stored in) fails and cannot be read. . When a failure occurs, the job to be retried and the file to be recreated are extracted and stored until there are no jobs to be retried and files to be recreated in order from the end of the log information. Sequentially retrying the creation of each job and its file to recover.
[0003]
[Problems to be solved by the invention]
For this reason, the above-described method has a problem that it is necessary to proceed with processing while re-executing each job sequentially and re-creating each file at the time of retry, and much time is required until recovery. .
[0004]
For this reason, it is desired that multiple jobs are executed at the time of retry to recover quickly.
[0005]
In order to solve these problems, the present invention sets the count value of the job and the input file to be retried based on the log information acquired when the job is executed when a failure occurs in the table, and counts at the time of the retry. The purpose is to execute multiple jobs based on the values and quickly recover them.
[0006]
[Means for Solving the Problems]
Means for solving the problem will be described with reference to FIG.
[0007]
In FIG. 1, the log acquisition unit 12 acquires logs such as executed jobs, input files, and output files, and creates a log information file 13.
[0008]
The rerun job extracting unit 22 analyzes the log information file 13 and sets a job to be reprocessed and a counter value in a table.
[0009]
The rerun job execution unit 23 executes multiple jobs of the same counter value set in the table at the same time.
[0010]
Next, the operation will be described.
The job name of the job executed by the log acquisition unit 12, the file name of the input file read by the job and the history of the output file name are acquired in the log information file, and the rerun job extraction unit 22 stores the log information file 13. Log information for jobs that have been executed retroactively from the time of the failure, the file that the job output, and the job that receives the file when the file does not exist on the storage device are incremented and set in the table. Is repeated to detect the multiplicity of the job.
[0011]
At this time, the multiplicity executed by the job is detected based on the counter value in the table.
[0012]
In addition, when a job whose counter value set in the table is the initial value is multiple-executed in parallel, and any of the multiple-executed jobs finishes retrying, the job input using the file output by the job that has finished retrying The count value is subtracted, set in the table, and repeated.
[0013]
Therefore, the job and input file count values to be retried are set in the table based on the log information acquired when the job was executed when a failure occurred, and multiple jobs are executed based on the count value at the time of retry. As a result, it is possible to quickly recover jobs by executing multiple jobs based on log information.
[0014]
DETAILED DESCRIPTION OF THE INVENTION
Next, embodiments and operations of the present invention will be described in detail sequentially with reference to FIGS.
[0015]
FIG. 1 shows a system configuration diagram of the present invention. Here, each means described below functions by loading a program on a memory, starting the program, and executing various processes. Further, a program functioning as these means is stored in an external storage medium and provided to a customer.
[0016]
In FIG. 1, an execution management unit 1 executes a job according to a schedule set in a schedule file 2.
[0017]
The schedule file 2 is a file in which a job execution schedule is set.
[0018]
The initiator 3 assigns and executes the resources defined in the resource definition file 5 for the job (batch job 4) instructed from the execution management means 1.
[0019]
The batch job 4 is a job that the execution management unit 1 has taken out from the schedule file 2 and requested execution to the initiator 3.
[0020]
The resource definition file 5 defines various resources used by the job.
The resource management means 6 manages various resources, and in this case, manages the actual file 7 and the file management file 8 on the disk device.
[0021]
The execution file 7 is a file from which data is read or stored when a job is executed.
[0022]
The file management file 8 sets and manages various types of information related to the execution file 7.
[0023]
The fault management unit 11 manages faults. Here, the fault management unit 11 collects a log executed by a job (batch job 4), and includes a log acquisition unit 12 and the like.
[0024]
The log acquisition unit 12 acquires a log executed by the batch job 4 and creates a log information file 13.
[0025]
The log information file 13 is a collection of collected job names, input file names, output file names, and the like.
[0026]
The reprocessing / recovery processing unit 21 performs recovery and recovers, and here, includes a rerun job extraction unit 22 and a rerun job execution unit 23.
[0027]
The rerun job extraction unit 22 traces from the end of the log information file 13 when a failure occurs, and increments the counter value of the job to be reprocessed, the file output by the job, and the job when the file does not exist on the storage device Thus, the setting in the table is repeated to extract the job and the counter value (to be described later with reference to FIGS. 2 to 8).
[0028]
The rerun job execution means 23 retries by executing multiple jobs with the same counter value in the table in parallel (to be described later with reference to FIGS. 2 to 8).
[0029]
Next, the operation of the configuration of FIG. 1 will be sequentially described in detail with reference to FIGS.
FIG. 2 is an explanatory diagram (log information) of the present invention.
[0030]
FIG. 2A shows an example of log information. This is a log obtained by acquiring the log of the job executed by the log acquisition means 12 of FIG. 1 described above, and is generated by registering the following information shown in FIG. It is. Items that have not finished job execution have not been collected.
[0031]
-Job name:
·Start time:
・ End time:
・ Resource usage information:
-Input file name:
-Output file name:
・ Other:
Here, the job name is the name of the job that has completed execution, the start time is the time when the job was started, the end time is the time when the job ended normally, and the input file name in the used resource information is the data The output file name is the name of the file that outputs (stores) the result of the job processing.
[0032]
FIG. 2B schematically shows job names when the log information of FIG. 2A is acquired, and job net configurations of input files and output files.
[0033]
2A and 2B, for example, the A-job starts processing at 13:50 (13:50), reads data from file A, stores the processing result in file B, and 14: The process ends at 30. Similarly, as schematically shown in FIG. 2B, the D-job from the B-job reads data from the corresponding file, stores the processing result in the corresponding file, and ends the processing.
[0034]
In the example of FIG. 2 described above, analysis of log information when multiple executions are performed in parallel in the case of a retry in the present invention (extraction of reprocessing jobs and counter values are extracted from the log information of FIG. 2A and set in a table) ) And multiple execution (multiple execution for jobs having the same counter value with reference to the table) will be sequentially described in detail with reference to FIGS.
[0035]
FIG. 3 is an explanatory diagram of the present invention.
FIG. 3A shows an example (substantially the same as FIG. 2B) schematically representing log information.
[0036]
FIG. 3B shows an example of information extracted from (a) of FIG. 3 (more precisely, the log information of FIG. 2A) and set in the table. Here, the following information shown in the table is extracted and set in the table in accordance with the procedure shown in FIGS.
[0037]
[Table 1]
Figure 0003953808
[0038]
As described above, the log information file 13 in FIG. 2A is sequentially traced from the end, and when the job to be reprocessed (rerun job) and the input file according to the present invention are deleted, the counter value is incremented by +1. The rerun job table shown in the figure can be created by repeatedly setting the counter value. A job whose counter value in the rerun job table is 0 (in this case, B-job, A-job) is concurrently executed, and when the processing of one of the jobs is completed, the file output by the job is input. The counter value of the job to be subtracted by 1 is set in the table, the job having the counter value of 0 is repeatedly started, and the job can be repeatedly executed to quickly recover (see FIGS. 7 and 8). Will be described later). This will be described below.
[0039]
FIG. 4 is an explanatory diagram (extraction, part 1) of the present invention.
FIG. 4A shows examples of jobs, input files, and output files. Here, it is assumed that a failure occurs in the volume storing the files C and E for some reason while the e-job reads data from the files C and E and executes processing. When this failure occurs, log information is collected as shown in FIG. 4B, and (1) the written job head job block and (2) the write destination block are set at the positions shown in the figure.
[0040]
Next, the procedure for creating the rerun job table of FIG. 3B based on the log information file 13 of FIG. 4B will be described in detail with reference to FIG. 5 and FIG.
[0041]
5 and 6 are explanatory diagrams of the present invention.
In FIG. 5, S1: The recovery file information is extracted based on the information notified of the failure. This is restored based on a notification that a failure has occurred in a volume with the files C and E while the e-job of FIG. 4A reads data from the files C and E and performs processing. Here, the files C and E are extracted, and the files C and E are set in the recovery file table as described on the right side of FIG.
[0042]
S2: Read from (1) of the log information file. This reads the log information of the c job at the position of the written job first block in the log information file 13 of FIG.
[0043]
S3: It is checked whether the job outputs a recovery file. Here, it is checked whether the c job read in S2 outputs the files C and E set in the recovery file table in S1. Here, it is found that the c job is outputting the file C.
[0044]
S4: It is determined whether the data is being output. Here, since the c job outputs the file C in S3, the answer is YES, and the process proceeds to S5. If not output, S5 to S7 are skipped and the process proceeds to S8.
[0045]
S5: A job is registered in the rerun job table (c job). Extracted is set for the file in the recovery file table (file C). As a result, of the recovery file table and the rerun job table described on the right side of FIG.
・ Extracted is set for file C in the recovery file table,
-In the rerun job table, c job (input counter 0) not executed is set. Here, extracted means that there is a job to be recovered. Further, the input counter 0 is an initial value, and unexecuted is a job to be reprocessed by the c job and represents unexecuted.
[0046]
S6: The input file status of the registered rerun job is searched from the file management. If deleted or failed, register the file in the recovery file table. Set the correspondence in the rerun job table. Here, file B is registered because it has been deleted). As a result, of the recovery file table and rerun job table listed on the right side,
-Set file B, and set the relationship as indicated by the arrows in the recovery file table on the right side of S6 in FIG. 5 and the rerun job table (here, c job reads data from file B, and the result is in file C) Output is indicated by an arrow in the figure).
[0047]
S7: Set the rerun job input counter (input file counter) (c job sets 1). This is because the file B from which the c job reads data is not deleted, so that the value 1 added to the current input counter 0 is set as the input counter 1 as shown in the figure.
[0048]
S8: It is determined whether the recovery file table has been completely extracted. Here, since it is NO, it progresses to S9. On the other hand, in the case of YES, the process proceeds to the next step (FIG. 8).
[0049]
S9: Trace one log information file. This is traced to the previous block from (1) in FIG.
[0050]
Similarly, for S13 to S19, S23 to S29, and S33 to S38, in the same manner as S3 to S9, d job (3), b job (4), (5) in FIG. By repeating the a job, the recovery file table and rerun job table are set as shown in the figure as shown on the right side, and the relationship between the input file and output file of each job is set as indicated by the arrows. To obtain the result in the lower right of FIG.
[0051]
As described above, it is possible to extract from the log information file 13 in FIG. 4B as set in the recovery file table and the rerun job table in the lower right (6) in FIG. Next, with reference to FIG. 7 and FIG. 8, a detailed description will be given of a procedure when multiple jobs with the same input counter (counter value) are executed in parallel based on the restoration file table and the rerun job table in (6). To do.
[0052]
7 and 8 are explanatory diagrams (retry) of the present invention. FIGS. 7 and 8 show a flow when the rerun job is executed and recovered.
[0053]
In FIG. 7, S41: Submit a job for which the input counter of the rerun job table is 0. Assume that the job status is being executed (a job, b job). This is the input counter 0 in the rerun job table of (6) described on the right side (same as (6) in the lower right of FIG. 6 described above). Here, a job and b job are taken out in parallel. Multiple execution requests are made, and unexecuted in the a-job and b-job columns of the rerun job table are set during execution as shown in the figure.
[0054]
S42: The job execution is completed and the job normal end notification is received, so that the job is completed (a job). As a result, the execution of job a in the rerun job table on the right side is set to executed.
[0055]
S43: It is determined whether all rerun jobs have been executed. Here, since execution of the b job or the like is not completed, the process proceeds to S44. On the other hand, if YES, the recovery is complete.
[0056]
S44: Subtract the input counter of the job that is inputting the output file of the rerun job (subtract the counter of c job that is inputting file B by 1). This is because the a job is completed in S42 and the a job stores the processing result in the file B, so that the file B is input. Here, the value of the input counter of the c job is decremented by 1 and input. Counter 1 is set to input counter 0 as shown.
[0057]
S45: When the input counter reaches 0, a rerun job execution request is made. It is assumed that it is being executed (c job is requested to be executed and is being executed). As a result, as described on the right side, the c job in the rerun job table is set during execution.
[0058]
S46 in FIG. 8: The execution of the b job is completed and the normal job end notification is received. As a result, the b job in the rerun job table on the right side is set as being executed from being executed.
[0059]
S47: It is determined whether all rerun jobs have been executed. Here, since all jobs have not yet been executed, the process proceeds to S48. On the other hand, if YES, the recovery is complete.
[0060]
S54: The input counter of the job that is inputting the output file of the rerun job is subtracted (the counter of the d job that is inputting the file D is decremented by 1). This is because the b job has been processed in S46 and the b job has stored the processing result in the file D, so the file D is input. Here, the value of the input counter of the d job is decremented by 1 and input. Counter 1 is set to input counter 0 as shown.
[0061]
S55: When the input counter reaches 0, a rerun job execution request is made. It is assumed that the job is being executed (d job is requested to be executed and is being executed). As a result, as described on the right side, the d job in the rerun job table is set during execution.
[0062]
S56: c job execution is completed and job normal end notification is received, so execution is completed (c job). As a result, the c job in the right-side rerun job table is set from being executed to being executed.
[0063]
S57: It is determined whether all rerun jobs have been executed. Here, since all jobs have not yet been executed, the process proceeds to S64. On the other hand, if YES, the recovery is complete.
[0064]
S64: The input counter of the job that has input the output file of the rerun job is subtracted (there is nothing because there is no job that has input the file C). This is because the c job is completed in S56, and the c job stores the processing result in the file C. However, since there is no job inputting the file C (not in the log file), nothing is done.
[0065]
S65: When the input counter reaches 0, a rerun job execution request is made (in this case, there is nothing, so it is passed).
[0066]
S66: d job execution is completed and a job normal end notification is received, so execution is completed (d job). As a result, the d job in the rerun job table on the right side is set from being executed to being executed.
[0067]
S67: It is determined whether all rerun jobs have been executed. Here, since all jobs have been executed, the recovery is completed. On the other hand, in the case of NO, the same is repeated.
[0068]
As described above, the retry process is performed by executing the same job with the same input counter on the basis of the rerun job table and the recovery file table (1) in the lower right of FIG. 6 which are automatically extracted from the log information file. It is possible to execute recovery at a high speed and promptly achieve recovery.
[0069]
(Appendix 1)
It is a reprocessing multiple recovery program that recovers by executing multiple reprocessing,
Means for reading log information recording the history of the name of the executed job, the name of the input file read by the job, and the name of the output file output;
When a failure occurs, increase the counter value of the job that executed the log information retroactively from the time of the failure, the file that the job output, and the job that receives the file when the file does not exist on the storage device A reprocessing multiple recovery program for causing a computer to function as a means for extracting a job to be set and reprocessed in a table.
[0070]
(Appendix 2)
The reprocessing multiple recovery program according to supplementary note 1 for causing a computer to function as means for detecting the multiplicity executed by a job based on the counter value in the table.
[0071]
(Appendix 3)
A job whose input is the file output by the retry-executed job when one of the jobs that have been counter-executed and the counter value set in the above table is executed in parallel. The reprocessing multiple recovery program according to appendix 1, for causing the computer to function as a means for subtracting the count value and setting it in the table and repeating it.
[0072]
(Appendix 4)
A reprocessing multiple recovery device that recovers by executing multiple reprocessings,
Means for reading log information recording the history of the name of the executed job, the name of the input file read by the job, and the name of the output file output;
When a failure occurs, increase the counter value of the job that executed the log information retroactively from the time of the failure, the file that the job output, and the job that receives the file when the file does not exist on the storage device And a means for extracting the data by setting it in a table.
[0073]
(Appendix 5)
It is a reprocessing multiple recovery method that recovers by executing multiple reprocessing,
Reading log information that records the history of the name of the executed job, the name of the input file read by the job, and the name of the output file that was output;
When a failure occurs, increase the counter value of the job that executed the log information retroactively from the time of the failure, the file that the job output, and the job that receives the file when the file does not exist on the storage device And a step of extracting a job to be set and reprocessed in a table.
[0074]
(Appendix 6)
Means for reading log information recording the history of the name of the executed job, the name of the input file read by the job, and the name of the output file output;
When a failure occurs, increase the counter value of the job that executed the log information retroactively from the time of the failure, the file that the job output, and the job that receives the file when the file does not exist on the storage device A computer-readable recording medium having recorded thereon a program that functions as means for setting and extracting the table.
[0075]
【The invention's effect】
As described above, according to the present invention, the count value of the job to be retried and the input file are set in the table based on the log information acquired when the job is executed when the failure occurs, and the count is performed at the time of the retry. Since the configuration in which multiple jobs are executed based on the values is employed, multiple jobs can be executed based on the log information so that rapid recovery can be achieved. In addition, without changing log information and resources stored at the time of job execution, the present invention can execute multiple jobs at the time of retry and easily add functions.
[Brief description of the drawings]
FIG. 1 is a system configuration diagram of the present invention.
FIG. 2 is an explanatory diagram (log information) of the present invention.
FIG. 3 is an explanatory diagram of the present invention.
FIG. 4 is an explanatory diagram (part 1) of the present invention.
FIG. 5 is an explanatory diagram (extraction, part 1) of the present invention.
FIG. 6 is an explanatory diagram (extraction, part 2) of the present invention.
FIG. 7 is an explanatory diagram of the present invention (retry, part 1).
FIG. 8 is an explanatory diagram of the present invention (retry, part 2).
[Explanation of symbols]
11: Failure management means 12: Log acquisition means 13: Log information file 21: Reprocessing / recovery processing means 22: Rerun job extraction means 23: Rerun job execution means

Claims (4)

コンピュータに、
障害発生時に、障害の発生したファイルの名前を復旧ファイルテーブルに登録する第1のステップと、
実行が完了したジョブの名前と当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前とが対応づけて記録されたログ情報ファイルから、最後に記録されたログ情報を読み出す第2のステップと、
第2のステップまたは第5のステップで抽出されたログ情報に含まれる出力ファイルの名前が復旧ファイルテーブルに存在するか否かをチェックし、存在する場合には再処理ジョブテーブルに当該ログ情報におけるジョブの名前を登録すると共に、前記復旧ファイルテーブルにおける当該出力ファイルの名前のファイルを抽出済みとして登録する第3のステップと、
第2のステップまたは第5のステップで抽出されたログ情報に含まれる入力ファイルが、削除済みまたは障害ありであるか否かをチェックし、削除済みまたは障害ありの場合は復旧ファイルテーブルに該入力ファイルの名前を登録する第4のステップと、
前記復旧ファイルテーブルに登録されたファイルが全て抽出済みであるか否かを調べ、全て抽出済みでなければ前記第3のステップおよび第4のステップで処理されたログ情報より1つ前に記録されたログ情報を読み出して前記第3のステップおよび第4のステップを実行する第5のステップと、
再処理ジョブテーブルに記録されたジョブの再処理を行う第6のステップと
を実行させることを特徴とする再処理多重復旧プログラム。
On the computer,
A first step of registering the name of the failed file in the recovery file table when a failure occurs;
A second step of reading the last recorded log information from the log information file in which the name of the job that has been executed, the name of the input file read by the job, and the name of the output file that was output are recorded in association with each other When,
It is checked whether or not the name of the output file included in the log information extracted in the second step or the fifth step exists in the recovery file table. A third step of registering the name of the job and registering the file having the name of the output file in the recovery file table as extracted;
It is checked whether or not the input file included in the log information extracted in the second step or the fifth step is deleted or faulty. If it is deleted or faulty, the input file is input to the recovery file table. A fourth step of registering the name of the file;
It is checked whether or not all the files registered in the recovery file table have been extracted. If all the files have not been extracted, they are recorded immediately before the log information processed in the third step and the fourth step. A fifth step of reading the log information and executing the third step and the fourth step;
A reprocessing multiple recovery program that executes a sixth step of reprocessing a job recorded in the reprocessing job table.
前記第4のステップにおいて、復旧ファイルテーブルに入力ファイルの名前を登録した場合には前記第3のステップにて再処理ジョブテーブルに登録されたジョブに対応したカウント値を増加させ、
前記第6のステップにおいて、前記カウント値が0の復旧処理対象のジョブが複数ある場合には、当該複数のカウント値が0の復旧処理対象のジョブについて同時多重に復旧処理を行うことを特徴とする請求項1記載の再処理多重復旧プログラム。
In the fourth step, when the name of the input file is registered in the recovery file table, the count value corresponding to the job registered in the reprocessing job table in the third step is increased,
In the sixth step, when there are a plurality of jobs subject to restoration processing with a count value of 0, a plurality of restoration processing jobs with a count value of 0 are simultaneously subjected to restoration processing. The reprocessing multiple recovery program according to claim 1.
コンピュータに、
障害発生時に、障害の発生したファイルの名前を復旧ファイルテーブルに登録する第1の手段と、
実行が完了したジョブの名前と当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前とが対応づけて記録されたログ情報ファイルから、最後に記録されたログ情報を読み出す第2の手段と、
第2の手段または第5の手段で抽出されたログ情報に含まれる出力ファイルの名前が復旧ファイルテーブルに存在するか否かをチェックし、存在する場合には再処理ジョブテーブルに当該ログ情報におけるジョブの名前を登録すると共に、前記復旧ファイルテーブルにおける当該出力ファイルの名前のファイルを抽出済みとして登録する第3の手段と、
第2の手段または第5の手段で抽出されたログ情報に含まれる入力ファイルが、削除済みまたは障害ありであるか否かをチェックし、削除済みまたは障害ありの場合は復旧ファイルテーブルに該入力ファイルの名前を登録する第4の手段と、
前記復旧ファイルテーブルに登録されたファイルが全て抽出済みであるか否かを調べ、全て抽出済みでなければ前記第3の手段および第4の手段で処理されたログ情報より1つ前に記録されたログ情報を読み出して前記第3の手段および第4の手段を実行する第5の手段と、
再処理ジョブテーブルに記録されたジョブの再処理を行う第6の手段と
を実行させる再処理多重復旧装置。
On the computer,
A first means for registering the name of the failed file in the recovery file table when a failure occurs;
Second means for reading the last recorded log information from the log information file in which the name of the job that has been executed, the name of the input file read by the job, and the name of the output file that was output are recorded in association with each other When,
It is checked whether or not the name of the output file included in the log information extracted by the second means or the fifth means exists in the recovery file table. A third means for registering the name of the job and registering the file having the name of the output file in the recovery file table as extracted;
It is checked whether the input file included in the log information extracted by the second means or the fifth means is deleted or faulty, and if it is deleted or faulty, the input file is input to the recovery file table. A fourth means for registering the name of the file;
It is checked whether or not all the files registered in the recovery file table have been extracted. If all the files have not been extracted, the log information processed by the third and fourth means is recorded one before. Fifth means for reading out the log information and executing the third means and the fourth means;
A reprocessing multiple recovery device that executes a sixth means for reprocessing a job recorded in the reprocessing job table.
コンピュータが備える手段が、
障害発生時に、障害の発生したファイルの名前を復旧ファイルテーブルに登録する第1のステップと、
実行が完了したジョブの名前と当該ジョブが読み込んだ入力ファイルの名前と出力した出力ファイルの名前とが対応づけて記録されたログ情報ファイルから、最後に記録されたログ情報を読み出す第2のステップと、
第2のステップまたは第5のステップで抽出されたログ情報に含まれる出力ファイルの名前が復旧ファイルテーブルに存在するか否かをチェックし、存在する場合には再処理ジョブテーブルに当該ログ情報におけるジョブの名前を登録すると共に、前記復旧ファイルテーブルにおける当該出力ファイルの名前のファイルを抽出済みとして登録する第3のステップと、
第2のステップまたは第5のステップで抽出されたログ情報に含まれる入力ファイルが、削除済みまたは障害ありであるか否かをチェックし、削除済みまたは障害ありの場合は復旧ファイルテーブルに該入力ファイルの名前を登録する第4のステップと、
前記復旧ファイルテーブルに登録されたファイルが全て抽出済みであるか否かを調べ、全て抽出済みでなければ前記第3のステップおよび第4のステップで処理されたログ情報より1つ前に記録されたログ情報を読み出して前記第3のステップおよび第4のステップを実行する第5のステップと、
再処理ジョブテーブルに記録されたジョブの再処理を行う第6のステップと
を実行させる再処理多重復旧方法。
The means provided in the computer is
A first step of registering the name of the failed file in the recovery file table when a failure occurs;
A second step of reading the last recorded log information from the log information file in which the name of the job that has been executed, the name of the input file read by the job, and the name of the output file that was output are recorded in association with each other When,
It is checked whether or not the name of the output file included in the log information extracted in the second step or the fifth step exists in the recovery file table. A third step of registering the name of the job and registering the file having the name of the output file in the recovery file table as extracted;
It is checked whether or not the input file included in the log information extracted in the second step or the fifth step is deleted or faulty. If it is deleted or faulty, the input file is input to the recovery file table. A fourth step of registering the name of the file;
It is checked whether or not all the files registered in the recovery file table have been extracted. If all the files have not been extracted, they are recorded immediately before the log information processed in the third step and the fourth step. A fifth step of reading the log information and executing the third step and the fourth step;
A reprocessing multiple recovery method that executes a sixth step of reprocessing a job recorded in the reprocessing job table.
JP2001391685A 2001-12-25 2001-12-25 Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method Expired - Fee Related JP3953808B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001391685A JP3953808B2 (en) 2001-12-25 2001-12-25 Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001391685A JP3953808B2 (en) 2001-12-25 2001-12-25 Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method

Publications (2)

Publication Number Publication Date
JP2003196116A JP2003196116A (en) 2003-07-11
JP3953808B2 true JP3953808B2 (en) 2007-08-08

Family

ID=27599196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001391685A Expired - Fee Related JP3953808B2 (en) 2001-12-25 2001-12-25 Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method

Country Status (1)

Country Link
JP (1) JP3953808B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07111685B2 (en) * 1993-05-24 1995-11-29 日本電気株式会社 System operation maintenance method
JP2001014175A (en) * 1999-06-29 2001-01-19 Toshiba Corp System and method for managing job operation and storage medium
JP2001229033A (en) * 2000-02-17 2001-08-24 Hitachi Ltd Device for re-executing job net in file failure

Also Published As

Publication number Publication date
JP2003196116A (en) 2003-07-11

Similar Documents

Publication Publication Date Title
US8140565B2 (en) Autonomic information management system (IMS) mainframe database pointer error diagnostic data extraction
JP6048038B2 (en) Information processing apparatus, program, and information processing method
CN110008129B (en) Reliability test method, device and equipment for storage timing snapshot
US11422920B2 (en) Debugging multiple instances of code using thread patterns
US6279117B1 (en) Recovery support method for recovering from failure of an external storage device
US20100185589A1 (en) Disaster recovery data sync
US20090157767A1 (en) Circular log amnesia detection
US20040230623A1 (en) Log grooming in a multi-log environment
KR19980037617A (en) How to prevent dangling transactions using transaction processing techniques terminated in the rerun phase
KR19980037615A (en) How to prevent dangling transactions using transaction table initialization in the analysis phase
JP3953808B2 (en) Reprocessing multiple recovery program, reprocessing multiple recovery device, and reprocessing multiple recovery method
JP6157420B2 (en) Business processing system and business processing method
JP2019106093A (en) Computer, method of reproducing log, and storage medium
JP6036089B2 (en) Data transition trace device, data transition trace method, and data transition trace program
CN112612649A (en) Log recovery method, system and storage medium of Cache database
JPH06222963A (en) High-load resource evaluation system
JP5718256B2 (en) System performance analysis apparatus, system performance analysis method, and system performance analysis program
JPH05289922A (en) File backup method
JP4730330B2 (en) Database recovery method, database recovery device, and database recovery program
JP2560892B2 (en) Error information processing device
JP2853527B2 (en) Automatic file failure recovery system
CN118642717A (en) Method, device and storage medium for cleaning front-end engineering code
JPH01265334A (en) Test state monitor device
CN116431471A (en) Test method, test device, electronic equipment and readable storage medium
JP6248425B2 (en) Program, process selection method, and information processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040823

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061121

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070119

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070410

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070425

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100511

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110511

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120511

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130511

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140511

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees