JPH11126136A - Transfer method and dividing method for data, and information storage controller - Google Patents

Transfer method and dividing method for data, and information storage controller

Info

Publication number
JPH11126136A
JPH11126136A JP9290003A JP29000397A JPH11126136A JP H11126136 A JPH11126136 A JP H11126136A JP 9290003 A JP9290003 A JP 9290003A JP 29000397 A JP29000397 A JP 29000397A JP H11126136 A JPH11126136 A JP H11126136A
Authority
JP
Japan
Prior art keywords
information storage
packet
data
storage device
disk
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP9290003A
Other languages
Japanese (ja)
Inventor
Yasuhiko Nakano
泰彦 中野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9290003A priority Critical patent/JPH11126136A/en
Publication of JPH11126136A publication Critical patent/JPH11126136A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To make efficiently usable an information storage device which is different in access time and storage capacity by making isochronal packets and divided data packets included in one cycle and periodically performing a packet transfer. SOLUTION: A cycle start CS, a header H, and data D1, D2, and D3 between information storage devices are transferred in this order from the head of one cycle and are transferred periodically (A). For example, when the access times of three information storage devices are 1:2:2 as a proportion between them, one packet to the information storage device 1, two packets to the information storage device 2, and two packets to the information storage device 3 are transferred (B). When the storage capacity of the three information storage devices are 2:2:1 as a proportion, on the other hand, two packets to the information storage device 1, two packets to the information device 2, and one packet to the information storage device 3 are transferred in one cycle (C).

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はディスク・アレイな
どの情報処理システムに関わり、特に情報処理システム
におけるデータの転送方法、および周期的かつ等時性の
パケット転送を行うときのデータの分割方法、および情
報処理システムを構成する情報記憶装置を制御する情報
記憶制御装置に関わる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing system such as a disk array, and more particularly to a method of transferring data in an information processing system, and a method of dividing data when performing periodic and isochronous packet transfer. And an information storage control device for controlling an information storage device constituting the information processing system.

【0002】[0002]

【従来の技術】ディスク・アレイは複数のディスクにデ
ータを分割して、まとめて1度に書込みあるいは読み取
りを行うことによって高速性能を得ると共に、ディスク
が壊れたときでもデータの復元を可能にすることによっ
て高信頼性を実現する。
2. Description of the Related Art A disk array divides data into a plurality of disks and writes or reads them all at once to obtain high-speed performance, and enables data recovery even when a disk is broken. This achieves high reliability.

【0003】ディスク・アレイはRAID(Redun
dant Arrays of Inexpensiv
e Disks)とも呼ばれる。RAIDにはデータの
分割の仕方(ストライピングとも言う)とディスクが壊
れたときのデータの復元の仕方によって、RAID0か
らRAID5までの6つのレベルがある。
A disk array is a RAID (Redun
dant Arrays of Inexpensiv
e Disks). RAID has six levels from RAID 0 to RAID 5, depending on how data is divided (also called striping) and how data is restored when a disk is broken.

【0004】RAID0ではデータを複数バイトから成
るブロック単位に分割する。RAID1ではディスクの
ミラーリングを行う。2台のディスクを用意し1台のデ
ィスクの内容と同じものを他のディスクに書込み、ディ
スクが壊れたときに他のディスクからデータを復元す
る。
[0004] In RAID 0, data is divided into blocks each consisting of a plurality of bytes. In RAID1, disk mirroring is performed. Two disks are prepared, and the same contents of one disk are written to another disk, and when the disk is broken, data is restored from the other disk.

【0005】RAID2ではデータをビット単位に分割
し、データに訂正符号であるハミング符号を付加する
が、ハミング符号は複数のディスクに分散されて格納さ
れる。RAID3ではデータをビット単位もしくはバイ
ト単位に分割し、データにパリティを付加するが、パリ
ティを固定ディスクに格納する。
In RAID 2, data is divided into bits and a hamming code, which is a correction code, is added to the data. The hamming code is distributed and stored on a plurality of disks. In RAID3, data is divided into bits or bytes, and parity is added to the data. The parity is stored on a fixed disk.

【0006】RAID4ではデータを複数バイトから成
るブロック単位に分割し、パリティを固定ディスクに格
納する。RAID5ではパリティが複数のディスクに分
散されて格納される。
In RAID 4, data is divided into blocks each having a plurality of bytes, and parity is stored in a fixed disk. In RAID5, parity is distributed and stored on a plurality of disks.

【0007】これらの中で最近、最もよく用いられるの
がRAID5である。RAID5について図8を用いて
説明する。図8に示すようにOSからの入出力要求があ
ると、あるまとまったデータ列が1からnまでの複数の
ストライピングセットに分割され、分割されたデータを
ディスク・アレイ制御装置がそれぞれのディスク、すな
わちディスク・アレイ装置に格納する。
[0007] Of these, RAID 5 is most frequently used recently. RAID5 will be described with reference to FIG. As shown in FIG. 8, when there is an input / output request from the OS, a certain data string is divided into a plurality of striping sets 1 to n, and the divided data is sent to each disk by the disk array controller. That is, it is stored in the disk array device.

【0008】図8のRAID5では4つのディスクにデ
ータとパリティが分散して格納されている。ストライプ
1からストライプ3までがそれぞれディスク1からディ
スク3までに格納され、ストライプ1からストライプ3
までに対応するパリティがディスク4に格納される。
In RAID 5 of FIG. 8, data and parity are dispersedly stored on four disks. Stripes 1 to 3 are stored on disks 1 to 3, respectively, and stripes 1 to 3
Are stored in the disk 4.

【0009】ストライプ4とストライプ5はそれぞれデ
ィスク1とディスク2に、ストライプ6はディスク4
に、ストライプ4からストライプ6までに対応するパリ
ティがディスク3に格納される。ストライプ7以下のデ
ータも同様に格納される。
[0009] Stripes 4 and 5 are on disks 1 and 2 respectively, and stripe 6 is on disk 4
Then, the parity corresponding to stripes 4 to 6 is stored in the disk 3. Data of stripe 7 and below is stored in the same manner.

【0010】パリティの生成やデータのバッファリング
は、ディスク・アレイ制御装置が行う。ディスク・アレ
イ制御装置では、これらの処理を専用CPUを搭載して
ハードウェア主体に行う場合もあるが、ソフトウェアだ
けで行うこともある。
The generation of parity and the buffering of data are performed by the disk array controller. In the disk array controller, these processes may be performed mainly by hardware with a dedicated CPU mounted, or may be performed only by software.

【0011】一般に、ハードウェア主体で行う場合は高
速処理が可能であるが価格が高い。これに対してソフト
ウェアで行う場合は専用のハードウェアを必要としない
ので高価にならないが、性能についてはハードウェア主
体の場合に比べるとそれほど高くない。
Generally, when the processing is performed mainly by hardware, high-speed processing is possible, but the price is high. On the other hand, if the operation is performed by software, dedicated hardware is not required, so that the cost is not high. However, the performance is not so high as compared with the case of mainly hardware.

【0012】[0012]

【発明が解決しようとする課題】最近では、例えばHD
TVなどの高解像度表示装置用のデジタルデータでは転
送速度が300[Mbps]程度の高速性が要求されて
おり、ディスク・アレイを用いてデジタルデータをリア
ルタイムで大量にかつ高速に書き込むことや読み取るこ
とが行われる。
Recently, for example, HD
Digital data for high-resolution display devices such as TVs require a high-speed transfer rate of about 300 [Mbps], and large-scale and high-speed writing and reading of digital data in real time using a disk array. Is performed.

【0013】図9に従来のRAID構成例を示す。図9
ではディスク・アレイ制御装置1台に対して、ディスク
へのデータの書込みや読み取りのために磁気ヘッドの位
置決めなどに要する時間すなわちアクセス時間が均一で
あり、データを格納するディスク容量が同等であるディ
スク・アレイ装置が複数台(例えば3台)並べられて接
続される。
FIG. 9 shows an example of a conventional RAID configuration. FIG.
In a disk array controller, the time required for positioning a magnetic head for writing or reading data to a disk, that is, the access time is uniform for one disk array controller, and the disk capacity for storing data is the same. -A plurality (for example, three) of array devices are arranged and connected.

【0014】図9に示すようにディスク・アレイ制御装
置とディスク・アレイ装置とのインタフェースではウル
トラワイドのSCSIならば最高320[Mbps]の
転送が行われ、各ディスク・アレイ装置に対しても最高
320[Mbps]のデータ転送速度が得られる。
As shown in FIG. 9, in the interface between the disk array control device and the disk array device, a maximum of 320 [Mbps] is transferred in the case of ultra-wide SCSI, and the maximum is also transmitted to each disk array device. A data transfer speed of 320 [Mbps] is obtained.

【0015】このようにRAID0からRAID5に至
るディスク・アレイでは、アクセス時間やディスク容量
が同等の複数のディスク・アレイ装置すなわちハードデ
ィスク装置を使って高信頼化および高性能を実現してい
た。
As described above, in the disk arrays ranging from RAID0 to RAID5, high reliability and high performance have been realized by using a plurality of disk array devices, ie, hard disk devices, having the same access time and disk capacity.

【0016】しかしながら、ハードディスク装置毎にデ
ータの読み出し時間や書込み時間にバラツキがあると、
バッファデータのオーバーフローやアンダーフローが発
生してしまうなどの問題があり、アクセス時間などの性
能が同等のハードディスク装置を並べなければならない
という問題があった。
However, if the data read time and the data write time vary among the hard disk devices,
There is a problem that buffer data overflows and underflows occur, and there is a problem that hard disk devices having the same performance such as access time must be arranged.

【0017】また、ハードディスク装置毎にディスク容
量に違いがある場合は、構成したハードディスク装置の
容量が一番小さいものに揃えられてしまい、ディスク容
量が大きいものほど空きが生じるという問題があった。
Further, when there is a difference in the disk capacity between the hard disk devices, the capacity of the configured hard disk devices is adjusted to the smallest one, and there is a problem that the larger the disk capacity, the more space is created.

【0018】更に、「費用がかからない」ディスクであ
っても複数のハードディスク装置を並べるとコストが問
題になってくる。その上、システム・メーカーが性能を
把握しており、メーカーが指定したハードディスク装置
を揃えるとなると機種が限定されたものとなり、却って
割高になるという問題があった。
Further, even if the disk is "inexpensive", cost becomes a problem if a plurality of hard disk devices are arranged. In addition, there is a problem that the system manufacturer knows the performance, and if the hard disk devices specified by the manufacturer are prepared, the models are limited and the cost is rather high.

【0019】一方、マルチメディア通信装置などにおい
ては、通信制御装置と複数の通信装置の間でIEEE1
394インタフェースを用いることが考えられており、
周期的かつ等時性のパケット転送が行われる。
On the other hand, in a multimedia communication device and the like, an IEEE 1 standard is used between a communication control device and a plurality of communication devices.
394 interface is considered,
Periodic and isochronous packet transfer is performed.

【0020】ここでは1秒間を例えば8000回に分け
て、125[マイクロ秒]の周期でサイクルスタートと
呼ばれる等時性転送を行うためのパケットが用いられ
る。各通信装置はサイクルスタートにより時刻を合わせ
る。
Here, one second is divided into, for example, 8000 times, and a packet for performing isochronous transfer called a cycle start at a period of 125 [microseconds] is used. Each communication device sets the time by a cycle start.

【0021】サイクルスタートのパケットに続いて等時
性のデータ・パケットが転送される。データ・パケット
の先頭には、データの書込みか、読取りかなどの方向を
表すコマンドや1パケットの長さなどを示すヘッダーが
送出される。また等時性のデータ・パケット以外の非同
期のデータ・パケットが等時性のデータ・パケットに続
いて転送されることもある。
Following the cycle start packet, an isochronous data packet is transferred. At the beginning of the data packet, a command indicating the direction of writing or reading data and a header indicating the length of one packet are transmitted. Also, asynchronous data packets other than isochronous data packets may be transferred following isochronous data packets.

【0022】通信装置におけるパケット転送について図
10を用いて説明する。図10に示すように1周期の先
頭から、サイクルスタート(図ではCSと示す。)、ヘ
ッダー(図ではHと示す。)、各通信装置との間のデー
タ(図ではM1、M2、M3と示す。)、および非同期
のパケット(図ではA1、A2と示す。)の順に転送さ
れる。
The packet transfer in the communication device will be described with reference to FIG. As shown in FIG. 10, from the beginning of one cycle, a cycle start (shown as CS in the figure), a header (shown as H in the figure), and data between each communication device (M1, M2, M3 in the figure). ) And asynchronous packets (shown as A1 and A2 in the figure) in this order.

【0023】図10は1台の通信制御装置と3台の通信
装置との間のパケット転送を示したものであり、M1、
M2、M3は3台の通信装置にそれぞれ1個ずつ対応し
ているパケットである。このようにパケット転送を周期
的かつ等時的に行うことによって、複数の通信装置に対
して一括書込みや一括読み取りを実現している。
FIG. 10 shows packet transfer between one communication control device and three communication devices.
M2 and M3 are packets respectively corresponding to three communication devices. By performing the packet transfer periodically and at the same time as described above, batch writing and batch reading are realized for a plurality of communication devices.

【0024】本発明はこのような点にかんがみて、ディ
スク・アレイ制御装置などの情報記憶装置と複数のディ
スク・アレイ装置などの情報記憶装置との間のデータの
転送方法およびデータの分割方法および情報記憶制御装
置に関わり、アクセス時間や記憶容量が異なる情報記憶
装置を効率的に使用することを目的とする。
In view of the foregoing, the present invention provides a method of transferring data between an information storage device such as a disk array control device and an information storage device such as a plurality of disk array devices, a method of dividing data, and a method of dividing data. An object of the present invention is to relate to an information storage control device and to efficiently use information storage devices having different access times and storage capacities.

【0025】[0025]

【課題を解決するための手段】上記の課題は下記の如く
に構成された本発明のデータの転送方法およびデータの
分割方法および情報記憶制御装置によって解決される。
本発明のデータの転送方法は、複数の情報記憶装置の時
刻を合わせるための等時性のパケットと、情報記憶制御
装置と各情報記憶装置との間で転送されるデータを各情
報記憶装置に対応するように分割したパケットと、を1
周期の中に含み、周期的にパケット転送を行うことを特
徴とする。
The above object is achieved by a data transfer method, a data division method, and an information storage control device according to the present invention configured as follows.
According to the data transfer method of the present invention, an isochronous packet for adjusting the time of a plurality of information storage devices and data transferred between the information storage control device and each information storage device are transmitted to each information storage device. Correspondingly divided packets and 1
It is characterized in that it is included in a cycle and packet transfer is performed periodically.

【0026】また、本発明のデータの分割方法は、情報
記憶制御装置と複数の情報記憶装置との間で、周期的か
つ等時性のパケット転送を行うときのデータの分割方法
であって、1周期の中で転送されるパケットの数を、各
情報記憶装置に対して各情報記憶装置のアクセス時間の
逆数の整数比に配分することを特徴とする。
Further, the data dividing method of the present invention is a data dividing method for performing periodic and isochronous packet transfer between an information storage control device and a plurality of information storage devices, The number of packets transferred in one cycle is allocated to each information storage device in an integer ratio of the reciprocal of the access time of each information storage device.

【0027】更に、本発明の情報記憶制御装置は、複数
の情報記憶装置との間でパケット転送を行う情報記憶制
御装置であって、各情報記憶装置との間で転送されるパ
ケットの数を、各情報記憶装置のアクセス時間の逆数の
整数比に配分する速度決定手段、および、複数の情報記
憶装置の時刻を合わせるためのパケットと、速度決定手
段によって配分された結果を示すパケットと、各情報記
憶装置との間で転送されるパケットと、を1周期毎に転
送する等時性転送手段、を備えることを特徴とする。
Further, the information storage control device of the present invention is an information storage control device for transferring packets to and from a plurality of information storage devices, wherein the number of packets transferred to and from each information storage device is determined. A speed determining means for allocating to an integer ratio of a reciprocal of an access time of each information storage device, and a packet for adjusting the time of a plurality of information storage devices, and a packet indicating a result allocated by the speed determining means, Isochronous transfer means for transferring a packet transferred to and from the information storage device every cycle.

【0028】更にまた、本発明のデータの分割方法は、
情報記憶制御装置と複数の情報記憶装置との間で、周期
的かつ等時性のパケット転送を行うときのデータの分割
方法であって、1周期の中で転送されるパケットの数
を、各情報記憶装置に対して各情報記憶装置の記憶容量
の整数比に配分することを特徴とする。
Further, the data dividing method of the present invention is as follows.
A method of dividing data when performing periodic and isochronous packet transfer between an information storage control device and a plurality of information storage devices, wherein the number of packets transferred in one cycle is It is characterized in that an information storage device is allocated to an integer ratio of the storage capacity of each information storage device.

【0029】また、本発明の情報記憶制御装置は、複数
の情報記憶装置との間でパケット転送を行う情報記憶制
御装置であって、各情報記憶装置との間で転送されるパ
ケットの数を、各情報記憶装置の記憶容量の整数比に配
分する容量決定手段、および、複数の情報記憶装置の時
刻を合わせるためのパケットと、容量決定手段によって
配分された結果を示すパケットと、各情報記憶装置との
間で転送されるパケットと、を1周期毎に転送する等時
性転送手段、を備えることを特徴とする。
Further, the information storage control device of the present invention is an information storage control device for performing packet transfer with a plurality of information storage devices, wherein the number of packets transferred with each information storage device is determined. Capacity determining means for allocating to an integer ratio of the storage capacity of each information storage device; a packet for adjusting the time of the plurality of information storage devices; a packet indicating a result allocated by the capacity determining means; Isochronous transfer means for transferring a packet transferred to and from the device every period.

【0030】図1は本発明の原理図である。図1の
(A)パケット転送では、複数の情報記憶装置の時刻を
合わせるための等時性のパケットすなわちサイクルスタ
ートと、情報記憶制御装置と各情報記憶装置との間で転
送されるデータを各情報記憶装置に対応するように分割
したパケットと、が1周期の中に含まれ、パケット転送
が周期的に行われることを示す。
FIG. 1 is a diagram illustrating the principle of the present invention. In the packet transfer shown in FIG. 1A, an isochronous packet for synchronizing the times of a plurality of information storage devices, that is, a cycle start, and data transferred between the information storage control device and each information storage device are transmitted. A packet divided so as to correspond to the information storage device is included in one cycle, indicating that packet transfer is performed periodically.

【0031】サイクルスタートのパケットに続いて転送
される等時性のデータ・パケットは、情報記憶装置への
書込みの場合は情報記憶制御装置から各情報記憶装置へ
送出される書込みデータであり、情報記憶装置から読み
取りの場合は各情報記憶装置から情報記憶制御装置に送
出される各情報記憶装置の読み取りデータである。
The isochronous data packet transferred following the cycle start packet is write data sent from the information storage control device to each information storage device when writing to the information storage device. In the case of reading from a storage device, it is read data of each information storage device sent from each information storage device to the information storage control device.

【0032】データ・パケットの先頭には、データの書
込みか、読み取りかなどを表すコマンドや1パケットの
長さなどを示すヘッダーが送出される。図1の(A)に
示すように1周期の先頭から、サイクルスタート(C
S)、ヘッダー(H)、各情報記憶装置との間のデータ
(D1、D2、D3)の順に転送され、これらが周期的
に転送される。
At the beginning of the data packet, a command indicating whether to write or read data and a header indicating the length of one packet are transmitted. As shown in FIG. 1A, the cycle start (C
S), the header (H), and data (D1, D2, D3) between the information storage devices are transferred in this order, and these are transferred periodically.

【0033】図1の(A)は1台の情報記憶制御装置と
3台の情報記憶装置との間のパケット転送を示したもの
であり、D1、D2、D3は3台の情報記憶装置にそれ
ぞれ1個ずつ対応しているパケットである。
FIG. 1A shows the packet transfer between one information storage control device and three information storage devices, and D1, D2, and D3 indicate the packet transfer to three information storage devices. Each packet corresponds to one packet.

【0034】このように情報記憶制御装置と複数の情報
記憶装置との間でパケット転送を周期的かつ等時的に行
うことによって、複数の情報記憶装置に対して一括書込
みや一括読み取りを実現する。
As described above, the packet transfer between the information storage control device and the plurality of information storage devices is performed periodically and at the same time, thereby realizing batch writing and batch reading for the plurality of information storage devices. .

【0035】図1の(B)アクセス時間には、情報記憶
制御装置と複数の情報記憶装置との間で、各情報記憶装
置のアクセス時間に基づいて1周期毎に転送されるパケ
ットの数を決定し、周期的かつ等時性のパケット転送が
行われることが示される。
The (B) access time in FIG. 1 indicates the number of packets transferred per cycle between the information storage control device and a plurality of information storage devices based on the access time of each information storage device. A decision is made to indicate that a periodic and isochronous packet transfer will take place.

【0036】ここで例えば3台の情報記憶装置のアクセ
ス時間をT1、T2、T3とし、1周期で転送されるパ
ケットの数をP1、P2、P3とすると、P1対P2対
P3は(1/T1)対(1/T2)対(1/T3)であ
る。
If the access times of the three information storage devices are T1, T2, and T3, and the numbers of packets transferred in one cycle are P1, P2, and P3, for example, P1 / P2 / P3 is (1/1). T1) vs. (1 / T2) vs. (1 / T3).

【0037】例えば3台の情報記憶装置のアクセス時間
を順に8[ミリ秒]、4[ミリ秒]、4[ミリ秒]とす
ると、P1対P2対P3は整数比であるから1対2対2
となる。従って1周期で情報記憶装置1に対しては1
個、情報記憶装置2に対しては2個、情報記憶装置3に
対しては2個のパケットが転送される。
For example, assuming that the access times of three information storage devices are 8 [milliseconds], 4 [milliseconds], and 4 [milliseconds] in order, P1: P2: P3 is an integer ratio, and therefore, 1: 2: 2
Becomes Therefore, 1 for the information storage device 1 in one cycle
, Two packets to the information storage device 2, and two packets to the information storage device 3.

【0038】一方、図1の(C)記憶容量には、情報記
憶制御装置と複数の情報記憶装置との間で、各情報記憶
装置の記憶容量に基づいて1周期毎に転送されるパケッ
トの数を決定し、周期的かつ等時性のパケット転送が行
われることが示される。
On the other hand, FIG. 1C shows the storage capacity of the packet transferred between the information storage control device and the plurality of information storage devices in each cycle based on the storage capacity of each information storage device. The number is determined, indicating that periodic and isochronous packet transfers occur.

【0039】ここで例えば3台の情報記憶装置の記憶容
量をC1、C2、C3とし、1周期で転送されるパケッ
トの数をP1、P2、P3とすると、P1対P2対P3
はC1対C2対C3である。
For example, if the storage capacities of three information storage devices are C1, C2, and C3, and the numbers of packets transferred in one cycle are P1, P2, and P3, P1: P2: P3
Is C1: C2: C3.

【0040】例えば3台の情報記憶装置の記憶容量を順
に1[GB(ギガバイト)]、1[GB]、500[M
B(メガバイト)]とすると、P1対P2対P3は整数
比であるから2対2対1となる。従って1周期で情報記
憶装置1に対しては2個、情報記憶装置2に対しては2
個、情報記憶装置3に対しては1個のパケットが転送さ
れる。
For example, the storage capacities of three information storage devices are sequentially changed to 1 [GB (gigabyte)], 1 [GB], and 500 [M].
B (megabytes)], P1: P2: P3 is an integer ratio, and thus becomes 2: 2: 1. Therefore, in one cycle, two information storage devices 1 and two information storage device 2
And one packet is transferred to the information storage device 3.

【0041】図2は本発明の情報記憶制御装置の構成図
である。図2の1は情報記憶制御装置、2は速度決定手
段、3は容量決定手段、4は等時性転送手段である。図
2の(A)は速度決定処理2および等時性転送手段4を
備える情報記憶制御装置1であり、図2の(B)は容量
決定手段3および等時性転送手段4を備える情報記憶制
御装置1である。情報記憶制御装置1は、図示していな
い複数の情報記憶装置との間で、周期的かつ等時性のパ
ケット転送を行う。
FIG. 2 is a block diagram of the information storage control device of the present invention. 2 is an information storage control device, 2 is a speed determining means, 3 is a capacity determining means, and 4 is an isochronous transfer means. FIG. 2A shows an information storage control device 1 including a speed determination process 2 and an isochronous transfer unit 4, and FIG. 2B shows an information storage device including a capacity determination unit 3 and an isochronous transfer unit 4. The control device 1. The information storage control device 1 performs periodic and isochronous packet transfer with a plurality of information storage devices (not shown).

【0042】速度決定手段2は、各情報記憶装置との間
で転送されるパケットの数を、各情報記憶装置のアクセ
ス時間の逆数の整数比に配分する。容量決定手段3は、
各情報記憶装置との間で転送されるパケットの数を、各
情報記憶装置の記憶容量の整数比に配分する。
The speed determining means 2 distributes the number of packets transferred to each information storage device to an integer ratio of the reciprocal of the access time of each information storage device. The capacity determining means 3
The number of packets transferred to and from each information storage device is allocated to an integer ratio of the storage capacity of each information storage device.

【0043】等時性転送手段4は、複数の情報記憶装置
の時刻を合わせるためのパケットすなわちサイクルスタ
ートと、速度決定手段2あるいは容量決定手段3によっ
て配分された結果を示すパケットすなわちヘッダーと、
各情報記憶装置との間で転送されるパケットすなわち各
情報記憶装置に配分された個数のデータ・パケットと、
を1周期毎に転送する。
The isochronous transfer means 4 includes a packet for adjusting the time of a plurality of information storage devices, that is, a cycle start, a packet indicating a result allocated by the speed determination means 2 or the capacity determination means 3, that is, a header,
Packets transferred to and from each information storage device, that is, the number of data packets allocated to each information storage device;
Is transferred every cycle.

【0044】このように、本発明のデータの転送方法お
よびデータの分割方法および情報記憶制御装置を用いる
ことによって、メーカーや機種によって情報記憶装置の
アクセス時間やディスク容量が異なる場合でも、情報記
憶装置をディスク・アレイなどの情報処理システムとし
て効率的に使用することが可能になる。
As described above, by using the data transfer method, the data division method, and the information storage control device of the present invention, even when the access time and the disk capacity of the information storage device differ depending on the manufacturer and model, the information storage device can be used. Can be used efficiently as an information processing system such as a disk array.

【0045】[0045]

【発明の実施の形態】本発明の実施例について図面を用
いて詳細に説明する。図3は本発明の実施例を示す情報
記憶制御装置すなわちディスク・アレイ制御装置の構成
図である。図3の1が本発明のディスク・アレイ制御装
置であり、6は性能記憶部、7は性能決定部、8は分割
/復元処理部、9は制御部である。
Embodiments of the present invention will be described in detail with reference to the drawings. FIG. 3 is a configuration diagram of an information storage control device, that is, a disk array control device, showing an embodiment of the present invention. 3 is a disk array controller of the present invention, 6 is a performance storage unit, 7 is a performance determination unit, 8 is a division / restoration processing unit, and 9 is a control unit.

【0046】ディスク・アレイ制御装置1は、図示して
いないワークステーションやパーソナルコンピュータな
どのコンピュータから、データの書込みや読み取りを指
示するためのコマンドを受取り、複数の情報記憶装置す
なわちディスク・アレイ装置を制御し、これらのディス
ク・アレイ装置との間でデータ転送を行い、更にコンピ
ュータとの間でデータ転送を行う。
The disk array controller 1 receives commands for writing and reading data from a computer such as a workstation or a personal computer (not shown), and controls a plurality of information storage devices, that is, a disk array device. , And transfers data to and from these disk array devices, and further transfers data to and from the computer.

【0047】ディスク・アレイ制御装置1は、性能記憶
部6、性能決定部7、分割/復元処理部8、および制御
部9から構成される。性能記憶部6、性能決定部7、お
よび制御部9は図2の速度決定部2および容量決定部3
に対応し、分割/復元処理部8、および制御部9は図2
の等時性転送部4を含む。
The disk array controller 1 comprises a performance storage unit 6, a performance determination unit 7, a division / restoration processing unit 8, and a control unit 9. The performance storage unit 6, the performance determination unit 7, and the control unit 9 correspond to the speed determination unit 2 and the capacity determination unit 3 in FIG.
And the division / restoration processing unit 8 and the control unit 9 correspond to FIG.
And an isochronous transfer unit 4.

【0048】制御部9ではコンピュータからコマンドを
受けると、性能決定部7を介してディスク・アレイ装置
のアクセス時間、記憶容量すなわちディスク容量などを
調べ、性能記憶部6にあるメモリーに格納しておく。
When the control unit 9 receives a command from the computer, the control unit 9 checks the access time and the storage capacity, that is, the disk capacity of the disk array device via the performance determination unit 7 and stores it in the memory in the performance storage unit 6. .

【0049】性能決定部7ではディスクへの書込みや読
み取りのデータ転送に先立って、性能記憶部6にあるメ
モリーからアクセス時間やディスク容量を読み出し、各
ディスク・アレイ装置との間で転送されるパケット数を
決定し、性能記憶部6にあるレジスタに格納しておく。
The performance determining unit 7 reads the access time and the disk capacity from the memory in the performance storage unit 6 prior to the data transfer for writing and reading to the disk, and transfers the packet to and from each disk array device. The number is determined and stored in a register in the performance storage unit 6.

【0050】性能決定部7では、各ディスク・アレイ装
置との間で転送されるパケットの数を、各ディスク・ア
レイ装置のアクセス時間の逆数の整数比、あるいは各デ
ィスク・アレイ装置のディスク容量の整数比に配分する
ように決定する。
The performance determining unit 7 determines the number of packets transferred to and from each disk array device as an integer ratio of the reciprocal of the access time of each disk array device or the disk capacity of each disk array device. It is decided to distribute to an integer ratio.

【0051】分割/復元処理部8では、ディスクに書き
込むコマンドが発行された場合は、性能決定部7で配分
された個数のパケットに分割しデータを送出するが、読
み取りコマンドが発行された場合は、性能決定部7で配
分された個数のパケット分のデータをディスク・アレイ
装置に要求し、各ディスク・アレイ装置からデータ・パ
ケットを受け取ってから、データを分割する前のデータ
に復元する。
In the division / restoration processing unit 8, when a command to be written to the disc is issued, the data is divided into packets distributed by the performance determination unit 7 and the data is transmitted. When a read command is issued, Then, the performance determining unit 7 requests the data of the number of packets distributed to the disk array device, receives the data packet from each disk array device, and restores the data to the data before being divided.

【0052】ディスクに書き込むコマンドの場合もディ
スクから読み取るコマンドの場合もデータ転送は、周期
的かつ等時性のパケット転送を行う。1周期すなわち1
サイクルにおいては、複数のディスク・アレイ装置の時
刻を合わせるためにサイクルスタート・パケットと、性
能決定部7によって配分された結果を示すヘッダー・パ
ケットと、各ディスク・アレイ装置に配分された個数の
データ・パケットとが生成され、各ディスク・アレイ装
置との間で転送される。
In both the case of a command to write to the disk and the case of a command to read from the disk, the data transfer involves periodic and isochronous packet transfer. 1 cycle, 1
In the cycle, a cycle start packet for adjusting the time of a plurality of disk array devices, a header packet indicating a result allocated by the performance determining unit 7, and data of the number allocated to each disk array device A packet is generated and transferred to and from each disk array device.

【0053】図4は本発明のディスク・アレイ制御装置
の性能決定までの処理フロー図である。図4のステップ
S410に示すように、ディスク・アレイ制御装置1に
接続されるディスク・アレイ装置の数Sを最初に設定す
る。続いてステップS412に示すようにi=0として
ステップS510に進む。
FIG. 4 is a processing flow chart up to the performance determination of the disk array controller of the present invention. As shown in step S410 of FIG. 4, the number S of the disk array devices connected to the disk array control device 1 is first set. Subsequently, as shown in step S412, i = 0 is set and the process proceeds to step S510.

【0054】ステップS510においては、各ディスク
・アレイ装置のアクセス時間やディスク容量を得るため
に実際にディスクをアクセスする。続いてステップS5
12に進む。
In step S510, a disk is actually accessed to obtain the access time and disk capacity of each disk array device. Then, step S5
Proceed to 12.

【0055】ステップS512においては各ディスク・
アレイ装置についてアクセス時間を測定し、計測結果を
各ディスクアレイ装置について性能記憶部6のメモリー
に格納し、ステップS514に進む。
In step S512, each disk
The access time is measured for the array device, the measurement result is stored in the memory of the performance storage unit 6 for each disk array device, and the process proceeds to step S514.

【0056】ステップS514においては各ディスク・
アレイ装置について、ディスクを実際にアクセスして得
たディスク容量と性能記憶部6のメモリーに格納してあ
るディスク容量との比較を行う。こうしてディスク容量
を確認するとステップS516に進む。
In step S514, each disk
For the array device, a comparison is made between the disk capacity obtained by actually accessing the disk and the disk capacity stored in the memory of the performance storage unit 6. After confirming the disk capacity in this way, the process proceeds to step S516.

【0057】ステップS516においてはi+1を行
い、i+1が最初に設定した装置の接続数Sを越えたか
どうかを判定する。i+1がSを越えていない場合はス
テップS510に戻り、i+1がSを越えた場合はステ
ップS610に進む。
In step S516, i + 1 is performed, and it is determined whether or not i + 1 has exceeded the number S of connections of the device set first. If i + 1 does not exceed S, the process returns to step S510, and if i + 1 exceeds S, the process proceeds to step S610.

【0058】ステップS610においてはi=0として
ステップS612に進む。ステップS612においては
各ディスク・アレイ装置のアクセス時間を基にした速度
について性能を決定すると共に、ディスク容量に基づい
て性能を決定する。
In step S610, i = 0 is set, and the flow advances to step S612. In step S612, the performance is determined for the speed based on the access time of each disk array device, and the performance is determined based on the disk capacity.

【0059】続いてステップS614に進み、決定され
た性能値が性能記憶部6のレジスタに格納される。次に
ステップS616に進む。ステップS616においては
i+1を行い、i+1がSを越えたかどうかを判定す
る。i+1がSを越えていない場合はステップS612
に戻り、i+1がSを越えた場合は処理を終了する。
Subsequently, the flow advances to step S614, where the determined performance value is stored in the register of the performance storage unit 6. Next, the process proceeds to step S616. In step S616, i + 1 is performed, and it is determined whether i + 1 has exceeded S. If i + 1 does not exceed S, step S612
And if i + 1 exceeds S, the process ends.

【0060】図4の処理フローによって決定される性能
パラメータを図5に示す。図5に示すように、各ディス
ク・アレイ装置はそれぞれの機番毎に、速度および容量
についてパケット数の比、すなわち性能比が決定され
る。
FIG. 5 shows the performance parameters determined by the processing flow of FIG. As shown in FIG. 5, in each disk array device, the ratio of the number of packets, that is, the performance ratio, for the speed and capacity is determined for each device number.

【0061】各ディスク・アレイ装置の機番はハードデ
ィスク装置のメーカおよび機種毎に採番され、各機番毎
のディスク・アレイ装置のアクセス時間およびディスク
容量と共に、予め性能記憶部6のメモリに格納されてい
る。
The device number of each disk array device is assigned to each manufacturer and model of the hard disk device, and is stored in advance in the memory of the performance storage unit 6 together with the access time and disk capacity of the disk array device for each device number. Have been.

【0062】図4のステップS512およびステップS
514において、実際にディスク装置にアクセスしてこ
れらのアクセス時間およびディスク容量が確認される
と、ステップS612において速度および容量について
1周期毎に転送されるパケット数が比例配分される。
Steps S512 and S in FIG.
At 514, when the disk device is actually accessed to confirm the access time and the disk capacity, in step S612, the number of packets to be transferred per period is proportionally distributed with respect to speed and capacity.

【0063】図5では項番1乃至3および項番5乃至6
の5台のディスク・アレイ装置のアクセス時間の逆数を
比例配分して、速度に関する性能比10対10対5対8
対4を得る。同様にディスク容量を比例配分して、容量
に関する性能比12対10対5対6対4を得る。
In FIG. 5, item numbers 1 to 3 and item numbers 5 to 6
The proportionality of the reciprocal of the access time of the five disk array devices is divided into 10: 10: 5: 8
Get pair 4. Similarly, the disk capacity is proportionally distributed to obtain a capacity ratio of 12: 10: 5: 6: 4.

【0064】図6に本発明のパケット転送を示す。図6
の(A)は速度比について、図6の(B)は容量比につ
いて、それぞれ配分した1周期の転送パケットの数を表
している。図のCSは1周期の始まりを表すサイクルス
タート、Hはヘッダー、D1乃至D5は、ディスク1乃
至ディスク5に対するパケットを示す。
FIG. 6 shows the packet transfer of the present invention. FIG.
6A shows the number of transfer packets in one cycle distributed for the speed ratio, and FIG. 6B shows the number of transfer packets distributed for the capacity ratio. In the figure, CS indicates a cycle start indicating the beginning of one cycle, H indicates a header, and D1 to D5 indicate packets for the disks 1 to 5.

【0065】図7は本発明のパケット転送で使用される
ヘッダーの形式について説明するための図であり、ヘッ
ダーの一例である。ヘッダーは1周期毎にサイクルスタ
ートに続いて、データ・パケットに先立って転送され、
データ・パケットに何があるかが示される。
FIG. 7 is a diagram for explaining the format of the header used in the packet transfer of the present invention, and is an example of the header. The header is transferred every cycle, following a cycle start, prior to the data packet,
Indicate what is in the data packet.

【0066】図7の(1)は分割数、(2)はコマンド
についてのヘッダーの形式を示す。図7の(1)は分割
数を表すヘッダー・パケットであり、先頭から順に、こ
のヘッダーが分割数を示すこと、ブロックサイズが51
2バイトであること、ディスク1乃至ディスクn(ここ
でnは接続されるディスク・アレイ装置の数である。)
までのパケット数がコードで示される。
FIG. 7A shows the number of divisions, and FIG. 7B shows the format of a header for a command. FIG. 7A shows a header packet indicating the number of divisions. This header indicates the number of divisions in order from the top, and the block size is 51.
2 bytes, disks 1 to disk n (where n is the number of disk array devices to be connected)
The number of packets up to is indicated by a code.

【0067】図7の(2)はコマンドを表すヘッダー・
パケットであり、このヘッダーがコマンドを示すことが
コードで示される。コマンドコードには書込み(wri
te)、読み取り(read)、制御(contro
l)、センス(sense)などがある。
FIG. 7B shows a header representing a command.
It is a packet, and the code indicates that this header indicates a command. Write to command code (wr
te), read, control (contro)
l), sense, and the like.

【0068】尚、実施例で示したコマンドを表すヘッダ
ー・パケットを用いずに、各ディスク・アレイ装置に対
するデータ・パケットに含めることにして、ヘッダーを
時刻合わせのためだけに使用することにしても一向に差
し支えない。
Incidentally, instead of using the header packet representing the command shown in the embodiment, the data packet for each disk array device is included, and the header is used only for time adjustment. No problem.

【0069】[0069]

【発明の効果】以上の説明から明らかなように本発明に
よれば、メーカーや機種によってディスクのアクセス時
間やディスク容量が異なるディスクなどの情報記憶装置
でRAIDを構成した場合でも、それぞれのディスクな
どの情報記憶装置のアクセス時間や記憶容量に応じて効
率的に処理できるという効果がある。
As is apparent from the above description, according to the present invention, even when a RAID is constituted by an information storage device such as a disk having a different disk access time or a different disk capacity depending on the manufacturer or model, each disk or the like can be used. There is an effect that processing can be efficiently performed according to the access time and storage capacity of the information storage device.

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

【図1】 本発明の原理図FIG. 1 is a principle diagram of the present invention.

【図2】 情報記憶制御装置の構成図FIG. 2 is a configuration diagram of an information storage control device.

【図3】 実施例FIG. 3 Example

【図4】 処理フロー図FIG. 4 is a processing flowchart.

【図5】 性能パラメータFIG. 5 Performance parameters

【図6】 本発明のパケット転送FIG. 6 is a packet transfer of the present invention.

【図7】 ヘッダーの形式Fig. 7 Header format

【図8】 RAID5FIG. 8 RAID 5

【図9】 RAID構成例FIG. 9 is a RAID configuration example.

【図10】 パケット転送FIG. 10 Packet transfer

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

1 情報記憶装置またはディスク・アレイ制御装置 2 速度決定手段 3 容量決定手段 4 等時性転送手段 6 性能記憶部 7 性能決定部 8 分割/復元処理部 9 制御部 REFERENCE SIGNS LIST 1 information storage device or disk array control device 2 speed determination means 3 capacity determination means 4 isochronous transfer means 6 performance storage section 7 performance determination section 8 division / restoration processing section 9 control section

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数の情報記憶装置を制御する情報記憶
制御装置と複数の情報記憶装置との間で、 複数の情報記憶装置の時刻を合わせるための等時性のパ
ケットと、 情報記憶制御装置と各情報記憶装置との間で転送される
データを各情報記憶装置に対応するように分割したパケ
ットと、を1周期の中に含み、 周期的にパケット転送を行うことを特徴とするデータの
転送方法。
1. An isochronous packet for adjusting the time of a plurality of information storage devices between an information storage control device for controlling a plurality of information storage devices and the plurality of information storage devices, and an information storage control device. And a packet obtained by dividing data transferred between each information storage device so as to correspond to each information storage device in one cycle, and performing packet transfer periodically. Transfer method.
【請求項2】 複数の情報記憶装置を制御する情報記憶
制御装置と複数の情報記憶装置との間で、周期的かつ等
時性のパケット転送を行うときのデータの分割方法であ
って、 1周期の中で転送されるパケットの数を、各情報記憶装
置に対して各情報記憶装置のアクセス時間の逆数の整数
比に配分することを特徴とするデータの分割方法。
2. A data division method for performing periodic and isochronous packet transfer between an information storage control device that controls a plurality of information storage devices and a plurality of information storage devices, comprising: A data division method, wherein the number of packets transferred in a cycle is allocated to each information storage device in an integer ratio of a reciprocal of an access time of each information storage device.
【請求項3】 複数の情報記憶装置との間でパケット転
送を行う情報記憶制御装置であって、 各情報記憶装置との間で転送されるパケットの数を、各
情報記憶装置のアクセス時間の逆数の整数比に配分する
速度決定手段、 および、 複数の情報記憶装置の時刻を合わせるためのパケット
と、前記速度決定手段によって配分された結果を示すパ
ケットと、各情報記憶装置との間で転送されるパケット
と、を1周期毎に転送する等時性転送手段、 を備えることを特徴とする情報記憶制御装置。
3. An information storage control device for performing packet transfer with a plurality of information storage devices, wherein the number of packets transferred with each information storage device is determined by the access time of each information storage device. Speed determining means for distributing the information to the reciprocal of an integer ratio, and a packet for adjusting the time of the plurality of information storage devices, a packet indicating a result allocated by the speed determining means, and transfer between each information storage device And an isochronous transfer unit for transferring a packet to be transmitted every period.
【請求項4】 情報記憶制御装置と複数の情報記憶装置
との間で、周期的かつ等時性のパケット転送を行うとき
のデータの分割方法であって、 1周期の中で転送されるパケットの数を、各情報記憶装
置に対して各情報記憶装置の記憶容量の整数比に配分す
ることを特徴とするデータの分割方法。
4. A data division method for performing periodic and isochronous packet transfer between an information storage control device and a plurality of information storage devices, wherein the packet is transferred in one cycle. Allocating the number of data to each information storage device in an integer ratio of the storage capacity of each information storage device.
【請求項5】 複数の情報記憶装置との間でパケット転
送を行う情報記憶制御装置であって、 各情報記憶装置との間で転送されるパケットの数を、各
情報記憶装置の記憶容量の整数比に配分する容量決定手
段、 および、 複数の情報記憶装置の時刻を合わせるためのパケット
と、前記容量決定手段によって配分された結果を示すパ
ケットと、各情報記憶装置との間で転送されるパケット
と、を1周期毎に転送する等時性転送手段、 を備えることを特徴とする情報記憶制御装置。
5. An information storage control device for transferring packets to and from a plurality of information storage devices, the number of packets transferred to each information storage device being determined by the storage capacity of each information storage device. Capacity determining means for allocating to an integer ratio; a packet for adjusting the time of the plurality of information storage devices; a packet indicating a result allocated by the capacity determining means; and a packet transferred between the information storage devices. An information storage control device, comprising: an isochronous transfer unit that transfers a packet and a packet every period.
JP9290003A 1997-10-22 1997-10-22 Transfer method and dividing method for data, and information storage controller Pending JPH11126136A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9290003A JPH11126136A (en) 1997-10-22 1997-10-22 Transfer method and dividing method for data, and information storage controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9290003A JPH11126136A (en) 1997-10-22 1997-10-22 Transfer method and dividing method for data, and information storage controller

Publications (1)

Publication Number Publication Date
JPH11126136A true JPH11126136A (en) 1999-05-11

Family

ID=17750529

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9290003A Pending JPH11126136A (en) 1997-10-22 1997-10-22 Transfer method and dividing method for data, and information storage controller

Country Status (1)

Country Link
JP (1) JPH11126136A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012525634A (en) * 2009-04-30 2012-10-22 ネットアップ,インコーポレイテッド Data distribution by leveling in a striped file system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012525634A (en) * 2009-04-30 2012-10-22 ネットアップ,インコーポレイテッド Data distribution by leveling in a striped file system

Similar Documents

Publication Publication Date Title
EP0727750B1 (en) Continuous data server apparatus and data transfer scheme enabling multiple simultaneous data accesses
EP0572564B1 (en) Parity calculation in an efficient array of mass storage devices
JP2972501B2 (en) I / O subsystem and exclusive control method in I / O subsystem
US8156252B2 (en) Apparatus and method for block-based data striping to solid-state memory modules with optional data format protocol translation
US5996046A (en) Parity generation system for generating new parity using old data in temporary storage without accessing main disk storage of disk drive
JPH11119923A (en) Data access controller and record medium recorded with data access control program
US6301711B1 (en) System and method for the network support of full motion video using a redundant array of inexpensive disks
KR20030091664A (en) Storage system and storage subsystem
US6370616B1 (en) Memory interface controller for datum raid operations with a datum multiplier
JP4324993B2 (en) Data transfer method and apparatus
JPH11212728A (en) External storage sub-system
US5875458A (en) Disk storage device
JPH11126136A (en) Transfer method and dividing method for data, and information storage controller
JP2000029636A (en) I/o subsystem, data storage and memory initialization method in i/o subsystem
US20030084243A1 (en) Access method and storage apparatus of network-connected disk array
JPH0675707A (en) Array type storage system
JPH11102261A (en) Storage control system
JPH09160729A (en) Disk array device
US6854037B2 (en) Recording/reproduction apparatus and recording/reproduction control method
JP4251241B2 (en) Information recording apparatus and method, and information reproducing apparatus and method
JP3084756B2 (en) Disk striping device
WO1998014008A1 (en) Device and method for recording and reproducing video signal
JPH07141123A (en) Array type disk system and method for controlling the same
Panfilov Performance analysis of RAID-5 disk arrays
JP2003345513A (en) Storage device and storage device sub-system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041007

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070910

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070918

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071109

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080422