JP2901675B2 - File backup acquisition synchronization method - Google Patents

File backup acquisition synchronization method

Info

Publication number
JP2901675B2
JP2901675B2 JP1333570A JP33357089A JP2901675B2 JP 2901675 B2 JP2901675 B2 JP 2901675B2 JP 1333570 A JP1333570 A JP 1333570A JP 33357089 A JP33357089 A JP 33357089A JP 2901675 B2 JP2901675 B2 JP 2901675B2
Authority
JP
Japan
Prior art keywords
backup
online
file
online system
journal
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 - Lifetime
Application number
JP1333570A
Other languages
Japanese (ja)
Other versions
JPH03192439A (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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP1333570A priority Critical patent/JP2901675B2/en
Publication of JPH03192439A publication Critical patent/JPH03192439A/en
Application granted granted Critical
Publication of JP2901675B2 publication Critical patent/JP2901675B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、複数のデータ処理装置で共通データ資源を
アクセスするデータベース共用システムにおけるファイ
ルバックアップ取得同期方法に関し、特に計算機の使用
効率を向上するのに好適なデータベース共用システムに
おけるファイルバックアップ取得同期方法に関する。
Description: BACKGROUND OF THE INVENTION The present invention relates to a file backup acquisition synchronization method in a database sharing system in which a plurality of data processing devices access a common data resource, and more particularly to an improvement in the use efficiency of a computer. The present invention relates to a method for acquiring and synchronizing a file backup in a database sharing system suitable for the present invention.

〔従来の技術〕[Conventional technology]

従来のオンラインシステムでは、データベースファイ
ルの回復処理を効率的に行い、計算機の使用効率を向上
させる方法が種々提案されている。
In a conventional online system, various methods have been proposed for efficiently performing database file recovery processing and improving computer use efficiency.

例えば、単一プロセッサを備えた単一オンラインシス
テムにおけるデータベースファイル回復方法としては、
オンライン開始前およびオンライン中のデータベースの
バックアップ取得方式が一般に知られている。
For example, database file recovery methods in a single online system with a single processor include:
A method for acquiring a backup of a database before starting online and while online is generally known.

また、複数のオンラインシステムを通信回線で接続
し、共用データベースを使用するシステムでは、ファイ
ル障害に備え、オンライン開始前から共用データベース
のバックアップを吸いあげて、ファイルジャーナルを取
得し、障害時には、ジャーナルマージ機能により、全て
のファイルジャーナルから作成したマージジャーナルを
用いてファイル回復を行っていた。
Also, in systems that use a shared database by connecting multiple online systems via communication lines, in order to prepare for a file failure, a backup of the shared database is taken up before online starts, and a file journal is acquired. With the function, file recovery was performed using the merge journal created from all file journals.

この他に、オペレータが各オンラインシステムにコマ
ンドを投入し、システムの運用によってバックアップの
同期をとる方法も考えられる。
In addition, a method is also conceivable in which an operator inputs a command to each online system and synchronizes backups by operating the system.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

上記従来技術では、データ資源を共用するシステムに
おける複数のデータ処理装置の同期方法については論じ
られていない。このため、複数のオンラインシステムが
データベースファイルを共用する場合、ファイルのバッ
クアップ取得開始の同期をとるポイントが設定できない
という問題があった。
The above prior art does not discuss a method of synchronizing a plurality of data processing devices in a system sharing data resources. Therefore, when a plurality of online systems share a database file, there is a problem that a point for synchronizing the start of backup of the file cannot be set.

これは、ジャーナルマージ機能を使用する場合、マー
ジ入力となるジャーナル中にファイルバックアップ開始
点の識別を付加しても、各オンラインシステムで同期を
とらない限り、次に述べる理由により回復が正しく行え
ないことによる。
This is because when using the journal merge function, even if the identification of the file backup start point is added to the journal used as the merge input, recovery cannot be performed correctly for the following reasons unless synchronization is performed in each online system. It depends.

すなわち、1オンラインシステムが識別を付加した
後、他オンラインシステムで識別を付加するまでにファ
イル更新が行われると、ファイル更新情報がジャーナル
マージ機能の対象範囲から外れてしまう。
That is, if the file is updated before the identification is added by another online system after the identification is added by one online system, the file update information will be out of the target range of the journal merge function.

また、オペレータが各オンラインシステムにコマンド
を投入し、システムの運用によってバックアップの同期
をとる方法では、オペレータの負荷が大きく、運用ミス
を起こす恐れがある。
Further, in a method in which an operator inputs a command to each online system and synchronizes backups by operating the system, the load on the operator is large and an operation error may occur.

本発明の目的は、このような問題点を改善し、複数オ
ンラインシステムで共用されたデータベースの障害に備
え、オンライン中にバックアップを取得する際、各オン
ラインシステムを一時的に休止状態にし、バックアップ
取得時点の同期をとって、ジャーナルマージ機能で同期
後のジャーナルを対象にすることにより、データベース
の回復時間を短縮することが可能なするデータベース共
用システムにおけるファイルバックアップ取得同期方法
を提供することにある。
An object of the present invention is to improve such a problem and prepare for a failure of a database shared by a plurality of online systems. An object of the present invention is to provide a file backup acquisition synchronization method in a shared database system that can reduce the recovery time of a database by synchronizing the time points and targeting the journal after synchronization by a journal merge function.

〔課題を解決するための手段〕[Means for solving the problem]

上記目的を達成するため、本発明のファイルバックア
ップ取得同期方法は、複数のデータ処理装置と、データ
処理装置を相互接続する通信装置と、データ処理装置に
よって共用されるデータ資源を記憶するファイル装置と
を備え、複数のオンラインシステムから共用データ資源
をアクセスするデータベース共用システムのバックアッ
プ取得方式において、オンライン中、上記複数のオンラ
インシステムの何れかにバックアップ取得要求コマンド
を投入し、そのコマンドを受信したオンラインシステム
は、新たな処理の起動を抑止して、仕掛け中の処理が終
了した後、自システム以外のオンラインシステムにバッ
クアップ準備完了を連絡し、自システム以外のオンライ
ンシステムの同期状態を監視することにより、全オンラ
インシステムの同期がとれた時点以降、新たな処理の起
動抑止を解除し、バックアップ取得を行うことに特徴が
ある。
In order to achieve the above object, a file backup acquisition synchronization method of the present invention includes a plurality of data processing devices, a communication device interconnecting the data processing devices, and a file device storing data resources shared by the data processing devices. And a backup acquisition method for a database sharing system that accesses a shared data resource from a plurality of online systems. In the online acquisition system, a backup acquisition request command is input to any of the plurality of online systems while online, and the command is received. By suppressing the start of the new process, after the process in progress is completed, by notifying the online system other than the own system of backup preparation completion, and monitoring the synchronization status of the online system other than the own system, Synchronization of all online systems Since balanced point, releasing the activation suppression of new processing is characterized by performing the backup acquisition.

また、上記仕掛け中処理が所定時間内に終了しない場
合、および自システム以外のオンラインシステムが所定
時間内にバックアップ準備を完了しない場合には、バッ
クアップ取得要求をキャンセルし、新たな処理の禁止を
解除することに特徴がある。
If the in-progress processing is not completed within a predetermined time, or if an online system other than the own system does not complete the backup preparation within a predetermined time, the backup acquisition request is canceled and the prohibition of the new processing is released. There is a feature in doing.

〔作用〕[Action]

本発明においては、バックアップ取得時点の同期をと
るため、オペレータは何れか1つのオンラインシステム
にコマンド(バックアップ取得開始要求)を投入し、こ
のコマンドは、データ装置を相互接続する通信装置を介
して、他オンラインシステムに連絡される。
In the present invention, in order to synchronize the backup acquisition point, the operator inputs a command (backup acquisition start request) to any one of the online systems, and this command is transmitted via a communication device interconnecting the data devices. Contact other online systems.

これにより、新たな処理の起動は抑止され、一時的に
全オンラインシステムが休止状態となる。
As a result, activation of a new process is suppressed, and all online systems are temporarily suspended.

さらに、仕掛け中処理の終了を待って、他オンライン
システムに同期のとれたことを連絡する。この後、全オ
ンラインシステムの同期がとれた時点で、以降取得する
ジャーナルにIDを付加し、新たな処理の起動抑止を解除
する。そして、バックアップ取得完了時には、バックア
ップ取得終了を要求するコマンドを、何れかのオンライ
ンシステムに投入する。
Further, after waiting for the in-progress processing to be completed, the fact that synchronization has been achieved is notified to another online system. Thereafter, when all the online systems have been synchronized, an ID is added to the journal acquired thereafter, and the suppression of the start of the new process is released. When the backup acquisition is completed, a command for requesting the end of the backup acquisition is input to any of the online systems.

従って、開始同期ポイントから終了同期ポイントまで
に共用データベースのバックアップを取得し、ファイル
障害時には、バックアップにより戻したファイルに対
し、開始ポイント以降に取得されたファイルジャーナル
によって、障害発生時点まで回復処理を行う。
Therefore, a backup of the shared database is acquired from the start synchronization point to the end synchronization point, and in the event of a file failure, the file returned by the backup is subjected to recovery processing up to the time of failure by the file journal acquired after the start point. .

すなわち、オンライン開始前から共用データベースの
バックアップを吸いあげ、最初からファイル回復を行う
必要はなく、オンライン中のバックアップ開始以降のフ
ァイルジャーナルを用いてファイル回復を行えばよいの
で、計算機の使用効率を向上させるとともに、24時間運
転システムを構築することも可能である。
In other words, it is not necessary to perform backup of the shared database before starting online and recover the file from the beginning. It is only necessary to recover the file using the file journal since the start of online backup, improving the efficiency of computer use. At the same time, it is possible to build a 24-hour operation system.

〔実施例〕〔Example〕

以下、本発明の一実施例を図面により説明する。 Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

第2図は、本発明の一実施例におけるオンラインシス
テムのファイル回復手順を示す説明図である。
FIG. 2 is an explanatory diagram showing a file recovery procedure of the online system in one embodiment of the present invention.

第2図において、21,22はデータ処理装置、23はデー
タ処理装置21上で動作するオンラインシステムA、24は
データ処理装置22上で動作するオンラインシステムB、
25はオンラインシステムAのファイルジャーナルを格納
する磁気テープ装置、26はオンラインシステムBのファ
イルジャーナルを格納する磁気テープ装置、27はマージ
ジャーナルを格納する磁気テープ装置、28は共用データ
ベースを格納するファイル装置、29はバックアップを格
納する磁気テープ装置である。
2, reference numerals 21 and 22 denote data processing devices, 23 denotes an online system A operating on the data processing device 21, 24 denotes an online system B operating on the data processing device 22,
25 is a magnetic tape device for storing the file journal of the online system A, 26 is a magnetic tape device for storing the file journal of the online system B, 27 is a magnetic tape device for storing the merge journal, and 28 is a file device for storing the shared database , 29 are magnetic tape devices for storing backups.

本実施例では、2台のデータ処理装置21,22上で動作
する2個のオンラインシステム23,24がファイル装置28
を共用してアクセスし、各々のファイルジャーナルを取
得する場合について述べる。
In this embodiment, two online systems 23 and 24 operating on two data processing devices 21 and 22 are connected to a file device 28.
The following describes a case where the file journal is accessed by sharing the file journal.

まず、各システム21,22は、ファイル装置28のバック
アップを外部装置(磁気テープ装置)29に取得し、ファ
イル障害に備える。
First, each of the systems 21 and 22 acquires a backup of the file device 28 in the external device (magnetic tape device) 29 to prepare for a file failure.

さらに、ファイル装置28に障害が発生すると、外部装
置29のバックアップよりファイルを戻し、磁気テープ装
置25,26のファイルジャーナルをジャーナルマージ機能
によりマージして、磁気テープ装置27にマージジャーナ
ルを作成する。
Further, when a failure occurs in the file device 28, the file is returned from the backup of the external device 29, the file journals of the magnetic tape devices 25 and 26 are merged by the journal merge function, and a merge journal is created in the magnetic tape device 27.

その後、そのマージジャーナルにて障害発生時点まで
ファイルを回復する。
After that, the file is recovered in the merge journal up to the point of failure.

次に、第1図により、本実施例の同期処理手順につい
て述べる。
Next, the synchronization processing procedure of the present embodiment will be described with reference to FIG.

第1図は、本発明の一実施例における同期処理手順を
示すフローチャートである。
FIG. 1 is a flowchart showing a synchronization processing procedure in one embodiment of the present invention.

第1図において、T1は、仕掛け中処理が終了するまで
を監視する時間、T2は、T1−(仕掛け中処理が終了する
までに要した時間)を示す。これらは、データ処理装置
間を相互接続する通信装置に障害が発生して、オンライ
ンシステムが休止状態のままになることを防止するた
め、各オンラインシステムが監視するものである。
In Figure 1, T 1 is the time to monitor up tackle in process is completed, T 2 is T 1 - shows a (time tackle during processing required to finish). These are monitored by each online system in order to prevent a failure in a communication device interconnecting the data processing devices and leave the online system in a halt state.

本実施例では、オペレータは、第2図に示したオンラ
インシステムA23にバックアップ開始要求を行う。これ
により、データ処理装置21,22を相互接続する通信装置
(図示せず)を介して、オンラインシステムB24にバッ
クアップ開始連絡を行う。
In this embodiment, the operator makes a backup start request to the online system A23 shown in FIG. As a result, a backup start notification is sent to the online system B24 via a communication device (not shown) interconnecting the data processing devices 21 and 22.

こうして、バックアップ開始要求が送出されると、バ
ックアップ開始処理では、新たな処理の起動を抑止する
(100)。
When the backup start request is sent in this way, in the backup start process, the activation of a new process is suppressed (100).

さらに、仕掛け中処理の終了を一定時間待ち(10
1)、仕掛け中処理が一定時間内に終了すれば、オンラ
インシステムB24にバックアップ準備完了を連絡する。
Furthermore, wait for a certain period of time for
1) If the in-progress processing is completed within a certain period of time, the online system B24 is notified of backup preparation completion.

その後、オンラインシステムB24の準備完了を一定時
間待ち(102)、一定時間内にオンラインシステムが準
備完了となった時点を同期開始ポイントとして、新たな
処理の起動禁止を解除する(103)。
Thereafter, the completion of the preparation of the online system B24 is waited for a certain period of time (102), and the prohibition of the start of a new process is released with the time when the preparation of the online system is completed within the certain period of time as the synchronization start point (103).

なお、一定時間内に仕掛け中処理が全て終了しない場
合、およびオンラインシステムB24がバックアップ準備
完了にならない場合には、バックアップ取得要求をキャ
ンセルし、新たな処理の禁止を解除する(104)。
If all of the in-process processes are not completed within a certain period of time, or if the online system B24 is not ready for backup, the backup acquisition request is canceled and the prohibition of the new process is released (104).

一方、オンラインシステムB24では、バックアップ開
始連絡を受けると、新たな処理の起動を抑止して(20
0)、仕掛け中処理の終了を一定時間待つ(201)。
On the other hand, in the online system B24, when the backup start notification is received, the start of new processing is suppressed (20
0), and waits for the end of the in-progress processing for a predetermined time (201).

さらに、仕掛け中処理が一定時間内に終了すれば、オ
ンラインシステムA23にバックアップ準備完了を連絡
し、オンラインシステムが準備完了となった時点を同期
開始ポイントとして、新たな処理の起動禁止を解除する
(202,203)。
Further, if the in-progress processing is completed within a certain period of time, the backup preparation completion is notified to the online system A23, and the start of the new processing is released by setting the time when the online system becomes ready as the synchronization start point ( 202,203).

従って、斜線で示す範囲Xでは共用データベースのア
クセスが可能であり、範囲Yではアクセス不可となり、
網目で示す範囲Zはファイル回復が行われており、共用
アクセスが可能である。
Therefore, access to the shared database is possible in the range X indicated by oblique lines, and access is disabled in the range Y.
In a range Z indicated by a mesh, file recovery is performed, and shared access is possible.

第3図は、本発明の一実施例におけるファイル回復処
理と従来のファイル回復処理との比較を示す説明図であ
る。
FIG. 3 is an explanatory diagram showing a comparison between a file recovery process according to an embodiment of the present invention and a conventional file recovery process.

第3図において、(a)は従来の方法、(b)は本実
施例の方法を示す。また、31,32はデータベースを格納
するファイル装置である。
In FIG. 3, (a) shows the conventional method, and (b) shows the method of the present embodiment. Reference numerals 31 and 32 denote file devices for storing databases.

従来の方法(a)では、オンラインシステムの開始前
にファイル装置31に格納した共用データベースのバック
アップを取得しておき、ファイル障害発生時、ジャーナ
ルマージ処理により、障害発生時点までのファイルジャ
ーナルを各オンラインシステム分、マージして、得られ
たマージジャーナルにより先頭からファイル回復する。
In the conventional method (a), before starting the online system, a backup of the shared database stored in the file device 31 is obtained, and when a file failure occurs, the file journal up to the failure occurrence is stored in each online journal by journal merge processing. The system is merged, and the file is recovered from the beginning by the obtained merge journal.

これに対して、本実施例の方法(b)では、バックア
ップ取得開始要求により、同期ポイントを設定後、ファ
イル装置32に格納した共用データベースのバックアップ
を取得し、ファイル障害発生時、バックアップ取得開始
ポイントからのファイルジャーナルをジャーナルマージ
処理し、得られたマージジャーナルにてバックアップ取
得開始ポイントから回復する。
On the other hand, in the method (b) of this embodiment, a backup of the shared database stored in the file device 32 is acquired after a synchronization point is set in response to a backup acquisition start request. From the backup acquisition start point using the merge journal obtained.

これにより、オンライン開始時点からバックアップ取
得開始ポイントまでのファイルジャーナルの回復が不要
となるため、ファイル回復時間が大幅に短縮される。
This eliminates the need to recover the file journal from the online start point to the backup acquisition start point, thereby greatly reducing the file recovery time.

〔発明の効果〕〔The invention's effect〕

本発明によれば、複数データ処理装置間で共用データ
資源をアクセスするシステムにおいて、オンラインシス
テム運用中に共用データ資源のバックアップ取得が可能
となるため、障害回復時間を短縮することができる。
According to the present invention, in a system for accessing a shared data resource among a plurality of data processing apparatuses, a backup of the shared data resource can be acquired during the operation of the online system, so that the failure recovery time can be reduced.

また、従来バックアップを取得していた時間を他の目
的に使用できるので、計算機の使用効率を向上させると
ともに、24時間運転システムを構築することが可能であ
る。
In addition, since the time for which the backup was conventionally obtained can be used for other purposes, it is possible to improve the use efficiency of the computer and to construct a 24-hour operation system.

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

第1図は本発明の一実施例における同期処理手順を示す
フローチャート、第2図は本発明の一実施例におけるオ
ンラインシステムのファイル回復手順を示す説明図、第
3図は本発明の一実施例におけるファイル回復処理と従
来のファイル回復処理との比較を示す説明図である。 21,22:データ処理装置,23:オンラインシステムA,24:オ
ンラインシステムB,25〜27,29:磁気テープ装置,28,31,3
2:ファイル装置,T1:仕掛け中処理が終了するまでを監
視する時間,T2:、T1−(仕掛け中処理が終了するまで
に要した時間)。
FIG. 1 is a flowchart showing a synchronization processing procedure in one embodiment of the present invention, FIG. 2 is an explanatory diagram showing a file recovery procedure of an online system in one embodiment of the present invention, and FIG. 3 is one embodiment of the present invention. FIG. 4 is an explanatory diagram showing a comparison between a file recovery process and a conventional file recovery process. 21, 22: Data processing unit, 23: Online system A, 24: Online system B, 25 to 27, 29: Magnetic tape unit, 28, 31, 3
2: File device, T 1 : Time for monitoring until the in-progress processing is completed, T 2 :, T 1 − (time required until the in-progress processing is completed).

───────────────────────────────────────────────────── フロントページの続き (72)発明者 三田 耕史 神奈川県横浜市中区尾上町6丁目81番地 日立ソフトウエアエンジニアリング株 式会社内 (56)参考文献 特開 昭59−177664(JP,A) 特開 昭62−2335(JP,A) 特開 昭62−86426(JP,A) 特開 昭63−136148(JP,A) 特開 昭63−254540(JP,A) 特開 昭63−259742(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 12/00 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Koji Mita 6-81 Onoe-cho, Naka-ku, Yokohama-shi, Kanagawa Prefecture Within Hitachi Software Engineering Co., Ltd. (56) References JP-A-59-177664 (JP, A) JP-A-62-2335 (JP, A) JP-A-62-86426 (JP, A) JP-A-63-136148 (JP, A) JP-A-63-254540 (JP, A) JP-A-63-259742 (JP, A) (58) Field surveyed (Int. Cl. 6 , DB name) G06F 12/00

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のデータ処理装置と、該データ処理装
置を相互接続する通信装置と、該データ処理装置によっ
て共用されるデータ資源を記憶するファイル装置とを用
い、複数のオンラインシステムから該共用データ資源を
アクセスするデータベース共用システムのバックアップ
取得方法において、 オンライン中、上記複数のオンラインシステムの何れか
にバックアップ取得要求コマンドを投入し、 該コマンドを受信したオンラインシステムは、自システ
ム以外のオンラインシステムに上記通信装置を用いてバ
ックアップ開始連絡を行うとともに、新たな処理の起動
を抑止し、 仕掛け中の処理が終了した後、自システム以外のオンラ
インシステムにバックアップ準備完了を連絡し、 自システム以外のオンラインシステムの同期状態を監視
することにより、全オンラインシステムの同期がとれた
時点以降、新たな処理の起動抑止を解除し、 バックアップ取得を行うことを特徴とするファイルバッ
クアップ取得同期方法。
A plurality of data processing devices, a communication device for interconnecting the data processing devices, and a file device for storing data resources shared by the data processing devices; In the backup acquisition method for a database sharing system that accesses data resources, a backup acquisition request command is input to any of the plurality of online systems while online, and the online system receiving the command transmits the command to an online system other than its own system. Using the above communication device, notify the start of backup and suppress the start of new processing.After the processing in progress is completed, notify the online system other than the own system of the completion of backup preparation, and notify the online system other than the own system. Monitor system synchronization status A file backup acquisition synchronization method characterized in that, after all online systems have been synchronized, the suppression of the start of new processing is released and a backup is acquired.
【請求項2】前記仕掛け中処理が所定時間内に終了しな
い場合、または自システム以外のオンラインシステムが
所定時間内にバックアップ準備を完了しない場合には、
バックアップ取得要求をキャンセルし、新たな処理の禁
止を解除することを特徴とする請求項1に記載のファイ
ルバックアップ取得同期方法。
2. If the in-progress processing is not completed within a predetermined time, or if an online system other than the own system does not complete the backup preparation within a predetermined time,
2. The file backup acquisition synchronization method according to claim 1, wherein the backup acquisition request is canceled and the prohibition of new processing is released.
JP1333570A 1989-12-22 1989-12-22 File backup acquisition synchronization method Expired - Lifetime JP2901675B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1333570A JP2901675B2 (en) 1989-12-22 1989-12-22 File backup acquisition synchronization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1333570A JP2901675B2 (en) 1989-12-22 1989-12-22 File backup acquisition synchronization method

Publications (2)

Publication Number Publication Date
JPH03192439A JPH03192439A (en) 1991-08-22
JP2901675B2 true JP2901675B2 (en) 1999-06-07

Family

ID=18267522

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1333570A Expired - Lifetime JP2901675B2 (en) 1989-12-22 1989-12-22 File backup acquisition synchronization method

Country Status (1)

Country Link
JP (1) JP2901675B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997024668A1 (en) * 1995-12-28 1997-07-10 Ipl Systems, Inc. Dasd storage back up including back up synchronization across multiple dasd

Also Published As

Publication number Publication date
JPH03192439A (en) 1991-08-22

Similar Documents

Publication Publication Date Title
US5781910A (en) Preforming concurrent transactions in a replicated database environment
JP3822381B2 (en) Distributed database system failure recovery method
JP2557192B2 (en) Transaction processing synchronization method, transaction processing monitoring method, and transaction commit processing method
EP0567999B1 (en) Method and apparatus for executing a distributed transaction in a distributed database
US5065311A (en) Distributed data base system of composite subsystem type, and method fault recovery for the system
US5546582A (en) Extension of two phase commit protocol to distributed participants
US7328213B2 (en) Transaction processing method, transaction control apparatus and program thereof
CN109753364A (en) A kind of implementation method, equipment and the medium of network-based distributed lock
JP2002091938A (en) System and method for processing fail-over
US20070143362A1 (en) Database system including center server and local servers
JP2007115007A (en) Restoring method of storage device and storage device
JPH04229358A (en) Computer apparatus having synchronizing- point recovering means
JPH07101410B2 (en) Method for synchronizing instruction stream execution for testing serialization means in a data processing network
US6330686B1 (en) Handling protected conversation messages across IMS restart in shared queues environment
JPH06243072A (en) Distributed transaction commitment control system for distributed processing system
JP2001306381A (en) Method and system for realizing efficient synchronizing point processing by dispersed transactions and program product
JP2901675B2 (en) File backup acquisition synchronization method
JP3340431B2 (en) Database management method
JPH0816446A (en) Client server system
CN113297134B (en) Data processing system, data processing method and device, and electronic device
JP2701806B2 (en) File synchronization method
JPH07114495A (en) Multiplexing file managing system
JPH034339A (en) System for updating data base in distributed processing system
US6539434B1 (en) UOWE's retry process in shared queues environment
JP2010146134A (en) Distributed transaction processing system, server device and method for restoring failure of distributed transaction to be used for the same