JPH0816445A - Decentralized file system - Google Patents

Decentralized file system

Info

Publication number
JPH0816445A
JPH0816445A JP6145008A JP14500894A JPH0816445A JP H0816445 A JPH0816445 A JP H0816445A JP 6145008 A JP6145008 A JP 6145008A JP 14500894 A JP14500894 A JP 14500894A JP H0816445 A JPH0816445 A JP H0816445A
Authority
JP
Japan
Prior art keywords
file
network
distributed
storage device
distributed file
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
JP6145008A
Other languages
Japanese (ja)
Other versions
JP2636740B2 (en
Inventor
Hirotoshi Hagiwara
裕敏 萩原
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 JP6145008A priority Critical patent/JP2636740B2/en
Publication of JPH0816445A publication Critical patent/JPH0816445A/en
Application granted granted Critical
Publication of JP2636740B2 publication Critical patent/JP2636740B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To make the registration contents of plural file storage devices common by outputting a file transfer request to a decentralized file management part when a network is loaded low if the discrepancy of file registration contents is found. CONSTITUTION:For example, a host computer 1-1 when writing a new file in a file storage device 2-1 passes the file to a decentralized file system 4-1 and then to an OS file system 5-l, and writes it in a file storage device 2-1. At this time, the decentralized file system 4-1 stores symbol information indicating the new file written in the file storage device 2-1 and investigates the current load state of the network 3. At the right time when the current load state becomes lower than a previously set load value, this new file is registered in the decentralized file systems 4-2 and 4-3 of the other host computers 1-2 and 1-3.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はコンピュータネットワー
クシステムに関し、特にネットワーク上に接続された複
数個のホストコンピュータにそれぞれ設けられるファイ
ル記憶装置の内容をネットワークが高負荷状態に陥るこ
と無く自動的に共通化できる分散ファイルシステムに関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer network system, and more particularly to automatically sharing the contents of a file storage device provided in each of a plurality of host computers connected to the network without causing the network to become overloaded. Distributed file system.

【0002】[0002]

【従来の技術】従来のコンピュータネットワークシステ
ムは、ネットワークに接続された複数のホストコンピュ
ータと、これら複数のホストコンピュータからネットワ
ークを介してアクセス可能で全てのホストコンピュータ
に関するファイルを記憶するただ1つのマスターファイ
ル記憶装置とから構成されていた。
2. Description of the Related Art A conventional computer network system comprises a plurality of host computers connected to a network, and a single master file which is accessible from the plurality of host computers via a network and stores files relating to all the host computers. And a storage device.

【0003】すなわち、複数個のホストコンピュータで
1つのマスターファイル記憶装置の内容を共有すること
で複数のファイルを一元管理し、見かけ上それぞれのホ
ストコンピュータに同一のファイルが存在するかのよう
に処理できるシステムであった。
That is, by sharing the contents of one master file storage device among a plurality of host computers, a plurality of files are centrally managed, and processing is performed as if the same file exists in each of the host computers. It was a system that could do it.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上述し
た従来のシステムにおいて、実際のファイルが存在する
場所はネットワークに接続されたただ1つのマスターフ
ァイル記憶装置であるため、それぞれのホストコンピュ
ータがマスターファイル記憶装置から共有化されたファ
イルを読み込む場合、ネットワークを介してその共有化
されたファイルを指定し、それぞれのホストコンピュー
タまでその指定したファイルを転送しなければならなか
った。それゆえ、ネットワークが大規模化し、かつネッ
トワーク上のデータ転送量が増大している最近のコンピ
ュータネットワークシステムでは、ホストコンピュータ
が共有化ファイルを転送する際ネットワークにかかる負
荷が高くなり、そのためファイル転送処理に要する時間
が増大してしまうという問題点があった。
However, in the above-mentioned conventional system, since the location where the actual file exists is only one master file storage device connected to the network, each host computer stores the master file in the master file storage device. When reading a shared file from a device, the user has to specify the shared file via a network and transfer the specified file to each host computer. Therefore, in a recent computer network system in which the size of the network is large and the amount of data transferred on the network is increasing, the load on the network when the host computer transfers the shared file becomes high, so that the file transfer processing is performed. However, there is a problem that the time required for the process increases.

【0005】本発明の主な目的は、上記問題点を解決
し、ネットワーク上に接続されている複数のホストコン
ピュータのうち現在使用している1つのホストコンピュ
ータに接続されたファイル記憶装置のファイルを更新あ
るいは削除すると、予め指定された他の複数のホストコ
ンピュータにそれぞれ接続された複数のファイル記憶装
置の同一ファイルもネットワークの負荷が設定値よりも
低い時を見計らって自動的に更新あるいは削除できる分
散ファイルシステムを提供することにある。
[0005] A main object of the present invention is to solve the above-mentioned problems and to store a file in a file storage device connected to one host computer currently in use among a plurality of host computers connected on a network. When updated or deleted, the same file in a plurality of file storage devices respectively connected to a plurality of other specified host computers can be automatically updated or deleted when the network load is lower than the set value. To provide a file system.

【0006】[0006]

【課題を解決するための手段】本発明の分散ファイルシ
ステムは、ネットワーク上に複数個接続されたファイル
記憶装置に対してファイルの書き込み/読み出し処理を
制御する分散ファイル管理部と、ネットワークの負荷状
況を調査し、予め設定されたネットワークの負荷の値よ
りも低いとき上記分散ファイル管理部に対してファイル
転送要求を出力するネットワーク監視部と、各上記ファ
イル記憶装置におけるファイルの登録内容を比較し、登
録内容の不一致を発見した場合にその不一致を修正する
ためファイル転送要求を上記分散ファイル管理部に出力
するファイル情報共通化処理部とを備えている。
DISCLOSURE OF THE INVENTION A distributed file system according to the present invention includes a distributed file management unit for controlling file writing / reading processing for a plurality of file storage devices connected to a network, and a load status of the network. And comparing the registered contents of the files in each of the file storage devices with a network monitoring unit that outputs a file transfer request to the distributed file management unit when the load is lower than a preset network load value, When a discrepancy in registered contents is found, a file information commonization processing unit for outputting a file transfer request to the distributed file management unit to correct the discrepancy is provided.

【0007】[0007]

【実施例】次に、本発明の実施例について図面を参照し
て詳細に説明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

【0008】図1は本発明の一実施例を表す構成図であ
る。
FIG. 1 is a block diagram showing an embodiment of the present invention.

【0009】図1を参照すると、本実施例ではネットワ
ーク3上に複数のホストコンピュータ1−1、1−2お
よび1−3が並列に接続されている。また、これら複数
のホストコンピュータ1−1、1−2および1−3には
それぞれ複数のファイルを格納可能なファイル記憶装置
2ー1、2−2および2−3が接続されている。そし
て、これら複数のホストコンピュータ1−1、1−2お
よび1−3はネットワーク3を介してそれぞれのファイ
ル記憶装置2−1、2−2および2−3に登録されてい
るファイルを相互に転送することが可能である。
Referring to FIG. 1, in this embodiment, a plurality of host computers 1-1, 1-2 and 1-3 are connected in parallel on a network 3. Further, the plurality of host computers 1-1, 1-2 and 1-3 are connected to file storage devices 2-1 2-2 and 2-3 capable of storing a plurality of files, respectively. Then, the plurality of host computers 1-1, 1-2 and 1-3 transfer files registered in the respective file storage devices 2-1 2-2 and 2-3 via the network 3 to each other. It is possible to

【0010】例えば、ホストコンピュータ1−1におい
て新規なファイルXをファイル記憶装置2−1に書き込
む場合を考えると、この新規なファイルXは最初にホス
トコンピュータ1−1内の分散ファイルシステム4−1
に渡され、続いてホストコンピュータ1−1で実行され
るオペレーティングシステム(OS)の機能の1つでフ
ァイルの読み出し/書き込み処理を行うOSファイルシ
ステム6−1に渡されてファイル記憶装置2−1に書き
込まれる。この時、ホストコンピュータ1−1の分散フ
ァイルシステム4−1は、ファイル記憶装置2−1に書
き込まれた新規なファイルXを表すシンボル情報を記憶
し、ネットワーク3の現在の負荷状況を調査する。そし
て、分散ファイルシステム4−1は予め設定されたネッ
トワーク3の負荷の値よりも低くなった時を見計らっ
て、他の複数のホストコンピュータ1−2および1−3
の分散ファイルシステム4−2および4−3に対して新
規なファイルXを登録するように要求する。一方、他の
複数のホストコンピュータ1−2および1−3の分散フ
ァイルシステム4−2および4−3は、ホストコンピュ
ータ1−1の分散ファイルシステム4−1から受け取っ
た新規なファイルXの登録要求に応じて、ネットワーク
3を介して分散ファイルシステム4−1から転送されて
くるこの新規なファイルXをそれぞれのファイル記憶装
置2−2および2−3に登録する。
For example, when a new file X is written in the file storage device 2-1 in the host computer 1-1, the new file X is first stored in the distributed file system 4-1 in the host computer 1-1.
To the OS file system 6-1 that performs file read / write processing by one of the functions of the operating system (OS) executed by the host computer 1-1, and then the file storage device 2-1. Written in. At this time, the distributed file system 4-1 of the host computer 1-1 stores the symbol information representing the new file X written in the file storage device 2-1 and checks the current load status of the network 3. Then, the distributed file system 4-1 detects the time when the load of the network 3 becomes lower than the preset value of the network 3, and checks the other plural host computers 1-2 and 1-3.
Request to register a new file X from the distributed file systems 4-2 and 4-3. On the other hand, the distributed file systems 4-2 and 4-3 of the other plurality of host computers 1-2 and 1-3 request the registration of the new file X received from the distributed file system 4-1 of the host computer 1-1. , The new file X transferred from the distributed file system 4-1 via the network 3 is registered in each of the file storage devices 2-2 and 2-3.

【0011】よって、ネットワーク上の任意のホストコ
ンピュータにおいてファイル記憶装置に新規なファイル
を登録すると、ネットワークの負荷が低い時を見計らっ
て自動的に他の複数のホストコンピュータのファイル記
憶装置に同一のファイルを登録でき、それにより複数の
ホストコンピュータにそれぞれ接続されたファイル記憶
装置間でファイルの登録内容を共通化することが可能と
なる。
Therefore, when a new file is registered in a file storage device in an arbitrary host computer on the network, the same file is automatically stored in the file storage devices of a plurality of other host computers when the load on the network is low. Can be registered, so that the registered contents of the file can be shared among the file storage devices respectively connected to the plurality of host computers.

【0012】次に、本願発明の特徴である分散ファイル
システム4−1、4−2および4−3の構成および動作
について図1、図2、図3および図4を参照してさらに
詳しく説明する。
Next, the configuration and operation of the distributed file systems 4-1, 4-2 and 4-3, which are features of the present invention, will be described in more detail with reference to FIGS. 1, 2, 3 and 4. .

【0013】まず始めに、分散ファイルシステム4−1
が起動すると、分散ファイル管理部7−1は予め内部メ
モリ(図示せず)に格納されていたファイル共通化情報
12−1を読み込む(図2、ステップS21)。このフ
ァイル共通化情報12−1にはファイルの共通化を必要
とするホストコンピュータを指定する情報、そのファイ
ルの共通化を必要とするホストコンピュータに接続され
ているファイル記憶装置内部のパス情報(ディレクトリ
情報)、さらに他の複数のホストコンピュータにファイ
ルを転送するタイミングを決定する基準となるネットワ
ーク3の負荷の設定値が含まれている。
First, the distributed file system 4-1
Is started, the distributed file management unit 7-1 reads the file common information 12-1 stored in the internal memory (not shown) in advance (FIG. 2, step S21). The file commonalization information 12-1 includes information for specifying a host computer that requires file sharing, and path information (directory) in a file storage device connected to the host computer that requires the file sharing. Information), and a set value of a load on the network 3 which is a reference for determining a timing of transferring a file to a plurality of other host computers.

【0014】続いて、分散ファイル管理部7−1は、例
えば更新すべきファイルYを受信すると(図2、ステッ
プS22)、この更新すべきファイルYからデータだけ
を抽出してOSファイルシステム6−1にそのまま転送
し(図2、ステップS23)、この更新すべきファイル
YからファイルYに固有なシンボル情報を分散ファイル
記憶部8−1に登録する(図2、ステップS24)。こ
の場合、更新すべきファイルYを他の複数のホストコン
ピュータ1−2および1−3のファイル記憶装置2−2
および2−3へ転送するタイミングは、分散ファイルシ
ステム4−1のネットワーク監視部10−1により決定
される。すなわち、ネットワーク監視部10−1は、ま
ず始めにネットワーク3の今現在の負荷状況を調査し
(図3、ステップS31)、その調査結果得られたネッ
トワーク3の今現在の負荷の値とファイル共通化情報1
2−1から予め読み込まれたネットワーク3の負荷の設
定値とを比較し(図3、ステップS32)、その設定値
よりも現在の負荷の値の方が低いと判定されると他の複
数のホストコンピュータ1−2および1−3のファイル
記憶装置2−2および2−3に対するファイルYの転送
要求を分散ファイル管理部7−1に出力する(図3、ス
テップS33)。この時、分散ファイル管理部7−1は
ネットワーク監視部10−1からのファイルYに対する
転送要求を受けると(図2、ステップS25)、分散フ
ァイル記憶部8−1に登録されているシンボル情報を参
照して更新すべきファイルYのデータをOSファイルシ
ステム6−1を介してファイル記憶装置2−1から読み
出す(図2、ステップS27)。さらに、分散ファイル
管理部7−1は、ネットワーク3を経由して他の複数の
ホストコンピュータ1−2および1−3のファイル記憶
装置2−2および2−3に対してそれぞれ更新すべきフ
ァイルYを転送する(図2、ステップS28)。また、
ネットワーク監視部10−1は、ネットワーク3の今現
在の負荷の値がファイル共通化情報12−1から予め読
み込まれたネットワーク3の負荷の設定値よりも高いと
判断すると、分散ファイル管理部7−1に対して更新す
べきファイルYを他の複数のホストコンピュータ1−2
および1−3に転送せず一時的に休止するよう指示し
(図3、ステップS34)、分散ファイル管理部7−1
はその指示に応答してネットワーク監視部10−1から
ファイルYの転送要求が来るまで待機する(図2、ステ
ップS26)。
Subsequently, upon receiving, for example, the file Y to be updated (step S22 in FIG. 2), the distributed file management unit 7-1 extracts only data from the file Y to be updated, and 1 (step S23 in FIG. 2), and the symbol information unique to the file Y from the file Y to be updated is registered in the distributed file storage unit 8-1 (step S24 in FIG. 2). In this case, the file Y to be updated is stored in the file storage device 2-2 of the other plural host computers 1-2 and 1-3.
And the timing of transfer to 2-3 is determined by the network monitoring unit 10-1 of the distributed file system 4-1. That is, the network monitoring unit 10-1 first checks the current load status of the network 3 (step S31 in FIG. 3), and obtains the current load value of the network 3 and the file common information obtained as a result of the check. Information 1
2-1 is compared with the set value of the load of the network 3 which has been read in advance (FIG. 3, step S32), and when it is determined that the current load value is lower than the set value, a plurality of other loads are determined. The transfer request of the file Y to the file storage devices 2-2 and 2-3 of the host computers 1-2 and 1-3 is output to the distributed file management unit 7-1 (FIG. 3, step S33). At this time, upon receiving the transfer request for the file Y from the network monitoring unit 10-1 (FIG. 2, step S25), the distributed file management unit 7-1 deletes the symbol information registered in the distributed file storage unit 8-1. The data of the file Y to be referred to and updated is read from the file storage device 2-1 via the OS file system 6-1 (step S27 in FIG. 2). Further, the distributed file management unit 7-1 sends the file Y to be updated to the file storage devices 2-2 and 2-3 of the other plurality of host computers 1-2 and 1-3 via the network 3. Is transferred (FIG. 2, step S28). Also,
If the network monitoring unit 10-1 determines that the current load value of the network 3 is higher than the load value of the network 3 read in advance from the file sharing information 12-1, the distributed file management unit 7- The file Y to be updated with respect to one of the plurality of host computers 1-2
In addition, the distributed file management unit 7-1 is instructed to temporarily suspend the transfer without forwarding the data (step S34 in FIG. 3).
Waits for a file Y transfer request from the network monitoring unit 10-1 in response to the instruction (FIG. 2, step S26).

【0015】よって、ネットワーク3の負荷状況を調査
するネットワーク監視部10−1で決定されたタイミン
グに基づいて、分散ファイル管理部7−1はネットワー
ク3が高負荷状態に陥ること無くネットワーク3に接続
された他の複数のホストコンピュータ1−2および1−
3の分散ファイル管理部7−2および7−3に更新すべ
きファイルを転送することができ、その結果ネットワー
ク3上の複数のホストコンピュータ1−1、1−2およ
び1−3にそれぞれ接続されているファイル記憶装置2
−1、2−2および2−3間のファイルの登録内容を共
通化することが可能となる。
Therefore, based on the timing determined by the network monitoring unit 10-1 for examining the load status of the network 3, the distributed file management unit 7-1 connects to the network 3 without falling into a high load state. Other plurality of host computers 1-2 and 1-
The files to be updated can be transferred to the distributed file management units 7-2 and 7-3 of the network 3, and as a result, the files are connected to the plurality of host computers 1-1, 1-2 and 1-3 on the network 3, respectively. File storage device 2
-1, 2-2, and 2-3 can share the registered contents of the file.

【0016】また、ホストコンピュータ1−1のファイ
ル記憶装置2−1におけるファイルの登録内容と他の複
数のホストコンピュータ1−2および1−3のファイル
記憶装置2−2および2−3におけるファイルの登録内
容とが異なる場合は、ファイル情報共通化処理部11−
1の働きにより各ファイル記憶装置におけるファイルの
登録内容を修正して共通化することが可能となる。
The registered contents of the file in the file storage device 2-1 of the host computer 1-1 and the contents of the file in the file storage devices 2-2 and 2-3 of the other plural host computers 1-2 and 1-3 are also stored. If the registered content is different, the file information sharing processing unit 11-
By the operation of 1, it becomes possible to correct the registered contents of the file in each file storage device and to make them common.

【0017】すなわち、ファイル情報共通化処理部11
−1は、分散ファイル管理部7−1を介して予めファイ
ル共通化情報12−1で設定されていた他の複数のホス
トコンピュータ1−2および1−3のファイル記憶装置
2−2および2−3からファイルの登録内容を表すリス
ト情報を任意のタイミングで取り寄せる(図4、ステッ
プS41)。続いて、ファイル情報共通化処理部11−
1は、他の複数のホストコンピュータ1−2および1−
3からそれぞれ取り寄せたリスト情報と自ホストコンピ
ュータ1−1に接続されているファイル記憶装置2−1
から読み出したファイルの登録内容を表すリスト情報と
を比較する(図4、ステップS42)。この比較結果か
ら自ホストコンピュータ1−1のファイル記憶装置2−
1内には存在しないが、他の複数のホストコンピュータ
1−2および1−3に接続されたファイル記憶装置2−
2および2−3の予めファイル共通化情報12−1によ
って設定されていたパス内に同一のファイルが存在する
ことを発見した場合(図4、ステップS43)、ファイ
ル情報共通化処理部11−1はそのファイルが登録され
ているリスト情報からそのファイルに関する属性情報
(ファイル名、ファイルサイズ、更新日等)を抽出し、
分散ファイル管理部7−1に対してそのファイルに関す
る情報とともに他のホストコンピュータ1−2および1
−3の分散ファイル管理部7−2および7−3へ送るフ
ァイル転送要求を送出する(図4、ステップS44)。
この時、分散ファイル管理部7−1はファイル転送要求
を受け取ると他の複数のホストコンピュータ1−2およ
び1−3の分散ファイル管理部7−2および7−3に対
し、分散ファイル記憶部8−2および8−3にそのファ
イルのシンボル情報を書き込むよう要求する。これによ
り、他の分散ファイル管理部7−2および7−3は分散
ファイル記憶部8−2および8−3に登録されたシンボ
ル情報に基づいてそのファイルをファイル記憶装置2−
2および2−3から読み出し、要求元であるホストコン
ピュータ1−1に対してネットワークの負荷が低い時を
見計らってそのファイルを転送する動作を行う。一方、
他の複数のホストコンピュータ1−2および1−3のフ
ァイル記憶装置2−2および2−3の予め設定されたパ
ス内には存在しないが、自ホストコンピュータ1−1の
ファイル記憶装置2−1に同一のファイルが存在するこ
とを発見した場合、ファイル情報共通化処理部11−1
は自リスト情報からそのファイルに関する属性情報(フ
ァイル名、ファイルサイズ、更新日等)を抽出し、分散
ファイル管理部7−1に対してそのファイルに関する属
性情報とともにファイル転送要求を送出する(図4、ス
テップS45)。この時、分散ファイル管理部7−1は
そのファイルに関する属性情報を元にして分散ファイル
記憶部8−1にそのファイルのシンボル情報を登録し、
それを参照することによりファイル記憶装置2−1から
そのファイルを読み出す。そして、ネットワーク3の負
荷が低い時を見計らって他の複数のホストコンピュータ
1−2および1−3に対しそのファイルを転送する。
That is, the file information standardization processing unit 11
-1 indicates the file storage devices 2-2 and 2- of the other plurality of host computers 1-2 and 1-3 which have been previously set in the file common information 12-1 via the distributed file management unit 7-1. 3. List information representing the registered contents of the file is obtained at an arbitrary timing from FIG. 3 (FIG. 4, step S41). Subsequently, the file information sharing processing unit 11-
1 is a plurality of other host computers 1-2 and 1-
And the file storage device 2-1 connected to its own host computer 1-1.
The list information indicating the registered contents of the file read from is compared (step S42 in FIG. 4). From the result of this comparison, the file storage device 2-
1, a file storage device 2- connected to a plurality of other host computers 1-2 and 1-3.
If it is found that the same file exists in the path set in advance by the file common information 12-1 of 2 and 2-3 (FIG. 4, step S43), the file information common processing unit 11-1 Extracts attribute information (file name, file size, update date, etc.) from the list information in which the file is registered,
For the distributed file management unit 7-1, other host computers 1-2 and 1 together with information about the file.
A file transfer request to be sent to the distributed file management units 7-2 and 7-3 is transmitted (FIG. 4, step S44).
At this time, upon receiving the file transfer request, the distributed file management unit 7-1 sends the distributed file storage unit 8 to the distributed file management units 7-2 and 7-3 of the other plurality of host computers 1-2 and 1-3. -2 and 8-3 are requested to write the symbol information of the file. As a result, the other distributed file management units 7-2 and 7-3 store the file in the file storage device 2-based on the symbol information registered in the distributed file storage units 8-2 and 8-3.
2 and 2-3, and transfers the file to the requesting host computer 1-1 when the network load is low. on the other hand,
The file storage device 2-1 of the own host computer 1-1 does not exist in the preset path of the file storage devices 2-2 and 2-3 of the other plurality of host computers 1-2 and 1-3. File information common processing unit 11-1 when it is found that the same file exists in
Extracts attribute information (file name, file size, update date, etc.) related to the file from its own list information, and sends a file transfer request to the distributed file management unit 7-1 together with the attribute information related to the file (FIG. 4). , Step S45). At this time, the distributed file management unit 7-1 registers the symbol information of the file in the distributed file storage unit 8-1 based on the attribute information on the file,
The file is read from the file storage device 2-1 by referring to the file. Then, when the load on the network 3 is low, the file is transferred to the other plural host computers 1-2 and 1-3.

【0018】よって、ホストコンピュータ1−1のファ
イル記憶装置2−1におけるファイルの登録内容と他の
複数のホストコンピュータ1−2および1−3のファイ
ル記憶装置2−2および2−3におけるファイルの登録
内容とを比較し、登録されていないファイルを発見した
場合にそのファイルを転送するよう分散ファイル管理部
7−1に対してファイル転送要求を行うファイル情報共
通化処理部11−1を備えたため、ネットワーク3上の
複数のホストコンピュータ1−1、1−2および1−3
のファイル記憶装置2−1、2−2および2−3におけ
るファイルの登録内容をネットワーク3が高負荷状態に
陥ること無く共通化することが可能となる。
Therefore, the registered contents of the file in the file storage device 2-1 of the host computer 1-1 and the file contents in the file storage devices 2-2 and 2-3 of the other host computers 1-2 and 1-3 are stored. Since the file information common processing unit 11-1 is provided for making a file transfer request to the distributed file management unit 7-1 so as to transfer the file when the unregistered file is found by comparing the registered contents. , A plurality of host computers 1-1, 1-2 and 1-3 on the network 3
It is possible to share the registered contents of the files in the file storage devices 2-1, 2-2, and 2-3 without causing the network 3 to enter a high load state.

【0019】[0019]

【発明の効果】以上説明したように、本願発明ではネッ
トワーク上の複数のホストコンピュータのうち任意の1
つのホストコンピュータに接続されているファイル記憶
装置に対してファイルの追加、修正および削除を行うだ
けで、他の複数のホストコンピュータにそれぞれ接続さ
れているファイル記憶装置の登録内容を自動的にネット
ワークの負荷が低い時を見計らって共通化することが可
能となる。
As described above, according to the present invention, any one of a plurality of host computers on a network can be used.
Simply add, modify, and delete files in the file storage device connected to one host computer, and the registered contents of the file storage devices respectively connected to other host computers will be automatically registered on the network. It becomes possible to standardize when the load is low.

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

【図1】本発明の一実施例を表す構成図である。FIG. 1 is a configuration diagram showing an embodiment of the present invention.

【図2】本実施例の分散ファイル管理部の動作を表すフ
ローチャートである。
FIG. 2 is a flowchart showing an operation of a distributed file management unit of this embodiment.

【図3】本実施例のネットワーク監視部の動作を表すフ
ローチャートである。
FIG. 3 is a flowchart illustrating an operation of a network monitoring unit according to the embodiment.

【図4】本実施例のファイル情報共通化処理部の動作を
表すフローチャートである。
FIG. 4 is a flowchart illustrating an operation of a file information sharing processing unit according to the embodiment.

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

1−1、1−2および1−3 ホストコンピュータ 2−1、2−2および2−3 ファイル記憶装置 3 ネットワーク 4−1、4−2および4−3 分散ファイルシステム 5−1、5−2および5−3 OSファイルシステム 7−1、7−2および7−3 分散ファイル管理部 8−1、8−2および8−3 分散ファイル記憶部 9−1、9−2および9−3 システム管理情報記憶
部 10−1、10−2および10−3 ネットワーク監
視部 11−1、11−2および11−3 ファイル情報共
通化処理部 12−1、12−2および12−3 ファイル共通化
情報
1-1, 1-2 and 1-3 Host computer 2-1 2-2 and 2-3 File storage device 3 Network 4-1 4-2 and 4-3 Distributed file system 5-1 5-2 And 5-3 OS File System 7-1, 7-2 and 7-3 Distributed File Management Unit 8-1, 8-2 and 8-3 Distributed File Storage Unit 9-1, 9-2 and 9-3 System Management Information storage unit 10-1, 10-2, and 10-3 Network monitoring unit 11-1, 11-2, and 11-3 File information sharing processing unit 12-1, 12-2, and 12-3 File sharing information

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ネットワーク上に複数個接続されたファ
イル記憶装置に対応して設けられ、該ファイル記憶装置
に対してファイルの書き込み/読み出し処理を制御する
複数の分散ファイル管理部と、 ネットワークの現在の負荷状況を調査し、予め設定され
たネットワークの負荷の値よりも低いとき前記分散ファ
イル管理部に対してファイル転送要求を出力する複数の
ネットワーク監視部と、 前記複数のファイル記憶装置におけるファイルの登録内
容を比較し、登録内容が不一致の場合はその不一致を修
正するため前記分散ファイル管理部にファイル転送要求
を出力するファイル情報共通化処理部とを備えたことを
特徴とする分散ファイルシステム。
1. A plurality of distributed file management units which are provided corresponding to a plurality of file storage devices connected to a network and control file write / read processing for the file storage devices; Of a plurality of network storage units that output a file transfer request to the distributed file management unit when the load status of each of the plurality of file storage devices is lower than a preset network load value. A distributed file system comprising: a file information common processing unit that compares registered contents and, if the registered contents do not match, corrects the mismatch by outputting a file transfer request to the distributed file management unit.
【請求項2】 前記分散ファイル管理部は、前記ファイ
ル記憶装置にファイルを登録したことを表す該ファイル
のシンボル情報を格納する分散ファイル記憶部を備えて
いることを特徴とする請求項1記載の分散ファイルシス
テム。
2. The distributed file management unit comprises a distributed file storage unit for storing symbol information of the file indicating that the file has been registered in the file storage device. Distributed file system.
【請求項3】 前記ネットワーク監視部におけるネット
ワークの負荷の値は前記分散ファイル管理部を介して読
み込まれたファイル共通化情報により設定されることを
特徴とする請求項1記載の分散ファイルシステム。
3. The distributed file system according to claim 1, wherein the load value of the network in the network monitoring unit is set by the file common information read via the distributed file management unit.
JP6145008A 1994-06-27 1994-06-27 Distributed file system Expired - Lifetime JP2636740B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6145008A JP2636740B2 (en) 1994-06-27 1994-06-27 Distributed file system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6145008A JP2636740B2 (en) 1994-06-27 1994-06-27 Distributed file system

Publications (2)

Publication Number Publication Date
JPH0816445A true JPH0816445A (en) 1996-01-19
JP2636740B2 JP2636740B2 (en) 1997-07-30

Family

ID=15375319

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6145008A Expired - Lifetime JP2636740B2 (en) 1994-06-27 1994-06-27 Distributed file system

Country Status (1)

Country Link
JP (1) JP2636740B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11249943A (en) * 1998-03-03 1999-09-17 Nec Corp Method and system for synchronous management of distributed data base
JP2000066941A (en) * 1998-08-25 2000-03-03 Nec Corp Method and system for updating distributed file
JP2007334382A (en) * 2006-06-12 2007-12-27 Mitsubishi Electric Corp Distributed system and data management method
JP2015156071A (en) * 2014-02-20 2015-08-27 富士通株式会社 Data storing method, data storage system, program and storage device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6347853A (en) * 1986-08-15 1988-02-29 Fujitsu Ltd Remote file accessing system
JPH03105446A (en) * 1989-09-19 1991-05-02 Fujitsu Ltd File transfer control system between master device and slave device
JPH04162155A (en) * 1990-10-26 1992-06-05 Nec Corp File transfer control system
JPH04245355A (en) * 1991-01-30 1992-09-01 Nec Corp File transfer system
JPH04318637A (en) * 1991-04-17 1992-11-10 Fuji Xerox Co Ltd Decentralized directory unit

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6347853A (en) * 1986-08-15 1988-02-29 Fujitsu Ltd Remote file accessing system
JPH03105446A (en) * 1989-09-19 1991-05-02 Fujitsu Ltd File transfer control system between master device and slave device
JPH04162155A (en) * 1990-10-26 1992-06-05 Nec Corp File transfer control system
JPH04245355A (en) * 1991-01-30 1992-09-01 Nec Corp File transfer system
JPH04318637A (en) * 1991-04-17 1992-11-10 Fuji Xerox Co Ltd Decentralized directory unit

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11249943A (en) * 1998-03-03 1999-09-17 Nec Corp Method and system for synchronous management of distributed data base
JP2000066941A (en) * 1998-08-25 2000-03-03 Nec Corp Method and system for updating distributed file
JP2007334382A (en) * 2006-06-12 2007-12-27 Mitsubishi Electric Corp Distributed system and data management method
JP2015156071A (en) * 2014-02-20 2015-08-27 富士通株式会社 Data storing method, data storage system, program and storage device

Also Published As

Publication number Publication date
JP2636740B2 (en) 1997-07-30

Similar Documents

Publication Publication Date Title
US6654769B2 (en) File system for creating switched logical I/O paths for fault recovery
US20090063556A1 (en) Root node for carrying out file level virtualization and migration
US8380815B2 (en) Root node for file level virtualization
US20080235300A1 (en) Data migration processing device
US6711559B1 (en) Distributed processing system, apparatus for operating shared file system and computer readable medium
JP2004302713A (en) Storage system and its control method
US8473702B2 (en) Information processing apparatus, execution environment transferring method and program thereof
CN100565486C (en) Data link and data communication system
JP3153129B2 (en) Server selection method
JP2636740B2 (en) Distributed file system
JP2001290665A (en) Processor system
JP6845519B1 (en) Storage device, information transfer system, and information transfer method
JP2001109642A (en) Cluster system and data copying method therefor
JPH0553939A (en) File transfer processing system
JPH08235127A (en) Method and device for automatic load decentralization
JP3544219B2 (en) File sharing system
JP3056000B2 (en) Multimedia data network transfer method
CN112765198A (en) Database statement processing method and device, computer equipment and storage medium
JPS6327936A (en) File management method
JPH09204326A (en) Image data storage controller
JPH05165693A (en) Distributed information processor
JPH07160566A (en) Network file managing device
JPH11338792A (en) Data transfer method for network filing system
JP2002328789A (en) Print system, information processor, server device, its processing method, recording medium and program
JPH01248207A (en) Numerical controller

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: 19970311