JP2000353117A - Method for backing up computer system - Google Patents

Method for backing up computer system

Info

Publication number
JP2000353117A
JP2000353117A JP11162769A JP16276999A JP2000353117A JP 2000353117 A JP2000353117 A JP 2000353117A JP 11162769 A JP11162769 A JP 11162769A JP 16276999 A JP16276999 A JP 16276999A JP 2000353117 A JP2000353117 A JP 2000353117A
Authority
JP
Japan
Prior art keywords
file
backup
job
center
record
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
JP11162769A
Other languages
Japanese (ja)
Inventor
Yoshiteru Ichimura
吉輝 市村
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP11162769A priority Critical patent/JP2000353117A/en
Publication of JP2000353117A publication Critical patent/JP2000353117A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To allow a computer system to correspond to the restoration of a fault even when the computer system has also a transaction file or the like in addition to a master file shared by on-line operation and batch operation to be driven in parallel in the computer system. SOLUTION: An operation center acquires the updating/output image records of all files such as transaction files 140, 150 in addition to a master file 130 shared by on-line operation and batch operation. The operation center collectively transmits these image records to a remote backup center through a network 100 as required. The backup center separates the collectively received records in each file of the operation center and updates or outputs respective separated records to backup files 260, 270, 280 prepared so as to correspond to respective files of the operation center.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、オンライン業務及
びバッチ業務並行稼動におけるコンピュータシステムの
バックアップ方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for backing up a computer system in online operation and batch operation in parallel.

【0002】[0002]

【従来の技術】昨今、金融自由化等により日本の金融機
関のサービス競争が激化する中で、ATMをはじめとす
るオンライン業務の延長が急務となっている。一部の金
融機関では、既にATM24時間運転(24時間のオン
ライン業務サービス)を開始しているところもある。そ
うした時代のニーズの中にあってもバッチ業務が無くな
るわけではない。したがって、オンライン業務とバッチ
業務との並行稼動を可能とする、無停止運用のシステム
構築が必須となっている。
2. Description of the Related Art In recent years, as competition for services of financial institutions in Japan has intensified due to financial liberalization and the like, extension of online operations such as ATMs has become urgent. Some financial institutions have already started 24-hour ATM operation (24-hour online business service). Even in the needs of such an era, batch work is not eliminated. Therefore, it is essential to construct a non-stop operation system that enables the parallel operation of the online operation and the batch operation.

【0003】[0003]

【発明が解決しようとする課題】ところで、オンライン
業務とバッチ業務が並行稼動しているコンピュータシス
テムは少なくないが、このコンピュータシステム環境下
において、オンラインジョブとバッチジョブで同一のマ
スタファイルを共有している場合もある。ここでマスタ
ファイルとは、VSAMファイルで構築することが一般
的であり、VSAMファイルではシステムジャーナル
(リファイメージジャーナルとアフタイメージジャーナ
ル)の取得が可能である。
By the way, although there are many computer systems in which an online job and a batch job are running in parallel, under the computer system environment, an online job and a batch job share the same master file. In some cases. Here, the master file is generally constructed using a VSAM file, and a system journal (refer image journal and after image journal) can be acquired from the VSAM file.

【0004】そして、このようにオンラインジョブとバ
ッチジョブにおいて同一のマスタファイル(マスタ)を
共有する場合には、次のような問題点が発生する。例え
ば、コンピュータシステムが稼働中に、大規模地震等に
より被災した場合、共有するマスタファイルのシステム
ジャーナル(特にアフタイメージジャーナル)から元の
マスタファイルを復元しても、被災直前の状態からオン
ライン業務及びバッチ業務を再開させることはできな
い。それは、マスタファイルの他に、バッチ業務、オン
ライン業務で出力や更新しているトランザクションファ
イル等のファイルが存在するからである。
[0004] When the same master file (master) is shared between the online job and the batch job, the following problems occur. For example, if a computer system is operating and is damaged by a large-scale earthquake or the like, even if the original master file is restored from the system journal (especially after-image journal) of the shared master file, online operations and Batch operations cannot be resumed. This is because, in addition to the master file, there are files such as transaction files that are output and updated in batch operations and online operations.

【0005】したがって、これらトランザクションファ
イル等も復旧しなければ、被災直前の状態からの再開始
は不可能となり、再開始させるためには、トランザクシ
ョンファイル等のシステムジャーナル(特にアフタイメ
ージジャーナル)も取得する必要がある。しかしなが
ら、通常のコンピュータシステムでは、システムジャー
ナル取得機能は、VSAMファイルを対象としているが
標準編成ファイルは対象としていない。そして、復旧対
象であるトランザクションファイルは、ほとんどが標準
編成ファイルであるために、システムジャーナルの取得
ができない。
Therefore, if these transaction files and the like are not restored, restarting from the state immediately before the disaster is impossible, and in order to restart, a system journal (particularly an after image journal) such as a transaction file is also acquired. There is a need. However, in a normal computer system, the system journal acquisition function targets a VSAM file but does not target a standard organization file. Since most of the transaction files to be recovered are standard organization files, the system journal cannot be acquired.

【0006】図3は、このような通常のコンピュータシ
ステムの構成を示している。図示のように、オンライン
ジョブ10とバッチジョブ20でVSAMファイルによ
るマスタファイルを共有しており、例えばレコードaか
らレコードbへの更新処理を行う。そして、障害発生後
の復旧時には、VSAMファイルによるジャーナルを取
得できる。しかし、バッチジョブは、標準編成ファイル
によるトランザクションファイルを有しており、例えば
レコードd、eの追加出力処理を行う。そして、このト
ランザクションファイルについては障害発生後の復旧時
には、標準編成ファイルによるジャーナルは取得できな
い。
FIG. 3 shows the configuration of such a normal computer system. As shown in the drawing, the online job 10 and the batch job 20 share a master file based on a VSAM file, and perform, for example, an update process from record a to record b. At the time of recovery after the occurrence of a failure, a journal using a VSAM file can be acquired. However, the batch job has a transaction file based on the standard organization file, and performs, for example, additional output processing of records d and e. At the time of recovery after the occurrence of a failure, a journal using the standard organization file cannot be acquired for this transaction file.

【0007】以上のことから、オンラインジョブとバッ
チジョブが同一マスタファイルを共有している環境下で
は、トランザクションファイルに対するシステムジャー
ナルが取得できないため、バッチジョブが異常終了した
場合、異常終了した時点からの復旧後の再起動が不可能
であり、障害時の復旧対応を必須とすれば、オンライン
業務とバッチ業務の並行稼動は不可能である。
As described above, in an environment where an online job and a batch job share the same master file, the system journal for the transaction file cannot be acquired. If restarting after recovery is impossible and if recovery measures in case of failure are required, online operation and batch operation cannot be performed in parallel.

【0008】そこで本発明の目的は、並行稼動するオン
ライン業務とバッチ業務でマスタファイルを共有する他
にトランザクションファイル等を有する場合でも障害時
の復旧対応を可能としたコンピュータシステムのバック
アップ方法を提供することにある。
Accordingly, an object of the present invention is to provide a backup method of a computer system which can cope with a failure even when a transaction file or the like is provided in addition to sharing a master file between an online job and a batch job which operate in parallel. It is in.

【0009】[0009]

【課題を解決するための手段】本発明は前記目的を達成
するため、オンライン業務とバッチ業務とを並行稼動す
るコンピュータシステムのバックアップ方法において、
前記オンライン業務とバッチ業務を並行稼働する業務セ
ンタの遠隔地にバックアップセンタを設け、前記業務セ
ンタでは、オンライン業務を実行するオンラインジョブ
とバッチ業務を実行するバッチジョブが、それぞれの業
務に用いる全てのファイルの更新後及び出力後のアフタ
イメージレコードをアフタイメージレコードファイルに
随時格納するとともに、前記アフタイメージレコードフ
ァイルに格納したレコードをネットワークを介して前記
バックアップセンタに送信し、前記バックアップセンタ
では、前記業務センタからのアフタイメージレコードフ
ァイルを受信し、前記アフタイメージレコードファイル
に基づいて、前記業務センタにおける各ファイルに対応
して設けられたバックアップ用ファイルに対してレコー
ドの更新または出力を行うようにしたことを特徴とす
る。
In order to achieve the above object, the present invention provides a method for backing up a computer system in which an online job and a batch job are operated in parallel.
A backup center is provided in a remote location of the business center that performs the online business and the batch business in parallel. In the business center, the online job for executing the online business and the batch job for executing the batch business are all used for each business. The after-image record after updating and outputting the file is stored in the after-image record file as needed, and the record stored in the after-image record file is transmitted to the backup center via a network. Receiving the after-image record file from the center, and updating or outputting a record to a backup file provided corresponding to each file in the business center based on the after-image record file. Characterized in that to perform the.

【0010】本発明のコンピュータシステムのバックア
ップ方法では、業務センタにおける各ファイルの更新、
出力レコードを随時バックアップセンタ側の各ファイル
にバックアップすることにより、障害発生の際の復旧時
に、バックアップセンタ側の各ファイルを用いて完全な
アフタイメーイジレコードを再現することが可能とな
る。したがって、オンラインジョブとバッチジョブが同
一マスタファイルを共有している環境下においても、障
害時の復旧対応を必須とするオンライン業務とバッチ業
務の並行稼動が可能である。
In the computer system backup method according to the present invention, the updating of each file in the business center,
By backing up the output records to the respective files on the backup center as needed, it is possible to reproduce a complete after-image record using the respective files on the backup center at the time of recovery in the event of a failure. Therefore, even in an environment where the online job and the batch job share the same master file, the parallel operation of the online job and the batch job that requires the recovery from a failure is possible.

【0011】[0011]

【発明の実施の形態】以下、本発明によるコンピュータ
システムのバックアップ方法の実施の形態について説明
する。本実施の形態によるコンピュータシステムのバッ
クアップ方法は、従来のシステムジャーナルとは異な
り、マスタファイルのみならず、トランザクションファ
イル等の全てのファイルのレコード更新/出力イメージ
(アフタイメージレコード)を取得することで、オンラ
インジョブとバッチジョブが同一マスタファイルを共有
している環境下においても、オンライン業務とバッチ業
務の並行稼動を可能とするものであり、さらに、取得し
たレコード更新/出力イメージを遠隔地システムに転送
し、この遠隔地にバックアップしてある同一ファイル
(バックアップファイル)を随時更新することで、大規
模地震等の被災においても、本システムの運用を遠隔地
システムで引き継げる環境を提供するものである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a computer system backup method according to the present invention will be described below. The backup method of the computer system according to the present embodiment differs from the conventional system journal in that not only the master file but also the record update / output images (after-image records) of all files such as transaction files are acquired. Even in an environment where the online job and the batch job share the same master file, the online job and the batch job can be operated in parallel, and the acquired record update / output image is transferred to the remote system. By updating the same file (backup file) backed up in the remote place as needed, an environment in which the operation of this system can be taken over by the remote place system even in the event of a disaster such as a large-scale earthquake is provided.

【0012】図1は、本実施の形態によるバックアップ
方法を適用したコンピュータシステムの構成を示すブロ
ック図である。本形態のコンピュータシステムは、実際
の業務を行う業務センタと、この業務センタのバックア
ップを行う遠隔地のバックアップセンタとをネットワー
ク100を介して接続し、センタシステムにおける各種
ファイルのアフタイメージレコードを遠隔地でバックア
ップするものである。
FIG. 1 is a block diagram showing a configuration of a computer system to which a backup method according to the present embodiment is applied. The computer system according to the present embodiment connects a business center that performs actual work and a remote backup center that backs up the business center via a network 100, and stores after-image records of various files in the center system in a remote place. Backup.

【0013】業務センタは、オンラインジョブ110
と、バッチジョブ120と、共有マスタファイル130
と、トランザクションファイル140と、その他の出力
ファイル150と、アフタイメージレコード(AF)フ
ァイル160と、バックアップ送信ジョブ170とを有
する。オンラインジョブ110は、共有マスタファイル
130に格納された各レコードに対する更新処理を行う
とともに、新たに作成した追加のレコードを出力ファイ
ル150に出力処理するものである。バッチジョブ12
0は、共有マスタファイル130に格納された各レコー
ドに対する更新処理を行うとともに、新たに作成した追
加のレコードをトランザクションファイル140に出力
処理するものである。
The business center is an online job 110
, Batch job 120 and shared master file 130
, A transaction file 140, another output file 150, an after-image record (AF) file 160, and a backup transmission job 170. The online job 110 performs an update process on each record stored in the shared master file 130 and outputs a newly created additional record to the output file 150. Batch job 12
0 performs update processing on each record stored in the shared master file 130 and outputs newly generated additional records to the transaction file 140.

【0014】共有マスタファイル130はVSAMファ
イルによって構築され、トランザクションファイル14
0及びその他の出力ファイル150は標準編成ファイル
によって構築されている。また、オンラインジョブ11
0、バッチジョブ120は、各業務毎にファイルを更新
処理あるいは出力処理した後のイメージレコード(アフ
タイメージレコード)をAFファイル160に出力す
る。バックアップ送信ジョブ170は、AFファイル1
60のアフタイメージレコードを読み込み、遠隔地シス
テム(バックアップセンタ)へアフタイメージレコード
を随時送信する。
The shared master file 130 is constructed by a VSAM file,
0 and other output files 150 are constructed from standard organization files. In addition, online job 11
0, the batch job 120 outputs to the AF file 160 an image record (after-image record) after updating or outputting the file for each job. The backup transmission job 170 is the AF file 1
The after-image record 60 is read and the after-image record is transmitted to a remote system (backup center) as needed.

【0015】一方、バックアップセンタは、バックアッ
プ受信ジョブ210と、AFファイル220と、バック
アップ分離ジョブ230と、一時出力ファイル240
A、240B、240Cと、バックアップ更新ジョブ2
50A、250B、250Cと、バックアップ用の共有
マスタファイル260と、トランザクションファイル2
70と、その他の出力ファイル280とを有する。この
ような構成において、ネットワーク100を通してアフ
タイメージレコードを受信したバックアップ受信ジョブ
210は、そのアフタイメージレコードをAFファイル
220に出力する。
On the other hand, the backup center performs a backup reception job 210, an AF file 220, a backup separation job 230, and a temporary output file 240
A, 240B, 240C and backup update job 2
50A, 250B, 250C, backup shared master file 260, and transaction file 2
70 and other output files 280. In such a configuration, the backup reception job 210 that has received the after-image record via the network 100 outputs the after-image record to the AF file 220.

【0016】バックアップ分離ジョブ230は、AFフ
ァイル220のアフタイメージレコードを読み込み、共
有マスタファイル130と、トランザクションファイル
140と、その他の出力ファイル150の各ファイル毎
に分離する。そして、この分離したアフタイメージレコ
ードを、一時出力ファイル240A、240B、240
Cに出力する。バックアップ更新ジョブ250A、25
0B、250Cは、一時出力ファイル240A、240
B、240Cを読み込み、該当するバックアップ用ファ
イル260、270、280を更新(出力)する。
The backup separation job 230 reads the after-image record of the AF file 220 and separates each of the shared master file 130, the transaction file 140, and the other output files 150. Then, the separated after-image records are stored in the temporary output files 240A, 240B, 240
Output to C. Backup update jobs 250A, 25
0B and 250C are temporary output files 240A and 240
B, 240C are read and the corresponding backup files 260, 270, 280 are updated (output).

【0017】次に、以上のような構成のコンピュータシ
ステムにおけるバックアップ方法の具体的動作例を図2
に基づいて説明する。まず、オンラインジョブ110
は、共有マスタファイル130のレコードBをレコード
Cに更新し、レコードAを出力する。そのとき更新後イ
メージC、及び出力後イメージAを1つのレコード(レ
コードF)としてAFファイル160へ出力する。一
方、バッチジョブ120は、共有マスタファイル130
のレコードCをレコードDに更新し、レコードEを出力
する。そのとき更新後イメージレコードD、及び出力後
イメージレコードEを1レコード(レコードG)として
AFファイル160へ出力する。
Next, a specific operation example of the backup method in the computer system having the above configuration is shown in FIG.
It will be described based on. First, the online job 110
Updates the record B of the shared master file 130 to the record C and outputs the record A. At that time, the updated image C and the output image A are output to the AF file 160 as one record (record F). On the other hand, the batch job 120
Is updated to record D, and record E is output. At this time, the updated image record D and the output image record E are output to the AF file 160 as one record (record G).

【0018】バックアップ送信ジョブ170は、AFフ
ァイル160のアフタイメージレコード(レコードF、
G)を読み込み、ネットワーク100を通じてバックア
ップセンタのバックアップ受信ジョブ210へ随時送信
する。なお、バックアップ送信ジョブ170によってレ
コードを送信する条件としては、例えば一定時間間隔で
起動したり、また、AFファイル160のデータ量に応
じて起動する等の方法があるが、リアルタイム性とネッ
トワークに対する負荷等を考慮して適宜設定するものと
する。
The backup transmission job 170 includes an after-image record (record F,
G) is read and transmitted as needed to the backup reception job 210 of the backup center via the network 100. The conditions for transmitting a record by the backup transmission job 170 include, for example, a method of starting at a fixed time interval and a method of starting according to the data amount of the AF file 160. It should be set appropriately in consideration of the above.

【0019】バックアップ受信ジョブ210は、ネット
ワーク100を通してアフタイメージレコード(レコー
ドF、G)を受信し、それをAFファイル220に出力
する。バックアップ分離ジョブ230は、AFファイル
220のアフタイメージレコードを読み込み、レコード
FをレコードC及びレコードAに分離し、また、レコー
ドGをレコードD及びレコードEに分離し、それぞれ該
当する一時出力ファイル240A、240B、240C
に出力する。
The backup reception job 210 receives an after-image record (records F and G) through the network 100 and outputs it to the AF file 220. The backup separation job 230 reads the after-image record of the AF file 220, separates the record F into the record C and the record A, separates the record G into the record D and the record E, and respectively corresponds to the corresponding temporary output file 240A, 240B, 240C
Output to

【0020】バックアップ更新ジョブ250Aは、一時
出力ファイル240AのレコードAを読み込み、これを
バックアップ用の出力ファイル280へ出力する。ま
た、バックアップ更新ジョブ250Bは、一時出力ファ
イル240BのレコードC、Dを読み込み、更新順にソ
ートし、バックアップ用の共通マスタファイル260の
レコードBをレコードCに更新し、さらにレコードCを
レコードDに更新する。また、バックアップ更新ジョブ
250Cは、一時出力ファイル240CのレコードEを
読み込み、これをバックアップ用のトランザクションフ
ァイル270へ出力する。
The backup update job 250A reads the record A of the temporary output file 240A and outputs this to the backup output file 280. The backup update job 250B reads the records C and D of the temporary output file 240B, sorts them in the order of updating, updates the record B of the backup common master file 260 to the record C, and updates the record C to the record D. I do. Further, the backup update job 250C reads the record E of the temporary output file 240C and outputs this to the backup transaction file 270.

【0021】以上のようにして、業務センタにおける各
ファイル130、140、150の更新、出力レコード
を随時バックアップセンタ側の各ファイル260、27
0、280にバックアップすることにより、障害発生の
際の復旧時に、バックアップセンタ側の各ファイルを用
いて完全なアフタイメーイジレコードを再現することが
可能となる。したがって、オンラインジョブとバッチジ
ョブが同一マスタファイルを共有している環境下におい
ても、障害時の復旧対応を必須とするオンライン業務と
バッチ業務の並行稼動が可能である。また、本形態で
は、各業務単位で各ファイルの更新(出力)イメージを
まとめてバックアップファイルを更新(出力)している
ため、災害等の障害発生後は、遠隔地のシステムで障害
が発生した時点から再開始処理が可能である。
As described above, the update and output record of each of the files 130, 140, 150 in the business center are updated as needed in the respective files 260, 27 of the backup center.
By making a backup at 0 or 280, a complete after-image record can be reproduced using each file on the backup center side at the time of restoration in the event of a failure. Therefore, even in an environment where the online job and the batch job share the same master file, the parallel operation of the online job and the batch job that requires the recovery from a failure is possible. In this embodiment, the backup file is updated (output) together with the update (output) image of each file in each business unit, so that after a failure such as a disaster occurs, a failure occurs in a remote system. Restart processing is possible from the point in time.

【0022】[0022]

【発明の効果】以上説明したように本発明のコンピュー
タシステムのバックアップ方法では、業務センタにおけ
る各ファイルの更新、出力レコードを随時バックアップ
センタ側の各ファイルにバックアップすることにより、
障害発生の際の復旧時に、バックアップセンタ側の各フ
ァイルを用いて完全なアフタイメーイジレコードの再現
を可能とした。したがって、オンラインジョブとバッチ
ジョブが同一マスタファイルを共有している環境下にお
いても、従来のシステムジャーナルとは異なり、マスタ
ファイルのみならず、トランザクションファイル等の全
てのファイルのレコードをバックアップすることが可能
となり、障害時の復旧対応を必須とするオンライン業務
とバッチ業務の並行稼動が可能である。
As described above, in the computer system backup method of the present invention, the update and output records of each file in the business center are backed up to each file in the backup center as needed.
At the time of recovery in the event of a failure, complete after-image records can be reproduced using each file on the backup center. Therefore, even in an environment where an online job and a batch job share the same master file, unlike the conventional system journal, it is possible to back up not only the master file but also the records of all files such as transaction files. Thus, it is possible to perform online work and batch work in parallel, which require recovery measures at the time of failure.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態によるバックアップ方法を
適用したコンピュータシステムの構成例を示すブロック
図である。
FIG. 1 is a block diagram illustrating a configuration example of a computer system to which a backup method according to an embodiment of the present invention has been applied.

【図2】図1に示すコンピュータシステムの具体的動作
例を示すブロック図である。
FIG. 2 is a block diagram showing a specific operation example of the computer system shown in FIG.

【図3】通常のコンピュータシステムの構成例を示すブ
ロック図である。
FIG. 3 is a block diagram illustrating a configuration example of a normal computer system.

【符号の説明】[Explanation of symbols]

100……ネットワーク、110……オンラインジョ
ブ、120……バッチジョブ、130……共有マスタフ
ァイル、140……トランザクションファイル、150
……出力ファイル、160……AFファイル、170…
…バックアップ送信ジョブ、210……バックアップ受
信ジョブ、220……AFファイル、230……バック
アップ分離ジョブ、240A、240B、240C……
一時出力ファイル、250A、250B、250C……
バックアップ更新ジョブ、260A……バックアップ用
共有マスタファイル、260B……バックアップ用トラ
ンザクションファイル、260C……バックアップ用出
力ファイル。
100: network, 110: online job, 120: batch job, 130: shared master file, 140: transaction file, 150
…… Output file, 160 …… AF file, 170…
… Backup transmission job, 210… Backup reception job, 220… AF file, 230… Backup separation job, 240A, 240B, 240C…
Temporary output files, 250A, 250B, 250C ...
Backup update job, 260A: Backup shared master file, 260B: Backup transaction file, 260C: Backup output file.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 オンライン業務とバッチ業務とを並行稼
動するコンピュータシステムのバックアップ方法におい
て、 前記オンライン業務とバッチ業務を並行稼働する業務セ
ンタの遠隔地にバックアップセンタを設け、 前記業務センタでは、オンライン業務を実行するオンラ
インジョブとバッチ業務を実行するバッチジョブが、そ
れぞれの業務に用いる全てのファイルの更新後及び出力
後のアフタイメージレコードをアフタイメージレコード
ファイルに随時格納するとともに、前記アフタイメージ
レコードファイルに格納したレコードをネットワークを
介して前記バックアップセンタに送信し、 前記バックアップセンタでは、前記業務センタからのア
フタイメージレコードファイルを受信し、前記アフタイ
メージレコードファイルに基づいて、前記業務センタに
おける各ファイルに対応して設けられたバックアップ用
ファイルに対してレコードの更新または出力を行うよう
にした、 ことを特徴とするコンピュータシステムのバックアップ
方法。
1. A method for backing up a computer system that runs an online job and a batch job in parallel, comprising: providing a backup center at a remote location from a job center that runs the online job and the batch job in parallel; The online job that executes the batch job and the batch job that executes the batch job store the after-image record after updating and outputting all the files used for each job in the after-image record file as needed, and store the after-image record file in the after-image record file. The stored record is transmitted to the backup center via a network. The backup center receives an after-image record file from the business center, and, based on the after-image record file, A backup method for a computer system, wherein a record is updated or output to a backup file provided corresponding to each file in the business center.
【請求項2】 前記オンライン業務と前記バッチ業務に
用いるファイルには、各業務で共通に用いるマスタファ
イルと、各業務で個別に用いるトランザクションファイ
ル及びその他の出力ファイルとを有することを特徴とす
る請求項1記載のコンピュータシステムのバックアップ
方法。
2. The file used for the online business and the batch business includes a master file commonly used in each business, and a transaction file and other output files used individually in each business. Item 7. A backup method for a computer system according to Item 1.
【請求項3】 前記マスタファイルはVSAMファイル
により構築され、前記トランザクションファイル及びそ
の他の出力ファイルは標準編成ファイルにより構築され
ていることを特徴とする請求項2記載のコンピュータシ
ステムのバックアップ方法。
3. The computer system backup method according to claim 2, wherein said master file is constructed by a VSAM file, and said transaction file and other output files are constructed by a standard organization file.
【請求項4】 前記オンラインジョブ及びバッチジョブ
は、それぞれの業務単位で前記アフタイメージレコード
をアフタイメージレコードファイルに随時格納すること
を特徴とする請求項1記載のコンピュータシステムのバ
ックアップ方法。
4. The computer system backup method according to claim 1, wherein the online job and the batch job store the after-image record in the after-image record file as needed in each business unit.
【請求項5】 前記業務センタでは、前記全てのファイ
ルのアフタイメージレコードをまとめて前記バックアッ
プセンタに送信し、前記バックアップセンタでは、前記
業務センタから受信したアフタイメージレコードを前記
業務センタにおける各ファイル毎に分離し、業務センタ
における各ファイル毎に設けられたバックアップファイ
ルに対して更新処理または出力処理を行うことを特徴と
する請求項1記載のコンピュータシステムのバックアッ
プ方法。
5. The business center sends the after-image records of all the files together to the backup center, and the backup center stores the after-image records received from the business center for each file in the business center. 2. The computer system backup method according to claim 1, wherein update processing or output processing is performed on a backup file provided for each file in the business center.
【請求項6】 前記オンラインジョブまたは前記バッチ
ジョブにおいて、同一業務単位で更新処理によるアフタ
イメージレコードと出力処理によるアフタイメージレコ
ードとが存在する場合、各レコードをまとめて1つのレ
コードとして前記アフタイメージレコードファイルに格
納し、前記バックアップセンタに送信することを特徴と
する請求項5記載のコンピュータシステムのバックアッ
プ方法。
6. In the online job or the batch job, when there is an after-image record by an update process and an after-image record by an output process in the same business unit, the records are collectively combined into one record as the after-image record. 6. The method according to claim 5, wherein the file is stored in a file and transmitted to the backup center.
JP11162769A 1999-06-09 1999-06-09 Method for backing up computer system Pending JP2000353117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11162769A JP2000353117A (en) 1999-06-09 1999-06-09 Method for backing up computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11162769A JP2000353117A (en) 1999-06-09 1999-06-09 Method for backing up computer system

Publications (1)

Publication Number Publication Date
JP2000353117A true JP2000353117A (en) 2000-12-19

Family

ID=15760882

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11162769A Pending JP2000353117A (en) 1999-06-09 1999-06-09 Method for backing up computer system

Country Status (1)

Country Link
JP (1) JP2000353117A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009151637A (en) * 2007-12-21 2009-07-09 Nomura Research Institute Ltd Operation continuation system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009151637A (en) * 2007-12-21 2009-07-09 Nomura Research Institute Ltd Operation continuation system

Similar Documents

Publication Publication Date Title
US7428657B2 (en) Method for rolling back from snapshot with log
US6993537B2 (en) Data recovery system
CN1902595B (en) Coordinated storage management operations in replication environment
US7549027B1 (en) System and method for managing replication of data in a data storage environment
US20030208511A1 (en) Database replication system
US7546428B1 (en) Computer architecture for managing replication of data in a data storage environment
JPH02310665A (en) Data restoration method for distributed transaction processing system
US7506116B2 (en) Maintaining and using information on updates to a data group after a logical copy is made of the data group
CN112130959B (en) Virtual machine protection system and method
JP2000353117A (en) Method for backing up computer system
JP3340431B2 (en) Database management method
JP2000259505A (en) Inter-system data backup system and its method
JPH1139273A (en) Remote backup system
JP4716492B2 (en) Redundant configuration system and method for second computer system to immediately recover when first computer system fails
JPH11345139A (en) Non-stop type duplex system
JP2001034595A (en) Method and device for integrating work among a plurality of systems
US20220129354A1 (en) Backup restoration method and backup restoration device
JP2000010868A (en) Decentralized system and its backup method
US20090319593A1 (en) Optimized Message Format for Synchronization Flows Between Transaction Processing Systems
JP2001306385A (en) Method and system for managing distribution of file and recording medium recording file distribution management program
JP2004171529A (en) Data backup system and data backup method
JP2806342B2 (en) Database failure recovery method and device
JP3524290B2 (en) Data recovery method and its processing device
US7971012B2 (en) Mail processing computer automatic recovery system and method
JPH087765B2 (en) Work alternative method of LAN integrated production system