JPH07191895A - Memory file backup method of transaction processing system - Google Patents

Memory file backup method of transaction processing system

Info

Publication number
JPH07191895A
JPH07191895A JP5332213A JP33221393A JPH07191895A JP H07191895 A JPH07191895 A JP H07191895A JP 5332213 A JP5332213 A JP 5332213A JP 33221393 A JP33221393 A JP 33221393A JP H07191895 A JPH07191895 A JP H07191895A
Authority
JP
Japan
Prior art keywords
memory
file
transaction
history
backup
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.)
Granted
Application number
JP5332213A
Other languages
Japanese (ja)
Other versions
JP2878098B2 (en
Inventor
Tsutomu Yamada
努 山田
Toshiyuki Makishima
利行 牧島
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP5332213A priority Critical patent/JP2878098B2/en
Publication of JPH07191895A publication Critical patent/JPH07191895A/en
Application granted granted Critical
Publication of JP2878098B2 publication Critical patent/JP2878098B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To provide the memory backup system for preventing the on-line processing of a transaction processing system from being interrupted and for shortening memory file recovery processing time at the time of restoration. CONSTITUTION:A transaction processing part 100 updates a memory 200 by recording a history record in a transaction history 300 synchronously with the updating of the memory 200. When fixed time or a certain number of transactions are processed, a transaction history extracting part 410 extracts the history record from the transaction history 300. The extracted history record is updated into the same image as the memory 200, which is updated by the transaction processing part 100, in a backup file 500 on a nonvolatile storage medium by a backup file updating part 420. At the time of any system fault, the fault is recovered by utilizing the backup file 500 and the transaction history 300.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明はトランザクション処理
システムのメモリファイルバックアップ方式に関し、特
に短時間で大量のトランザクション処理を必要とするシ
ステムのメモリファイルバックアップ方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory file backup method for a transaction processing system, and more particularly to a memory file backup method for a system that requires a large amount of transaction processing in a short time.

【0002】[0002]

【従来の技術】オンラインシステムのトランザクション
処理で、メモリに常駐しているメモリファイルの更新を
行うシステムに電源断などのシステムダウン障害が発生
した場合、メモリに常駐しているメモリファイルが消失
する場合がある。そのため、通常動作時に、システム稼
働中のトランザクション処理の履歴を記録しておくと同
時に、メモリに記録されているメモリファイルを一定間
隔で不揮発性記憶媒体に退避するバックアップ方式が一
般的に採られている。電源断などのシステムダウン障害
が発生した場合、上述の従来の方式によって、メモリフ
ァイルが記録されている不揮発性記憶媒体の情報とトラ
ンザクション処理の履歴を利用し、メモリを障害発生前
の状態に戻すことができる。
2. Description of the Related Art In a transaction process of an online system, when a system down error such as power failure occurs in a system that updates a memory file resident in memory, the memory file resident in memory disappears. There is. Therefore, during normal operation, a backup method is generally used in which the history of transaction processing during system operation is recorded, and at the same time, the memory files recorded in the memory are saved to a nonvolatile storage medium at regular intervals. There is. When a system down failure such as power failure occurs, the above-mentioned conventional method is used to restore the memory to the state before the failure by using the information of the non-volatile storage medium in which the memory file is recorded and the transaction processing history. be able to.

【0003】また、前述の従来の方式では、メモリファ
イルを不揮発性記憶媒体に退避させるバックアップ処理
がシステム性能上のボトルネックとなる。このボトルネ
ックを回避し、かつシステム障害時の回復処理時間をよ
り短縮することを目的として、必要最小限のメモリファ
イルの情報のみを選択してバックアップする工夫が知ら
れている。公開特許公報(A)平1−125631「シ
ステムの障害回復方式」によれば、メモリファイルのバ
ックアップを実施するとき、直前回のバックアップ以降
に更新されているメモリファイルの情報のみを選択して
退避し、メモリファイルの内容を減らしてバックアップ
処理を短縮している。
Further, in the above-mentioned conventional method, the backup process of saving the memory file in the non-volatile storage medium becomes a bottleneck in the system performance. For the purpose of avoiding this bottleneck and shortening the recovery processing time in the event of a system failure, it is known to devise a method of selecting and backing up only the minimum necessary memory file information. According to Japanese Unexamined Patent Publication (A) No. 1-125631 “System Failure Recovery Method”, when a memory file is backed up, only the information of the memory file that has been updated since the last backup is selected and saved. However, the backup process is shortened by reducing the contents of the memory file.

【0004】[0004]

【発明が解決しようとする課題】従来のメモリファイル
バックアップ方式は、メモリ上に常駐しているファイル
を不揮発性記憶媒体に書き込み処理中、メモリファイル
の更新を禁止しなければならず、その間のトランザクシ
ョン処理は中断する。この中断は、いづれの従来方式に
おいても、メモリから不揮発性記憶媒体上にメモリファ
イル情報を直接的に転送することから避けられない。
In the conventional memory file backup method, updating of the memory file must be prohibited during the process of writing the file resident in the memory to the nonvolatile storage medium, and the transaction during that period must be prohibited. The process is interrupted. This interruption is unavoidable in any of the conventional methods because the memory file information is directly transferred from the memory to the nonvolatile storage medium.

【0005】従来の方式では、システム障害によって失
われたメモリファイルの情報は、不揮発性媒体にバック
アップされているコピーをメモリに再展開し、さらに、
バックアップ時点以降のトランザクションの処理を履歴
を基に再実行することによって復元する。
In the conventional method, the information in the memory file lost due to the system failure is re-developed in the memory by copying the copy backed up in the non-volatile medium.
Restore the transaction processing after the backup point by re-executing it based on the history.

【0006】ここで履歴に記録されているトランザクシ
ョンが再実行が必要なトランザクションであるか、また
は否かの判定は、バックアップ時におけるメモリファイ
ル情報の更新を禁止することによって可能となってい
る。つまり、バックアップ開始から終了まで全メモリフ
ァイルの情報更新を禁止すると、全てのメモリファイル
について、再処理対象トランザクションは情報更新禁止
以後のトランザクションだけになる。
Whether the transaction recorded in the history is a transaction that needs to be re-executed or not can be determined by prohibiting the update of the memory file information at the time of backup. That is, if the information update of all the memory files is prohibited from the start to the end of the backup, the transactions to be reprocessed for all the memory files are only the transactions after the information update prohibition.

【0007】また、メモリファイルの各各について、該
ファイルのバックアップ開始から終了の間のみ該ファイ
ルの情報更新を禁止する方式では、ファイル毎に再処理
対象トランザクションを決定しなければならない。
Further, in the method of prohibiting the information update of each file of each memory file only from the start to the end of the backup of the file, the transaction to be reprocessed must be determined for each file.

【0008】更にまた、再処理トランザクションの決定
にあたっては、任意のトランザクションについて、該ト
ランザクションによる更新が完了しているか否かが一意
に決定できる範囲を定めることが必要である。このと
き、該範囲の最小単位はバックアップのため不揮発性記
憶媒体への転記単位となるが、転記単位とは不揮発性媒
体のファイル入出力単位を意味する。従って、入出力処
理効率とのトレードオフによって定まる限界値以上に
は、トランザクション処理によるメモリ更新の禁止時間
を短縮できない。すなわち、従来の方式においては、ト
ランザクション処理をバックアップのため中断すること
が避けられない。
Furthermore, in determining the reprocessing transaction, it is necessary to determine the range in which it is possible to uniquely determine whether or not the update by the transaction is completed for any transaction. At this time, the minimum unit of the range is a transfer unit to the non-volatile storage medium for backup, and the transfer unit means a file input / output unit of the non-volatile medium. Therefore, it is impossible to reduce the memory update inhibition time by the transaction processing beyond the limit value determined by the trade-off with the input / output processing efficiency. That is, in the conventional method, it is inevitable to interrupt the transaction processing for backup.

【0009】[0009]

【課題を解決するための手段】この発明の目的はトラン
ザクション履歴に記録されている履歴情報でメモリファ
イルのバックアップファイルを更新し、トランザクショ
ン処理を中断することなく、不揮発性記憶媒体にメモリ
ファイルのバックアップコピーを記憶するトランザクシ
ョン処理システムのメモリファイルバックアップ方式を
提供することにある。
An object of the present invention is to update a backup file of a memory file with history information recorded in a transaction history, and to backup the memory file in a nonvolatile storage medium without interrupting transaction processing. An object is to provide a memory file backup method for a transaction processing system that stores a copy.

【0010】このため、この発明のメモリファイルと前
記メモリファイルの復元用バックアップファイルとを、
立上げ時全く同一の状態に初期化するトランザクション
処理システムは、トランザクション処理の実行によって
メモリファイルが更新されるとき、更新対象メモリのア
ドレスと更新前と更新後のメモリイメージとからなる履
歴レコードを不揮発性記憶媒体に格納されているトラン
ザクション履歴の論理領域に書き出し、所定数の履歴レ
コードを前記論理領域に書き出したとき、前記論理領域
を指定する論理領域番号を含む履歴抽出指令を発行する
トランザクション処理部と、トランザクション処理の通
常実行時、前記履歴抽出指令を受理して、トランザクシ
ョン履歴から前記論理領域番号で指定される論理領域の
履歴レコードを取得してバックアップファイルを更新
し、前記バックアップファイルの状態をメモリファイル
の状態に追随して一致させ、あるいは前記トランザクシ
ョン処理の復元実行時、トランザクション履歴から未処
理の履歴レコードを抽出し、前記履歴レコードによって
バックアップファイルを更新し、前記バックアップファ
イルをメモリファイルの障害発生直前の状態に復元する
バックアップ処理部と、前記バックアップファイルをメ
モリに展開し、前記メモリファイルを復元するメモリ展
開部と、を備える。
Therefore, the memory file of the present invention and the backup file for restoring the memory file are
The transaction processing system that initializes to the same state at startup has a nonvolatile record of the history record consisting of the address of the memory to be updated and the memory image before and after the update when the memory file is updated by executing the transaction process. Processing unit for writing a history extraction command including a logical area number designating the logical area when the predetermined number of history records are written to the logical area During normal execution of transaction processing, the history extraction command is accepted, the history record of the logical area specified by the logical area number is acquired from the transaction history, the backup file is updated, and the status of the backup file is changed. Following the state of the memory file Alternatively, a backup process for extracting an unprocessed history record from the transaction history when updating the transaction process, updating the backup file with the history record, and restoring the backup file to the state immediately before the failure of the memory file. And a memory expansion unit that expands the backup file in a memory and restores the memory file.

【0011】[0011]

【実施例】次にこの発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0012】この発明の一実施例のシステム構成を示す
図1を参照すると、トランザクション処理システム10
は、トランザクション処理部100と、メモリファイル
が展開するメモリ200と、不揮発性記憶媒体に記録す
るトランザクション履歴300と、履歴300を処理す
るバックアップ処理部400と、不揮発性記憶媒体に記
録するバックアップファイル500と、バックアップフ
ァイルをメモリ200に展開するメモリ展開部600
と、を有する。
Referring to FIG. 1, which shows the system configuration of an embodiment of the present invention, a transaction processing system 10
Is a transaction processing unit 100, a memory 200 in which a memory file is expanded, a transaction history 300 recorded in a non-volatile storage medium, a backup processing unit 400 processing the history 300, and a backup file 500 recorded in the non-volatile storage medium. And a memory expansion unit 600 that expands the backup file in the memory 200.
And.

【0013】トランザクション処理部100とバックア
ップ処理部400それぞれの構成を示す図2を参照する
と、トランザクション処理部100は、トランザクショ
ン実行部110と履歴抽出指示部120とを有し、バッ
クアップ処理部400は、トランザクション履歴抽出部
410とバックアップファイル更新部420とを有して
いる。
Referring to FIG. 2 showing respective configurations of the transaction processing unit 100 and the backup processing unit 400, the transaction processing unit 100 includes a transaction execution unit 110 and a history extraction instruction unit 120, and the backup processing unit 400 includes It has a transaction history extraction unit 410 and a backup file update unit 420.

【0014】この実施例におけるシステム10の動作
を、トランザクション処理,バックアップ処理,障害処
理の場合に分類して図2を援用し、説明する。
The operation of the system 10 in this embodiment will be described with reference to FIG. 2 by classifying it into transaction processing, backup processing, and failure processing.

【0015】トランザクション処理を実行するときは、
トランザクション処理部100が実行されると、トラン
ザクション実行部110はメモリ200に展開されてい
るメモリファイル更新と同期をとって、更新対象メモリ
アドレスと更新前と後のメモリイメージとからなるメモ
リ更新情報レコードをトランザクション履歴300に書
き出す。トランザクション履歴300を記録する不揮発
性記憶媒体はそれの情報格納領域が複数個の論理領域に
論理分割され、一つの論理領域は更ら複数個の履歴レコ
ードで構成される。トランザクション実行部110は、
トランザクション履歴300にメモリ更新情報レコード
を順次書き込み、論理領域に最終のメモリ更新情報レコ
ードを書き込んだとき、履歴抽出指示部120を起動し
「履歴抽出指示要求」情報履歴抽出指示部120に引き
渡す。
When executing transaction processing,
When the transaction processing unit 100 is executed, the transaction execution unit 110 synchronizes with the update of the memory file loaded in the memory 200, and the memory update information record including the update target memory address and the memory image before and after the update. To the transaction history 300. The information storage area of the non-volatile storage medium for recording the transaction history 300 is logically divided into a plurality of logical areas, and one logical area is further composed of a plurality of history records. The transaction execution unit 110
When the memory update information records are sequentially written in the transaction history 300 and the last memory update information record is written in the logical area, the history extraction instruction unit 120 is activated and the “history extraction instruction request” information history extraction instruction unit 120 is delivered.

【0016】履歴抽出指示部120は、引き渡された
「履歴抽出指示要求」情報に基づき、トランザクション
履歴抽出部410を起動する。起動情報としての履歴抽
出指令700には、履歴書き込み済みのトランザクショ
ン履歴300内の論理領域番号を含む。
The history extraction instruction section 120 activates the transaction history extraction section 410 based on the delivered "history extraction instruction request" information. The history extraction command 700 as the startup information includes the logical area number in the transaction history 300 whose history has been written.

【0017】次に、メモリバックアップ処理を実行する
ときは、履歴抽出指示部120からの履歴抽出指令70
0が、バックアップ処理部400に対する起動指令であ
り、履歴抽出指令700はトランザクション履歴抽出部
410に渡される。トランザクション履歴抽出部410
は、履歴抽出指令700に基づき、トランザクション履
歴300の論理領域を構成するレコード群を順次読み込
み、バックアップファイル更新部420に引き渡す。バ
ックアップファイル更新部420は、トランザクション
履歴抽出部410から受け渡されるトランザクション履
歴情報に基づき、トランザクション実行部110によっ
てメモリ200に対して為されたと同一の更新を、バッ
クアップファイル500に対して実行する。
Next, when executing the memory backup processing, the history extraction command 70 from the history extraction instruction unit 120 is executed.
0 is an activation command for the backup processing unit 400, and the history extraction command 700 is passed to the transaction history extraction unit 410. Transaction history extraction unit 410
On the basis of the history extraction command 700, sequentially reads the record group forming the logical area of the transaction history 300 and delivers it to the backup file update unit 420. The backup file update unit 420 executes the same update to the backup file 500 as that made to the memory 200 by the transaction execution unit 110 based on the transaction history information passed from the transaction history extraction unit 410.

【0018】トランザクション処理を行うシステムの初
期起動時において、メモリ展開部600は、バックアッ
プファイル500内の格納情報を読み込んでメモリ20
0に格納する。すなわち初期起動時、メモリ200とバ
ックアップファイル500との内容は一致しており、初
期起動以降の、トランザクション処理部110によるメ
モリ200に対する全ての更新は、トランザクション履
歴300を介して、バックアップ処理部400がバック
アップファイル500に反映する。これによって、メモ
リ200とバックアップファイル500は同一の内容の
情報を常に保持することができる。
At the time of initial startup of the system that performs transaction processing, the memory expansion unit 600 reads the storage information in the backup file 500 and reads the memory 20.
Store in 0. That is, at the time of initial startup, the contents of the memory 200 and the backup file 500 are the same, and all updates to the memory 200 by the transaction processing unit 110 after the initial startup are performed by the backup processing unit 400 via the transaction history 300. It is reflected in the backup file 500. As a result, the memory 200 and the backup file 500 can always hold the same information.

【0019】更に、障害復元処理を実行するときは、障
害によるシステム停止の要因によって、メモリ200内
の情報が論理的に損なわれた場合である。
Further, when the failure restoration processing is executed, the information in the memory 200 is logically damaged due to the cause of the system stoppage due to the failure.

【0020】先ず、バックアップ処理部400のトラン
ザクション履歴抽出部410が、トランザクション履歴
300内の格納情報のうち、未抽出の状態にある全ての
格納情報を抽出する。すなわち、バックアップファイル
に未反映であるメモリ更新情報が全て抽出される。トラ
ンザクション履歴抽出部410は該抽出情報をバックア
ップファイル更新部420に引き渡し、バックアップフ
ァイル更新部420は該抽出情報に基づいてバックアッ
プファイル500を更新する。バックアップファイル5
00の格納情報の内容は、障害発生直前のメモリ200
の格納情報の内容と一致することになる。そして、メモ
リ展開部600が、バックアップファイル500の全内
容を読み込んで、該読み込み情報をメモリ200に書き
写す。
First, the transaction history extraction unit 410 of the backup processing unit 400 extracts all the stored information in the transaction history 300 that has not been extracted yet. That is, all the memory update information that has not been reflected in the backup file is extracted. The transaction history extraction unit 410 delivers the extracted information to the backup file update unit 420, and the backup file update unit 420 updates the backup file 500 based on the extracted information. Backup file 5
The content of the stored information of 00 is the same as that of the memory 200 immediately before the failure.
It will be the same as the content of the stored information of. Then, the memory expansion unit 600 reads the entire contents of the backup file 500 and copies the read information to the memory 200.

【0021】[0021]

【発明の効果】以上説明したように、この発明によれ
ば、トランザクション履歴を利用することによって、ト
ランザクション処理に全く影響を与えること無く、シス
テム障害に備えたメモリファイルのバックアップ方式を
提供することができる。
As described above, according to the present invention, by utilizing the transaction history, it is possible to provide a backup method of a memory file prepared for a system failure without affecting transaction processing at all. it can.

【0022】また、極めて高い処理性能が要求され、か
つメモリ常駐情報の更新を行うシステムは、メモリファ
イルが増大することは避けられず、トランザクション処
理とメモリバックアップ処理とのメモリアクセス競合が
性能上のボトルネックとなる。このようなシステムにお
いて、この発明によれば、このメモリバックアップ方式
は、トランザクション処理の性能を阻害するメモリアク
セス中断を完全に回避することが可能になる。
Further, in a system that requires extremely high processing performance and updates memory resident information, it is inevitable that the memory file will increase, and memory access competition between transaction processing and memory backup processing will increase performance. It becomes a bottleneck. In such a system, according to the present invention, this memory backup method can completely avoid a memory access interruption that hinders the performance of transaction processing.

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

【図1】この発明の一実施例のシステム構成を示す図で
ある。
FIG. 1 is a diagram showing a system configuration of an embodiment of the present invention.

【図2】図1に示すたトランザクション処理部とバック
アップ処理部の該部構成を示す図である。
FIG. 2 is a diagram showing the configuration of a transaction processing unit and a backup processing unit shown in FIG.

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

10 トランザクション処理システム 100 トランザクション処理部 110 トランザクション実行部 120 履歴抽出指示部 200 メモリ 300 トランザクション履歴 400 バックアップ処理部 410 トランザクション履歴抽出部 420 バックアップファイル更新部 500 バックアップファイル(不揮発性媒体) 600 メモリ展開部 700 履歴抽出指令 10 transaction processing system 100 transaction processing unit 110 transaction execution unit 120 history extraction instruction unit 200 memory 300 transaction history 400 backup processing unit 410 transaction history extraction unit 420 backup file update unit 500 backup file (nonvolatile medium) 600 memory expansion unit 700 history Extraction command

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メモリファイルと前記メモリファイルの
復元用バックアップファイルとを、立上げ時同一の状態
に初期化するトランザクション処理システムは、トラン
ザクション処理の実行によってメモリファイルが更新さ
れるとき、更新対象メモリのアドレスと更新前と更新後
のメモリイメージとからなる履歴レコードを不揮発性記
憶媒体に格納されるトランザクション履歴の論理領域に
書き出し、所定数の履歴レコードを前記論理領域に書き
出したとき、前記論理領域を指定する論理領域番号を含
む履歴抽出指令を発行するトランザクション処理部と、 トランザクション処理の通常実行時、前記履歴抽出指令
を受理して、トランザクション履歴から前記論理領域番
号で指定される論理領域の履歴レコードを取得してバッ
クアップファイルを更新し、前記バックアップファイル
の状態をメモリファイルの状態に追随して一致させ、あ
るいは前記トランザクション処理の復元実行時、トラン
ザクション履歴から未処理の履歴レコードを抽出し、前
記履歴レコードによってバックアップファイルを更新
し、前記バックアップファイルをメモリファイルの障害
発生直前の状態に復元するバックアップ処理部と、 前記バックアップファイルをメモリに展開し、前記メモ
リファイルを復元するメモリ展開部と、 を備えることを特徴とするトランザクション処理システ
ムのメモリファイルバックアップ方式。
1. A transaction processing system for initializing a memory file and a backup file for restoring the memory file to the same state at start-up, when a memory file is updated by execution of transaction processing, an update target memory When a history record consisting of the address of the memory and the memory image before and after the update is written to the logical area of the transaction history stored in the nonvolatile storage medium and a predetermined number of history records are written to the logical area, the logical area And a transaction processing unit that issues a history extraction command that includes a logical area number that specifies the logical area number that specifies the logical area number Get record and backup file Update, the state of the backup file is made to match the state of the memory file, or the unprocessed history record is extracted from the transaction history when the transaction process is restored, and the backup file is updated by the history record. A transaction processing unit that restores the backup file to a state immediately before the failure of the memory file, and a memory expansion unit that expands the backup file in a memory and restores the memory file. System memory file backup method.
JP5332213A 1993-12-27 1993-12-27 Memory file backup method for transaction processing system Expired - Lifetime JP2878098B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5332213A JP2878098B2 (en) 1993-12-27 1993-12-27 Memory file backup method for transaction processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5332213A JP2878098B2 (en) 1993-12-27 1993-12-27 Memory file backup method for transaction processing system

Publications (2)

Publication Number Publication Date
JPH07191895A true JPH07191895A (en) 1995-07-28
JP2878098B2 JP2878098B2 (en) 1999-04-05

Family

ID=18252442

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5332213A Expired - Lifetime JP2878098B2 (en) 1993-12-27 1993-12-27 Memory file backup method for transaction processing system

Country Status (1)

Country Link
JP (1) JP2878098B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010067266A (en) * 2008-09-12 2010-03-25 Internatl Business Mach Corp <Ibm> Computer mounting method, peripheral and computer program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010067266A (en) * 2008-09-12 2010-03-25 Internatl Business Mach Corp <Ibm> Computer mounting method, peripheral and computer program
US8612381B2 (en) 2008-09-12 2013-12-17 International Business Machines Corporation Enhanced synchronization framework providing improved sync granularity

Also Published As

Publication number Publication date
JP2878098B2 (en) 1999-04-05

Similar Documents

Publication Publication Date Title
EP0827079B1 (en) Checkpoint computer system
US6205558B1 (en) Recovery of file systems after modification failure
US20060095478A1 (en) Consistent reintegration a failed primary instance
US5421003A (en) Disk storage system with fault tolerant media maintenance
JPH07191895A (en) Memory file backup method of transaction processing system
JP3082344B2 (en) Disk file control device and update method
CN101828189A (en) Data storage method, apparatus and system for interrupted write recovery
KR100365891B1 (en) Backup/recovery Apparatus and method for non-log processing of real-time main memory database system
JPH07200415A (en) Program backup system
JP2002082826A (en) Database system
JPH10333961A (en) Data base recovery system and computer-readable recording medium recording recovery program
JP4358943B2 (en) Automatic backup system and recording medium recording automatic backup program
JP4565860B2 (en) Data backup system
JPH08234924A (en) Disk device
JP2744247B2 (en) Data integrity processing method
JP2656499B2 (en) Computer system
JPS63262737A (en) Data base updating and recording processing method
JP2972439B2 (en) Portable terminal backup method
JP2000047830A (en) Device and method for mirror disk access
JP2023100087A (en) Restoration processing method for electronic information recording medium
JPH0443441A (en) Log control processing system for data base
JP3338784B2 (en) Data Management Method in Auxiliary Storage for Multiprocessor System
JP2806779B2 (en) Journal block recovery method and journal block recovery method
JPH05233961A (en) Plu data restoring system in pos system
JPH04169945A (en) File restoring method

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19981215

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

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

Free format text: PAYMENT UNTIL: 20080122

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090122

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100122

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110122

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110122

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120122

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20130122

Year of fee payment: 14

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

Free format text: PAYMENT UNTIL: 20130122

Year of fee payment: 14

EXPY Cancellation because of completion of term