JP2000076110A - Recovering process system of decentralized file system - Google Patents

Recovering process system of decentralized file system

Info

Publication number
JP2000076110A
JP2000076110A JP10242867A JP24286798A JP2000076110A JP 2000076110 A JP2000076110 A JP 2000076110A JP 10242867 A JP10242867 A JP 10242867A JP 24286798 A JP24286798 A JP 24286798A JP 2000076110 A JP2000076110 A JP 2000076110A
Authority
JP
Japan
Prior art keywords
file
information
location information
backup
management information
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
JP10242867A
Other languages
Japanese (ja)
Inventor
Toshio Yamamoto
敏夫 山本
Kazuyuki Takeuchi
和之 武内
Kimitaka Tamura
公孝 田村
Yoichi Haga
洋一 葉賀
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 Ltd
Original Assignee
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 Ltd filed Critical Hitachi Ltd
Priority to JP10242867A priority Critical patent/JP2000076110A/en
Publication of JP2000076110A publication Critical patent/JP2000076110A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To make the system automatically recover in a short time by accessing a decentralized file by using location information on the file and restoring only a file judged to be broken from backup information. SOLUTION: When a user recognizes file breakage, a fault detecting and restoring process execution part 301 reads in the management information of the file by using a file operation part 304 and compares the identification record that the management information has with the value of an identification record storage part 303. When the identification record does not match the value or when the file can not be read in, it is judged that the file is broken. In this case, a backup information operation part 305 fetches the corresponding file from the backup information. Then the fault detecting and restoring process execution part 301 transfers the fetched file to the file operation part 304 to restore it in a directory on a specified host. Consequently, an efficient system recovery becomes possible.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータシス
テム上で、ファイルを分散して管理するシステムの回復
処理システムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a recovery processing system for a system for distributing and managing files on a computer system.

【0002】[0002]

【従来の技術】ファイルを分散して管理するシステムに
障害が発生した場合、全ファイルを過去にバックアップ
を実行した状態にまで戻すのが通常である。この方法で
は、障害を受けずに残ったファイルも、バックアップを
実行した状態にまで戻ってしまう欠点があり、また、デ
ィスクが初期化される結果、バックアップ後に更新また
は追加したファイルまで消去されることがしばしばあ
る。
2. Description of the Related Art When a failure occurs in a system for managing files in a distributed manner, it is normal to return all files to a state where backup has been executed in the past. This method has the disadvantage that the files that have survived the failure will be returned to the state where the backup was performed, and that the files that have been updated or added after the backup will be erased as a result of the disk initialization. There are often.

【0003】これに対して、障害が発生した後、利用者
が手動で壊れたファイルだけを回復する方法が考えられ
るが、どのファイルが壊れているかを検出するために、
利用者は種々の調査を実施せねばならず、ファイル数に
比例して時間がかかることや、間違いが起きる可能性が
あるなどの欠点がある。
[0003] On the other hand, after a failure occurs, a method is considered in which a user manually recovers only a damaged file. However, in order to detect which file is damaged,
The user has to carry out various investigations, and has drawbacks such as taking a long time in proportion to the number of files and making a mistake.

【0004】[0004]

【発明が解決しようとする課題】従来技術では、システ
ムの一部のファイルだけが障害により壊れた場合でも、
無条件に全ファイルをバックアップを実行した状態にま
で戻すため、障害を受けていないファイルに対しても回
復処理が実行される。一方、利用者が手動で回復処理を
する場合、管理するファイル量に比例して、回復作業に
時間がかかるという問題があった。また、バックアップ
後に実行した追加・更新・削除などの操作が無効になる
という欠点があった。
In the prior art, even if only some files in the system are damaged due to a failure,
In order to unconditionally restore all files to the state in which the backup was executed, recovery processing is also performed on files that have not been affected. On the other hand, when the user manually performs the recovery process, there is a problem that the recovery operation takes time in proportion to the amount of files to be managed. Further, there is a disadvantage that operations such as addition, update, and deletion performed after the backup are invalidated.

【0005】本発明の目的は、分散ファイルシステムに
障害が発生した後、ユーザからの回復要求により、障害
を受けて壊れたファイルを検出し、そのファイルだけを
バックアップ情報から回復し、短時間でシステムを自動
回復することを実現する回復処理システムを提供するこ
とにある。
SUMMARY OF THE INVENTION An object of the present invention is to detect a file damaged due to a failure in response to a recovery request from a user after a failure occurs in the distributed file system, recover only that file from backup information, and quickly An object of the present invention is to provide a recovery processing system that realizes automatic recovery of a system.

【0006】[0006]

【課題を解決するための手段】上記の目的は、少なくと
も1台のコンピュータと複数のファイルシステムとファ
イルのバックアップ情報から構成される分散ファイルシ
ステムで管理するファイルの所在情報を持つ手段と、シ
ステムで管理していることを判断するためのレコードと
ファイルの更新時刻といった管理情報を各ファイルに与
える手段と、その管理情報を読み込む手段と、指定した
ファイルをバックアップ情報から回復する手段を持つ装
置を設けることによって達成される。
SUMMARY OF THE INVENTION The object of the present invention is to provide a means for storing file location information managed by a distributed file system comprising at least one computer, a plurality of file systems, and file backup information; A device is provided which has means for giving management information such as a record for determining that the file is managed and the file update time to each file, means for reading the management information, and means for recovering a specified file from backup information. Achieved by:

【0007】即ち、本発明では、ファイルの所在情報を
用いて、分散しているファイルにアクセスし、ファイル
に与えた管理情報を読み込む手段を用いて、そのファイ
ルがシステムが管理しているものかどうかを判断し、同
時にそのファイルが壊れているかどうかを判断する。指
定したファイルをバックアップ情報から回復する手段を
用いて、壊れていると判断されたファイルだけをバック
アップ情報から回復することで、効率的にシステムを回
復できる。
That is, according to the present invention, the distributed file is accessed using the location information of the file, and the file is managed by the system using the means for reading the management information given to the file. To determine if the file is corrupt. By using the means for recovering the specified file from the backup information and recovering only the file determined to be corrupt from the backup information, the system can be efficiently recovered.

【0008】[0008]

【発明の実施の形態】本システムでは、システムで管理
するファイルに対して、追加および更新時に、製品番号
といった特定のレコードとファイルを追加・更新した時
刻を管理情報として付加し、ファイルの利用時にはその
管理情報を取り除いて提供する仕掛けを持つ。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In the present system, a specific record such as a product number and the time when a file is added or updated are added as management information to a file managed by the system at the time of addition or update. It has a mechanism to remove the management information and provide it.

【0009】以下に、本発明の実施の形態の例を図面を
参照して説明する。
An embodiment of the present invention will be described below with reference to the drawings.

【0010】図1は本システムで管理するファイルの構
造を示したものである。管理するファイルは、管理情報
101とデータ102から成る。管理情報101は、識
別レコード103と更新時刻104を有する。識別レコ
ード103には、システムで管理していることを判断す
るための製品番号“H001”といった特定のレコード
を書き込み、更新時刻104には、ファイルを追加・更
新した時刻を記録する。データ102は、ユーザが利用
する本来のファイルの内容である。
FIG. 1 shows the structure of a file managed by the present system. The file to be managed includes management information 101 and data 102. The management information 101 has an identification record 103 and an update time 104. In the identification record 103, a specific record such as a product number "H001" for determining that the file is managed by the system is written, and in the update time 104, the time at which the file was added or updated is recorded. The data 102 is the contents of the original file used by the user.

【0011】図2は、本システムにおける所在情報を示
すものである。所在情報は、ネットワークを介して複数
の計算機が接続されている場合に、特定のファイルが指
定されると、どの計算機(ホスト)のどのディレクトリ
にそのファイルが格納されているかの所在を管理するた
めの情報である。図1で説明した管理情報101と、シ
ステムで管理するファイルの名称201と、ファイルの
存在するホスト名称202、ディレクトリ名称203
と、ファイルをバックアップした時刻を記録するバック
アップ時刻204を有するものである。
FIG. 2 shows location information in the present system. The location information is used to manage the location of which computer (host) stores the file when a specific file is specified when a plurality of computers are connected via a network. Information. The management information 101 described in FIG. 1, a file name 201 managed by the system, a host name 202 where the file exists, and a directory name 203
And a backup time 204 for recording the time at which the file was backed up.

【0012】図3はファイルの障害検出・回復装置を示
すものであり、本発明の実施例を表すシステムである。
障害検出・回復装置は、障害検出処理および回復処理に
伴う動作を管理する障害検出・回復処理実行部301
と、所在情報の操作を行う所在情報操作部302と、管
理情報の識別レコードを記憶するエリアである識別レコ
ード記憶部303と、ファイルの操作を行うファイル操
作部304と、バックアップ情報の操作を行うバックア
ップ情報操作部305から構成される。
FIG. 3 shows a file failure detection / recovery device, which is a system representing an embodiment of the present invention.
The failure detection / recovery device includes a failure detection / recovery processing execution unit 301 that manages operations associated with the failure detection processing and the recovery processing.
A location information operation unit 302 for operating location information, an identification record storage unit 303 for storing an identification record of management information, a file operation unit 304 for operating a file, and an operation for backup information. It comprises a backup information operation unit 305.

【0013】図4は、本発明の実施例を説明するための
全体構成を示したものである。
FIG. 4 shows an overall configuration for explaining an embodiment of the present invention.

【0014】本システムは、システムで管理するファイ
ル401とその所在情報402と、壊れたファイルを検
出して、壊れたファイルだけをバックアップ情報から回
復する障害検出・回復装置403と、磁気テープなどの
媒体を用いたファイルのバックアップ情報404、ファ
イル401を管理する複数のファイルシステム406、
所在情報402と障害検出・回復装置403とバックア
ップ情報404を管理するコンピュータ407、複数の
ファイルシステム406とコンピュータ407を接続す
るネットワーク405から構成される。
The present system includes a file 401 managed by the system and its location information 402, a failure detection / recovery device 403 for detecting a corrupted file and recovering only the corrupted file from backup information, and a magnetic tape or the like. File backup information 404 using a medium, a plurality of file systems 406 for managing the file 401,
The computer 407 manages the location information 402, the failure detection / recovery device 403, and the backup information 404, and a network 405 connecting the plurality of file systems 406 and the computer 407.

【0015】図5は、ファイルの障害検出処理を示した
ものである。この処理は、利用者がファイル破壊が起こ
ったことを認識することにより起動される。障害検出・
回復処理実行部301は、ファイル操作部304を用い
てファイルの管理情報を読み込み、読み込んだ管理情報
の持つ識別レコードと識別レコード記憶部303の値を
比較する。識別レコードが一致しない場合や、ファイル
が読み込めない場合は、そのファイルが壊れていると判
断する。識別レコードが一致した場合は、所在情報操作
部302を用いて所在情報の持つバックアップ時刻と管
理情報の持つ更新時刻とを比較する。
FIG. 5 shows a file failure detection process. This process is started when the user recognizes that the file has been destroyed. Failure detection
The recovery processing execution unit 301 reads the file management information using the file operation unit 304, and compares the identification record of the read management information with the value of the identification record storage unit 303. If the identification records do not match or the file cannot be read, it is determined that the file is damaged. If the identification records match, the backup time of the location information is compared with the update time of the management information using the location information operation unit 302.

【0016】バックアップ時刻より更新時刻の方が新し
い場合、それ以上の処理を行わずに、ファイルが壊れて
いないと判断する。更新時刻よりバックアップ時刻の方
が新しい場合、読み込んだファイルとバックアップ情報
内のファイルが破壊されていなければ同一と考えられる
ため、ファイル操作部304を用いて読み込んだファイ
ルの内容とバックアップ情報操作部305を用いて読み
込んだバックアップ情報404内のファイルの内容を比
較して壊れているかを判断する。
If the update time is later than the backup time, no further processing is performed and it is determined that the file is not damaged. If the backup time is later than the update time, it is considered that the read file and the file in the backup information are the same unless the file is destroyed. Therefore, the contents of the file read using the file operation unit 304 and the backup information operation unit 305 are used. Then, the contents of the file in the backup information 404 read using are compared to determine whether or not the file is damaged.

【0017】以下、図6から図11により、ファイル回
復処理、ファイルの所在情報削除処理、ファイルの所在
情報回復処理の順に説明する。
The file recovery processing, the file location information deletion processing, and the file location information recovery processing will be described below in order with reference to FIGS.

【0018】図6は、ファイル回復処理を示したもので
ある。ファイル回復処理は、図5の障害検出処理によ
り、壊れていると判断されたファイルをバックアップ情
報404から回復する。図6のファイル回復処理の流れ
を図7のフローチャートを用いて説明する。障害検出・
回復処理実行部301は、バックアップ情報操作部30
5に壊れていると判断されたファイルの取出しを要求す
る(701)。要求を受けたバックアップ情報操作部3
05は、バックアップ情報404からファイルの取出し
を実行する(702)、取出し処理に成功すると、障害
検出・回復処理実行部301は、取出したファイルをフ
ァイル操作部304に転送する(704)。
FIG. 6 shows a file recovery process. In the file recovery processing, the file determined to be damaged by the failure detection processing of FIG. 5 is recovered from the backup information 404. The flow of the file recovery process in FIG. 6 will be described with reference to the flowchart in FIG. Failure detection
The recovery processing execution unit 301 includes the backup information operation unit 30
5 is requested to take out the file determined to be broken (701). Backup information operation unit 3 that received the request
05 executes the extraction of the file from the backup information 404 (702). When the extraction processing is successful, the failure detection / recovery processing execution unit 301 transfers the extracted file to the file operation unit 304 (704).

【0019】ファイル操作部304は、受け取ったファ
イルを、指定されたホストのディレクトリ上に回復する
(705)。バックアップ情報404内に、壊れている
と判断されたファイルが存在しない場合は、そのファイ
ルの所在情報の削除を実行する(706)。
The file operation unit 304 recovers the received file on the directory of the designated host (705). If there is no file determined to be corrupted in the backup information 404, the location information of the file is deleted (706).

【0020】図8は、バックアップ情報404内に、壊
れていると判断されたファイルが存在しない場合の所在
情報削除処理(706)を示したものである。図8の所
在情報削除処理の流れを図9のフローチャートを用いて
説明する。障害検出・回復処理実行部301は、所在情
報操作部302に回復できないファイルの所在情報の削
除を要求する(901)。要求を受けた所在情報操作部
302は、所在情報402から、ファイル名、ホスト
名、ディレクトリ名を用いてそのファイルの情報を削除
する(902)。これは、本来のファイルが壊れたのに
加えて、そのバックアップファイルが存在せず、所在情
報のみが残った状態になったのを、現状に合わせるため
の処理である。
FIG. 8 shows location information deletion processing (706) when there is no file determined to be corrupt in the backup information 404. The flow of the location information deletion processing of FIG. 8 will be described with reference to the flowchart of FIG. The failure detection / recovery processing execution unit 301 requests the location information operation unit 302 to delete the location information of the unrecoverable file (901). Upon receiving the request, the location information operation unit 302 deletes the information of the file from the location information 402 using the file name, the host name, and the directory name (902). This is a process for matching the fact that, in addition to the original file being destroyed, the backup file does not exist and only the location information remains, the present status is maintained.

【0021】図10は、所在情報回復処理を示したもの
である。所在情報402が壊れていると判断された場
合、全ファイルの管理情報を読み込んで、所在情報40
2を回復する。図10の所在情報回復処理の流れを図1
1のフローチャートを用いて説明する。障害検出・回復
処理実行部301は、ファイル操作部304に全ファイ
ルの管理情報の読み込みを要求する(1101)。ファ
イル操作部304は、各ファイルの管理情報の読み込み
を行い(1102)、読み込んだ管理情報の持つ識別レ
コードと識別レコード記憶部の値を比較する(110
3)。
FIG. 10 shows the location information recovery process. If it is determined that the location information 402 is broken, the management information of all the files is read and the location information 40 is read.
Recover 2. FIG. 1 shows the flow of the location information recovery process of FIG.
1 will be described. The failure detection / recovery processing execution unit 301 requests the file operation unit 304 to read management information of all files (1101). The file operation unit 304 reads the management information of each file (1102), and compares the identification record of the read management information with the value of the identification record storage unit (110).
3).

【0022】障害検出・回復処理実行部301は、識別
レコードが一致することで、システムで管理しているフ
ァイルであると判断し、そのファイルの所在情報を次の
ように回復する。障害検出・回復処理実行部301は、
ファイル操作部304に所在情報として、そのファイル
の名称、存在するホスト名称、ディレクトリ名称を要求
する(1104)。ファイル操作部304は、通常のフ
ァイルシステムの機能を用いて、そのファイル名称、ホ
スト名称、ディレクトリ名称を取り出し、その結果を障
害検出・回復処理実行部301に送信する(110
5)。
When the identification records match, the failure detection / recovery processing execution unit 301 determines that the file is managed by the system, and recovers the location information of the file as follows. The failure detection / recovery processing execution unit 301
The file operation unit 304 requests the name of the file, the name of the existing host, and the name of the directory as the location information (1104). The file operation unit 304 extracts the file name, the host name, and the directory name by using the function of the normal file system, and transmits the result to the failure detection / recovery processing execution unit 301 (110
5).

【0023】障害検出・回復処理実行部301は、その
結果を所在情報操作部302を用いて所在情報402に
追加する(1106)。全ファイルに対して処理を実行
することで、障害発生後の分散ファイルシステムの状態
に合わせた所在情報の回復が実現できる。さらに、回復
した所在情報402とバックアップ情報404内の所在
情報を比較して(1107)、その差分として、バック
アップ情報404に存在し、回復した所在情報402に
存在しないファイル群をファイル回復処理を用いて、バ
ックアップ情報404から回復することができる(11
08)。
The failure detection / recovery processing execution unit 301 adds the result to the location information 402 using the location information operation unit 302 (1106). By executing the process for all the files, it is possible to recover the location information according to the state of the distributed file system after the occurrence of the failure. Further, the recovered location information 402 is compared with the location information in the backup information 404 (1107), and as a difference, a group of files that exist in the backup information 404 but do not exist in the recovered location information 402 is determined using a file recovery process. Can be recovered from the backup information 404 (11
08).

【0024】本システムでの障害検出・回復処理の流れ
を図12のフローチャートを用いて説明する。障害発生
後、ユーザからの回復要求を受け、障害検出・回復装置
は、所在情報に対して図5で説明した障害検出処理を行
い(1201)、所在情報の破壊の有無を検出する。そ
の結果、所在情報が壊れていない場合、所在情報で管理
している各ファイルに対して、ファイル回復処理を行う
(1202)。ファイル回復処理では、図6で説明した
バックアップ情報からの回復か、図7で説明した所在情
報の削除を実行する。
The flow of the failure detection / recovery processing in this system will be described with reference to the flowchart of FIG. After the occurrence of the failure, upon receiving a recovery request from the user, the failure detection / recovery device performs the failure detection processing described with reference to FIG. 5 on the location information (1201), and detects whether the location information has been destroyed. As a result, if the location information is not broken, a file recovery process is performed for each file managed by the location information (1202). In the file recovery processing, recovery from the backup information described in FIG. 6 or deletion of the location information described in FIG. 7 is executed.

【0025】所在情報が壊れていた場合、図8で説明し
た所在情報回復処理を行い(1203)、壊れていない
と判断されたファイルから、分散ファイルシステムの所
在情報の回復処理を行い、さらに、回復した所在情報と
バックアップ情報内の所在情報との比較を行い、その結
果に基づいてファイル回復処理を行う。
If the location information has been destroyed, the location information recovery process described with reference to FIG. 8 is performed (1203), and the location information of the distributed file system is recovered from the files determined to be not corrupted. The recovered location information is compared with the location information in the backup information, and a file recovery process is performed based on the comparison result.

【0026】本発明の処理方式を用いることにより、分
散ファイルシステム内で障害を受けたファイルの検出
と、障害を受けたファイルだけの回復を実行できる。
By using the processing method of the present invention, it is possible to detect a failed file and recover only the failed file in the distributed file system.

【0027】この結果、従来の処理方式に比べ、システ
ムの回復時間を短縮することができ、システム全体をミ
ラーリングする方法に比べ、安価な回復処理システムを
作成できる。
As a result, the recovery time of the system can be shortened as compared with the conventional processing method, and an inexpensive recovery processing system can be created as compared with the method of mirroring the entire system.

【0028】[0028]

【発明の効果】本発明によれば、ファイルを分散して管
理するシステムに障害が発生した場合に、障害を受けた
ファイルを検出し、そのファイルをバックアップ情報か
ら自動回復し、壊れていないファイルに対して回復処理
を行わないので、従来の回復方法である一括復元方式
や、手動による復元に比べて、効率的なシステムの回復
を実現することができる。
According to the present invention, when a failure occurs in a system for distributing and managing files, the failed file is detected, the file is automatically recovered from the backup information, and the unbroken file is restored. Since the recovery process is not performed on the system, a more efficient system recovery can be realized as compared with a conventional recovery method such as a batch recovery method or manual recovery.

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

【図1】本システムで管理する分散ファイル構造と管理
情報を表す図。
FIG. 1 is a diagram showing a distributed file structure and management information managed by the present system.

【図2】本システムにおける所在情報を表す図。FIG. 2 is a diagram showing location information in the present system.

【図3】本発明の実施例の障害検出・回復装置を表すシ
ステム図。
FIG. 3 is a system diagram showing a failure detection / recovery device according to an embodiment of the present invention.

【図4】本発明の実施例における管理ファイルシステム
の全体構成を表す図。
FIG. 4 is a diagram showing an entire configuration of a management file system according to the embodiment of the present invention.

【図5】ファイルの障害検出処理を表す図。FIG. 5 is a diagram showing a file failure detection process.

【図6】本発明のファイル回復処理を表す図。FIG. 6 is a diagram showing a file recovery process according to the present invention.

【図7】本発明のファイル回復処理フローチャート図。FIG. 7 is a flowchart of a file recovery process according to the present invention.

【図8】本発明の所在情報削除処理を表す図。FIG. 8 is a diagram showing location information deletion processing according to the present invention.

【図9】本発明の所在情報削除処理フローチャート図。FIG. 9 is a flowchart of location information deletion processing according to the present invention.

【図10】本発明の所在情報回復処理を表す図。FIG. 10 is a diagram showing location information recovery processing according to the present invention.

【図11】本発明の所在情報回復処理フローチャート
図。
FIG. 11 is a flowchart of location information recovery processing according to the present invention.

【図12】本発明の回復処理フローチャート図。FIG. 12 is a flowchart of a recovery process according to the present invention.

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

101…管理情報、 102…データ部分、 10
3…識別レコード、104…更新時刻、 201…ファ
イルの名称、 202…ホスト名称、203…ディレク
トリ名称、 204…バックアップ時刻、30
1…障害検出・回復処理実行部、 302…所在情報操
作部、303…識別レコード記憶部、 304…
ファイル操作部、305…バックアップ情報操作部、
401…ファイル、402…所在情報、
403…障害検出・回復装置、404…バックア
ップ情報、 405…ネットワーク、406…
ファイルシステム、 407…コンピュータ。
101 management information, 102 data part, 10
3: identification record, 104: update time, 201: file name, 202: host name, 203: directory name, 204: backup time, 30
1: Failure detection / recovery processing execution unit 302: Location information operation unit 303: Identification record storage unit 304:
File operation unit, 305 ... backup information operation unit,
401 ... file, 402 ... location information,
403: Failure detection / recovery device, 404: Backup information, 405: Network, 406:
File system, 407 ... computer.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 田村 公孝 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 (72)発明者 葉賀 洋一 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア事業部内 Fターム(参考) 5B045 DD16 JJ43 5B065 EA15 EA24 5B082 DC02 DC07 DD06 DE01 DE06 ──────────────────────────────────────────────────の Continuing on the front page (72) Inventor Kimitaka Tamura 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Inside Software Division, Hitachi, Ltd. (72) Inventor Yoichi Haga 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa F-term in Hitachi, Ltd. Software Division (Reference) 5B045 DD16 JJ43 5B065 EA15 EA24 5B082 DC02 DC07 DD06 DE01 DE06

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】少なくとも1台のコンピュータと複数のフ
ァイルシステムとファイルのバックアップ情報から構成
される分散ファイルシステムにおいて、システムで管理
しているファイルの所在情報と各ファイルに管理情報を
有し、各ファイルの管理情報を用いて、障害を受けたフ
ァイルを検出し、障害を受けたファイルをバックアップ
情報から回復する手段を備えることを特徴とする分散フ
ァイルシステムにおける回復処理システム。
In a distributed file system comprising at least one computer, a plurality of file systems, and file backup information, each file has location information of files managed by the system and management information for each file. A recovery system in a distributed file system, comprising means for detecting a failed file using file management information and recovering the failed file from backup information.
【請求項2】請求項1において、システムで管理するフ
ァイルに対して、システムで管理していることを判断す
るレコードとファイルの更新時刻といった管理情報を与
えることと、その管理情報を読み取ることにより、障害
を受けたファイルを検出することを特徴とする分散ファ
イルシステムにおける回復処理システム。
2. A system according to claim 1, wherein the management information such as a record for determining that the file is managed by the system and the update time of the file is given to the file managed by the system, and the management information is read. A recovery processing system in a distributed file system, wherein a failed file is detected.
【請求項3】請求項1において、システムで管理してい
るファイルの所在情報が壊れた場合、方法によって破壊
の有無を判断し、壊れていないファイルのホスト名、デ
ィレクトリ名を取り出し、その内容を用いて所在情報を
回復することを特徴とする分散ファイルシステムにおけ
る回復処理システム。
3. The method according to claim 1, wherein when the location information of the file managed by the system is destroyed, the presence or absence of the destruction is determined by a method, the host name and directory name of the unbroken file are extracted, and the contents are extracted. A recovery processing system in a distributed file system, wherein location information is recovered by using the same.
【請求項4】コンピュータにシステムで管理するファイ
ルの所在情報を持つ手段と、各ファイルに管理情報を与
える手段と、各ファイルの管理情報を用いて障害を受け
たファイルを検出する手段と、障害を受けたファイルを
バックアップ情報から回復する手段を実行させるプログ
ラムを記録した機械読み取り可能な記憶媒体であること
を特徴とする分散ファイルシステにおける回復処理シス
テム。
A means for storing location information of a file managed by the system in the computer; a means for providing management information to each file; a means for detecting a failed file using the management information of each file; A recovery processing system in a distributed file system, which is a machine-readable storage medium storing a program for executing means for recovering a received file from backup information.
JP10242867A 1998-08-28 1998-08-28 Recovering process system of decentralized file system Pending JP2000076110A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10242867A JP2000076110A (en) 1998-08-28 1998-08-28 Recovering process system of decentralized file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10242867A JP2000076110A (en) 1998-08-28 1998-08-28 Recovering process system of decentralized file system

Publications (1)

Publication Number Publication Date
JP2000076110A true JP2000076110A (en) 2000-03-14

Family

ID=17095432

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10242867A Pending JP2000076110A (en) 1998-08-28 1998-08-28 Recovering process system of decentralized file system

Country Status (1)

Country Link
JP (1) JP2000076110A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7036041B2 (en) 2002-07-03 2006-04-25 Hitachi, Ltd. Method, program and system for managing operation
KR100600933B1 (en) 2003-06-24 2006-07-13 인터내셔널 비지네스 머신즈 코포레이션 Parallel high speed backup for a storage area networksan file system
KR100622801B1 (en) 2003-06-24 2006-09-14 인터내셔널 비지네스 머신즈 코포레이션 Rapid restoration of file system usage in very large file systems
US7131594B2 (en) 2001-06-07 2006-11-07 Sony Corporation IC card
JP2009015537A (en) * 2007-07-03 2009-01-22 Kddi Corp Network setting restoration method and system
JP2012150632A (en) * 2011-01-19 2012-08-09 Nec Corp Data collation device
CN107608879A (en) * 2017-08-24 2018-01-19 北京珠穆朗玛移动通信有限公司 A kind of fault detection method, device and storage medium
CN108009039A (en) * 2017-12-01 2018-05-08 广东欧珀移动通信有限公司 Recording method, device, storage medium and the electronic equipment of end message

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7131594B2 (en) 2001-06-07 2006-11-07 Sony Corporation IC card
US7036041B2 (en) 2002-07-03 2006-04-25 Hitachi, Ltd. Method, program and system for managing operation
KR100600933B1 (en) 2003-06-24 2006-07-13 인터내셔널 비지네스 머신즈 코포레이션 Parallel high speed backup for a storage area networksan file system
KR100622801B1 (en) 2003-06-24 2006-09-14 인터내셔널 비지네스 머신즈 코포레이션 Rapid restoration of file system usage in very large file systems
JP2009015537A (en) * 2007-07-03 2009-01-22 Kddi Corp Network setting restoration method and system
JP2012150632A (en) * 2011-01-19 2012-08-09 Nec Corp Data collation device
CN107608879A (en) * 2017-08-24 2018-01-19 北京珠穆朗玛移动通信有限公司 A kind of fault detection method, device and storage medium
CN108009039A (en) * 2017-12-01 2018-05-08 广东欧珀移动通信有限公司 Recording method, device, storage medium and the electronic equipment of end message
CN108009039B (en) * 2017-12-01 2021-02-19 Oppo广东移动通信有限公司 Terminal information recording method, device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
EP1918836B1 (en) Apparatus and method for a hardware-based file system
US6993537B2 (en) Data recovery system
EP0733235B1 (en) Incremental backup system
US5086502A (en) Method of operating a data processing system
US8135674B2 (en) Providing a simulated dynamic image of a file system
EP1497729B1 (en) Method and system for disaster recovery
US6877109B2 (en) Method for the acceleration and simplification of file system logging techniques using storage device snapshots
US8239356B2 (en) Methods and apparatuses for data protection
JP4363676B2 (en) Computer system
US8868858B2 (en) Method and apparatus of continuous data backup and access using virtual machines
US6938056B2 (en) System and method for restoring a file system from backups in the presence of deletions
US20110197279A1 (en) Management methods of storage system and file system
US6636984B1 (en) System and method for recovering data from mirror drives following system crash
JP2000076110A (en) Recovering process system of decentralized file system
EP0483174B1 (en) A method of operating a data processing system
CN116483284B (en) Method, device, medium and electronic equipment for reading and writing virtual hard disk
US20080155319A1 (en) Methods and systems for managing removable media
US20060235903A1 (en) Method and system for retrieving deleted and overwritten documents
JPH08314784A (en) File management device
JP2001142788A (en) Method and device for preserving data by data updating monitor and storage medium with data preservation program stored therein
JPH0443441A (en) Log control processing system for data base
JP3065740U (en) Server with twin hard disks
CN118012669A (en) File metadata recovery system and method for distributed file system
CA2531996A1 (en) A method and system for retrieving deleted and overwritten documents
JP2004220472A (en) Data recovery method and device of external storage device