JP3500972B2 - Logical File Management System in Disk Sharing Cluster System - Google Patents

Logical File Management System in Disk Sharing Cluster System

Info

Publication number
JP3500972B2
JP3500972B2 JP20914998A JP20914998A JP3500972B2 JP 3500972 B2 JP3500972 B2 JP 3500972B2 JP 20914998 A JP20914998 A JP 20914998A JP 20914998 A JP20914998 A JP 20914998A JP 3500972 B2 JP3500972 B2 JP 3500972B2
Authority
JP
Japan
Prior art keywords
logical file
disk
address
computers
identifier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP20914998A
Other languages
Japanese (ja)
Other versions
JP2000040026A (en
Inventor
寛之 大谷
久幸 青木
雄一 相場
純一 大和
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP20914998A priority Critical patent/JP3500972B2/en
Publication of JP2000040026A publication Critical patent/JP2000040026A/en
Application granted granted Critical
Publication of JP3500972B2 publication Critical patent/JP3500972B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数の計算機と、
各計算機を接続する計算機接続網と、論理ファイルが格
納された一つまたは複数のディスクと、各計算機から各
ディスクへ直接的にアクセスできるディスク接続網とか
ら構成されるディスク共有型クラスタシステムにおい
て、各ディスクに格納された論理ファイルの管理システ
ムに関する。
TECHNICAL FIELD The present invention relates to a plurality of computers,
In a disk-sharing cluster system consisting of a computer connection network connecting each computer, one or more disks storing logical files, and a disk connection network that allows each computer to directly access each disk, The present invention relates to a management system for logical files stored on each disk.

【0002】[0002]

【従来の技術】従来より、複数の計算機が計算機接続網
に接続されそれぞれの計算機にディスクが接続された構
成において、ある計算機から別の計算機に接続されたデ
ィスク上の論理ファイルに対するアクセス方式として、
NFS(NetworkFileSystem)が用いられている(参考
文献:「NFS&NIS」アスキー出版、「NFS:Network File
System Protocol specification」RFC1094)。
2. Description of the Related Art Conventionally, in a configuration in which a plurality of computers are connected to a computer connection network and a disk is connected to each computer, as an access method for a logical file on a disk connected from one computer to another computer,
NFS (NetworkFileSystem) is used (reference: "NFS &NIS" ASCII publication, "NFS: Network FileSystem").
System Protocol specification "RFC 1094).

【0003】ここで「論理ファイル」とは、ディスク上
に格納したデータをあるまとまった単位で仮想化したも
のを表す。図15は、NFSにおける論理ファイルアク
セス方式の動作を示すブロック図である。NFSでは、
ディスクが接続された計算機上において、そのディスク
に格納された論理ファイルを管理するNFSデーモン
(なお、デーモンとは、Unix系OS等においてシス
テム常駐型のサービスプロセスをいう)が起動する。他
の計算機#0上で動作するクライアントプログラムは、
ディスクに対して論理ファイルのデータをライトする場
合、ライト要求およびライトするデータを計算機#1上
のNFSデーモンに送信する。NFSデーモンはライト
要求を受け取ると、ライトするデータを一旦計算機#1
のメモリ上に取り込み、さらにそのデータをディスクに
対してライトする。一方、計算機のクライアントプログ
ラムがディスクから論理ファイルのデータをリードする
場合、クライアントプログラムは、リード要求を計算機
#1上のNFSデーモンに送信する。NFSデーモン
は、リード要求を受け取ると、ディスクから要求された
論理ファイルのデータをリードして、一旦計算機#1の
メモリ上に取り込む。その後、クライアントプログラム
に対する応答として、リードした計算機のメモリ上のデ
ータを、計算機#0のクライアントプログラムに送信す
る。
Here, the "logical file" represents the data stored on the disk virtualized in a certain unit. FIG. 15 is a block diagram showing the operation of the logical file access method in NFS. In NFS,
On the computer to which the disk is connected, an NFS daemon that manages the logical file stored in the disk (a daemon is a system resident type service process in a Unix OS etc.) is started. The client program running on other computer # 0 is
When writing the data of the logical file to the disk, the write request and the data to be written are transmitted to the NFS daemon on the computer # 1. When the NFS daemon receives the write request, it once writes the data to be written to computer # 1.
It is captured in the memory of and the data is written to the disk. On the other hand, when the client program of the computer reads the data of the logical file from the disk, the client program sends a read request to the NFS daemon on the computer # 1. When the NFS daemon receives the read request, it reads the data of the requested logical file from the disk and once captures it in the memory of computer # 1. After that, as a response to the client program, the data in the memory of the read computer is transmitted to the client program of the computer # 0.

【0004】[0004]

【発明が解決しようとする課題】しかし、ディスク共有
型クラスタシステムにおいて、NFSのような論理ファ
イルアクセス方式を使うことは、効率が悪いことが知ら
れている。以下に詳説する。
However, it is known that it is inefficient to use a logical file access method such as NFS in a disk sharing type cluster system. The details will be described below.

【0005】図16は、ディスク共有型クラスタシステ
ムでNFSを動作させた場合において、クライアントが
NFSで管理される論理ファイルへアクセスする動作を
模式的に示すブロック図である。ディスク共有型クラス
タシステムでは、各計算機から直接的にディスクに対し
てリード/ライト出来る。ところが、NFSにおける論
理ファイル管理方式では、リード/ライトするデータ
が、必ず、NFSデーモンが稼働する計算機を経由しな
ければならない。つまり、リード/ライトするデータを
一旦中継するというオーバーヘッドが発生する。
FIG. 16 is a block diagram schematically showing an operation in which a client accesses a logical file managed by NFS when NFS is operated in a disk sharing type cluster system. In the disk sharing type cluster system, each computer can directly read / write the disk. However, in the logical file management method in NFS, the data to be read / written must always pass through the computer in which the NFS daemon operates. That is, the overhead of temporarily relaying the read / write data occurs.

【0006】また、ディスク共有型クラスタシステムで
は、複数のクライアントプログラムが同一の論理ファイ
ルに対して、同時にアクセスできるため、論理ファイル
のコンシステンシ維持が問題となる。ここでコンシステ
ンシ維持とは、複数のクライアントプログラムがほぼ同
時にアクセスした際、一方のクライアントプログラムの
処理と他方のクライアントプログラムの処理がタイミン
グによって異なる結果になることを防ぐことをいう。
Further, in the disk sharing type cluster system, since a plurality of client programs can simultaneously access the same logical file, maintaining the consistency of the logical file becomes a problem. Here, maintaining consistency means preventing the processing of one client program and the processing of the other client program from having different results depending on the timing when a plurality of client programs access at the same time.

【0007】特に、論理ファイルの管理データについて
は、一方のクライアントプログラムの要求によりファイ
ル管理データを更新している間、他方のクライアントプ
ログラムの要求により同時にファイル管理データを更新
してしまうと、ファイル管理データが乱れてしまう可能
性もある。
Particularly, regarding the management data of a logical file, if the file management data is updated at the same time by the request of the other client program while the file management data is updated by the request of one client program, the file management Data may be disturbed.

【0008】NFSでは、すべてのファイルのデータ
を、一旦NFSデーモンが中継することで、この問題に
ついて、一応解決している。
In NFS, the data of all files is once relayed by the NFS daemon to solve this problem.

【0009】一方、ファイル管理データのコンシステン
シを維持するため、従来から用いられている方式とし
て、ロック機構による排他制御方式が知られている(例
えば特開平9−34851号公報、特開昭63−943
43号公報等の記載参照)。
On the other hand, in order to maintain the consistency of the file management data, an exclusive control system using a lock mechanism is known as a system that has been conventionally used (for example, Japanese Patent Laid-Open Nos. 9-34851 and 63-63). -943
See the description in Japanese Patent Publication No. 43).

【0010】例えば、スケーラブルMというクラスタ構
成のメインフレームでは、各計算機が資源を獲得するた
めに、SCMP(System storage Cu
pled MultiProcessor Syste
m)という排他制御方式を採用している(参考文献:
「並列汎用機の全貌」、日経ウォッチャーIBM版別
冊、)。
For example, in a scalable mainframe having a cluster configuration, each computer acquires SCMP (System storage Cu) in order to acquire resources.
pled MultiProcessor System
m) is used as an exclusive control method (references:
"Overall picture of parallel general-purpose machine", Nikkei Watcher IBM edition separate volume,).

【0011】図17は、このSCMPの概略を示すブロ
ック図である。SSU(System Storage Unit)は排
他制御を司る計算機である。まず計算機#0が、共有デ
ィスク上のデータに対して、論理ファイルの管理データ
を変更するようなアクセスを行なう際、SSUに対して
ロック要求を発行し、その応答の結果でロックを獲得す
る。計算機#0がロックを獲得すると、この間、他の計
算機はロックを獲得できない。その後、計算機#0がロ
ック解除要求をSSUに発行するとロックは解除され
る。最後にSSUは、計算機#0がロックを獲得してい
る間にもし他の計算機からロック獲得の要求が到着して
いた場合、その計算機に対してロックが解除されたこと
を通知する。
FIG. 17 is a block diagram showing an outline of this SCMP. The SSU (System Storage Unit) is a computer that controls exclusive control. First, when the computer # 0 accesses the data on the shared disk to change the management data of the logical file, it issues a lock request to the SSU and acquires the lock as a result of the response. When the computer # 0 acquires the lock, other computers cannot acquire the lock during this period. After that, when the computer # 0 issues a lock release request to the SSU, the lock is released. Finally, if a request for acquiring a lock arrives from another computer while the computer # 0 acquires the lock, the SSU notifies the computer that the lock is released.

【0012】これにより、各計算機上で動作するクライ
アントプログラムは、直接的にディスクに対して、リー
ド/ライト可能で、論理ファイルの管理データのコンシ
ステンシも維持される。
As a result, the client program operating on each computer can directly read / write the disk and maintain the consistency of the management data of the logical file.

【0013】しかしながら、上記したロック機構による
排他制御方式では、クライアントプログラムが論理ファ
イルにアクセスする際、論理ファイルの排他制御を司る
手段に対して、ロックおよびロック解除の2回の通信が
発生し、ネットワークトラフィックの増大、ネットワー
ク性能の低下等の問題がある。
However, in the above-described exclusive control method by the lock mechanism, when the client program accesses the logical file, two means of locking and unlocking occur with respect to the means for controlling exclusive control of the logical file, There are problems such as increased network traffic and degraded network performance.

【0014】また、ディスクに格納する論理ファイルの
大容量化、論理ファイルに対するアクセスの高速化のた
めには、ファイルのデータを分割して複数のディスクに
分散格納する方式が有効である。例えば、ディスク装置
の分野では、RAID(Redundant Arrays of Inexp
ensive Disks)に代表されるようなディスクアレイ装
置がある(参考文献: Gregory R. “Disk Arrays Hi
gh-Performance, High−Reliability Storage Subsy
stems”, IEEE Computer, March 1994)。このよう
な方式を、複数のディスクが接続されたディスク共有型
クラスタシステムにおいても適用し、論理ファイルのデ
ータを分割して複数のディスクに分散格納することで、
論理ファイルの大容量化、論理ファイルに対するアクセ
スの高速化が可能となる。
Further, in order to increase the capacity of the logical file stored on the disk and to speed up access to the logical file, it is effective to divide the data of the file and store the divided data on a plurality of disks. For example, in the field of disk devices, RAID (Redundant Arrays of Inexp
There is a disk array device represented by the “ensive disks” (reference: Gregory R. “Disk Arrays Hi
gh-Performance, High−Reliability Storage Subsy
stems ”, IEEE Computer, March 1994). By applying such a method even in a disk sharing type cluster system in which multiple disks are connected, the data of the logical file can be divided and stored in multiple disks. ,
It is possible to increase the capacity of the logical file and speed up access to the logical file.

【0015】しかし、ディスク共有型クラスタシステム
においては、ディスクアレイ装置のように、単にデータ
を複数のディスク装置に分散格納するだけでは不十分で
あり、分散格納されたデータを、一つの論理ファイルの
データとして管理する論理ファイルアクセス管理制御が
必要となる。特に、論理ファイルを複数のディスクに分
散格納するようなディスク共有型クラスタシステムにお
いては、論理ファイル管理の効率化が重要な課題であ
る。
However, in the disk sharing type cluster system, it is not enough to simply store data in a plurality of disk devices like a disk array device, and the data stored in a distributed manner is stored in one logical file. Logical file access management control to manage as data is required. In particular, in a disk sharing type cluster system in which logical files are distributedly stored in a plurality of disks, efficient management of logical files is an important issue.

【0016】したがって本発明は、上記問題点に鑑みて
なされたものであって、その主たる目的は、ディスク共
有型クラスタシステムにおいて、クライアントプログラ
ムがディスクに格納された論理ファイルのデータにリー
ド/ライトする際、リード/ライトしたデータを他の計
算機で中継するオーバーヘッドを削減すると共に、論理
ファイル管理データのコンシステンシを維持するために
必要な計算機間の通信回数を削減する、システムを提供
することにある。
Therefore, the present invention has been made in view of the above problems, and its main purpose is to allow a client program to read / write data of a logical file stored in a disk in a disk sharing type cluster system. In this case, it is to provide a system that reduces the overhead of relaying read / write data to another computer and reduces the number of communications between computers required to maintain the consistency of logical file management data. .

【0017】本発明の他の目的は、ディスク共有型クラ
スタシステムにおいて、さらに、クライアントプログラ
ムが論理ファイルのデータをリード/ライトする際のア
ドレス変換手段における処理の負荷を分散し、アドレス
変換処理の効率を向上させるシステムを提供することに
ある。
Another object of the present invention is to disperse the processing load in the address conversion means when the client program reads / writes the data of the logical file in the disk sharing type cluster system, and to improve the efficiency of the address conversion processing. It is to provide a system to improve the.

【0018】本発明のさらに別の目的は、一つの論理フ
ァイルのデータを複数のディスクに分散格納するディス
ク共有型クラスタシステムにおいて、クライアントプロ
グラムが論理ファイルのデータをリード/ライトする
際、リード/ライトしたデータを他の計算機で中継する
オーバーヘッドを削減するとともに、論理ファイル管理
データのコンシステンシを維持するために必要な計算機
間の通信回数を削減するシステムを提供することにあ
る。
Still another object of the present invention is to perform read / write when a client program reads / writes data of a logical file in a disk sharing type cluster system in which data of one logical file is distributed and stored in a plurality of disks. An object of the present invention is to provide a system that reduces the overhead of relaying the created data to another computer and also reduces the number of communications between computers necessary to maintain the consistency of the logical file management data.

【0019】また本発明は、一つの論理ファイルのデー
タを複数のディスクに分散格納するディスク共有型クラ
スタシステムにおいて、クライアントプログラムが論理
ファイルのデータをリード/ライトする際のアドレス変
換処理を高速化するシステムを提供することもその目的
の一つとしている。
Further, according to the present invention, in the disk sharing type cluster system in which the data of one logical file is distributed and stored in a plurality of disks, the address conversion processing when the client program reads / writes the data of the logical file is speeded up. Providing a system is one of the purposes.

【0020】さらに本発明は、クライアントプログラム
が論理ファイルのデータをリード/ライトする際のI/
O発行処理を高速化するシステムを提供することもその
目的の一つとしている。
Further, according to the present invention, the I / O when the client program reads / writes the data of the logical file
One of the purposes is to provide a system that speeds up the O issuing process.

【0021】そして本発明は、クライアントプログラム
が論理ファイルのデータをリード/ライトする際、アド
レス変換処理とI/O発行処理を重ねることで全体の処
理を高速化することもその目的の一つである。
Another object of the present invention is to speed up the whole process by overlapping the address conversion process and the I / O issuing process when the client program reads / writes the data of the logical file. is there.

【0022】[0022]

【課題を解決するための手段】前記目的を達成する本願
第1発明は、複数の計算機と、各計算機を接続する計算
機接続網と、論理ファイルが格納された一つまたは複数
のディスクと、各計算機から各ディスクへ直接的にアク
セスできるディスク接続網と、から構成されるディスク
共有型クラスタシステムの論理ファイル管理システムで
あって、いずれか一つの計算機上で動作し、ディスクに
格納された論理ファイルについて、指定された論理ファ
イル識別子と論理ファイル内オフセットアドレスから、
ディスク識別子とディスク上のオフセットアドレスを決
定して、これを返却するアドレス変換手段と、任意の計
算機上で動作するクライアントプログラムがディスク接
続網に接続されたディスクに格納された論理ファイルを
リード/ライトする際に動作し、指定された論理ファイ
ル識別子と論理ファイル内オフセットアドレスをパラメ
ータとして前記アドレス変換手段に対してアドレス変換
要求を発行し、返却されたディスク識別子とディスク上
のオフセットアドレスをパラメータとしてディスク接続
網を介して直接的にリード/ライトを行なう論理ファイ
ルアクセス手段と、を有することを特徴とする。
According to a first aspect of the present invention which achieves the above object, a plurality of computers, a computer connection network for connecting the computers, one or a plurality of disks storing logical files, and A logical file management system of a disk-sharing cluster system that consists of a disk connection network that can directly access each disk from a computer.
Then , it runs on any one of the computers, and for the logical file stored on the disk, from the specified logical file identifier and offset address in the logical file,
An address conversion unit that determines the disk identifier and offset address on the disk and returns it, and a client program that runs on any computer reads / writes the logical file stored on the disk connected to the disk connection network. The address conversion request is issued to the address conversion means by using the specified logical file identifier and the offset address in the logical file as parameters, and the returned disk identifier and the offset address on the disk are used as parameters for the disk. And logical file access means for directly reading / writing via a connection network.

【0023】本願第2発明は、複数の計算機と、各計算
機を接続する計算機接続網と、論理ファイルが格納され
た一つまたは複数のディスクと、各計算機から各ディス
クへ直接的にアクセスできるディスク接続網と、から構
成されるディスク共有型クラスタシステムにおいて、複
数の計算機上で動作し、システム内で重複しない一つま
たは複数のディスクを担当し、指定された論理ファイル
識別子と論理ファイル内オフセットアドレスから、ディ
スク識別子とディスク上のオフセットアドレスを決定し
て、これを返却するアドレス変換手段と、任意の計算機
上で動作するクライアントプログラムがディスク接続網
に接続されたディスクに格納された論理ファイルをリー
ド/ライトする際に動作し、論理ファイル識別子からア
ドレス変換要求を発行するべき前記アドレス変換手段を
特定し、指定された論理ファイル識別子と論理ファイル
内オフセットアドレスをパラメータとして前記特定した
アドレス変換手段に対してアドレス変換要求を発行し、
返却されたディスク識別子とディスク上のオフセットア
ドレスをパラメータとしてディスク接続網を介して直接
的にリード/ライトを行なう適応論理ファイルアクセス
手段と、を有することを特徴とする。
In the second invention of the present application, a plurality of computers, a computer connection network for connecting the computers, one or a plurality of disks in which logical files are stored, and a disk in which each computer can directly access each disk In a disk-sharing cluster system consisting of a connection network, it operates on multiple computers and is responsible for one or more disks that do not overlap in the system and has a designated logical file identifier and logical file offset address. From this, the address identifier that determines the disk identifier and offset address on the disk and returns it, and the client program that runs on any computer reads the logical file stored on the disk connected to the disk connection network. / Operates when writing and requests address translation from the logical file identifier Identifying the address conversion unit to row, and issues an address conversion request to the identified address translation means the specified logical file identifier and the logical file offset within address as a parameter,
And an adaptive logical file access means for directly reading / writing via the disk connection network using the returned disk identifier and the offset address on the disk as parameters.

【0024】本願第3発明は、複数の計算機と、各計算
機を接続する計算機接続網と、一つの論理ファイルのデ
ータが分散格納された複数のディスクと、各計算機から
各ディスクへ直接的にアクセスできるディスク接続網
と、から構成されるディスク共有型クラスタシステムに
おいて、任意の計算機上で動作するクライアントプログ
ラムがディスク接続網に接続された複数のディスクに分
散格納された論理ファイルのデータに対してリード/ラ
イトする際に動作し、指定された論理ファイル識別子と
論理ファイル内オフセットアドレスから、分散格納され
た論理ファイルのデータの中で同じディスクに格納され
たデータの集合を表す部分論理ファイルの部分論理ファ
イル識別子と部分論理ファイル内オフセットアドレスを
決定し、これを返却する部分論理ファイルアドレス変換
手段と、前記部分論理ファイルアドレス変換手段から得
られた部分論理ファイル識別子と部分論理ファイル内オ
フセットアドレスをパラメータとして前記アドレス変換
手段へアドレス変換要求を発行し、返却されたディスク
識別子とディスク上のオフセットアドレスをパラメータ
としてディスク接続網を介して直接的にリード/ライト
を行なう分散格納論理ファイルアクセス手段と、を有す
ることを特徴とする。
According to the third invention of the present application, a plurality of computers, a computer connection network connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and each computer directly accesses each disk. In a disk sharing type cluster system consisting of a disk connection network that can be used, a client program that runs on any computer can read the data of logical files distributed and stored in multiple disks connected to the disk connection network. / Operates when writing, and represents the set of data stored in the same disk among the distributed logical file data from the specified logical file identifier and logical file offset address. Determine the file identifier and offset address in the partial logical file, and return this A partial logical file address converting means, a partial logical file identifier obtained from the partial logical file address converting means, and an offset address in the partial logical file as a parameter to issue an address conversion request to the address converting means, and the returned disk And a distributed storage logical file access means for directly reading / writing through the disk connection network using the identifier and the offset address on the disk as parameters.

【0025】本願第4発明は、複数の計算機と、各計算
機を接続する計算機接続網と、一つの論理ファイルのデ
ータが分散格納された複数のディスクと、各計算機から
各ディスクへ直接的にアクセスできるディスク接続網
と、から構成されるディスク共有型クラスタシステムに
おいて、任意の計算機上で動作するクライアントプログ
ラムがディスク接続網に接続された複数のディスクに分
散格納された論理ファイルのデータに対してリード/ラ
イトする際に動作し、指定された論理ファイルのリード
/ライト範囲を分散格納された単位毎に分割し、分割さ
れた各範囲の先頭を示す複数の論理ファイル内オフセッ
トアドレスと指定された論理ファイル識別子をパラメー
タとして部分論理ファイルアドレス変換手段を呼び出
し、返却された部分論理ファイル識別子と部分論理ファ
イル内オフセットアドレスをパラメータとしてアドレス
変換手段に対してアドレス変換要求を発行し、返却され
た複数のディスク識別子とディスク上のオフセットアド
レスの組をパラメータとして、同時に複数のディスクに
対してリード/ライトを行なう分散格納論理ファイル並
列アクセス手段と、を有することを特徴とする。
In the fourth invention of the present application, a plurality of computers, a computer connection network for connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and each computer directly accesses each disk. In a disk sharing type cluster system consisting of a disk connection network that can be used, a client program that runs on any computer can read the data of logical files distributed and stored in multiple disks connected to the disk connection network. It operates when writing / writing, divides the read / write range of the specified logical file into units of distributed storage, and sets a plurality of logical file offset addresses indicating the beginning of each divided range and the specified logical The partial theory returned by calling the partial logical file address conversion means with the file identifier as a parameter An address translation request is issued to the address translation means using the file identifier and the offset address in the partial logical file as parameters, and the returned multiple disc identifiers and offset addresses on the disks are used as parameters, and simultaneously for multiple disks. And a distributed storage logical file parallel access means for performing read / write.

【0026】本願第5発明は、複数の計算機と、各計算
機を接続する計算機接続網と、一つの論理ファイルのデ
ータが分散格納された複数のディスクと、各計算機から
各ディスクへ直接的にアクセスできるディスク接続網
と、から構成されるディスク共有型クラスタシステムに
おいて、上記第2発明において複数の計算機上で動作す
るアドレス変換手段と、任意の計算機上で動作するクラ
イアントプログラムがディスク接続網に接続された複数
のディスクに分散格納された論理ファイルのデータに対
してリード/ライトする際に動作し、指定された論理フ
ァイルのリード/ライト範囲を分散格納された単位毎に
分割し、分割された各範囲の先頭を示す複数の論理ファ
イル内オフセットアドレスと指定された論理ファイル識
別子をパラメータとして部分論理ファイルアドレス変換
手段を呼び出し、返却された複数の部分論理ファイル識
別子をパラメータとしてアドレス変換要求を発行するべ
きアドレス変換手段をそれぞれ特定し、前記部分論理フ
ァイルアドレス変換手段から得られた部分論理ファイル
識別子と部分論理ファイル内オフセットアドレスをパラ
メータとして同時に複数のアドレス変換手段に対してア
ドレス変換要求を発行し、返却された複数のディスク識
別子とディスク上のオフセットアドレスをパラメータと
してディスク接続網を介して直接的にリード/ライトを
行なう適応分散格納論理ファイルアクセス手段と、を有
することを特徴とする。
According to the fifth aspect of the present invention, a plurality of computers, a computer connection network connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and each computer directly accessing each disk. In a disk sharing type cluster system comprising a disk connection network capable of performing the above, in the second aspect of the present invention, an address conversion unit operating on a plurality of computers and a client program operating on any computer are connected to the disk connection network. It operates when reading / writing data of a logical file that is distributed and stored on multiple disks, divides the read / write range of the specified logical file into distributed storage units, and With multiple logical file offset addresses indicating the beginning of the range and the specified logical file identifier as parameters Call the partial logical file address conversion means, specify each of the address conversion means to issue an address conversion request using the returned plurality of partial logical file identifiers as parameters, and obtain the partial logic obtained from the partial logical file address conversion means. Address conversion requests are issued simultaneously to a plurality of address conversion means using the file identifier and the offset address in the partial logical file as parameters, and the returned plurality of disk identifiers and offset addresses on the disks are used as parameters via the disk connection network. And an adaptive distributed storage logical file access means for directly reading / writing.

【0027】本願第6発明は、複数の計算機と、各計算
機を接続する計算機接続網と、一つの論理ファイルのデ
ータが分散格納された複数のディスクと、各計算機から
各ディスクへ直接的にアクセスできるディスク接続網
と、から構成されるディスク共有型クラスタシステムに
おいて、上記第2発明の複数の計算機上で動作するアド
レス変換手段と、任意の計算機上で動作するクライアン
トプログラムが、ディスク接続網に接続された複数のデ
ィスクに分散格納された論理ファイルのデータに対して
リード/ライトする際に動作し、指定された論理ファイ
ルのリード/ライト範囲を分散格納された単位毎に分割
し、分割された各範囲の先頭を示す複数の論理ファイル
内オフセットアドレスと指定された論理ファイル識別子
をパラメータとして部分論理ファイルアドレス変換手段
を呼び出し、返却された複数の部分論理ファイル識別子
をパラメータとしてアドレス変換要求を発行するべきア
ドレス変換手段をそれぞれ特定し、前記部分論理ファイ
ルアドレス変換手段から得られた部分論理ファイル識別
子と部分論理ファイル内オフセットアドレスをパラメー
タとして複数のアドレス変換手段に対してアドレス変換
要求を発行すると同時に、複数のディスクに対して直接
的にリード/ライトを行なう適応分散格納論理ファイル
並列アクセス手段と、を有することを特徴とする。
In the sixth invention of the present application, a plurality of computers, a computer connection network connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and each computer directly accesses each disk. In a disk sharing type cluster system comprising a disk connection network capable of performing the above, an address conversion unit operating on a plurality of computers of the second invention and a client program operating on any computer are connected to the disk connection network. It operates when reading / writing the data of the logical file that is distributed and stored in the specified multiple disks, and divides the read / write range of the specified logical file into units that are distributed and stored. With multiple logical file offset addresses indicating the beginning of each range and specified logical file identifiers as parameters The partial logical file address converting means is called, the address converting means that should issue the address conversion request using the returned plurality of partial logical file identifiers as parameters are respectively specified, and the partial logical file obtained from the partial logical file address converting means. An adaptive distributed storage logical file parallel access means for directly reading / writing a plurality of disks while issuing an address translation request to a plurality of address translation means using the identifier and the offset address in the partial logical file as parameters. , Are included.

【0028】[0028]

【発明の実施の形態】本発明の実施の形態について説明
する。本願第1発明の実施の形態においては、複数の計
算機と、各計算機を接続する計算機接続網と、一つの論
理ファイルのデータが分散格納された複数のディスク
と、各計算機から各ディスクへ直接的にアクセスできる
ディスク接続網と、から構成されるディスク共有型クラ
スタシステムにおいて、いずれかの計算機上で動作する
アドレス変換手段(図1の7)は、指定された論理ファ
イル識別子と論理ファイル内オフセットアドレスから、
ディスク識別子とディスク上のオフセットアドレスを決
定して、これを返却する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described. In the embodiment of the first invention of the present application, a plurality of computers, a computer connection network connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and a direct connection from each computer to each disk. In a disk sharing type cluster system consisting of a disk connection network that can access to a disk, an address conversion unit (7 in FIG. 1) operating on any computer is provided with a specified logical file identifier and a logical file offset address. From
The disc identifier and offset address on the disc are determined and returned.

【0029】また、任意の計算機上において動作するク
ライアントプログラム(図1の5−1〜5−k)は、デ
ィスク接続網(図1の3)に接続されたディスクに格納
された論理ファイルをリード/ライトする際、論理ファ
イル識別子と論理ファイル内オフセットアドレスを指定
して論理ファイルアクセス手段(図1の6−1〜6−
k)を呼び出す。
The client programs (5-1 to 5-k in FIG. 1) operating on any computer read the logical file stored in the disk connected to the disk connection network (3 in FIG. 1). When writing / writing, the logical file identifier and the offset address in the logical file are designated to specify the logical file access means (6-1 to 6-in FIG. 1).
call k).

【0030】論理ファイルアクセス手段(図1の6−1
〜6−k)は、論理ファイル識別子と論理ファイル内オ
フセットアドレスをパラメータとしてアドレス変換手段
(図1の7)へアドレス変換要求を発行し、返却された
ディスク識別子とディスク上のオフセットアドレスをパ
ラメータとしてディスク接続網を介して直接的にリード
/ライトを行なう。
Logical file access means (6-1 in FIG. 1)
6-k) issues an address conversion request to the address conversion means (7 in FIG. 1) using the logical file identifier and the offset address in the logical file as parameters, and uses the returned disk identifier and offset address on the disk as parameters. Direct read / write via the disk connection network.

【0031】これにより、クライアントプログラム(図
1の5−1〜5−k)がディスク接続網に接続されたデ
ィスクに格納された論理ファイルのデータに対してリー
ド/ライトする際、クライアントプログラムが動作する
計算機上からディスク接続網を介して直接的にリード/
ライト出来るため、リード/ライトするデータが他の計
算機を経由するために発生するオーバーヘッドを削減で
きる。
Thus, when the client program (5-1 to 5-k in FIG. 1) reads / writes the data of the logical file stored in the disk connected to the disk connection network, the client program operates. Directly read from the computer via the disk connection network
Since the data can be written, the overhead that occurs when the data to be read / written passes through another computer can be reduced.

【0032】また、論理ファイルアクセス手段(図1の
6−1〜6−k)は、各クライアントプログラムから到
着したアドレス変換要求をシリアライズし、ある論理フ
ァイルに対する要求を処理している間、同一の論理ファ
イルに対する他の要求の処理を待ち合わせる。これによ
り、一方のクライアントプログラムが、論理ファイルの
管理データを更新するようなアクセスを行なう場合で
も、論理ファイル管理データのコンシステンシは維持さ
れる。
Further, the logical file access means (6-1 to 6-k in FIG. 1) serializes the address conversion request arriving from each client program and, while processing the request for a certain logical file, the same. Wait for the processing of other requests for the logical file. As a result, even if one of the client programs makes an access to update the management data of the logical file, the consistency of the logical file management data is maintained.

【0033】すなわち、クライアントプログラムが論理
ファイルのデータにアクセスする際に計算機間で発生す
る通信は、高々クライアントプログラムが動作する計算
機とアドレス変換手段が動作する計算機の間における一
回の通信だけとなる。この結果、従来のメインフレーム
で行なわれているようなロック要求/ロック解除要求を
伴う排他制御方式よりも通信回数を削減することができ
る。
That is, the communication that occurs between the computers when the client program accesses the data of the logical file is only one communication between the computer where the client program operates and the computer where the address conversion means operates at most. . As a result, the number of times of communication can be reduced as compared with the exclusive control method involving a lock request / unlock request that is performed in the conventional mainframe.

【0034】本願第2発明の実施の形態においては、シ
ステム内で重複しない一つまたは複数のディスクを担当
するアドレス変換手段(図3の7−1〜7−h)は、複
数の計算機上で動作し、適応論理ファイルアクセス手段
(図3の8−1〜8−k)は、論理ファイル識別子から
アドレス変換要求を発行するべき前記アドレス変換手段
を特定し、指定された論理ファイル識別子と論理ファイ
ル内オフセットアドレスをパラメータとして、前記特定
したアドレス変換手段に対してアドレス変換要求を発行
し、返却されたディスク識別子とディスク上のオフセッ
トアドレスをパラメータとして、ディスク接続網(図3
の3)を介して直接的にリード/ライトを行なう。
In the embodiment of the second invention of the present application, the address converting means (7-1 to 7-h in FIG. 3) for handling one or a plurality of disks which are not duplicated in the system are installed on a plurality of computers. The adaptive logical file access means (8-1 to 8-k in FIG. 3) operates to specify the address conversion means to issue the address conversion request from the logical file identifier, and specify the specified logical file identifier and logical file. An address translation request is issued to the specified address translation means by using the internal offset address as a parameter, and the returned disk identifier and the offset address on the disk are used as parameters for the disk connection network (FIG. 3).
Direct reading / writing is performed via 3).

【0035】これにより、複数のアドレス変換手段でア
ドレス変換処理を分散して行なうため、アドレス変換処
理の効率を向上させる。
As a result, the address translation processing is distributed and performed by the plurality of address translation means, so that the efficiency of the address translation processing is improved.

【0036】本願第3発明の実施の形態においては、任
意の計算機上で動作するクライアントプログラムがディ
スク接続網に接続された複数のディスクに分散格納され
た論理ファイルのデータに対してリード/ライトする際
に動作し、指定された論理ファイル識別子と論理ファイ
ル内オフセットアドレスから、部分論理ファイル識別子
と、分散格納された論理ファイルのデータの内、各ディ
スク毎の部分集合を表す部分論理ファイルの部分論理フ
ァイル内オフセットアドレスを決定し、これを返却する
部分論理ファイルアドレス変換手段(図6の11−1〜
11−k)と、前記部分論理ファイルアドレス変換手段
から得られた部分論理ファイル識別子と部分論理ファイ
ル内オフセットアドレスをパラメータとして前記アドレ
ス変換手段へアドレス変換要求を発行し、返却されたデ
ィスク識別子とディスク上のオフセットアドレスをパラ
メータとしてディスク接続網を介して直接的にリード/
ライトを行なう分散格納論理ファイルアクセス手段(図
6の10−1〜10−k)と、を備える。
In the embodiment of the third invention of the present application, a client program operating on an arbitrary computer reads / writes data of a logical file distributedly stored in a plurality of disks connected to a disk connection network. The partial logical file identifier and the partial logical file partial logic that represents a partial set for each disk among the logical file data stored in a distributed manner from the specified logical file identifier and offset address in the logical file. Partial logical file address conversion means (11-1 to 11 in FIG. 6) that determines the offset address in the file and returns it
11-k), the partial logical file identifier obtained from the partial logical file address converting means and the offset address in the partial logical file are used as parameters to issue an address conversion request to the address converting means, and the returned disk identifier and disk are returned. Directly read / write via the disk connection network using the above offset address as a parameter
Distributed storage logical file access means (10-1 to 10-k in FIG. 6) for writing.

【0037】これにより、複数のディスクに分散格納さ
れた論理ファイルのデータに対しても、第1発明による
効果と同様に、クライアントプログラムが動作する計算
機上からディスク接続網を介して直接的にリード/ライ
ト出来るため、リード/ライトするデータが他の計算機
を経由するために発生するオーバーヘッドを削減でき
る。同時に、論理ファイル管理データのコンシステンシ
維持のための通信回数を削減することができる。
As a result, even with respect to the data of the logical files distributedly stored in a plurality of disks, similarly to the effect of the first invention, the data can be directly read from the computer on which the client program operates via the disk connection network. Since the data can be written / written, the overhead that occurs when the data to be read / written passes through another computer can be reduced. At the same time, the number of communications for maintaining the consistency of the logical file management data can be reduced.

【0038】本願第4発明の実施の形態においては、指
定された論理ファイルのリード/ライト範囲を分散格納
された単位毎に分割し、分割された各範囲の先頭を示す
複数の論理ファイル内オフセットアドレスと指定された
論理ファイル識別子をパラメータとして部分論理ファイ
ルアドレス変換手段(図9の11−1〜11−k)を呼
び出し、返却された部分論理ファイル識別子と複数の部
分論理ファイル内オフセットアドレスをパラメータとし
てアドレス変換手段にアドレス変換要求を発行し、返却
された複数のディスク識別子とディスク上のオフセット
アドレスの組をパラメータとして、一つのディスクに対
してI/Oを発行した後、I/Oの完了を待ち合わせず
に、他のディスクに対しても同時にI/Oを発行する分
散格納論理ファイル並列アクセス手段(図9の12−1
〜12−k)を備える。
In the embodiment of the fourth invention of the present application, the read / write range of the designated logical file is divided for each unit of distributed storage, and a plurality of logical file offsets indicating the heads of the respective divided ranges are set. The partial logical file address conversion means (11-1 to 11-k in FIG. 9) is called with the address and the specified logical file identifier as parameters, and the returned partial logical file identifier and a plurality of partial logical file offset addresses are used as parameters. Issue an address conversion request to the address conversion means, issue I / O to one disk using the returned set of disk identifiers and offset addresses on the disk as parameters, and then complete I / O Of the distributed storage logical file that simultaneously issues I / O to other disks without waiting for Parallel access means (12-1 in FIG. 9
.About.12-k).

【0039】これにより、一つのディスクに対してI/
Oを発行し、その応答を待ち合わせるまでの時間と、他
のディスクに対してI/Oを発行し、その応答を待ち合
わせるまでの時間を重ねることができるため、リード/
ライトを始めてから完了するまでの全体の処理時間が短
縮され、リード/ライト処理を高速化できる。
As a result, I /
It is possible to overlap the time to issue an O and wait for its response with the time to issue an I / O to another disk and wait for its response.
The entire processing time from the start of writing to the end of writing is shortened, and the read / write processing can be speeded up.

【0040】本願第5発明の実施の形態においては、指
定された論理ファイルのリード/ライト範囲を分散格納
された単位毎に分割し、その分割された各範囲の先頭を
示す複数の論理ファイル内オフセットアドレスと指定さ
れた論理ファイル識別子をパラメータとして、部分論理
ファイルアドレス変換手段(図11の11−1〜11−
k)を呼び出し、返却された部分論理ファイル識別子と
部分論理ファイル内オフセットアドレスをパラメータと
して、複数のアドレス変換手段(図13の7−1〜14
−h)のうちアドレス変換要求を発行するべきアドレス
変換手段を特定し、部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスをパラメータとして、ア
ドレス変換手段に対してアドレス変換要求を発行した
後、アドレス変換要求の応答を待ち合わせずに、前記分
割した結果得られた他の論理ファイル内オフセットアド
レスについて処理を繰り返し、返却されたディスク識別
子とディスク上のオフセットアドレスの組をパラメータ
として、ディスクに対してリード/ライトを行なう適応
分散格納論理ファイルアクセス手段(図11の13−1
〜13−k)を備える。
In the embodiment of the fifth invention of the present application, the read / write range of the specified logical file is divided for each unit of distributed storage, and a plurality of logical files indicating the beginning of each divided range are stored. Using the offset address and the designated logical file identifier as a parameter, the partial logical file address conversion means (11-1 to 11- in FIG. 11) is used.
k), and using the returned partial logical file identifier and the offset address in the partial logical file as parameters, a plurality of address conversion means (7-1 to 14 in FIG. 13).
-H) The address conversion means that should issue the address conversion request is specified, the address conversion request is issued to the address conversion means using the partial logical file identifier and the offset address in the partial logical file as parameters, and then the address conversion is performed. Without waiting for a response to the request, the processing is repeated for the offset address in the other logical file obtained as a result of the division, and the read / write operation is performed on the disk by using the set of the returned disk identifier and the offset address on the disk as a parameter. Adaptive distributed storage logical file access means for writing (13-1 in FIG. 11)
~ 13-k).

【0041】これにより、一つのアドレス変換要求を発
行し、その応答を待ち合わせるまでの時間と、他のアド
レス変換要求を発行し、その応答を待ち合わせるまでの
時間を重ねることができるため、リード/ライト範囲を
分割した複数の論理ファイル内オフセットアドレスのす
べてをアドレス変換する際、すべてのアドレス変換処理
を完了するまでの全体の処理時間が短縮され、アドレス
変換処理を高速化することができる。
As a result, the time until one address translation request is issued and the response is waited for and the time until another address translation request is issued and the response is waited for can be overlapped, so read / write. When the address conversion is performed on all of the offset addresses in the plurality of logical files obtained by dividing the range, the entire processing time until the completion of all the address conversion processing is shortened, and the address conversion processing can be speeded up.

【0042】本願第6発明の実施の形態においては、指
定された論理ファイルのリード/ライト範囲を分散格納
された単位毎に分割し、その分割された各範囲の先頭を
示す複数の論理ファイル内オフセットアドレスと指定さ
れた論理ファイル識別子をパラメータとして部分論理フ
ァイルアドレス変換手段(図13の11−1〜11−
k)を呼び出し、返却された部分論理ファイル識別子と
部分論理ファイル内オフセットアドレスをパラメータと
して、複数のアドレス変換手段(図13の7−1〜14
−h)のうちアドレス変換要求を発行するべきアドレス
変換手段を特定し、部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスをパラメータとして、ア
ドレス変換手段に対してアドレス変換要求を発行すると
同時に、アドレス変換要求の応答を待ち合わせず、前記
分割した結果得られたすべての論理ファイル内オフセッ
トアドレスについて処理を繰り返し、アドレス変換要求
の応答が戻り次第、応答から得られたディスク識別子と
ディスク上のオフセットアドレスをパラメータとしてデ
ィスクに対してI/Oを発行する適応分散格納論理ファ
イル並列アクセス手段(図13の14−1〜14−k)
を備える。
In the embodiment of the sixth invention of the present application, the read / write range of the designated logical file is divided for each unit of distributed storage, and a plurality of logical files indicating the beginning of each divided range are stored. Partial logical file address conversion means (11-1 to 11-in FIG. 13) using the offset address and the specified logical file identifier as parameters.
k), and using the returned partial logical file identifier and the offset address in the partial logical file as parameters, a plurality of address conversion means (7-1 to 14 in FIG. 13).
-H) specifies the address translation means that should issue the address translation request, issues the address translation request to the address translation means with the partial logical file identifier and the offset address in the partial logical file as parameters, and at the same time performs the address translation The process is repeated for all the offset addresses in the logical file obtained as a result of the division without waiting for the response of the request, and as soon as the response of the address translation request is returned, the disk identifier obtained from the response and the offset address on the disk are set as parameters. Adaptive distributed storage logical file parallel access means (14-1 to 14-k in FIG. 13) for issuing I / O to the disk as
Equipped with.

【0043】これにより、一つのアドレス変換要求を発
行し、その応答を待ち合わせるまでの時間と、一つのI
/O要求を発行し、その応答を待ち合わせるまでの時間
を重ねることができるため、リード/ライト範囲を分割
した複数の論理ファイル内オフセットアドレスのすべて
のアドレス変換処理時間を短縮化でき、さらに複数のデ
ィスクに対するI/O発行処理時間を短縮化できるた
め、アドレス変換処理およびリード/ライト処理の全体
を高速化することができる。
As a result, one address translation request is issued and the time until the response is awaited, and one I
Since it takes time to issue an I / O request and wait for its response, it is possible to shorten the time for all address conversion processing of offset addresses in a plurality of logical files that divide the read / write range, and Since the I / O issue processing time for the disk can be shortened, the entire address conversion processing and read / write processing can be speeded up.

【0044】本発明は、その実施の形態として、クライ
アントプログラム以外にも、アドレス変換手段、論理フ
ァイルアクセス手段、適応論理ファイルアクセス手段、
部分論理ファイルアドレス変換手段、分散格納論理ファ
イルアクセス手段、分散格納論理ファイル並列アクセス
手段、適応分散格納論理ファイルアクセス手段、適応分
散格納論理ファイル並列アクセス手段等は計算機上で実
行されるプログラムによりその機能を実現することがで
き、この場合、本発明は、複数の計算機と、各計算機を
接続する計算機接続網と、一つの論理ファイルのデータ
が分散格納された複数のディスクと、各計算機から各デ
ィスクへ直接的にアクセスできるディスク接続網と、を
備えたハードウェア構成において、これらのプログラム
を記録した記録媒体からプログラムを計算機にロードし
実行することで、実施することができる。以下、実施例
に即して詳細に説明する。
As an embodiment of the present invention, in addition to the client program, address conversion means, logical file access means, adaptive logical file access means,
The partial logical file address conversion means, the distributed storage logical file access means, the distributed storage logical file parallel access means, the adaptive distributed storage logical file access means, the adaptive distributed storage logical file parallel access means, etc. function according to the program executed on the computer. In this case, the present invention provides a plurality of computers, a computer connection network that connects the computers, a plurality of disks in which data of one logical file is distributed and stored, and a disk from each computer. This can be implemented by loading the program from a recording medium recording these programs into a computer and executing the program in a hardware configuration provided with a disk connection network that can directly access the computer. Hereinafter, detailed description will be given with reference to examples.

【0045】[0045]

【実施例】[実施例1]図1は、本発明の第1の実施例
の構成を示すブロック図である。図1を参照すると、本
実施例は、m台の計算機1−1〜1−mと、各計算機1
−1〜1−mを相互に接続する計算機接続網2と、論理
ファイルのデータを格納するn台のディスク4−1〜4
−nと、各計算機1−1〜1−mと各ディスク4−1〜
4−nを接続するディスク接続網3と、任意の計算機上
で動作する複数のクライアントプログラム5−1〜5−
kと、クライアントプログラムの稼働する計算機上で動
作する論理ファイルアクセス手段6−1〜6−kと、指
定された論理ファイル識別子と論理ファイル内オフセッ
トアドレスから、ディスク識別子とディスク上のオフセ
ットアドレスを特定して、返却するアドレス変換手段7
と、を備えて構成されている。
[Embodiment 1] FIG. 1 is a block diagram showing a configuration of a first embodiment of the present invention. Referring to FIG. 1, in this embodiment, m computers 1-1 to 1-m and each computer 1
Computer connection network 2 for mutually connecting -1 to 1-m, and n disks 4-1 to 4-1 for storing data of logical files
-N, each computer 1-1 to 1-m, and each disk 4-1 to
A disk connection network 3 for connecting 4-n and a plurality of client programs 5-1 to 5- that operate on any computer.
k, the logical file access means 6-1 to 6-k operating on the computer on which the client program operates, the specified logical file identifier and the offset address in the logical file, the disk identifier and the offset address on the disk are specified. Address conversion means 7 to be returned
And are provided.

【0046】なお、本実施例の構成では、説明上、計算
機間の通信データが流れる計算機接続網2と計算機とデ
ィスク間のリード/ライトデータが流れるディスク接続
網3を分離して示しているが、FibreChannel(ファイバ
ーチャネル)のような接続網を用いれば、これを一つに
することもできる。
In the configuration of this embodiment, for the sake of explanation, the computer connection network 2 through which communication data between computers flows and the disk connection network 3 through which read / write data between computers and disks flow are shown separately. If you use a connection network such as Fiber Channel, you can combine these.

【0047】図2は、本発明の第1の実施例におけるア
ドレス変換手段7の処理フローを示すフローチャートで
ある。図1及び図2を参照して、本発明の第1の実施例
について説明する。アドレス変換手段7は、任意の計算
機上で動作する論理ファイルアクセス手段6−1〜6−
kより、論理ファイル識別子と論理ファイル内オフセッ
トアドレスが指定されて、呼び出される。
FIG. 2 is a flow chart showing the processing flow of the address converting means 7 in the first embodiment of the present invention. A first embodiment of the present invention will be described with reference to FIGS. 1 and 2. The address conversion means 7 is a logical file access means 6-1 to 6- that operates on an arbitrary computer.
The logical file identifier and the offset address in the logical file are designated from k and called.

【0048】まず、アドレス変換手段7は、論理ファイ
ルアクセス手段6−1〜6−kより受け取った要求から
論理ファイル識別子と論理ファイル内オフセットアドレ
スを取得する(ステップ101)。
First, the address converting means 7 acquires the logical file identifier and the offset address within the logical file from the request received from the logical file accessing means 6-1 to 6-k (step 101).

【0049】次に、指定された論理ファイルと同一の論
理ファイルのアドレス変換を現在処理中であるかどうか
論理ファイル識別子を比較して確認する。もし、同一の
論理ファイルを処理中であった場合には、先の処理が終
了するまで待ち合わせる(ステップ102)。例えば、
論理ファイルアクセス手段6−1より指定された論理フ
ァイル識別子のアドレス変換要求を現在処理中の状況
で、このとき論理ファイルアクセス手段6−2より、同
一の論理ファイル識別子に対するアドレス変換要求を受
け取った場合には、論理ファイルアクセス手段6−1に
対して応答を返却するまで、論理ファイルアクセス手段
6−2からの要求のアドレス変換処理を保留させる。
Next, it is confirmed by comparing the logical file identifiers whether the address conversion of the same logical file as the designated logical file is currently being processed. If the same logical file is being processed, it waits until the previous processing is completed (step 102). For example,
When the address conversion request for the logical file identifier designated by the logical file access unit 6-1 is currently being processed, and the address conversion request for the same logical file identifier is received from the logical file access unit 6-2 at this time. In this case, the address conversion processing of the request from the logical file access means 6-2 is suspended until the response is returned to the logical file access means 6-1.

【0050】次に、指定された論理ファイル識別子に対
応する論理ファイル管理データを、その論理ファイル管
理データが格納されているディスクから読み出す(ステ
ップ103)。論理ファイルの管理データが格納された
ディスクおよびそのディスク上のアドレスを特定する方
法としては、論理ファイルの識別子から所定の計算式に
より、格納されたディスクの識別子およびそのディスク
上のオフセットアドレスを算出する方法や、予め定めら
れた論理ファイル管理データ格納領域に格納しておく方
法もある。
Next, the logical file management data corresponding to the designated logical file identifier is read from the disk in which the logical file management data is stored (step 103). As a method of identifying the disk storing the management data of the logical file and the address on the disk, the identifier of the stored disk and the offset address on the disk are calculated from the identifier of the logical file by a predetermined calculation formula. There is also a method or a method of storing it in a predetermined logical file management data storage area.

【0051】次に論理ファイルの管理データを参照し、
論理ファイル内オフセットアドレスから、ディスク上の
オフセットアドレスを特定する(ステップ104)。ア
ドレス変換のための論理ファイルの管理データとして
は、例えば、論理ファイル内オフセットアドレスとブロ
ック番号の組のアドレス変換テーブルがある。アドレス
変換テーブルは、論理ファイルのオフセットアドレスを
インデックスとしたテーブルである。また、ブロックと
は、ディスク上の記憶領域をある固定長(ブロックサイ
ズ)で区切った単位を表し、ブロック番号は、区切った
ディスク上の記憶領域を先頭から番号付けした値であ
る。ブロック番号とブロックサイズの積は、当該ブロッ
クの先頭を示すディスク上のオフセットアドレスとな
る。
Next, referring to the management data of the logical file,
The offset address on the disk is specified from the offset address in the logical file (step 104). As management data of a logical file for address conversion, for example, there is an address conversion table of a set of an offset address in a logical file and a block number. The address conversion table is a table in which the offset address of the logical file is used as an index. A block represents a unit obtained by dividing a storage area on the disk by a certain fixed length (block size), and a block number is a value obtained by numbering the divided storage area on the disk from the beginning. The product of the block number and the block size is the offset address on the disk that indicates the beginning of the block.

【0052】アドレス変換手段7は、指定された論理フ
ァイル内オフセットアドレスをインデックスとして、ア
ドレス変換テーブルから、その領域に相当するブロック
番号を参照し、そのブロック番号からディスク上のオフ
セットアドレスを算出する。このようにして、アドレス
変換手段7は、指定された論理ファイル識別子と論理フ
ァイル内オフセットアドレスとから、ディスク識別子と
ディスク上のオフセットアドレスを特定して、要求元に
返却する(ステップ105)。
The address conversion means 7 refers to the block number corresponding to the area in the address conversion table using the designated offset address in the logical file as an index, and calculates the offset address on the disk from the block number. In this way, the address conversion means 7 identifies the disc identifier and the offset address on the disc from the designated logical file identifier and offset address in the logical file, and returns them to the request source (step 105).

【0053】図3は、本発明の第1の実施例における論
理ファイルアクセス手段6−1〜6−kの処理フローを
示すフローチャートである。論理ファイルアクセス手段
6−1〜6−kは、クライアントプログラム5−1〜5
−kが、ディスク接続網3に接続されたディスク4−1
〜4−nに格納された論理ファイルのデータをリード/
ライトするときに、クライアントプログラム5−1〜5
−kから、呼び出される。
FIG. 3 is a flow chart showing the processing flow of the logical file access means 6-1 to 6-k in the first embodiment of the present invention. The logical file access means 6-1 to 6-k have client programs 5-1 to 5
-K is the disk 4-1 connected to the disk connection network 3
Read / write data of logical file stored in 4-n
When writing, the client programs 5-1-5
Called from -k.

【0054】まず、呼び出された論理ファイルアクセス
手段6−1〜6−kは、論理ファイル識別子と論理ファ
イル内オフセットアドレスを指定して、アドレス変換手
段7へアドレス変換要求を発行する(ステップ11
1)。
First, the called logical file access means 6-1 to 6-k specify the logical file identifier and the offset address in the logical file and issue an address conversion request to the address conversion means 7 (step 11).
1).

【0055】次に、発行したアドレス変換要求の応答を
待ち合わせ、応答到着後、応答から指定した論理ファイ
ルが格納されたディスク識別子とその論理ファイル内オ
フセットアドレスに対応するディスク上のオフセットア
ドレスを取得する(ステップ112)。
Next, the response of the issued address translation request is waited for, and after the response arrives, the disk identifier in which the logical file specified from the response is stored and the offset address on the disk corresponding to the offset address in the logical file are acquired. (Step 112).

【0056】その後、論理ファイルアクセス手段6−1
〜6−kは、取得したディスク識別子に対応するディス
クに対して、ディスク上のオフセットアドレスを指定し
てI/Oを発行する(ステップ113)。
After that, the logical file access means 6-1
.. 6-k specify the offset address on the disk and issue I / O to the disk corresponding to the acquired disk identifier (step 113).

【0057】これにより、クライアントプログラム5−
1〜5−kがディスク接続網3に接続されたディスク4
−1〜4−nに格納された論理ファイルのデータに対し
てリード/ライトする際、クライアントプログラム5−
1〜5−kが動作する計算機上からディスクに対して、
直接的に、リード/ライトすることが出来る。すなわ
ち、本発明の第1の実施例においては、従来、リード/
ライトするデータが他の計算機を経由するために発生し
ていたオーバーヘッドを削減している。
As a result, the client program 5-
Disks 1 to 5-k connected to the disk connection network 3
When reading / writing the data of the logical files stored in -1 to 4-n, the client program 5-
From a computer running 1-5-k to a disk,
It is possible to read / write directly. That is, in the first embodiment of the present invention, the conventional lead / read
It reduces the overhead that occurs when the data to write goes through another computer.

【0058】また本発明の第1の実施例においては、複
数のクライアントプログラムが同一の論理ファイルに対
してリード/ライトする際のアクセス排他制御は、アド
レス変換手段7の内部において、単に内部のロック状態
を管理するだけとなり、従来のメインフレームにおける
ロック機構のように、ロックおよびロック解除に伴う2
往復の通信を必要とせず、高々アドレス変換手段7に対
する1往復の通信だけで済む。このため、クライアント
プログラムがディスクに対してリード/ライトを行なう
際に必要な通信回数を削減する。
Further, in the first embodiment of the present invention, the access exclusive control when a plurality of client programs read / write the same logical file is simply locked inside the address conversion means 7. It only manages the state, and like lock mechanisms in conventional mainframes, it is necessary to lock and unlock 2
No round trip communication is required, and at most one round trip communication with the address conversion means 7 is sufficient. Therefore, the number of communications required when the client program reads / writes the disk is reduced.

【0059】なお、アドレス変換手段7は、図2に示し
た処理方法に限定されるものでなく、論理ファイル管理
データが変化するようなアクセスが行なわれるときに限
り、その処理の間だけロックをするように、アドレス変
換手段7における内部処理のロック期間を短くして、ア
ドレス変換手段7を並行処理させるように構成してもよ
い。例えば、論理ファイルのデータをリードするアドレ
ス変換要求か、または既にデータ格納領域が確定してお
り、その上にデータをライトするアドレス変換要求(上
書きライト)では、論理ファイルの管理データが変化し
ない。この場合、同時に複数のアドレス変換要求が到着
してアドレス変換処理を行なっても、論理ファイル管理
データは乱れない。
The address conversion means 7 is not limited to the processing method shown in FIG. 2, but only when the access is performed so that the logical file management data changes, the address conversion means 7 locks only during the processing. As described above, the lock period of the internal processing in the address conversion means 7 may be shortened and the address conversion means 7 may be configured to perform parallel processing. For example, the management data of the logical file is not changed by an address conversion request for reading the data of the logical file or an address conversion request (overwrite write) for writing the data on the area where the data storage area has already been determined. In this case, even if a plurality of address conversion requests arrive at the same time and the address conversion processing is performed, the logical file management data is not disturbed.

【0060】しかし、データ格納領域を論理ファイル管
理データに追加しながらのライト(追加ライト)のアド
レス変換要求が到着した場合、ディスク上のデータ格納
領域を新たに確保する処理の間や、その確保した領域を
論理ファイル管理データに追加して更新する処理の間
は、他方のアドレス変換処理を許すと論理ファイル管理
データが乱れたり、誤ったデータを用いたアドレス変換
処理が行なわれる可能性がある。そこで、これらの処理
の期間だけ、アドレス変換処理を排他制御する。
However, when a write (additional write) address conversion request while adding the data storage area to the logical file management data arrives, the data storage area on the disk is newly secured or during the processing. During the process of adding the updated area to the logical file management data and updating it, if the other address translation process is allowed, the logical file management data may be disturbed or the address translation process using wrong data may be performed. . Therefore, the address conversion process is exclusively controlled during the period of these processes.

【0061】このように、アドレス変換手段7において
は、アドレス変換処理を排他する期間を細かい単位で設
定することもできる。この場合、従来方式のように、通
信を伴うようなロック機構を用いて、このような細かい
単位の排他制御を行なうと、ロックおよびロック解除に
伴う通信が頻繁に発生し、そのオーバーヘッドが大きく
なるが、本発明の第1の実施例では、ロック制御はアド
レス変換手段7の内部処理で閉じているため、通信は発
生しない。
As described above, in the address conversion means 7, the period during which the address conversion process is excluded can be set in fine units. In this case, if a lock mechanism that involves communication is used as in the conventional method, and such exclusive control in small units is performed, communication associated with locking and unlocking frequently occurs and the overhead increases. However, in the first embodiment of the present invention, since the lock control is closed by the internal processing of the address conversion means 7, communication does not occur.

【0062】[実施例2]次に本発明の第2実施例につ
いて説明する。図4は、本発明の第2実施例の構成を示
す図である。図4を参照すると、本発明の第2の実施例
は、クライアントプログラムが動作する複数の計算機1
−1〜1−kと、アドレス変換手段が動作する複数の計
算機1−i〜1−jと、各計算機1−1〜1−k、1−
i〜1−jを接続する計算機接続網2と、各計算機と各
ディスクを接続するディスク接続網3と、論理ファイル
のデータを格納する複数のディスク群9−1〜9−h
と、ディスク群を構成する複数のディスク4−1−1〜
4−h−bと、任意の計算機上で動作する複数のクライ
アントプログラム5−1〜5−kと、クライアントプロ
グラム5−1〜5−kの稼働する計算機上で動作する適
応論理ファイルアクセス手段8−1〜8−kと、割り当
てられたディスクについて、指定された論理ファイル識
別子と論理ファイル内オフセットアドレスから、ディス
ク識別子とディスク上のオフセットアドレスを特定し
て、返却する複数のアドレス変換手段7−1〜hと、を
備えて構成されている。
[Second Embodiment] Next, a second embodiment of the present invention will be described. FIG. 4 is a diagram showing the configuration of the second exemplary embodiment of the present invention. Referring to FIG. 4, the second embodiment of the present invention is directed to a plurality of computers 1 on which client programs operate.
-1 to 1-k, a plurality of computers 1-i to 1-j on which the address conversion means operates, and each computer 1-1 to 1-k, 1-
A computer connection network 2 connecting i to 1-j, a disk connection network 3 connecting each computer to each disk, and a plurality of disk groups 9-1 to 9-h for storing data of logical files
And a plurality of disks 4-1-1 to constitute a disk group
4-h-b, a plurality of client programs 5-1 to 5-k operating on an arbitrary computer, and an adaptive logical file access means 8 operating on a computer running the client programs 5-1 to 5-k. -1 to 8-k, and a plurality of address conversion means 7 for identifying and returning the disc identifier and the offset address on the disc from the designated logical file identifier and offset address in the logical file for the assigned disc 1 to h.

【0063】複数のアドレス変換手段7−1〜7−h
は、ディスク接続網3に接続された複数のディスク群9
−1〜9−hのいずれかを分担する。本実施例では、ア
ドレス変換手段7−x(x:1〜h)は、ディスク群9
−xを担当するものとする。またアドレス変換手段7−
1〜7−hが担当するディスクは、複数のアドレス変換
手段7−1〜7−hの間で互いに重複しないように設定
する。
A plurality of address conversion means 7-1 to 7-h
Is a plurality of disk groups 9 connected to the disk connection network 3.
Any one of -1 to 9-h is shared. In this embodiment, the address conversion means 7-x (x: 1 to h) is the disk group 9
-X shall be in charge. Further, the address conversion means 7-
The disks handled by 1 to 7-h are set so that the plurality of address conversion units 7-1 to 7-h do not overlap each other.

【0064】図5は、本発明の第2の実施例における適
応論理ファイルアクセス手段8−1〜8−kの処理フロ
ーを示すフローチャートである。図4及び図5を参照し
て、本発明の第2の実施例について説明する。適応論理
ファイルアクセス手段8−1〜8−kは、クライアント
プログラム5−1〜5−kが、ディスク接続網3に接続
された複数のディスク4−1−1〜4−h−bに格納さ
れた論理ファイルのデータをリード/ライトするとき
に、クライアントプログラム5−1〜5−kから呼び出
される。
FIG. 5 is a flow chart showing a processing flow of the adaptive logical file access means 8-1 to 8-k in the second embodiment of the present invention. A second embodiment of the present invention will be described with reference to FIGS. 4 and 5. In the adaptive logical file access means 8-1 to 8-k, the client programs 5-1 to 5-k are stored in a plurality of disks 4-1-1 to 4-h-b connected to the disk connection network 3. It is called from the client programs 5-1 to 5-k when reading / writing the data of the logical file.

【0065】まず、呼び出された適応論理ファイルアク
セス手段8−1〜8−kは、指定された論理ファイル識
別子から、その論理ファイルを管理するアドレス変換手
段を特定する(ステップ121)。アドレス変換手段を
特定する具体的な方法として、例えば論理ファイル識別
子とその論理ファイルを管理するアドレス変換手段の識
別子の変換テーブルを内部に持つ方法や、論理ファイル
識別子に特定のディスクに格納されていることを示す情
報を組み込んでおき、これを利用する方法等がある。
First, the called adaptive logical file access means 8-1 to 8-k specify the address conversion means for managing the logical file from the designated logical file identifier (step 121). As a specific method for specifying the address conversion means, for example, a method of internally having a conversion table of a logical file identifier and an identifier of the address conversion means for managing the logical file, or a logical file identifier stored in a specific disk is stored. There is a method of incorporating this information and using it.

【0066】次に、適応論理ファイルアクセス手段8−
1〜8−kは、指定された論理ファイル識別子と論理フ
ァイル内オフセットアドレスをパラメータとして、特定
したアドレス変換手段7−1〜7−hのいずれかに対
し、アドレス変換要求を発行する(ステップ122)。
Next, the adaptive logical file access means 8-
1 to 8-k issue an address translation request to any of the identified address translation units 7-1 to 7-h using the designated logical file identifier and offset address in the logical file as parameters (step 122). ).

【0067】アドレス変換要求発行後、その応答を待ち
合わせ、応答到着後、応答から指定された論理ファイル
が格納されたディスク識別子とディスク上のオフセット
アドレスを取得する(ステップ123)。
After the address translation request is issued, the response is waited for, and after the response arrives, the disk identifier in which the logical file designated by the response is stored and the offset address on the disk are acquired (step 123).

【0068】その後、適応論理ファイルアクセス手段8
−1〜8−kは、取得したディスク識別子に対応するデ
ィスクに対して、ディスク上のオフセットアドレスを指
定してI/Oを発行する(ステップ124)。
Thereafter, the adaptive logical file access means 8
Each of -1 to 8-k designates an offset address on the disk and issues an I / O to the disk corresponding to the acquired disk identifier (step 124).

【0069】これにより、複数のクライアントプログラ
ムが、ディスク接続網に接続されたディスクに格納され
た論理ファイルのデータに対してリード/ライトする
際、一つのアドレス変換手段にアドレス変換要求が集中
する負荷を複数のアドレス変換手段に分散することがで
きる。この結果、アドレス変換処理の効率を向上する。
Thus, when a plurality of client programs read / write the data of the logical file stored in the disk connected to the disk connection network, the address conversion requests are concentrated on one address conversion means. Can be distributed to a plurality of address conversion means. As a result, the efficiency of the address conversion process is improved.

【0070】[実施例3]次に本発明の第3の実施例に
ついて説明する。図6は、本発明の第3の実施例の構成
を示すブロック図である。図6を参照すると、本実施例
は、クライアントプログラムが動作する複数の計算機1
−1〜1−kと、アドレス変換手段が動作する計算機1
−mと、各計算機1−1〜1−k、1−mを接続する計
算機接続網2と、論理ファイルのデータを格納するディ
スク4−1〜4−nと、各計算機1−1〜1−k、1−
mと各ディスク4−1〜4−nを接続するディスク接続
網3と、任意の計算機上で動作する複数のクライアント
プログラム5−1〜5−kと、いずれかの計算機上で動
作するアドレス変換手段7と、クライアントプログラム
の稼働する計算機上で動作する分散格納論理ファイルア
クセス手段10−1〜0−k、クライアントプログラム
の稼働する計算機上で動作する部分論理ファイルアドレ
ス変換手段11−1〜11−kとを備えて構成される。
[Embodiment 3] Next, a third embodiment of the present invention will be described. FIG. 6 is a block diagram showing the configuration of the third exemplary embodiment of the present invention. Referring to FIG. 6, in this embodiment, a plurality of computers 1 on which client programs operate
-1 to 1-k and the computer 1 in which the address conversion means operates
-M, a computer connection network 2 that connects the computers 1-1 to 1-k, and 1-m, disks 4-1 to 4-n that store data of logical files, and computers 1-1 to 1-1 -K, 1-
disk connection network 3 that connects m with each of the disks 4-1 to 4-n, a plurality of client programs 5-1 to 5-k that operate on an arbitrary computer, and address translation that operates on any of the computers. Means 7, distributed storage logical file access means 10-1 to 0-k operating on the computer on which the client program operates, partial logical file address conversion means 11-1 to 11-operating on the computer on which the client program operates. and k.

【0071】図7は、本発明の第3の実施例における部
分論理ファイルアドレス変換手段11−1〜11−kの
処理フローを示すフローチャートである。図6及び図7
を参照して、本発明の第3の実施例の動作について説明
する。
FIG. 7 is a flow chart showing the processing flow of the partial logical file address conversion means 11-1 to 11-k in the third embodiment of the present invention. 6 and 7
The operation of the third embodiment of the present invention will be described with reference to FIG.

【0072】部分論理ファイルアドレス変換手段11−
1〜11−kは、分散格納論理ファイルアクセス手段1
0−1〜10−kより、論理ファイル識別子と論理ファ
イル内オフセットアドレスを指定されて、呼び出され
る。
Partial logical file address conversion means 11-
1 to 11-k are distributed storage logical file access means 1
The logical file identifier and the offset address in the logical file are designated by 0-1 to 10-k and called.

【0073】まず、部分論理ファイルアドレス変換手段
11−1〜11−kは、論理ファイル識別子と論理ファ
イル内オフセットアドレスを取得する(ステップ13
1)。
First, the partial logical file address conversion means 11-1 to 11-k acquire the logical file identifier and the offset address in the logical file (step 13).
1).

【0074】次に、論理ファイル識別子と論理ファイル
内オフセットアドレスから、これに対応する部分論理フ
ァイル内オフセットアドレスおよび部分論理ファイル識
別子を特定して返却する(ステップ132)。
Next, the offset address in the partial logical file and the partial logical file identifier corresponding to the logical file identifier and the offset address in the logical file are specified and returned (step 132).

【0075】ここで、部分論理ファイルとは、各ディス
クに分散格納された論理ファイルのデータのうち、同じ
のディスクに格納されるデータの集合を表す。また部分
論理ファイル内オフセットアドレスとは、部分論理ファ
イルにおける論理ファイル内オフセットアドレスを表
す。論理ファイル内オフセットアドレスから、部分論理
ファイル内オフセットアドレスへ変換する具体的な方法
としては、データの分割サイズと、その分割した論理フ
ァイルのデータを格納するディスクの順番から求めるこ
とができる。
Here, the partial logical file represents a set of data stored in the same disk among the data of the logical files distributedly stored in each disk. The offset address in the partial logical file represents the offset address in the logical file in the partial logical file. As a specific method of converting the offset address in the logical file into the offset address in the partial logical file, it can be obtained from the data division size and the order of the disks storing the data of the divided logical file.

【0076】例えば、分散格納するディスク数が4個、
分割サイズ4KBとして、32KBの論理ファイルのデ
ータを先頭のディスクから順番に分散格納すると、4K
Bづつ8つの領域に分割される。この結果、1番目のデ
ィスクには、論理ファイル内オフセットアドレス:0〜
4KBと16〜20KBの領域のデータが格納され、こ
れらのデータが1番目のディスクの部分論理ファイルを
構成する。例えば、論理ファイル内オフセットアドレ
ス:16KBは、1番目のディスクの部分論理ファイル
内オフセットアドレス:4KBに相当する。
For example, the number of disks for distributed storage is 4,
Assuming that the partition size is 4 KB and the data of the logical file of 32 KB is distributed and stored in order from the head disk, it becomes 4K.
It is divided into eight areas, each B. As a result, the offset address in the logical file is 0 to 0 on the first disk.
Data of 4 KB and 16 to 20 KB areas are stored, and these data form a partial logical file of the first disk. For example, the offset address in the logical file: 16 KB corresponds to the offset address in the partial logical file of the first disk: 4 KB.

【0077】また、部分論理ファイル識別子は、論理フ
ァイルを構成する複数の部分論理ファイルにおいて、ど
のディスクに格納された部分論理ファイルであるかを一
意に識別する値である。
The partial logical file identifier is a value that uniquely identifies on which disk the partial logical file is stored among a plurality of partial logical files forming the logical file.

【0078】図8は、本発明の第3の実施例における分
散格納論理ファイルアクセス手段10−1〜10−kの
動作を示すフローチャートである。分散格納論理ファイ
ルアクセス手段10−1〜10−kは、クライアントプ
ログラム5−1〜5−kが、ディスク接続網3に接続さ
れた複数のディスクに分散格納された論理ファイルのデ
ータをリード/ライトするときに呼び出される。
FIG. 8 is a flow chart showing the operation of the distributed storage logical file access means 10-1 to 10-k in the third embodiment of the present invention. In the distributed storage logical file access means 10-1 to 10-k, the client programs 5-1 to 5-k read / write data of logical files distributed and stored in a plurality of disks connected to the disk connection network 3. Called when you do.

【0079】まず、呼び出された分散格納論理ファイル
アクセス手段10−1〜10−kは、指定された論理フ
ァイル識別子と論理ファイル内オフセットアドレスをパ
ラメータとして、部分論理ファイルアドレス変換手段1
1−1〜11−kを呼び出す(ステップ141)。
First, the called distributed storage logical file access means 10-1 to 10-k use the specified logical file identifier and the offset address in the logical file as parameters, and the partial logical file address conversion means 1
Call 1-1 to 11-k (step 141).

【0080】この結果、部分論理ファイル内オフセット
アドレスと部分論理ファイル識別子を取得する(ステッ
プ142)。
As a result, the offset address in the partial logical file and the partial logical file identifier are acquired (step 142).

【0081】次に、部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスをパラメータとして、ア
ドレス変換手段7に対し、アドレス変換要求を発行する
(ステップ143)。
Next, an address translation request is issued to the address translation means 7 by using the partial logical file identifier and the offset address within the partial logical file as parameters (step 143).

【0082】アドレス変換要求発行後、応答を待ち合わ
せ、応答到着後、部分論理ファイル識別子と部分論理フ
ァイル内オフセットアドレスに対応するディスクの識別
子とディスク上のオフセットアドレスを取得する(ステ
ップ144)。
After issuing the address translation request, the response is waited for, and after the response arrives, the identifier of the disk corresponding to the partial logical file identifier and the offset address in the partial logical file and the offset address on the disk are acquired (step 144).

【0083】その後、ディスクの識別子とディスク上の
オフセットアドレスをパラメータとして、ディスク接続
網3を介しI/Oを発行する(ステップ145)。
After that, using the disc identifier and the offset address on the disc as parameters, I / O is issued via the disc connection network 3 (step 145).

【0084】これにより、複数のディスクに分散格納さ
れた論理ファイルのデータに対しても、クライアントプ
ログラムが動作する計算機上からディスク接続網を介し
て直接的にリード/ライト出来るため、リード/ライト
するデータが他の計算機を経由する際のオーバーヘッド
を削減できる。また、複数のクライアントプログラムが
同一のファイルに対してアクセスする際のコンシステン
シ維持のための通信回数を削減することができる。
As a result, the data of the logical files distributed and stored in a plurality of disks can be directly read / written from the computer on which the client program operates via the disk connection network, and therefore read / write. The overhead when data passes through another computer can be reduced. Further, it is possible to reduce the number of communications for maintaining consistency when a plurality of client programs access the same file.

【0085】[実施例4]次に本発明の第4の実施例に
ついて説明する。図9は、本発明の第4の実施例の構成
を示すブロック図である。図9を参照すると、本実施例
は、クライアントプログラムが動作する複数の計算機1
−1〜1−kと、アドレス変換手段が動作する計算機1
−mと、各計算機1−1〜1−k、1−mを接続する計
算機接続網2と、論理ファイルのデータを格納するディ
スク4−1〜4−nと、各計算機1−1〜1−k、1−
mと各ディスク4−1〜4−nを接続するディスク接続
網3と、任意の計算機上で動作する複数のクライアント
プログラム5−1〜5−kと、いずれかの計算機上で動
作するアドレス変換手段7と、クライアントプログラム
の稼働する計算機上で動作する部分論理ファイルアドレ
ス変換手段11−1〜11−k、クライアントプログラ
ムの稼働する計算機上で動作する分散格納論理ファイル
並列アクセス手段12−1〜12−kと、を備えて構成
される。
[Embodiment 4] Next, a fourth embodiment of the present invention will be described. FIG. 9 is a block diagram showing the configuration of the fourth exemplary embodiment of the present invention. Referring to FIG. 9, the present embodiment is directed to a plurality of computers 1 on which client programs operate.
-1 to 1-k and the computer 1 in which the address conversion means operates
-M, a computer connection network 2 that connects the computers 1-1 to 1-k, and 1-m, disks 4-1 to 4-n that store data of logical files, and computers 1-1 to 1-1 -K, 1-
disk connection network 3 that connects m with each of the disks 4-1 to 4-n, a plurality of client programs 5-1 to 5-k that operate on an arbitrary computer, and address translation that operates on any of the computers. Means 7, partial logical file address conversion means 11-1 to 11-k operating on the computer running the client program, distributed storage logical file parallel access means 12-1 to 12 operating on the computer running the client program. -K and.

【0086】図10は、本発明の第4の実施例における
分散格納論理ファイル並列アクセス手段12−1〜12
−kの動作を示すフローチャートである。図9及び図1
0を参照して、本発明の第4の実施例の動作について説
明する。以下は分散格納論理ファイル並列アクセス手段
12−1に着目して説明する。
FIG. 10 shows distributed storage logical file parallel access means 12-1 to 12 in the fourth embodiment of the present invention.
It is a flowchart which shows operation | movement of -k. 9 and 1
The operation of the fourth exemplary embodiment of the present invention will be described with reference to FIG. The following description will focus on the distributed storage logical file parallel access means 12-1.

【0087】分散格納論理ファイル並列アクセス手段1
2−1は、クライアントプログラム5−1がディスク接
続網3に接続された複数のディスクに分散格納された論
理ファイルのデータをリード/ライトするときに呼び出
される。
Distributed storage logical file parallel access means 1
2-1 is called when the client program 5-1 reads / writes the data of the logical file distributed and stored in the plurality of disks connected to the disk connection network 3.

【0088】まず、呼び出された分散格納論理ファイル
並列アクセス手段12−1は、指定された論理ファイル
をリード/ライトする範囲を分散格納された単位毎に分
割し、各範囲の先頭を示す論理ファイル内オフセットア
ドレスを特定する(ステップ151)。例えば、指定さ
れた論理ファイル内オフセットアドレスが0、呼び出し
サイズ16KB、分散格納された単位が4KBの場合
は、0、4KB、8KB、12KBの4つの範囲に分割
される。
First, the called distributed storage logical file parallel access means 12-1 divides the read / write range of the designated logical file into units of the distributed storage, and the logical file indicating the beginning of each range. The inner offset address is specified (step 151). For example, when the designated logical file offset address is 0, the call size is 16 KB, and the unit for distributed storage is 4 KB, the range is divided into four ranges of 0, 4 KB, 8 KB, and 12 KB.

【0089】次に、分割した各範囲の先頭を示す論理フ
ァイル内オフセットアドレスと論理ファイル識別子をパ
ラメータとして、前記部分論理ファイルアドレス変換手
段11−1を呼び出す(ステップ152)。その結果、
分割した各範囲の先頭を示す論理ファイル内オフセット
アドレスに対応する部分論理ファイル内オフセットアド
レスと部分論理ファイル識別子を取得する(ステップ1
53)。
Next, the partial logical file address conversion means 11-1 is called with the logical file offset address indicating the head of each divided range and the logical file identifier as parameters (step 152). as a result,
An offset address in the partial logical file and a partial logical file identifier corresponding to the offset address in the logical file indicating the beginning of each divided range are acquired (step 1
53).

【0090】次に、取得した部分論理ファイル内オフセ
ットアドレスと部分論理ファイル識別子をパラメータと
して、アドレス変換手段に対してアドレス変換要求を発
行する(ステップ154)。
Next, an address translation request is issued to the address translation means by using the acquired offset address in partial logical file and partial logical file identifier as parameters (step 154).

【0091】アドレス変換要求発行後、応答を待ち合わ
せるが、その応答到着後、部分論理ファイル内オフセッ
トアドレスと部分論理ファイル識別子に対応するディス
ク識別子とディスク上のオフセットアドレスを取得する
(ステップ155)。
After issuing the address translation request, the response is waited for. After the response arrives, the offset address in the partial logical file, the disk identifier corresponding to the partial logical file identifier, and the offset address on the disk are acquired (step 155).

【0092】ここで、ステップ151において分割した
すべてのリード/ライト範囲について、以上の処理を繰
り返す(ステップ156)。
Here, the above processing is repeated for all the read / write ranges divided in step 151 (step 156).

【0093】次に、取得したディスク識別子とディスク
上のオフセットアドレスをパラメータとして、ディスク
に対しI/Oを発行する(ステップ157)。ただし、
I/Oの完了を待ち合わせず、非同期に、ステップ15
1において分割したすべてのリード/ライト範囲につい
てI/Oの発行を繰り返す(ステップ158)。
Next, using the acquired disc identifier and offset address on the disc as parameters, I / O is issued to the disc (step 157). However,
Step 15 asynchronously without waiting for I / O completion
I / O issuance is repeated for all read / write ranges divided in step 1 (step 158).

【0094】すべてのI/O発行処理が終了した後、I
/O発行完了を待ち合わせる(ステップ159)。
After all I / O issuing processing is completed, I
The completion of the / O issuance is waited for (step 159).

【0095】その後、すべてのI/O発行が完了した時
点で処理を終了する(ステップ160)。
After that, the process ends when all I / O issuance is completed (step 160).

【0096】このように、クライアントプログラムが分
散格納された論理ファイルのデータをリード/ライトす
る際、リード/ライトする範囲を複数に分割し、それぞ
れについて同時にI/Oを発行することにより、リード
/ライトを始めてから完了するまでの全体の処理時間が
短縮され、リード/ライト処理を高速化することができ
る。
As described above, when the client program reads / writes the data of the logical file stored in a distributed manner, the read / write range is divided into a plurality of areas, and the I / O is issued simultaneously for each of the read / write areas. The entire processing time from the start of writing to the end of writing is shortened, and the read / write processing can be speeded up.

【0097】[実施例5]次に本発明の第5の実施例に
ついて説明する。図11は、本発明の第5の実施例の構
成を示すブロック図である。図11を参照すると、本実
施例は、クライアントプログラムが動作する複数の計算
機1−1〜1−kと、アドレス変換手段が動作する複数
の計算機1−i〜1−jと、各計算機1−1〜1−k、
1−i〜1−jを接続する計算機接続網2と、各計算機
と各ディスクを接続するディスク接続網3と、論理ファ
イルのデータを格納する複数のディスク群9−1〜9−
hと、ディスク群を構成する複数のディスク4−1−1
〜4−h−bと、任意の計算機上で動作する複数のクラ
イアントプログラム5−1〜5−kと、複数のアドレス
変換手段7−1〜7−hと、クライアントプログラムの
稼働する計算機上で動作する部分論理ファイルアドレス
変換手段11−1〜11−kと、クライアントプログラ
ムの稼働する計算機上で動作する適応分散格納論理ファ
イルアクセス手段13−1〜13−kとを備えて構成さ
れる。
[Fifth Embodiment] Next, a fifth embodiment of the present invention will be described. FIG. 11 is a block diagram showing the configuration of the fifth exemplary embodiment of the present invention. Referring to FIG. 11, in this embodiment, a plurality of computers 1-1 to 1-k on which a client program operates, a plurality of computers 1-i to 1-j on which an address converting unit operates, and each computer 1- 1-1-k,
A computer connection network 2 connecting 1-i to 1-j, a disk connection network 3 connecting each computer to each disk, and a plurality of disk groups 9-1 to 9-for storing data of logical files.
h and a plurality of disks 4-1-1 that form a disk group
~ 4-h-b, a plurality of client programs 5-1 to 5-k operating on an arbitrary computer, a plurality of address converting means 7-1 to 7-h, and a computer on which the client program operates. It comprises partial logical file address conversion means 11-1 to 11-k that operate and adaptive distributed storage logical file access means 13-1 to 13-k that operates on a computer on which a client program operates.

【0098】図12は、本発明の第5の実施例における
適応分散格納論理ファイルアクセス手段13−1〜13
−kの動作を示すフローチャートである。図11及び図
12を参照して、本発明の第5の実施例の動作について
説明する。以下、適応分散格納論理ファイルアクセス手
段13−1に着目して説明する。
FIG. 12 shows adaptive distributed storage logical file access means 13-1 to 13 in the fifth embodiment of the present invention.
It is a flowchart which shows operation | movement of -k. The operation of the fifth exemplary embodiment of the present invention will be described with reference to FIGS. Hereinafter, description will be made focusing on the adaptive distributed storage logical file access unit 13-1.

【0099】適応分散格納論理ファイルアクセス手段1
3−1は、クライアントプログラム5−1がディスク接
続網3に接続された複数のディスクに分散格納された論
理ファイルのデータをリード/ライトするときに呼び出
される。
Adaptive distributed storage logical file access means 1
3-1 is called when the client program 5-1 reads / writes data of a logical file distributed and stored in a plurality of disks connected to the disk connection network 3.

【0100】まず、呼び出された適応分散論理ファイル
アクセス手段12−1は、指定された論理ファイルのデ
ータをリード/ライトする範囲を分散格納された単位毎
に分割し、各範囲の先頭を示す論理ファイル内オフセッ
トアドレスを特定する(ステップ171)。
First, the called adaptive distributed logical file access means 12-1 divides the read / write range of the data of the specified logical file into units of distributed storage, and sets the logic indicating the beginning of each range. The in-file offset address is specified (step 171).

【0101】次に、分割した各範囲を示す論理ファイル
内オフセットアドレスと論理ファイル識別子をパラメー
タとして、部分論理ファイルアドレス変換手段11−1
を呼び出す(ステップ172)。
Next, the partial logical file address conversion means 11-1 is used with the logical file offset address indicating each divided range and the logical file identifier as parameters.
Is called (step 172).

【0102】その結果、論理ファイル内オフセットアド
レスと論理ファイル識別子に対応する、部分論理ファイ
ル内オフセットアドレスと部分論理ファイル識別子を取
得する(ステップ173)。
As a result, the partial logical file offset address and the partial logical file identifier corresponding to the logical file offset address and the logical file identifier are acquired (step 173).

【0103】次に、その部分論理ファイルが管理される
アドレス変換手段7−1〜hを特定する(ステップ17
4)。この例ではアドレス変換手段7−1を特定したも
のとする。
Next, the address conversion means 7-1 to h in which the partial logical file is managed are specified (step 17).
4). In this example, the address conversion means 7-1 is specified.

【0104】次に、部分論理ファイル内オフセットアド
レスと部分論理ファイル識別子をパラメータとして、前
記特定したアドレス変換手段7−1に対し、アドレス変
換要求を発行する(ステップ175)。ここで、アドレ
ス変換要求の応答を待ち合わせずに、ステップ171に
おいて分割したリード/ライト範囲のすべてについて、
アドレス変換要求を発行するまで以上の処理を繰り返す
(ステップ176)。
Next, an address conversion request is issued to the specified address conversion means 7-1 using the offset address in the partial logical file and the partial logical file identifier as parameters (step 175). Here, without waiting for the response of the address translation request, for all of the read / write range divided in step 171,
The above processing is repeated until the address translation request is issued (step 176).

【0105】分割したリード/ライト範囲のすべてにつ
いてアドレス変換要求を発行した後、その応答を待ち合
わせる。応答が到着次第、指定した部分論理ファイル内
オフセットアドレスと部分論理ファイル識別子に対応す
るディスク上のオフセットアドレスとディスク識別子を
取得する(ステップ177)。
After issuing the address translation request for all of the divided read / write ranges, the response is awaited. As soon as the response arrives, the offset address on the disk and the disk identifier corresponding to the specified offset address in partial logical file and partial logical file identifier are acquired (step 177).

【0106】これを発行したすべてのアドレス変換要求
の応答が返却されるまで繰り返す(ステップ178)。
This is repeated until the responses to all issued address translation requests are returned (step 178).

【0107】次に、取得したディスク上のオフセットア
ドレスとディスク識別子をパラメータとして、それぞれ
I/Oを発行する(ステップ179)。
Next, I / O is issued respectively using the obtained offset address on the disk and the disk identifier as parameters (step 179).

【0108】これにより、複数のディスクに分散格納さ
れた論理ファイルのデータに対してリード/ライトする
際、リード/ライトする範囲を複数に分割し、それぞれ
について同時にアドレス変換要求を発行するため、アド
レス変換処理を始めてから完了するまでの全体の処理時
間が短縮されるので、アドレス変換処理を高速化するこ
とができる。
As a result, when reading / writing the data of the logical file distributedly stored in a plurality of disks, the read / write range is divided into a plurality of areas, and the address conversion request is issued simultaneously for each of them. Since the entire processing time from the start of the translation process to the completion thereof is shortened, the address translation process can be sped up.

【0109】[実施例6]次に本発明の第6の実施例に
ついて説明する。図13は、本発明の第6の実施例の構
成を示すブロック図である。図13を参照すると、本実
施例は、クライアントプログラムが動作する複数の計算
機1−1〜1−kと、アドレス変換手段が動作する複数
の計算機1−i〜1−jと、各計算機1−1〜1−k、
1−i〜1−jを接続する計算機接続網2と、各計算機
と各ディスクを接続するディスク接続網3と、論理ファ
イルのデータを格納する複数のディスク群9−1〜9−
hと、ディスク群を構成する複数のディスク4−1−1
〜4−h−bと、任意の計算機上で動作する複数のクラ
イアントプログラム5−1〜5−kと、複数のアドレス
変換手段7−1〜7−hと、クライアントプログラムの
稼働する計算機上で動作する部分論理ファイルアドレス
変換手段11−1〜11−kと、クライアントプログラ
ムの稼働する計算機上で動作する適応分散格納論理ファ
イル並列アクセス手段14−1〜14−kとを備えて構
成される。
[Sixth Embodiment] Next, a sixth embodiment of the present invention will be described. FIG. 13 is a block diagram showing the configuration of the sixth exemplary embodiment of the present invention. Referring to FIG. 13, in the present embodiment, a plurality of computers 1-1 to 1-k on which a client program operates, a plurality of computers 1-i to 1-j on which an address converting unit operates, and each computer 1- 1-1-k,
A computer connection network 2 connecting 1-i to 1-j, a disk connection network 3 connecting each computer to each disk, and a plurality of disk groups 9-1 to 9-for storing data of logical files.
h and a plurality of disks 4-1-1 that form a disk group
~ 4-h-b, a plurality of client programs 5-1 to 5-k operating on an arbitrary computer, a plurality of address converting means 7-1 to 7-h, and a computer on which the client program operates. It comprises partial logical file address conversion means 11-1 to 11-k that operate and adaptive distributed storage logical file parallel access means 14-1 to 14-k that operates on a computer on which a client program operates.

【0110】図14は、本発明の第6の実施例における
適応分散格納論理ファイル並列アクセス手段14−1〜
14−kの動作を示すフローチャートである。図13及
び図14を参照して、本発明の第6の実施例の動作につ
いて説明する。以下、適応分散格納論理ファイル並列ア
クセス手段14−1に着目して説明する。
FIG. 14 shows the adaptive distributed storage logical file parallel access means 14-1 to 14-1 according to the sixth embodiment of the present invention.
It is a flow chart which shows operation of 14-k. The operation of the sixth exemplary embodiment of the present invention will be described with reference to FIGS. 13 and 14. Hereinafter, description will be made focusing on the adaptive distributed storage logical file parallel access unit 14-1.

【0111】適応分散格納論理ファイル並列アクセス手
段14−1は、クライアントプログラム5−1がディス
ク接続網に接続された複数のディスクに分散格納された
論理ファイルのデータをリード/ライトするときに呼び
出される。
The adaptive distributed storage logical file parallel access means 14-1 is called when the client program 5-1 reads / writes the data of the logical file distributedly stored in a plurality of disks connected to the disk connection network. .

【0112】まず、呼び出された適応分散格納論理ファ
イル並列アクセス手段14−1は、指定された論理ファ
イルのデータをリード/ライトする範囲を分散格納され
た単位毎に分割し、各範囲の先頭を示す論理ファイル内
オフセットアドレスを特定する(ステップ181)。
First, the called adaptive distributed storage logical file parallel access means 14-1 divides the range for reading / writing the data of the specified logical file into units for distributed storage, and sets the beginning of each range. The offset address in the indicated logical file is specified (step 181).

【0113】次に、分割した各範囲を示す論理ファイル
内オフセットアドレスと論理ファイル識別子をパラメー
タとして、部分論理ファイルアドレス変換手段11−1
を呼び出す(ステップ182)。
Next, the partial logical file address conversion means 11-1 is used with the logical file offset address and the logical file identifier indicating each divided range as parameters.
Is called (step 182).

【0114】その結果、論理ファイル内オフセットアド
レスと論理ファイル識別子に対応する部分論理ファイル
内オフセットアドレスと部分論理ファイル識別子を取得
する(ステップ183)。
As a result, the offset address in the partial logical file and the partial logical file identifier corresponding to the offset address in the logical file and the logical file identifier are acquired (step 183).

【0115】次に、その部分論理ファイルが管理される
アドレス変換手段7−1〜7−hを特定する(ステップ
184)。ここでは、アドレス変換手段7−1を特定し
たものとする。
Next, the address conversion means 7-1 to 7-h whose partial logical file is managed are specified (step 184). Here, it is assumed that the address conversion means 7-1 is specified.

【0116】次に、部分論理ファイル内オフセットアド
レスと部分論理ファイル識別子をパラメータとして、前
記特定したアドレス変換手段7−1に対し、アドレス変
換要求を発行する(ステップ185)。
Next, an address conversion request is issued to the specified address conversion means 7-1 using the offset address in the partial logical file and the partial logical file identifier as parameters (step 185).

【0117】ここで、アドレス変換要求の応答を待ち合
わせずに、ステップ181において分割したリード/ラ
イト範囲のすべてについて、アドレス変換要求を発行す
るまで以上の処理を繰り返す(ステップ186)。
Here, without waiting for the response of the address translation request, the above processing is repeated for all the read / write ranges divided in step 181 until the address translation request is issued (step 186).

【0118】分割したリード/ライト範囲のすべてにつ
いてアドレス変換要求を発行した後、その応答を待ち合
わせる(ステップ187)。
After issuing the address conversion request for all of the divided read / write ranges, the response is awaited (step 187).

【0119】ここで、何らかの応答が到着したことを検
知する(ステップ188)。
Here, it is detected that some kind of response has arrived (step 188).

【0120】もし、応答がアドレス変換要求の応答だっ
た場合、指定した部分論理ファイル内オフセットアドレ
スと部分論理ファイル識別子に対応するディスク上のオ
フセットアドレスとディスク識別子を取得する(ステッ
プ189)。
If the response is the response to the address translation request, the offset address on the disk and the disk identifier corresponding to the specified offset address in the partial logical file and the specified partial logical file identifier are acquired (step 189).

【0121】次に、ディスク上のオフセットアドレスと
ディスク識別子を用いてディスクに対しI/Oを発行す
る(ステップ190)。
Next, an I / O is issued to the disk using the offset address on the disk and the disk identifier (step 190).

【0122】ただし、I/Oは非同期的に発行し、ステ
ップ187に戻り、I/O完了の応答かアドレス変換要
求の応答のいずれかを待ち合わせる。ステップ188に
おいて、もしI/O完了の応答だった場合、ステップ1
81において分割したすべての範囲についてI/Oが行
なったかどうか確認し、まだすべて完了していない場合
は、ステップ187に戻り、I/O完了の応答かアドレ
ス変換要求の応答のいずれかを待ち合わせる。
However, the I / O is issued asynchronously and the process returns to step 187 to wait for either the I / O completion response or the address translation request response. In step 188, if the response is I / O completion, step 1
At 81, it is confirmed whether or not I / O has been performed for all the divided ranges, and if not completed, the process returns to step 187 to wait for either an I / O completion response or an address translation request response.

【0123】もし、すべて完了していた場合は処理を終
了する(ステップ191)。
If all have been completed, the process ends (step 191).

【0124】これにより、リード/ライト範囲を分割し
た複数の論理ファイル内オフセットアドレスのすべての
アドレス変換処理時間を短縮化すると同時に、複数のデ
ィスクに対するI/O発行処理時間を短縮化できるた
め、アドレス変換処理およびリード/ライト処理の全体
を高速化することができる。
As a result, it is possible to shorten the address conversion processing time for all the offset addresses in a plurality of logical files obtained by dividing the read / write range, and at the same time, shorten the I / O issue processing time for a plurality of disks. It is possible to speed up the entire conversion process and read / write process.

【0125】[0125]

【発明の効果】以上説明したように、本発明によれば下
記記載の効果を奏する。
As described above, the present invention has the following effects.

【0126】本願第1発明の効果は、クライアントプロ
グラムがディスク接続網に接続された複数のディスクに
格納された論理ファイルのデータに対してリード/ライ
トする際、クライアントプログラムが動作する計算機上
からディスク接続網を介して直接的にリード/ライト出
来るため、リード/ライトするデータが他の計算機を経
由するために発生するオーバーヘッドを削減できる、と
いうことである。
The effect of the first invention of the present application is that when a client program reads / writes data of a logical file stored in a plurality of disks connected to a disk connection network, the disk is accessed from a computer on which the client program operates. Since it is possible to read / write directly via the connection network, it is possible to reduce the overhead that occurs when the data to be read / written passes through another computer.

【0127】これを同時に、クライアントプログラムが
論理ファイル管理データの更新を伴うようなアクセスを
行なう場合、論理ファイルアクセス手段は、各クライア
ントプログラムから到着したアドレス変換要求をシリア
ライズし、ある論理ファイルに対する要求を処理してい
る間、他の要求の処理を待ち合わせ、論理ファイル管理
データのコンシステンシは維持される。
At the same time, when the client program makes an access accompanied by updating of the logical file management data, the logical file access means serializes the address conversion request arrived from each client program, and requests the certain logical file. While processing, waiting for the processing of other requests, the consistency of the logical file management data is maintained.

【0128】これにより、クライアントプログラムが論
理ファイルのデータにアクセスする際に計算機間で発生
する通信は、高々クライアントプログラムが動作する計
算機とアドレス変換手段が動作する計算機の間における
一回の通信だけとなる。この結果、従来のメインフレー
ムで行なわれているようなロック要求/ロック解除要求
を伴う論理ファイル管理データのコンシステンシを維持
するための排他制御方式よりも通信回数を削減すること
ができる。
As a result, the communication that occurs between the computers when the client program accesses the data of the logical file is only one communication between the computer in which the client program operates and the computer in which the address conversion means operates. Become. As a result, it is possible to reduce the number of communications as compared with the conventional exclusive control method for maintaining the consistency of the logical file management data accompanied by the lock request / unlock request which is performed in the mainframe.

【0129】本願第2発明の効果は、複数のクライアン
トプログラムから、一つのアドレス変換手段にアドレス
変換要求が集中する負荷を複数のアドレス変換手段に分
散することができ、アドレス変換処理効率を向上する、
ということである。
The effect of the second invention of the present application is that the load of address translation requests concentrated on one address translation unit from a plurality of client programs can be distributed to the plurality of address translation units, and the address translation processing efficiency is improved. ,
That's what it means.

【0130】本願第3発明の効果は、複数のディスクに
分散格納された論理ファイルのデータに対しても、第1
発明と同様に、クライアントプログラムが動作する計算
機上からディスク接続網を介して直接的にリード/ライ
ト出来るため、リード/ライトするデータが他の計算機
を経由するために発生するオーバーヘッドを削減でき
る、ということである。
The effects of the third invention of the present application are as follows.
Similar to the invention, since it is possible to directly read / write from the computer on which the client program operates via the disk connection network, it is possible to reduce the overhead that occurs when the data to be read / written passes through another computer. That is.

【0131】また、複数のクライアントプログラムが同
一の論理ファイルをアクセスする際、論理ファイル管理
データのコンシステンシ維持のための通信回数を削減す
ることができる。
Further, when a plurality of client programs access the same logical file, it is possible to reduce the number of communications for maintaining the consistency of the logical file management data.

【0132】本願第4発明の効果は、リード/ライトを
始めてから完了するまでの全体の処理時間が短縮され、
リード/ライト処理を高速化できる、ということであ
る。
The effect of the fourth invention of the present application is that the entire processing time from the start to the end of read / write is shortened,
This means that the read / write processing can be speeded up.

【0133】本願第5発明の効果は、リード/ライト範
囲を分割した複数の論理ファイル内オフセットアドレス
のすべてをアドレス変換する際、すべてのアドレス変換
処理を完了するまでの全体の処理時間が短縮され、アド
レス変換処理を高速化することができる、ということで
ある。
The effect of the fifth invention of the present application is that when the address conversion is performed for all the offset addresses in a plurality of logical files obtained by dividing the read / write range, the entire processing time until the completion of all the address conversion processing is shortened. That is, the address conversion process can be speeded up.

【0134】本願第6発明の効果は、リード/ライト範
囲を分割した複数の論理ファイル内オフセットアドレス
のすべてのアドレス変換処理の全体の時間を短縮化する
と同時に、複数のディスクに対するI/O発行処理の全
体の時間を短縮化できるため、アドレス変換処理および
リード/ライト処理の全体の処理を高速化することがで
きる、ということである。
The effect of the sixth invention of the present application is that the entire time of the address conversion processing for all offset addresses in a plurality of logical files obtained by dividing the read / write range is shortened, and at the same time, the I / O issuing processing for a plurality of disks That is, the entire time of the address conversion process and the read / write process can be speeded up.

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

【図1】本発明の第1の実施例の構成を示すブロック図
である。
FIG. 1 is a block diagram showing a configuration of a first exemplary embodiment of the present invention.

【図2】本発明の第1の実施例におけるアドレス変換手
段の動作を示すフローチャートである。
FIG. 2 is a flow chart showing the operation of the address conversion means in the first embodiment of the present invention.

【図3】本発明の第1の実施例における論理ファイルア
クセス手段の動作を示すフローチャートである。
FIG. 3 is a flow chart showing an operation of a logical file access means in the first exemplary embodiment of the present invention.

【図4】本発明の第2の実施例の構成を示すブロック図
である。
FIG. 4 is a block diagram showing a configuration of a second exemplary embodiment of the present invention.

【図5】本発明の第2の実施例における適応論理ファイ
ルアクセス手段の動作を示すフローチャートである。
FIG. 5 is a flow chart showing the operation of the adaptive logical file access means in the second exemplary embodiment of the present invention.

【図6】本発明の第3の実施例の構成を示すブロック図
である。
FIG. 6 is a block diagram showing a configuration of a third exemplary embodiment of the present invention.

【図7】本発明の第3の実施例における分散格納論理フ
ァイルアクセス手段の動作を示すフローチャートであ
る。
FIG. 7 is a flow chart showing an operation of a distributed storage logical file access means in the third exemplary embodiment of the present invention.

【図8】本発明の第3の実施例における部分論理ファイ
ルアドレス変換手段の動作を示すフローチャートであ
る。
FIG. 8 is a flowchart showing an operation of a partial logical file address conversion means in the third exemplary embodiment of the present invention.

【図9】本発明の第4の実施例の構成を示すブロック図
である。
FIG. 9 is a block diagram showing a configuration of a fourth exemplary embodiment of the present invention.

【図10】本発明の第4の実施例における分散格納論理
ファイル並列アクセス手段の動作を示すフローチャート
である。
FIG. 10 is a flow chart showing the operation of the distributed storage logical file parallel access means in the fourth exemplary embodiment of the present invention.

【図11】本発明の第5の実施例の構成を示すブロック
図である。
FIG. 11 is a block diagram showing a configuration of a fifth exemplary embodiment of the present invention.

【図12】本発明の第5の実施例における適応分散格納
論理ファイルアクセス手段の動作を示すフローチャート
である。
FIG. 12 is a flow chart showing the operation of the adaptive distributed storage logical file access means in the fifth exemplary embodiment of the present invention.

【図13】本発明の第6の実施例の構成を示すブロック
図である。
FIG. 13 is a block diagram showing a configuration of a sixth exemplary embodiment of the present invention.

【図14】本発明の第6の実施例における適応分散格納
論理ファイル並列アクセス手段の動作を示すフローチャ
ートである。
FIG. 14 is a flow chart showing the operation of the adaptive distributed storage logical file parallel access means in the sixth exemplary embodiment of the present invention.

【図15】従来の論理ファイルアクセス方式を模式的に
示す図である。
FIG. 15 is a diagram schematically showing a conventional logical file access method.

【図16】従来の論理ファイルアクセス方式を模式的に
示すブロック図である。
FIG. 16 is a block diagram schematically showing a conventional logical file access method.

【図17】従来の論理ファイルアクセスの排他制御方式
を示すブロック図である。
FIG. 17 is a block diagram showing a conventional exclusive control method for logical file access.

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

1−1〜1−k、1−i〜1−j 計算機 2 計算機接続網 3 ディスク接続網 4−1〜4−n、4−1−1〜4−1−a、4−h−1
〜4−h−b ディスク 5−1〜5−k クライアントプログラム 6−1〜6−k 論理ファイルアクセス手段 7、7−1〜7−h アドレス変換手段 8−1〜8−k 適応論理ファイルアクセス手段 9−1〜9−h ディスク群 10−1〜10−k 分散格納論理ファイルアクセス手
段 11−1〜11−k 部分論理ファイルアドレス変換手
段 12−1〜12−k 分散格納論理ファイル並列アクセ
ス手段 13−1〜13−k 適応分散格納論理ファイルアクセ
ス手段 14−1〜14−k 適応分散格納論理ファイル並列ア
クセス手段
1-1 to 1-k, 1-i to 1-j Computer 2 Computer connection network 3 Disk connection network 4-1 to 4-n, 4-1-1 to 4-1-a, 4-h-1
~ 4-h-b Disks 5-1 to 5-k Client programs 6-1 to 6-k Logical file access means 7, 7-1 to 7-h Address conversion means 8-1 to 8-k Adaptive logical file access Means 9-1 to 9-h Disk groups 10-1 to 10-k Distributed storage logical file access means 11-1 to 11-k Partial logical file address conversion means 12-1 to 12-k Distributed storage logical file parallel access means 13-1 to 13-k Adaptive distributed storage logical file access means 14-1 to 14-k Adaptive distributed storage logical file parallel access means

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大和 純一 東京都港区芝五丁目7番1号 日本電気 株式会社内 (56)参考文献 特開 昭63−155255(JP,A) 特開 昭62−276620(JP,A) 特開 平7−93199(JP,A) 特開 平3−164827(JP,A) Soltis S. et al., The Design and Per formance of a Shar ed Disk File Syste m for IRIX,the Six th NASA Goddard Sp ace Flight Center Conference on Mass Storage Systems a nd Technologies,米 国,IEEE/NASA,1998年 3 月,p.41−55,URL,http: //romulus.gsfc.nas a.gov/msst/conf1998. html O’Keefe M.T.,Shar ed File Systems an d Fibre Channel,th e Sixth NASA Godda rd Space Flight Ce nter Conference on Mass Storage Syst ems and Technologi es,米国,IEEE/NASA,1998 年 3月,p.1−16,URL,htt p://romulus.gsfc.n asa.gov/msst/conf 1998.html (58)調査した分野(Int.Cl.7,DB名) G06F 12/00,15/16 - 15/177 G06F 3/06 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Junichi Yamato 5-7-1 Shiba, Minato-ku, Tokyo Within NEC Corporation (56) Reference JP-A 63-155255 (JP, A) JP-A 62 -276620 (JP, A) JP-A-7-93199 (JP, A) JP-A-3-164827 (JP, A) Soltis S. et al. , The Design and Performance of a Shared Disk File System System for IRIX, the Sixth NASA Gode s ede e s ea, Spence, Center of Consence, USA 41-55, URL, http: // romulus. gsfc. nas a. gov / msst / conf 1998. html O'Keefe M. et al. T. , Shared File Systems and Fiber Channel, the Six NASA Goddard Space Flight Center Conference on SA, USA, USA, Essence, USA, October, Ess., USA, October, Ess. 1-16, URL, http p /// romulus. gsfc. n asa. gov / msst / conf 1998. html (58) Fields investigated (Int.Cl. 7 , DB name) G06F 12 / 00,15 / 16-15/177 G06F 3/06

Claims (12)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数の計算機と、前記各計算機を接続する
計算機接続網と、論理ファイルが格納された一つ又は複
数のディスクと、前記各計算機から前記各ディスクへ直
接的にアクセスできるディスク接続網と、を含むディス
ク共有型クラスタシステムにおける論理ファイル管理シ
ステムであって、 前記複数の計算機のうちのいずれか一つの計算機上で動
作し、前記ディスクに格納された論理ファイルについ
て、指定された論理ファイル識別子と論理ファイル内オ
フセットアドレスとから、ディスク識別子とディスク上
のオフセットアドレスを決定し、これらを要求元へ返却
するアドレス変換手段と、 前記複数の計算機のうちの任意の計算機上で動作するク
ライアントプログラムが前記ディスク接続網に接続され
た前記ディスクに格納された論理ファイルをリード/ラ
イトする際に起動され、指定された論理ファイル識別子
と論理ファイル内オフセットアドレスをパラメータとし
て、前記アドレス変換手段に対して、アドレス変換要求
を発行し、前記アドレス変換手段から返却されたディス
ク識別子とディスク上のオフセットアドレスをパラメー
タとして、前記ディスク接続網を介して直接的にリード
/ライトを行なう論理ファイルアクセス手段と、 を含む、ことを特徴とする論理ファイル管理システム。
1. A plurality of computers, a computer connection network for connecting the respective computers, one or a plurality of disks storing logical files, and a disk connection capable of directly accessing the respective disks from the respective computers. A logical file management system in a disk sharing cluster system including a network
A disk identifier that operates on any one of the plurality of computers and that stores a logical file stored in the disk from a specified logical file identifier and a logical file offset address. And an address conversion unit that determines offset addresses on the disk and returns them to the request source, and a client program that operates on any computer of the plurality of computers, in the disk connected to the disk connection network. It is activated when reading / writing the stored logical file, issues an address conversion request to the address converting means using the specified logical file identifier and offset address in the logical file as parameters, and the address converting means Disc identifier returned from and off on disc Ttoadoresu as a parameter, logical file management system including, be characterized by the a logical file access means directly perform read / write via the disk connection network.
【請求項2】複数の計算機と、前記各計算機を接続する
計算機接続網と、論理ファイルが格納された一つ又は複
数のディスクと、前記各計算機から前記各ディスクへ直
接的にアクセスできるディスク接続網と、を含むディス
ク共有型クラスタシステムにおける論理ファイル管理シ
ステムであって、 前記複数の計算機のうちの少なくとも2つの計算機上で
動作し、互いに重複しない一つ又は複数の前記ディスク
を担当し、指定された論理ファイル識別子と論理ファイ
ル内オフセットアドレスから、ディスク識別子とディス
ク上のオフセットアドレスを決定して、これらを要求元
へ返却するアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
前記ディスクに格納された論理ファイルをリード/ライ
トする際に起動され、論理ファイル識別子からアドレス
変換要求を発行するべき前記アドレス変換手段を特定
し、指定された論理ファイル識別子と論理ファイル内オ
フセットアドレスをパラメータとして、前記特定したア
ドレス変換手段に対してアドレス変換要求を発行し、前
記アドレス変換手段から返却されたディスク識別子とデ
ィスク上のオフセットアドレスをパラメータとして、前
記ディスク接続網を介して直接的にリード/ライトを行
なう適応論理ファイルアクセス手段と、 を含むことを特徴とする論理ファイル管理システム。
2. A plurality of computers, a computer connection network for connecting the computers, one or a plurality of disks in which logical files are stored, and a disk connection that allows the computers to directly access the disks. A logical file management system in a disk sharing cluster system including a network
A system that operates on at least two computers of the plurality of computers and is in charge of one or more of the disks that do not overlap with each other, and uses the specified logical file identifier and logical file offset address An address conversion unit that determines an identifier and an offset address on the disk and returns them to a request source, and a disk in which a client program that operates on any computer of the plurality of computers is connected to the disk connection network Is started at the time of reading / writing the logical file stored in, and the address conversion means that should issue the address conversion request is specified from the logical file identifier, and the specified logical file identifier and offset address in the logical file are used as parameters. , For the specified address translation means An adaptive logical file access means for issuing an address conversion request and directly reading / writing via the disk connection network using the disk identifier returned from the address conversion means and the offset address on the disk as parameters. A logical file management system characterized by including.
【請求項3】複数の計算機と、前記各計算機を接続する
計算機接続網と、一つの論理ファイルのデータが分散格
納された複数のディスクと、前記各計算機から前記各デ
ィスクへ直接的にアクセスできるディスク接続網と、を
含むディスク共有型クラスタシステムにおける論理ファ
イル管理システムであって、 前記複数の計算機のうちのいずれか一つの計算機上で動
作し、前記ディスクに格納された論理ファイルについ
て、指定された論理ファイル識別子と論理ファイル内オ
フセットアドレスとから、ディスク識別子とディスク上
のオフセットアドレスを決定し、これらを要求元へ返却
するアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
複数の前記ディスクに分散格納された論理ファイルのデ
ータに対してリード/ライトする際に起動され、指定さ
れた論理ファイル識別子と論理ファイル内オフセットア
ドレスから、分散格納された論理ファイルのデータの中
で同じディスクに格納されたデータの集合を表す部分論
理ファイルの部分論理ファイル識別子と部分論理ファイ
ル内オフセットアドレスを決定し、これらを返却する部
分論理ファイルアドレス変換手段と、 前記部分論理ファイルアドレス変換手段から得られた部
分論理ファイル識別子と部分論理ファイル内オフセット
アドレスをパラメータとして、前記アドレス変換手段へ
アドレス変換要求を発行し、前記アドレス変換手段から
返却されたディスク識別子とディスク上のオフセットア
ドレスをパラメータとして、前記ディスク接続網を介し
て直接的にリード/ライトを行なう分散格納論理ファイ
ルアクセス手段と、 を含む、ことを特徴とする論理ファイル管理システム。
3. A plurality of computers, a computer connection network connecting the respective computers, a plurality of disks in which data of one logical file is distributed and stored, and the respective computers can directly access the respective disks. A logical file in a disk sharing type cluster system including a disk connection network.
Is a file management system, operating on any one of the plurality of computers, for the logical file stored in the disk, from the specified logical file identifier and offset address in the logical file, An address conversion unit that determines a disk identifier and an offset address on the disk, and returns these to the request source, and a plurality of client programs that operate on any computer of the plurality of computers and that are connected to the disk connection network. The same disk among the data of the logical files stored in a distributed manner is started from the specified logical file identifier and the offset address in the logical file, which is activated when reading / writing the data of the logical files stored in the disk in a distributed manner. Of a partial logical file that represents a set of data stored in Parameter file identifier and offset address in partial logical file, and returns these partial logical file address conversion means, partial logical file identifier and offset address in partial logical file obtained from the partial logical file address conversion means As a distribution, the address translation request is issued to the address translation means, and the disk identifier returned from the address translation means and the offset address on the disk are used as parameters to directly read / write through the disk connection network. A logical file management system comprising: a storage logical file access means.
【請求項4】複数の計算機と、前記各計算機を接続する
計算機接続網と、一つの論理ファイルのデータが分散格
納された複数のディスクと、前記各計算機から各ディス
クへ直接的にアクセスできるディスク接続網と、を含む
ディスク共有型クラスタシステムにおける論理ファイル
管理システムであって、 前記複数の計算機のうちのいずれか一つの計算機上で動
作し、前記ディスクに格納された論理ファイルについ
て、指定された論理ファイル識別子と論理ファイル内オ
フセットアドレスとから、ディスク識別子とディスク上
のオフセットアドレスを決定し、これらを要求元へ返却
するアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
複数の前記ディスクに分散格納された論理ファイルのデ
ータに対してリード/ライトする際に起動され、指定さ
れた論理ファイル識別子と論理ファイル内オフセットア
ドレスから、分散格納された論理ファイルのデータの中
で同じディスクに格納されたデータの集合を表す部分論
理ファイルの部分論理ファイル識別子と部分論理ファイ
ル内オフセットアドレスを決定し、これらを返却する部
分論理ファイルアドレス変換手段と、 前記複数の計算機のうちの任意の計算機上で動作するク
ライアントプログラムが前記ディスク接続網に接続され
た前記複数のディスクに分散格納された論理ファイルの
データに対してリード/ライトする際に起動され、指定
された論理ファイルのリード/ライト範囲を分散格納さ
れた単位毎に分割し、分割された各範囲の先頭を示す複
数の論理ファイル内オフセットアドレスと指定された論
理ファイル識別子をパラメータとして前記部分論理ファ
イルアドレス変換手段を呼び出し、返却された部分論理
ファイル識別子と部分論理ファイル内オフセットアドレ
スをパラメータとして前記アドレス変換手段に対してア
ドレス変換要求を発行し、前記アドレス変換手段から返
却された複数のディスク識別子とディスク上のオフセッ
トアドレスの組をパラメータとして、同時に複数のディ
スクに対してリード/ライトを行なう分散格納論理ファ
イル並列アクセス手段と、 を含むことを特徴とする論理ファイル管理システム。
4. A plurality of computers, a computer connection network for connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and a disk in which each computer can directly access each disk. Logical file in the disk sharing type cluster system including the connection network
A management system, which operates on any one of the plurality of computers, and for a logical file stored on the disk, from a specified logical file identifier and a logical file offset address, a disk An address conversion unit that determines an identifier and an offset address on the disk, and returns these to the request source, and a plurality of the client programs that operate on any computer of the plurality of computers connected to the disk connection network. It is activated when reading / writing to the data of the logical file that is distributed and stored in the disk, and from the specified logical file identifier and offset address in the logical file, it is written to the same disk in the data of the logical file that is distributed and stored. Partial logic of a file that represents a set of stored data Partial logic of a file A partial logical file address conversion means for determining a file identifier and an offset address in the partial logical file and returning them, and a client program operating on any computer of the plurality of computers are connected to the disk connection network. It is activated when reading / writing the data of the logical file distributedly stored in the plurality of disks, and divides the read / write range of the specified logical file into units of the distributed storage, and The partial logical file address conversion means is called with a plurality of logical file offset addresses indicating the beginning of the range and the specified logical file identifier as parameters, and the returned partial logical file identifier and partial logical file offset address are used as parameters. Add to address translation means Distributed storage logical file parallel access means for issuing a read / write command to a plurality of disks at the same time by issuing a data conversion request and using a set of a plurality of disk identifiers and offset addresses on the disks returned from the address conversion means as parameters. And a logical file management system characterized by including.
【請求項5】複数の計算機と、前記各計算機を接続する
計算機接続網と、一つの論理ファイルのデータが分散格
納された複数のディスクと、前記各計算機から各ディス
クへ直接的にアクセスできるディスク接続網と、を含む
ディスク共有型クラスタシステムの論理ファイル管理シ
ステムにおいて、 前記複数の計算機のうちの少なくとも2つの計算機上で
動作し、互いに重複しない一つ又は複数の前記ディスク
を担当し、指定された論理ファイル識別子と論理ファイ
ル内オフセットアドレスから、ディスク識別子とディス
ク上のオフセットアドレスを決定して、これらを要求元
へ返却するアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
複数の前記ディスクに分散格納された論理ファイルのデ
ータに対してリード/ライトする際に起動され、指定さ
れた論理ファイル識別子と論理ファイル内オフセットア
ドレスから、分散格納された論理ファイルのデータの中
で同じディスクに格納されたデータの集合を表す部分論
理ファイルの部分論理ファイル識別子と部分論理ファイ
ル内オフセットアドレスを決定し、これらを要求元に返
却する部分論理ファイルアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
複数のディスクに分散格納された論理ファイルのデータ
に対してリード/ライトする際に起動され、指定された
論理ファイルのリード/ライト範囲を分散格納された単
位毎に分割し、分割された各範囲の先頭を示す複数の論
理ファイル内オフセットアドレスと指定された論理ファ
イル識別子をパラメータとして部分論理ファイルアドレ
ス変換手段を呼び出し、返却された複数の部分論理ファ
イル識別子をパラメータとしてアドレス変換要求を発行
すべきアドレス変換手段をそれぞれ特定し、前記部分論
理ファイルアドレス変換手段から得られた部分論理ファ
イル識別子と部分論理ファイル内オフセットアドレスを
パラメータとして、同時に、複数の前記アドレス変換手
段に対してアドレス変換要求を発行し、返却された複数
のディスク識別子とディスク上のオフセットアドレスを
パラメータとしてディスク接続網を介して直接的にリー
ド/ライトを行なう適応分散格納論理ファイルアクセス
手段と、 を含むことを特徴とする論理ファイル管理システム
5. A plurality of computers, a computer connection network for connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and a disk in which each computer can directly access each disk. A logical file management system for a disk sharing cluster system including a connection network
In the system , it operates on at least two computers of the plurality of computers and is in charge of one or more of the disks that do not overlap each other, and a disk identifier is assigned from a specified logical file identifier and offset address in the logical file. Address conversion means for determining offset addresses on the disk and returning them to the request source, and a plurality of the disks in which a client program operating on any computer among the plurality of computers is connected to the disk connection network It is started when reading / writing the data of the logical file distributed and stored in the disk, and it is stored in the same disk among the data of the logical file distributed and stored from the specified logical file identifier and offset address in the logical file. Of a partial logical file that represents a set of stored data A partial logical file address conversion means for determining a file identifier and an offset address in the partial logical file and returning them to a request source, and a client program operating on any computer of the plurality of computers is connected to the disk connection network. It is activated when reading / writing the data of the logical file that is distributed and stored in the specified multiple disks, and divides the read / write range of the specified logical file into units that are distributed and stored. A partial logical file address conversion means is called with a plurality of logical file offset addresses indicating the beginning of each range and the specified logical file identifier as parameters, and an address conversion request is issued with the returned plurality of partial logical file identifiers as parameters. Specify each address translation method that should be A plurality of disk identifiers returned by issuing an address conversion request to a plurality of the address converting means at the same time using the partial logical file identifier obtained from the partial logical file address converting means and the offset address in the partial logical file as parameters. And an adaptive distributed storage logical file access means for directly reading / writing via the disk connection network with the offset address on the disk as a parameter, and a logical file management system.
【請求項6】複数の計算機と、前記各計算機を接続する
計算機接続網と、一つの論理ファイルのデータが分散格
納された複数のディスクと、前記各計算機から前記各デ
ィスクへ直接的にアクセスできるディスク接続網と、を
含むディスク共有型クラスタシステムの論理ファイル管
理システムにおいて、 前記複数の計算機のうちの少なくとも2つの計算機上で
動作し、互いに重複しない一つまたは複数の前記ディス
クを担当し、指定された論理ファイル識別子と論理ファ
イル内オフセットアドレスから、ディスク識別子とディ
スク上のオフセットアドレスを決定して、これらを要求
元へ返却するアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが前記ディスク接続網に接続された
複数の前記ディスクに分散格納された論理ファイルのデ
ータに対してリード/ライトする際に起動され、指定さ
れた論理ファイル識別子と論理ファイル内オフセットア
ドレスから、分散格納された論理ファイルのデータの中
で同じディスクに格納されたデータの集合を表す部分論
理ファイルの部分論理ファイル識別子と部分論理ファイ
ル内オフセットアドレスを決定し、これらを要求元に返
却する部分論理ファイルアドレス変換手段と、 前記複数の計算機のうち任意の計算機上で動作するクラ
イアントプログラムが、ディスク接続網に接続された複
数のディスクに分散格納された論理ファイルのデータに
対してリード/ライトする際に起動され、指定された論
理ファイルのリード/ライト範囲を分散格納された単位
毎に分割し、分割された各範囲の先頭を示す複数の論理
ファイル内オフセットアドレスと指定された論理ファイ
ル識別子をパラメータとして前記部分論理ファイルアド
レス変換手段を呼び出し、前記部分論理ファイルアドレ
ス変換手段から返却された複数の部分論理ファイル識別
子をパラメータとしてアドレス変換要求を発行するべき
前記アドレス変換手段をそれぞれ特定し、前記部分論理
ファイルアドレス変換手段から得られた部分論理ファイ
ル識別子と部分論理ファイル内オフセットアドレスをパ
ラメータとして、複数の前記アドレス変換手段に対し
て、アドレス変換要求を発行すると同時に、複数の前記
ディスクに対して直接的にリード/ライトを行なう適応
分散格納論理ファイル並列アクセス手段と、 を含むことを特徴とする論理ファイル管理システム。
6. A plurality of computers, a computer connection network connecting the respective computers, a plurality of disks in which data of one logical file is distributed and stored, and each of the computers can directly access the respective disks. Disk connection network and logical file management of disk sharing type cluster system including
In the management system , the disk identifier operates on at least two of the plurality of computers and is in charge of one or more of the disks that do not overlap each other, and the disk identifier is determined from the specified logical file identifier and offset address in the logical file. And an address translation unit that determines offset addresses on the disk and returns them to the request source, and a plurality of client programs that operate on any computer of the plurality of computers and that are connected to the disk connection network. It is activated when reading / writing to the data of the logical file that is distributed and stored in the disk, and from the specified logical file identifier and offset address in the logical file, the same disk is stored in the data of the logical file that is distributed and stored. Of a partial logical file that represents a set of stored data A partial logical file address conversion means for determining the logical file identifier and the offset address in the partial logical file and returning them to the request source, and the client program operating on any computer of the plurality of computers is a disk connection network. It is activated when reading / writing the data of the logical file distributed and stored in multiple disks connected to, and divides the read / write range of the specified logical file for each unit of distributed storage. A plurality of partial logics returned from the partial logical file address conversion means by calling the partial logical file address conversion means with a plurality of logical file offset addresses indicating the beginning of each range and a specified logical file identifier as parameters Address conversion request with file identifier as parameter Each of the address conversion means to be issued is specified, and the address conversion is performed for a plurality of the address conversion means by using the partial logical file identifier and the offset address in the partial logical file obtained from the partial logical file address conversion means as parameters. A logical file management system comprising: an adaptive distributed storage logical file parallel access means for directly reading / writing a plurality of disks at the same time when a request is issued.
【請求項7】複数の計算機と、前記各計算機を接続する
計算機接続網と、論理ファイルが格納された一つまたは
複数のディスクと、前記各計算機から前記各ディスクへ
直接的にアクセスできるディスク接続網と、を含むディ
スク共有型クラスタシステムの論理ファイル管理システ
ムを実現するプログラムを記録した記録媒体において、 (a)前記複数の計算機のうちのいずれか一つの計算機
上で実行され、前記ディスクに格納された論理ファイル
について、指定された論理ファイル識別子と論理ファイ
ル内オフセットアドレスとから、ディスク識別子とディ
スク上のオフセットアドレスを決定し、これらを要求元
へ返却するアドレス変換手段と、 (b)前記複数の計算機のうちの任意の計算機上で動作
するクライアントプログラムが前記ディスク接続網に接
続された前記ディスクに格納された論理ファイルをリー
ド/ライトする際に起動され、指定された論理ファイル
識別子と論理ファイル内オフセットアドレスをパラメー
タとして、前記アドレス変換手段に対して、アドレス変
換要求を発行し、前記アドレス変換手段から返却された
ディスク識別子とディスク上のオフセットアドレスをパ
ラメータとして、前記ディスク接続網を介して直接的に
リード/ライトを行なう論理ファイルアクセス手段と、 の(a)、及び(b)の各手段を前記計算機上で機能さ
せるためのプログラムを記録した記録媒体。
7. A plurality of computers, a computer connection network for connecting the respective computers, one or a plurality of disks storing logical files, and a disk connection capable of directly accessing the respective disks from the respective computers. Logical file management system of disk sharing type cluster system including network
A recording medium that records a program that realizes a program , (a) a logical file stored on the disk that is executed on any one of the plurality of computers and that has a specified logical file identifier Address conversion means for determining the disk identifier and the offset address on the disk from the offset address in the logical file, and returning these to the request source, and (b) a client operating on any computer of the plurality of computers. The program is started when the logical file stored in the disk connected to the disk connection network is read / written, and the specified logical file identifier and the offset address in the logical file are used as parameters for the address conversion means. Issue an address translation request, and A logical file access means for directly reading / writing via the disk connection network using the disk identifier and the offset address on the disk returned from the above, and (a) and (b) A recording medium recording a program for causing the computer to function.
【請求項8】複数の計算機と、前記各計算機を接続する
計算機接続網と、論理ファイルが格納された一つ又は複
数のディスクと、前記各計算機から前記各ディスクへ直
接的にアクセスできるディスク接続網と、を含むディス
ク共有型クラスタシステムの論理ファイル管理システム
を実現するプログラムを記録した記録媒体において、 (a)前記複数の計算機のうちの少なくとも2つの計算
機上で動作し、互いに重複しない一つ又は複数の前記デ
ィスクを担当し、指定された論理ファイル識別子と論理
ファイル内オフセットアドレスから、ディスク識別子と
ディスク上のオフセットアドレスを決定して、これらを
要求元へ返却するアドレス変換手段と、 (b)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された前記ディスクに格納された論理ファイルをリード
/ライトする際に起動され、論理ファイル識別子からア
ドレス変換要求を発行するべき前記アドレス変換手段を
特定し、指定された論理ファイル識別子と論理ファイル
内オフセットアドレスをパラメータとして、前記特定し
たアドレス変換手段に対してアドレス変換要求を発行
し、前記アドレス変換手段から返却されたディスク識別
子とディスク上のオフセットアドレスをパラメータとし
て、前記ディスク接続網を介して直接的にリード/ライ
トを行なう適応論理ファイルアクセス手段と、 の(a)、及び(b)の各手段を前記計算機上で機能さ
せるためのプログラムを記録した記録媒体。
8. A plurality of computers, a computer connection network for connecting the computers, one or a plurality of disks storing logical files, and a disk connection capable of directly accessing the disks from the computers. Logical file management system of disk-sharing cluster system including network
A recording medium for recording a program for realizing, (a) at least two operating on a computer, the logical file identifier charge one or more of the disc do not overlap each other, the designated one of said plurality of computers And an address conversion means for determining a disk identifier and an offset address on the disk from the offset address in the logical file and returning them to the request source, (b) a client operating on any computer of the plurality of computers The program is started when the logical file stored in the disk connected to the disk connection network is read / written, and the address conversion means that should issue the address conversion request is specified from the logical file identifier and designated. Parameter of logical file identifier and offset in logical file As an issue, an address translation request is issued to the identified address translation means, and the disk identifier returned from the address translation means and the offset address on the disk are used as parameters to directly read / write via the disk connection network. A recording medium recording an adaptive logical file access means for writing, and a program for causing each of the means (a) and (b) to function on the computer.
【請求項9】複数の計算機と、前記各計算機を接続する
計算機接続網と、一つの論理ファイルのデータが分散格
納された複数のディスクと、前記各計算機から前記各デ
ィスクへ直接的にアクセスできるディスク接続網と、を
含むディスク共有型クラスタシステムの論理ファイル管
理システムを実現するプログラムを記録した記録媒体
おいて、 (a)前記複数の計算機のうちのいずれか一つの計算機
上で動作し、前記ディスクに格納された論理ファイルに
ついて、指定された論理ファイル識別子と論理ファイル
内オフセットアドレスとから、ディスク識別子とディス
ク上のオフセットアドレスを決定し、これらを要求元へ
返却するアドレス変換手段と、 (b)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された複数の前記ディスクに分散格納された論理ファイ
ルのデータに対してリード/ライトする際に起動され、
指定された論理ファイル識別子と論理ファイル内オフセ
ットアドレスから、分散格納された論理ファイルのデー
タの中で同じディスクに格納されたデータの集合を表す
部分論理ファイルの部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスを決定し、これらを返却
する部分論理ファイルアドレス変換手段と、 (c)前記部分論理ファイルアドレス変換手段から得ら
れた部分論理ファイル識別子と部分論理ファイル内オフ
セットアドレスをパラメータとして、前記アドレス変換
手段へアドレス変換要求を発行し、前記アドレス変換手
段から返却されたディスク識別子とディスク上のオフセ
ットアドレスをパラメータとして、前記ディスク接続網
を介して直接的にリード/ライトを行なう分散格納論理
ファイルアクセス手段と、 の(a)乃至(c)の各手段を前記計算機上で機能させ
るためのプログラムを記録した記録媒体。
9. A plurality of computers, a computer connection network for connecting the respective computers, a plurality of disks in which data of one logical file is distributed and stored, and each of the computers can directly access the respective disks. Disk connection network and logical file management of disk sharing type cluster system including
In a recording medium in which a program for realizing a physical system is recorded , (a) a logical file stored on the disk, which operates on any one of the plurality of computers, Address conversion means for determining the disk identifier and the offset address on the disk from the specified logical file identifier and the offset address in the logical file, and returning these to the request source, (b) any of the plurality of computers A client program operating on a computer is started when reading / writing data of a logical file distributedly stored in the plurality of disks connected to the disk connection network,
From the specified logical file identifier and logical file offset address, the partial logical file identifier of the partial logical file that represents the set of data stored in the same disk among the distributed logical file data and the partial logical file offset Partial logical file address conversion means for determining addresses and returning them, (c) the partial logical file identifier and the partial logical file offset address obtained from the partial logical file address converting means as parameters, and the address converting means And a distributed storage logical file access means for directly reading / writing via the disk connection network by issuing an address conversion request to the address conversion means, and using the disk identifier returned from the address conversion means and the offset address on the disk as parameters. , (A) to a recording medium recording a program for operating each means in the computing machine of (c).
【請求項10】複数の計算機と、前記各計算機を接続す
る計算機接続網と、一つの論理ファイルのデータが分散
格納された複数のディスクと、前記各計算機から各ディ
スクへ直接的にアクセスできるディスク接続網と、を含
むディスク共有型クラスタシステムの論理ファイル管理
システムを実現するプログラムを記録した記録媒体にお
いて、 (a)前記複数の計算機のうちのいずれか一つの計算機
上で動作し、前記ディスクに格納された論理ファイルに
ついて、指定された論理ファイル識別子と論理ファイル
内オフセットアドレスとから、ディスク識別子とディス
ク上のオフセットアドレスを決定し、これらを要求元へ
返却するアドレス変換手段と、 (b)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された複数の前記ディスクに分散格納された論理ファイ
ルのデータに対してリード/ライトする際に起動され、
指定された論理ファイル識別子と論理ファイル内オフセ
ットアドレスから、分散格納された論理ファイルのデー
タの中で同じディスクに格納されたデータの集合を表す
部分論理ファイルの部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスを決定し、これらを返却
する部分論理ファイルアドレス変換手段と、 (c)前記複数の計算機のうちの任意の計算機上で動作
するクライアントプログラムが前記ディスク接続網に接
続された前記複数のディスクに分散格納された論理ファ
イルのデータに対してリード/ライトする際に起動さ
れ、指定された論理ファイルのリード/ライト範囲を分
散格納された単位毎に分割し、分割された各範囲の先頭
を示す複数の論理ファイル内オフセットアドレスと指定
された論理ファイル識別子をパラメータとして前記部分
論理ファイルアドレス変換手段を呼び出し、返却された
部分論理ファイル識別子と部分論理ファイル内オフセッ
トアドレスをパラメータとして前記アドレス変換手段に
対してアドレス変換要求を発行し、返却された複数のデ
ィスク識別子とディスク上のオフセットアドレスの組を
パラメータとして、同時に複数のディスクに対してリー
ド/ライトを行なう分散格納論理ファイル並列アクセス
手段と、 の(a)乃至(c)の各手段を前記計算機上で機能させ
るためのプログラムを記録した記録媒体。
10. A plurality of computers, a computer connection network for connecting the respective computers, a plurality of disks in which data of one logical file is distributed and stored, and a disk which can directly access the respective disks from the respective computers. Logical file management of disk sharing type cluster system including connection network
A recording medium having a program for realizing the system recorded thereon (a) operating on any one of the plurality of computers and designating a logical file stored on the disk. Address conversion means for determining the disk identifier and the offset address on the disk from the logical file identifier and the offset address in the logical file, and returning these to the request source; and (b) an arbitrary computer among the plurality of computers. The client program operating on is started when reading / writing the data of the logical file distributedly stored in the plurality of disks connected to the disk connection network,
From the specified logical file identifier and logical file offset address, the partial logical file identifier of the partial logical file that represents the set of data stored in the same disk among the distributed logical file data and the partial logical file offset Partial logical file address conversion means for deciding addresses and returning them, and (c) a client program operating on an arbitrary computer of the plurality of computers is stored in the plurality of disks connected to the disk connection network. It is activated when reading / writing the data of the distributed logical file and divides the read / write range of the specified logical file for each unit of distributed storage, and indicates the beginning of each divided range. The offset address in multiple logical files and the specified logical file identifier are The partial logical file address conversion means as a parameter, issue an address conversion request to the address conversion means using the returned partial logical file identifier and the offset address in the partial logical file as parameters, and return a plurality of disk identifiers And the offset address on the disk as a parameter, the distributed storage logical file parallel access means for reading / writing a plurality of disks at the same time, and the respective means (a) to (c) functioning on the computer. A recording medium on which a program for recording is recorded.
【請求項11】複数の計算機と、前記各計算機を接続す
る計算機接続網と、一つの論理ファイルのデータが分散
格納された複数のディスクと、前記各計算機から各ディ
スクへ直接的にアクセスできるディスク接続網と、を含
むディスク共有型クラスタシステムの論理ファイル管理
システムを実現するプログラムを記録した記録媒体にお
いて、 (a)前記複数の計算機のうちの少なくとも2つの計算
機上で動作し、互いに重複しない一つ又は複数の前記デ
ィスクを担当し、指定された論理ファイル識別子と論理
ファイル内オフセットアドレスから、ディスク識別子と
ディスク上のオフセットアドレスを決定して、これらを
要求元へ返却するアドレス変換手段と、 (b)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された複数の前記ディスクに分散格納された論理ファイ
ルのデータに対してリード/ライトする際に起動され、
指定された論理ファイル識別子と論理ファイル内オフセ
ットアドレスから、分散格納された論理ファイルのデー
タの中で同じディスクに格納されたデータの集合を表す
部分論理ファイルの部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスを決定し、これらを返却
する部分論理ファイルアドレス変換手段と、 (c)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された複数のディスクに分散格納された論理ファイルの
データに対してリード/ライトする際に起動され、指定
された論理ファイルのリード/ライト範囲を分散格納さ
れた単位毎に分割し、分割された各範囲の先頭を示す複
数の論理ファイル内オフセットアドレスと指定された論
理ファイル識別子をパラメータとして前記部分論理ファ
イルアドレス変換手段を呼び出し、 前記部分論理ファイルアドレス変換手段から返却された
複数の部分論理ファイル識別子をパラメータとしてアド
レス変換要求を発行すべき前記アドレス変換手段をそれ
ぞれ特定し、前記部分論理ファイルアドレス変換手段か
ら得られた部分論理ファイル識別子と部分論理ファイル
内オフセットアドレスをパラメータとして、同時に、複
数の前記アドレス変換手段に対して、アドレス変換要求
を発行し、前記アドレス変換手段から返却された複数の
ディスク識別子とディスク上のオフセットアドレスをパ
ラメータとしてディスク接続網を介して直接的にリード
/ライトを行なう適応分散格納論理ファイルアクセス手
段と、 の(a)乃至(c)の各手段を前記計算機上で機能させ
るためのプログラムを記録した記録媒体。
11. A plurality of computers, a computer connection network for connecting the respective computers, a plurality of disks in which data of one logical file is distributed and stored, and a disk which can directly access each disk from each of the computers. Logical file management of disk sharing type cluster system including connection network
A recording medium having a program for realizing the system recorded thereon: (a) is in charge of one or a plurality of disks that operate on at least two computers of the plurality of computers and do not overlap each other. Address conversion means for determining a disk identifier and an offset address on the disk from the specified logical file identifier and offset address in the logical file and returning these to the request source, (b) any of the plurality of computers The client program that operates on the computer is started when reading / writing the data of the logical file distributedly stored in the plurality of disks connected to the disk connection network,
From the specified logical file identifier and logical file offset address, the partial logical file identifier of the partial logical file that represents the set of data stored in the same disk among the distributed logical file data and the partial logical file offset Partial logical file address conversion means for deciding addresses and returning them, and (c) distributed storage of client programs operating on any computer among the plurality of computers in a plurality of disks connected to the disk connection network. It is activated when reading / writing the data of the specified logical file, and divides the read / write range of the specified logical file into units that are distributed and stored, and shows a plurality of heads of the divided ranges. Parameter of the offset address in the logical file and the specified logical file identifier The partial logical file address conversion means as a parameter, and specifies the address conversion means to issue an address conversion request using a plurality of partial logical file identifiers returned from the partial logical file address conversion means as parameters. Using the partial logical file identifier and the offset address in the partial logical file obtained from the logical file address conversion means as parameters, at the same time, an address conversion request is issued to a plurality of the address conversion means and returned from the address conversion means. An adaptive distributed storage logical file access means for directly reading / writing via a disk connection network using a plurality of disk identifiers and an offset address on the disk as parameters, and each means of (a) to (c) above. Make it work on a computer Recording medium recording the eye of the program.
【請求項12】複数の計算機と、前記各計算機を接続す
る計算機接続網と、一つの論理ファイルのデータが分散
格納された複数のディスクと、前記各計算機から前記各
ディスクへ直接的にアクセスできるディスク接続網と、
を含むディスク共有型クラスタシステムの論理ファイル
管理システムを実現するプログラムを記録した記録媒体
において、 (a)前記複数の計算機のうちの少なくとも2つの計算
機上で動作し、互いに重複しない一つ又は複数の前記デ
ィスクを担当し、指定された論理ファイル識別子と論理
ファイル内オフセットアドレスから、ディスク識別子と
ディスク上のオフセットアドレスを決定して、これらを
要求元へ返却するアドレス変換手段と、 (b)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが前記ディスク接続網に接続
された複数の前記ディスクに分散格納された論理ファイ
ルのデータに対してリード/ライトする際に起動され、
指定された論理ファイル識別子と論理ファイル内オフセ
ットアドレスから、分散格納された論理ファイルのデー
タの中で同じディスクに格納されたデータの集合を表す
部分論理ファイルの部分論理ファイル識別子と部分論理
ファイル内オフセットアドレスを決定し、これらを要求
元へ返却する部分論理ファイルアドレス変換手段と、 (c)前記複数の計算機のうち任意の計算機上で動作す
るクライアントプログラムが、前記ディスク接続網に接
続された複数の前記ディスクに分散格納された論理ファ
イルのデータに対してリード/ライトする際に起動さ
れ、指定された論理ファイルのリード/ライト範囲を分
散格納された単位毎に分割し、分割された各範囲の先頭
を示す複数の論理ファイル内オフセットアドレスと指定
された論理ファイル識別子をパラメータとして前記部分
論理ファイルアドレス変換手段を呼び出し、 前記部分論理ファイルアドレス変換手段から返却された
複数の部分論理ファイル識別子をパラメータとしてアド
レス変換要求を発行するべきアドレス変換手段をそれぞ
れ特定し、前記部分論理ファイルアドレス変換手段から
得られた部分論理ファイル識別子と部分論理ファイル内
オフセットアドレスをパラメータとして、複数の前記ア
ドレス変換手段に対して、アドレス変換要求を発行する
と同時に、複数の前記ディスクに対して直接的にリード
/ライトを行なう適応分散格納論理ファイル並列アクセ
ス手段と、 の(a)乃至(c)の各手段を前記計算機上で機能させ
るためのプログラムを記録した記録媒体。
12. A plurality of computers, a computer connection network for connecting the computers, a plurality of disks in which data of one logical file is distributed and stored, and the computers can directly access the disks. Disk connection network,
File of the disk-shared cluster system including the
In a recording medium having a program for realizing a management system recorded therein , (a) one or a plurality of disks that operate on at least two of the plurality of computers and do not overlap each other, Address conversion means for determining a disk identifier and an offset address on the disk from the designated logical file identifier and offset address in the logical file and returning these to the request source; and (b) any one of the plurality of computers. A client program operating on a computer is started when reading / writing data of a logical file distributedly stored in the plurality of disks connected to the disk connection network,
From the specified logical file identifier and logical file offset address, the partial logical file identifier of the partial logical file that represents the set of data stored in the same disk among the distributed logical file data and the partial logical file offset Partial logical file address conversion means for determining addresses and returning them to the request source; and (c) a plurality of client programs operating on any computer of the plurality of computers connected to the disk connection network. It is activated when reading / writing the data of the logical file distributedly stored in the disk, and divides the read / write range of the specified logical file into units of the distributed storage, and Multiple logical file offset addresses that indicate the beginning and the specified logical file identification Invoking the partial logical file address converting means with the identifier as a parameter, and specifying the address converting means for issuing the address conversion request using the partial logical file identifiers returned from the partial logical file address converting means as parameters, Using the partial logical file identifier and the offset address in the partial logical file obtained from the partial logical file address conversion means as parameters, an address conversion request is issued to the plurality of address conversion means and at the same time, to the plurality of disks. A recording medium in which a program for causing each of the means (a) to (c) to function on the computer is recorded.
JP20914998A 1998-07-24 1998-07-24 Logical File Management System in Disk Sharing Cluster System Expired - Fee Related JP3500972B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20914998A JP3500972B2 (en) 1998-07-24 1998-07-24 Logical File Management System in Disk Sharing Cluster System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20914998A JP3500972B2 (en) 1998-07-24 1998-07-24 Logical File Management System in Disk Sharing Cluster System

Publications (2)

Publication Number Publication Date
JP2000040026A JP2000040026A (en) 2000-02-08
JP3500972B2 true JP3500972B2 (en) 2004-02-23

Family

ID=16568132

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20914998A Expired - Fee Related JP3500972B2 (en) 1998-07-24 1998-07-24 Logical File Management System in Disk Sharing Cluster System

Country Status (1)

Country Link
JP (1) JP3500972B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100343231B1 (en) * 2000-08-28 2002-07-10 전창오 Cluster file system and mapping method thereof
US9104315B2 (en) 2005-02-04 2015-08-11 Sandisk Technologies Inc. Systems and methods for a mass data storage system having a file-based interface to a host and a non-file-based interface to secondary storage
JP4175379B2 (en) 2006-04-25 2008-11-05 日本電気株式会社 File sharing method and file sharing system
CN112783804A (en) * 2019-11-08 2021-05-11 华为技术有限公司 Data access method, device and storage medium
CN114415976B (en) * 2022-03-28 2022-07-01 深圳市杉岩数据技术有限公司 Distributed data storage system and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
O’Keefe M.T.,Shared File Systems and Fibre Channel,the Sixth NASA Goddard Space Flight Center Conference on Mass Storage Systems and Technologies,米国,IEEE/NASA,1998年 3月,p.1−16,URL,http://romulus.gsfc.nasa.gov/msst/conf1998.html
Soltis S. et al.,The Design and Performance of a Shared Disk File System for IRIX,the Sixth NASA Goddard Space Flight Center Conference on Mass Storage Systems and Technologies,米国,IEEE/NASA,1998年 3月,p.41−55,URL,http://romulus.gsfc.nasa.gov/msst/conf1998.html

Also Published As

Publication number Publication date
JP2000040026A (en) 2000-02-08

Similar Documents

Publication Publication Date Title
US4603380A (en) DASD cache block staging
US6148377A (en) Shared memory computer networks
US6598134B2 (en) System and method for on-line, real time, data migration
JP3944449B2 (en) Computer system, magnetic disk device, and disk cache control method
US7281032B2 (en) File sharing system with data mirroring by storage systems
JP2868141B2 (en) Disk array device
US4536837A (en) Improved disk file allocation and mapping system utilizing cylinder control blocks and file map having unbalanced tree structure
US5983317A (en) Storage device and method for data sharing
US20020069317A1 (en) E-RAID system and method of operating the same
JP2002244817A (en) Mirroring agent
JPH10222407A (en) Method for processing multiple data base transactions in same process for reducing process overhead and redundant retrieval from data base server
US20020023070A1 (en) Method and system for sharing catalogs in a multiprocessing system utilizing a shared processor
US6687764B2 (en) File I/O control method
CN111722791A (en) Information processing system, storage system, and data transmission method
US6732137B1 (en) Performance optimization for data sharing across batch sequential processes and on-line transaction processes
JP2014203233A (en) Storage system and method for updating data in storage system
US6253283B1 (en) Storage control apparatus
US7275064B2 (en) Apparatus for managing virtualized-information
EP0465014B1 (en) Method and means for rule based data transfer
JP3500972B2 (en) Logical File Management System in Disk Sharing Cluster System
JP2002312210A (en) Method for providing disc array with file system access
JP2733189B2 (en) Disk array device input / output control method
JPH07319839A (en) Distributed shared memory managing method and network computer system
JP2866376B2 (en) Disk array device
Chao et al. DataMesh architecture 1.0

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

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

Free format text: PAYMENT UNTIL: 20071212

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20081212

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20091212

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20091212

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20101212

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20101212

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20111212

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20111212

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20121212

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20121212

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20131212

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees