JP2000163297A - File device - Google Patents

File device

Info

Publication number
JP2000163297A
JP2000163297A JP10340857A JP34085798A JP2000163297A JP 2000163297 A JP2000163297 A JP 2000163297A JP 10340857 A JP10340857 A JP 10340857A JP 34085798 A JP34085798 A JP 34085798A JP 2000163297 A JP2000163297 A JP 2000163297A
Authority
JP
Japan
Prior art keywords
file
sequential number
data file
writing
data
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
JP10340857A
Other languages
Japanese (ja)
Inventor
Shigeo Kitani
茂雄 木谷
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 JP10340857A priority Critical patent/JP2000163297A/en
Publication of JP2000163297A publication Critical patent/JP2000163297A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make detectable a data file being written incompletely by judging that the data file has been written abnormally when the I/O sequential number added at the head of the data file and the current I/O sequential number registered in an I/O sequential number management file are different from each other. SOLUTION: The record of the data file 1 is read in and an I/O sequential number extracting means 23 extracts the I/O sequential number A written at the head of the record. Further, an I/O sequential number inspecting means 24 judges whether the data file 1 is written normally or whether the writing is interrupted owing to some abnormality in the writing according to the sequential number A of an I/O taken out of the record of the data file 1 and the current I/O sequential number 31 registered in the I/O sequential number management table 3. Then, write. data are passed to a file writing means 13 and written as the data file 1 in a disk drive 4.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ファイルの書き込
み及び読み出しを行うファイル装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file device for writing and reading a file.

【0002】[0002]

【従来の技術】コンピュータシステム等のシステムダウ
ンからのファイル障害の回復では、通常、ジャーナルフ
ァイルシステムが使用される。このジャーナルファイル
システムは、実際にデータファイルを更新する前に更新
前のイメージをデータファイルとは別のファイルである
ジャーナルファイルに更新前イメージジャーナルとして
出力し、データファイルを更新完了後、コミットジャー
ナルを出力する。
2. Description of the Related Art A journal file system is usually used to recover a file failure from a system failure of a computer system or the like. This journal file system outputs the pre-update image to a journal file, which is a separate file from the data file, as an before-image journal before actually updating the data file. Output.

【0003】このシステムでは、障害からの回復処置に
てコミットジャーナルが出力されていないデータレコー
ドに対して、更新前イメージジャーナルを書き戻すこと
で元に戻すこと、すなわちロールバックができる。この
ため、アクセス途中でシステムダウンが発生してもデー
タの不整合は生じない。しかしながら、ロールバックの
ためには、ジャーナルファイルに更新前イメージャーナ
ルを出力することとデータレコードの更新を行う必要が
あるため、更新量が多くなりオーバヘッドが大きくなる
という問題がある。システムダウンにより更新に失敗し
たデータレコードの内容を破棄してもよい場合には、よ
り少ないオーバヘッドとすることができる。
In this system, a data record for which a commit journal has not been output in a recovery process from a failure can be restored by writing back the pre-update image journal, that is, rollback can be performed. Therefore, even if the system goes down during access, data inconsistency does not occur. However, for rollback, it is necessary to output the pre-update image journal to the journal file and update the data record. Therefore, there is a problem that the update amount increases and the overhead increases. If the contents of the data record that failed to be updated due to the system failure can be discarded, the overhead can be reduced.

【0004】[0004]

【発明が解決しようとする課題】ところで、固定サイズ
のレコードを単位とする複数のレコードからなるファイ
ル装置において、すでに存在するレコードをランダムア
クセスで更新するアプリケーションが動作中に何らかの
原因でシステム障害が発生すると、ディスクの物理的な
I/O単位が必ずしもレコードサイズと一致しないた
め、書き込み中のレコードが中途半端な状態で書き込ま
れてしまうという問題がある。
By the way, in a file device consisting of a plurality of records in units of fixed-size records, a system failure occurs for some reason while an application for updating an existing record by random access is operating. Then, since the physical I / O unit of the disk does not always match the record size, there is a problem that the record being written is written in an incomplete state.

【0005】本発明は、上述する問題点に鑑みてなされ
たもので、ファイルの不完全な書き込みを検出すること
が可能なファイル装置の提供を目的としている。
The present invention has been made in view of the above-described problems, and has as its object to provide a file device capable of detecting incomplete writing of a file.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明では、ファイルの書き込みに応じて更新され
るI/O順次番号が現在のI/O順次番号として登録さ
れるI/O順次番号管理ファイルと、ファイルをデータ
ファイルとして記憶手段に書き込む際に、該データファ
イルの先頭にI/O順次番号を更新付加して書き込むと
共に、データファイルファイルが正常に書き込み完了し
た場合にのみ、I/O順次番号管理ファイルに登録され
た現在のI/O順次番号を更新登録するファイル書き込
み手段と、データファイルを読み込み、該データファイ
ルの先頭に付加されているI/O順次番号と前記I/O
順次番号管理ファイルに登録された現在のI/O順次番
号とが異なる場合に、当該データファイルに書き込み異
常があったと判定するファイル読み込み検査手段とを具
備する手段を採用する。
In order to achieve the above object, according to the present invention, an I / O sequential number updated according to writing of a file is registered as a current I / O sequential number. When writing the sequential number management file and the file as a data file to the storage means, the I / O sequential number is updated and added to the head of the data file, and only when the data file file has been normally written, File writing means for updating and registering the current I / O sequential number registered in the I / O sequential number management file, reading the data file, and checking the I / O sequential number added to the head of the data file and the I / O sequential number / O
When the current I / O sequential number registered in the sequential number management file is different from the current I / O sequential number, a unit having a file reading inspection unit that determines that there is a writing error in the data file is adopted.

【0007】また、上記手段において、記憶手段を、デ
ータファイルと共にI/O順次番号管理ファイルを記憶
するディスク装置とするという手段を採用しても良い。
In the above means, the storage means may be a disk device for storing the I / O sequential number management file together with the data file.

【0008】[0008]

【発明の実施の形態】以下、図面を参照して、本発明に
係わるファイル装置の一実施形態について説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a file device according to the present invention will be described below with reference to the drawings.

【0009】図1は、本実施形態の機能構成を示すブロ
ック図である。この図に示すように、本ファイル装置
は、ファイル書き込み手段1、ファイル読み込み検査手
段2、I/O順次番号管理テーブル3、ディスク装置4
(記憶手段)及び初期処理手段5とから構成されてい
る。
FIG. 1 is a block diagram showing a functional configuration of the present embodiment. As shown in this figure, the file device includes a file writing unit 1, a file reading inspection unit 2, an I / O sequential number management table 3, a disk device 4,
(Storage means) and an initial processing means 5.

【0010】I/O順次番号管理テーブル3は、ディス
ク装置4に格納する各ファイル(ファイル1,ファイル
2,……)毎に現在のI/O順次番号31を登録するテ
ーブルである。I/O順次番号は、各ファイルについて
開始から終了までの間に発生するI/O回数を記憶でき
るだけの長さをもつ符号つきの管理番号であり、ファイ
ルの書き込みが行われる度に「1」が加算されるもので
ある。したがって、上記現在のI/O順次番号31は、
最新のI/O順次番号を示すものである。
The I / O sequential number management table 3 is a table for registering the current I / O sequential number 31 for each file (file 1, file 2,...) Stored in the disk device 4. The I / O sequential number is a signed management number having a length that can store the number of I / Os generated from the start to the end of each file. Each time a file is written, “1” is set. It is added. Therefore, the current I / O sequential number 31 is:
This indicates the latest I / O sequential number.

【0011】ディスク装置4は、I/O順次番号管理テ
ーブル3を格納するI/O順次番号管理ファイル41及
びデータを格納するデータファイル42を有するもので
ある。I/O順次番号管理ファイル41は、上記I/O
順次番号管理テーブル3を保管するファイルである。デ
ータファイル42は、一定長さのレコードに区切られ、
レコード単位にI/Oが行われ、各レコード毎にデータ
は独立し、レコード内では整合性が保たれていなければ
ならないデータが保持されるファイルである。なお、各
レコードの先頭には、該当レコードのI/O時点でのI
/O順次番号Aが付加されている。
The disk device 4 has an I / O sequential number management file 41 for storing the I / O sequential number management table 3 and a data file 42 for storing data. The I / O sequential number management file 41 stores the I / O
This is a file for storing the number management table 3 sequentially. The data file 42 is divided into records of a fixed length,
I / O is performed on a record-by-record basis, and data is independent for each record, and the file holds data that must be kept consistent within the record. At the beginning of each record, the I / O
/ O A sequential number A is added.

【0012】ファイル書き込み手段1は、ファイルへの
書き込み要求を受け付ける書き込み要求受付手段11
と、データの先頭にI/O順次番号Aを付加するI/O
順次番号附加手段12と、I/O順次番号が付加された
データをファイルへ書き込むファイル書き込み手段13
と、I/O順次番号管理テーブル3に記憶されている現
在のI/O順次番号32に「1」を加算して更新すると
ともに、ディスク装置4に格納されたI/O順次番号管
理ファイル41を更新するI/O順次番号更新手段14
と、I/Oの結果を要求元に返却する書き込み結果返却
手段15とから構成されている。
File write means 1 is a write request receiving means 11 for receiving a write request to a file.
And I / O for adding I / O sequential number A to the head of data
Sequential numbering means 12 and file writing means 13 for writing data with I / O sequential numbers to a file
The current I / O sequential number 32 stored in the I / O sequential number management table 3 is updated by adding “1” to the current I / O sequential number 32, and the I / O sequential number management file 41 stored in the disk device 4 is updated. I / O sequential number updating means 14 for updating
And a write result returning means 15 for returning an I / O result to the request source.

【0013】ファイル読み込み検査手段2は、ファイル
の読み込み要求を受け付ける読み込み要求受付手段21
と、要求されたデータファイルのレコードを読み込むフ
ァイル読み込み手段22と、このレコードの先頭に付加
されているI/O順次番号Aを取り出すI/O順次番号
取り出し手段23と、当該I/O順次番号AとI/O順
次番号管理テーブル3から取り出した現在のI/O順次
番号31とに基づいてデータファイルのレコードが正常
に書き込み完了したものか否かを検査するI/O順次番
号検査手段24と、当該I/O順次番号検査手段24の
検査結果を要求元に報告する読み込み結果返却手段25
とから構成されている。
The file read check means 2 is a read request receiving means 21 for receiving a file read request.
File reading means 22 for reading the record of the requested data file, I / O sequential number extracting means 23 for extracting the I / O sequential number A added to the head of the record, and the I / O sequential number I / O sequential number checking means 24 for checking whether or not the record of the data file has been normally written based on A and the current I / O sequential number 31 retrieved from the I / O sequential number management table 3. And a read result return means 25 for reporting the inspection result of the I / O sequential number inspection means 24 to the request source.
It is composed of

【0014】初期処理手段5は、上記I/O順次番号管
理ファイル41から本ファイル装置の主記憶装置(図示
略)上にI/O順次番号管理テーブルを作成するテーブ
ル作成手段51と、上記I/O順次番号管理テーブル3
とファイル読み込み検査手段2に基づいてファイルを検
査するファイル検査手段52とから構成されている。
The initial processing means 5 includes a table creating means 51 for creating an I / O sequential number management table from the I / O sequential number management file 41 on a main storage device (not shown) of the present file device; / O sequential number management table 3
And a file inspection unit 52 for inspecting a file based on the file reading inspection unit 2.

【0015】次に、このように構成された本ファイル装
置の詳細動作について、図1を参照して説明する。
Next, the detailed operation of the present file apparatus having the above configuration will be described with reference to FIG.

【0016】まず、システム開始時において、テーブル
作成手段51は、ディスク装置4に保存されたI/O順
次番号管理ファイル41に基づいて、主記憶装置上に上
記I/O順次番号管理テーブル3を作成する。なお、初
期起動時においては、I/O順次番号管理ファイル41
はディスク装置4に登録されていないので、I/O順次
番号管理テーブル3のI/O順次番号はいずれも「0」
に初期設定される。
First, at the start of the system, the table creating means 51 stores the I / O sequential number management table 3 in the main storage device based on the I / O sequential number management file 41 stored in the disk device 4. create. At the time of initial startup, the I / O sequential number management file 41
Are not registered in the disk device 4, the I / O sequential numbers in the I / O sequential number management table 3 are all "0".
Initially set to

【0017】ここで、例えばデータファイル1の読み出
し要求が発生すると、上記読み込み要求受付手段21は
当該読み込み要求を受け付け、ファイル読み込み手段2
2は、上記読み込み要求で指定されたデータファイル1
のレコードを読み込み、I/O順次番号取り出し手段2
3は、当該レコードの先頭に書き込まれたI/O順次番
号Aを取り出す。
Here, for example, when a read request for the data file 1 is issued, the read request receiving means 21 receives the read request and the file read means 2
2 is the data file 1 specified in the read request
And I / O sequential number extracting means 2
No. 3 takes out the I / O sequential number A written at the head of the record.

【0018】そして、I/O順次番号検査手段24は、
上記データファイル1のレコードから取り出されたI/
O順次番号AとI/O順次番号管理テーブル3に登録さ
れた現在のI/O順次番号31とに基づいて、データフ
ァイル1が正常に書き込まれたものか、あるいは書き込
み途中において何らかの異常が発生して書き込みが中断
されたものかを判断する。
The I / O sequential number checking means 24
I / extracted from the record of the data file 1
Based on the O sequential number A and the current I / O sequential number 31 registered in the I / O sequential number management table 3, whether the data file 1 has been normally written or some abnormality has occurred during the writing. To determine whether the writing has been interrupted.

【0019】すなわち、ファイル1の書き込み時におい
ては、書き込み要求受付手段11がファイル1の書き込
み要求を受け付ける。そして、I/O順次番号附加手段
12は、ファイル1に対応するデータファイル1のレコ
ードの先頭に現在のI/O順次番号32に「1」を加算
したI/O順次番号Aをデータファイル1のレコードの
先頭に付加する。
That is, when writing the file 1, the write request receiving means 11 receives the write request for the file 1. Then, the I / O sequential number adding means 12 adds the I / O sequential number A obtained by adding “1” to the current I / O sequential number 32 to the head of the record of the data file 1 corresponding to the file 1, At the beginning of the record.

【0020】例えば、当該データファイル1の現在のI
/O順次番号32の値「101」に「1」を加算して得
られる「102」がI/O順次番号Aとしてデータファ
イル1の書き込みデータの先頭に付加される。そして、
この書き込みデータは、ファイル書き込み手段13に引
き渡されて、ディスク装置4内のデータファイル1とし
て書き込まれる。
For example, the current I of the data file 1 is
“102” obtained by adding “1” to the value “101” of the / O sequential number 32 is added to the head of the write data of the data file 1 as the I / O sequential number A. And
This write data is transferred to the file writing means 13 and written as the data file 1 in the disk device 4.

【0021】そして、このようにしてデータファイル1
の正常書き込みが完了すると、I/O順次番号更新手段
14は、主記憶装置上のI/O順次番号管理テーブル3
についてファイル1の現在のI/O順次番号31を更新
する。すなわち、I/O順次番号管理テーブル3におけ
るファイル1の現在のI/O順次番号31は、「10
1」から「102」に更新され、I/O順次番号管理フ
ァイル41としてディスク装置4に書き込まれる。
Then, the data file 1
Is completed, the I / O sequential number updating means 14 updates the I / O sequential number management table 3 in the main storage device.
, The current I / O sequential number 31 of the file 1 is updated. That is, the current I / O sequential number 31 of the file 1 in the I / O sequential number management table 3 is “10
The number is updated from “1” to “102” and written to the disk device 4 as an I / O sequential number management file 41.

【0022】このI/O順次番号管理ファイル41への
書込が終了すると、書き込み結果返却手段15によって
書き込み要求元に結果が報告される。ここで、ファイル
書き込み手段1において何らかのエラーが発生した場合
に、書き込み結果返却手段15は、I/O要求元に直ち
にこのエラーの発生を通報する。したがって、書き込み
結果返却手段15が書き込み正常完了した旨の報告をす
る場合は、いずれも正常に書き込みが完了した場合であ
る。
When the writing to the I / O sequential number management file 41 is completed, the writing result returning means 15 reports the result to the writing request source. Here, when any error occurs in the file writing unit 1, the writing result returning unit 15 immediately notifies the I / O request source of the occurrence of this error. Therefore, the case where the writing result returning means 15 reports that the writing has been completed normally is the case where the writing has been completed normally.

【0023】一方、何らかの原因によってデータファイ
ル1の書き込みが最後まで行われなかった場合、つまり
データファイル1の書き込み途中において正常な書き込
みができない状態となった場合、I/O順次番号Aはフ
ァイル1の書き込みデータの先頭に付加されるので、デ
ータファイル1のレコードの先頭に書き込まれるが、I
/O順次番号更新手段14は、I/O順次番号管理テー
ブル3のファイル1に係わる現在のI/O順次番号31
を更新しない。つまり、ファイル1に係わる現在のI/
O順次番号31は、データファイル1の書き込み前の値
「101」に維持される。
On the other hand, if the writing of the data file 1 has not been completed to the end for some reason, that is, if normal writing cannot be performed during the writing of the data file 1, the I / O sequential number A is Is added to the beginning of the write data, so that it is written at the beginning of the record in the data file 1,
The I / O sequential number updating unit 14 is a unit that updates the current I / O sequential number 31 related to the file 1 in the I / O sequential number management table 3.
Do not update That is, the current I /
The O sequential number 31 is maintained at the value “101” before the writing of the data file 1.

【0024】したがって、I/O順次番号検査手段24
は、上述したデータファイル1の読み出し時に、以下に
示す条件式(1)を満たすか否かを判断することによっ
てデータファイル1が不良なものか否かを判定すること
ができる。(I/O順次番号A)−(現在のI/O順次
番号31)=1 (1)
Therefore, the I / O sequential number checking means 24
Can determine whether or not the data file 1 is defective by determining whether or not the following conditional expression (1) is satisfied when reading the data file 1 described above. (I / O sequential number A)-(current I / O sequential number 31) = 1 (1)

【0025】そして、I/O順次番号検査手段24がデ
ータファイル1の異常を判定した場合、読み込み結果返
却手段25は、このようなI/O順次番号検査手段24
の検査結果をI/O要求元に返却する。
When the I / O sequential number checking means 24 determines that the data file 1 is abnormal, the reading result returning means 25 sets such I / O sequential number checking means 24.
Is returned to the I / O request source.

【0026】本実施形態によれば、ディスク上のファイ
ルの読み込みと書き込みといった基本的な機能しか利用
していないので、ジャーナルファイルシステムなどの特
別のファイルシステムが不要である。したがって、ジャ
ーナルファイルシステムを別途入手することなく実施で
きる。
According to the present embodiment, since only basic functions such as reading and writing of files on a disk are used, a special file system such as a journal file system is not required. Therefore, the present invention can be implemented without separately acquiring a journal file system.

【0027】また、書き込みに失敗したデータファイル
のレコード内容は破棄できるという条件の下にファイル
更新イメージ等の蓄積を行わないので、必要なディスク
領域をジャーナルファイルシステムを使用した場合と比
較して小さくすることができる。
Also, since the record contents of the data file for which writing has failed cannot be stored under the condition that the record contents of the data file can be discarded, the required disk area is reduced as compared with the case where a journal file system is used. can do.

【0028】なお、上記実施形態では、I/O順次番号
管理ファイル41がディスク装置4内に配置されている
が、システムダウンの前後にて内容が引き継がれる記憶
手段であれば良いので、上記ディスク装置4に代えてバ
ッテリバックアップされたメモリ等であっても良い。
In the above-described embodiment, the I / O sequential number management file 41 is arranged in the disk device 4. However, the storage means may be any storage means whose contents are taken over before and after the system goes down. Instead of the device 4, a memory or the like backed up by a battery may be used.

【0029】[0029]

【発明の効果】以上説明したように、本発明に係わるフ
ァイル装置によれば、従来のようにジャーナルファイル
システム等の特別なファイルシステムを導入することな
く、書き込み異常を来していたファイルを検出すること
が可能である。
As described above, according to the file apparatus according to the present invention, a file having a writing error can be detected without introducing a special file system such as a journal file system as in the prior art. It is possible to

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

【図1】 本発明の一実施形態の機能構成を示すブロッ
ク図である。
FIG. 1 is a block diagram showing a functional configuration of an embodiment of the present invention.

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

A……I/O順次番号 1……ファイル書き込み手段 2……ファイル読み込み検査手段 3……I/O順次番号管理テーブル 4……ディスク装置(記憶手段) 5……初期処理手段 11……書き込み要求受付手段 12……I/O順次番号附加手段 13……ファイル書き込み手段 14……I/O順次番号更新手段 15……書き込み結果返却手段 21読み込み要求受付手段 22……ファイル読み込み手段 23……I/O順次番号取り出し手段 24……I/O順次番号検査手段 25……読み込み結果返却手段 31……I/O順次番号 41……I/O順次番号管理ファイル 42……データファイル A ... I / O sequential number 1 ... File writing means 2 ... File reading inspection means 3 ... I / O sequential number management table 4 ... Disk device (storage means) 5 ... Initial processing means 11 ... Write Request receiving means 12 ... I / O sequential number adding means 13 ... File writing means 14 ... I / O sequential number updating means 15 ... Write result returning means 21 Read request receiving means 22 ... File reading means 23 ... I / O sequential number extracting means 24 ... I / O sequential number checking means 25 ... Reading result returning means 31 ... I / O sequential number 41 ... I / O sequential number management file 42 ... Data file

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ファイルの書き込みに応じて更新される
I/O順次番号が現在のI/O順次番号(31)として
登録されるI/O順次番号管理ファイル(41)と、 ファイルをデータファイルとして記憶手段(4)に書き
込む際に、該データファイルの先頭に前記I/O順次番
号を更新付加して書き込むと共に、前記データファイル
ファイルが正常に書き込み完了した場合にのみ、前記I
/O順次番号管理ファイルに登録された前記現在のI/
O順次番号を更新登録するファイル書き込み手段(1)
と、 前記データファイルを読み込み、該データファイルの先
頭に付加されているI/O順次番号と前記I/O順次番
号管理ファイルに登録された現在のI/O順次番号とが
異なる場合に、当該データファイルに書き込み異常があ
ったと判定するファイル読み込み検査手段(2)と、 を具備することを特徴とするファイル装置。
An I / O sequential number management file (41) in which an I / O sequential number updated according to writing of a file is registered as a current I / O sequential number (31); When writing to the storage means (4), the I / O sequential number is updated and added to the beginning of the data file, and the I / O sequence number is written.
The current I / O registered in the / O sequential number management file
File writing means for updating and registering O sequential numbers (1)
When the I / O sequential number added to the head of the data file is different from the current I / O sequential number registered in the I / O sequential number management file, the data file is read. File reading means (2) for determining that there has been a writing error in the data file.
【請求項2】 記憶手段は、データファイルと共にI/
O順次番号管理ファイルを記憶するディスク装置である
ことを特徴とするファイル装置。
2. The storage means stores an I / O together with a data file.
O A file device characterized by being a disk device for storing a sequential number management file.
JP10340857A 1998-11-30 1998-11-30 File device Pending JP2000163297A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10340857A JP2000163297A (en) 1998-11-30 1998-11-30 File device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10340857A JP2000163297A (en) 1998-11-30 1998-11-30 File device

Publications (1)

Publication Number Publication Date
JP2000163297A true JP2000163297A (en) 2000-06-16

Family

ID=18340957

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10340857A Pending JP2000163297A (en) 1998-11-30 1998-11-30 File device

Country Status (1)

Country Link
JP (1) JP2000163297A (en)

Similar Documents

Publication Publication Date Title
US6195761B1 (en) Method and apparatus for identifying and repairing mismatched data
JP2531776B2 (en) How to recover your database
US6233696B1 (en) Data verification and repair in redundant storage systems
KR101255391B1 (en) Database corruption recovery systems and methods
US20060095478A1 (en) Consistent reintegration a failed primary instance
US7487385B2 (en) Apparatus and method for recovering destroyed data volumes
US5740434A (en) System for maintenance of database integrity
KR20070058281A (en) System and method for a consistency check of a database backup
US6389511B1 (en) On-line data verification and repair in redundant storage system
US5421003A (en) Disk storage system with fault tolerant media maintenance
US20040034817A1 (en) Efficient mechanisms for detecting phantom write errors
US20060004839A1 (en) Method and system for data processing with data replication for the same
US6636876B1 (en) Database copy apparatus, database copy method and recording medium recorded with database copy program
US8290992B2 (en) File management method, file management device, and program
US20050262033A1 (en) Data recording apparatus, data recording method, program for implementing the method, and program recording medium
KR100266978B1 (en) A system for relations recovery of a data base in case of errors
KR100501414B1 (en) Method of and apparatus for logging and restoring the meta data in file system
US20030200391A1 (en) Method for managing critial data in an N-way mirrored storage device
JP2000163297A (en) File device
JPS62245348A (en) Method and device for updating data base
JPH08314784A (en) File management device
JPH03105434A (en) Error logging system
JPS60171677A (en) Method for processing fault of storing medium
JP3039125B2 (en) Information processing device
JPS6167153A (en) Partial trouble recovery processing system of direct access storage device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010904