JPH08106363A - Multi-disk device - Google Patents

Multi-disk device

Info

Publication number
JPH08106363A
JPH08106363A JP24367194A JP24367194A JPH08106363A JP H08106363 A JPH08106363 A JP H08106363A JP 24367194 A JP24367194 A JP 24367194A JP 24367194 A JP24367194 A JP 24367194A JP H08106363 A JPH08106363 A JP H08106363A
Authority
JP
Japan
Prior art keywords
disk
data
transfer
unit
bus
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
JP24367194A
Other languages
Japanese (ja)
Inventor
Nobuyuki Arasawa
伸幸 荒澤
Tatsuto Suzuki
達人 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP24367194A priority Critical patent/JPH08106363A/en
Publication of JPH08106363A publication Critical patent/JPH08106363A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To eliminate an unnecessary process regarding the right to use a bus which is generated on a disk device by altering and writing the contents of a transfer unit register at the time same on the basis of the contents of a connection number register and a transfer speed register. CONSTITUTION: When a computer 1 writes file data to a disk device 1, a data division processing part 6 alters the transfer unit register 5 on the basis of the contents of a register 9 for the number of connected disks which stores the number of connected disk devices, the contents of an in-disk-device transfer speed register 8 which stores the data transfer speed between a disk part 13 and a cache 12, and the contents of a bus transfer speed register 5 which stores the speed of data transfer performed between the cache 12 and a transfer control part 4 through the bus 10 so that requests to use the bus do not conflict with each other. The transfer control part 4 determines the data transfer quantities of disk devices 11A to 11D according to the contents of the transfer unit register 5 and writes data obtained by arbitrarily dividing the file data in the respective disk devices 11A to 11D.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は複数のディスク装置を制
御してデータの読み書きを行うディスクシステムに係
り、特に、バス使用権を獲得するための処理手順に優れ
たマルチディスク装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a disk system for controlling a plurality of disk devices to read / write data, and more particularly to a multi-disk device having an excellent processing procedure for acquiring a bus use right.

【0002】[0002]

【従来の技術】近年のディスクシステムでは、高速・大
容量を実現するために、1台のディスク制御装置が複数
台のディスク装置を同時に制御するマルチディスク方式
が主流となっている。このようなディスクシステムでは
一つのバスに対して、複数台のディスク装置が接続され
ているため、バス使用権を獲得する競合処理が発生す
る。
2. Description of the Related Art In recent disk systems, in order to realize high speed and large capacity, a multi-disk system in which one disk control device simultaneously controls a plurality of disk devices has become mainstream. In such a disk system, since a plurality of disk devices are connected to one bus, a competition process for acquiring the bus use right occurs.

【0003】一般に、この競合処理はディスク装置それ
ぞれに固有の優先度を設け、複数のディスク装置が同時
にバス使用権を要求したとき、優先度の高いディスク装
置がバス使用権を獲得するようになっている。
In general, this contention processing sets a priority unique to each disk device, and when a plurality of disk devices request the bus use right at the same time, the disk device with the higher priority acquires the bus use right. ing.

【0004】しかし、このような競合処理方式ではバス
の使用率が増加したときに優先度の低いディスク装置の
処理がいつまでも待たされる、いわゆる沈み込みが発生
することがあった。このような沈み込みを防ぐため、従
来は特開昭64−12325 号公報に記載されているように、
ディスク制御装置内にバス使用権を獲得できない回数を
計数する手段を設け、計数手段の計数状態が所定の回数
となった場合には、その回数計数に係るディスク装置の
処理を優先的に行うようにしていた。
However, in such a competition processing system, when the bus usage rate increases, so-called sinking may occur in which processing of a disk device having a low priority is kept waiting. In order to prevent such sinking, as described in Japanese Patent Laid-Open No. 64-12325,
A means for counting the number of times that the bus use right cannot be acquired is provided in the disk control device, and when the counting state of the counting means reaches a predetermined number, the processing of the disk device relating to the number of times counting is preferentially performed. I was doing.

【0005】[0005]

【発明が解決しようとする課題】従来の技術を用いるこ
とにより、ディスクシステム内のディスク装置に対する
処理は平均化されるが、それぞれのディスク装置が発生
するバス使用権要求は減らない、このためそれぞれのデ
ィスク装置内で自己のディスク装置がバス使用権を獲得
できない無駄な処理が発生する。
By using the conventional technique, the processing for the disk devices in the disk system is averaged, but the bus usage right requests generated by the respective disk devices are not reduced. In this disk device, useless processing occurs in which the own disk device cannot acquire the bus use right.

【0006】さらに、図2に示すように、複数のディス
ク装置を接続したディスクシステムでは、一つのファイ
ルデータを一定の単位ごとに分割してそれぞれのディス
ク装置に書き込んである。このためファイルデータを読
み込むために同時に複数のディスクに起動をかけた場
合、それぞれのディスク装置が同量のデータを読み込ん
でバス使用権の要求を行うため、図3に示すような競合
処理が起きやすい状態になるという問題が発生する。
Further, as shown in FIG. 2, in a disk system in which a plurality of disk devices are connected, one file data is divided into a certain unit and written in each disk device. Therefore, when a plurality of disks are booted at the same time to read the file data, each disk device reads the same amount of data and requests the bus use right, so that the conflict process shown in FIG. 3 occurs. There is a problem that it becomes easy.

【0007】本発明の目的は、それぞれのディスク装置
内で発生する自己のディスク装置がバス使用権を獲得で
きない無駄な処理を無くすことのできるマルチディスク
装置を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a multi-disk device capable of eliminating wasteful processing which occurs in each disk device and cannot be acquired by its own disk device.

【0008】[0008]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明では、計算機の制御下にあり、転送単位を
保持する転送単位保持手段と、上記計算機とのデータを
記憶する計算機データ記憶手段と、上記転送単位保持手
段の内容に従って上記計算機データ記憶手段の内容とバ
ス上に接続されている任意のディスク装置との間でデー
タ転送を行う転送制御手段を含んで構成されるディスク
制御装置と、データを記憶しているディスク部と上記デ
ィスク部に書き込むデータや、上記ディスク部から読み
込んだデータを記憶する一時記憶手段からなるディスク
装置と、上記ディスク装置を複数台接続するバスから構
成されるディスクシステムにおいて、上記ディスク制御
装置内に上記バスを介して接続されている上記ディスク
装置の台数を保持する接続台数保持手段と、上記ディス
ク装置内にある上記ディスク部と上記一時記憶手段のデ
ータ転送速度を保持するディスク装置内転送速度保持手
段と、バスを介して上記一時記憶手段と上記転送制御間
のデータ転送速度を保持するバス転送速度保持手段と、
接続台数保持手段とディスク装置内転送速度保持手段と
バス転送速度保持手段の内容を元に上記転送単位保持手
段の内容を任意に変更するデータ分割手段を設けるよう
にした。
In order to achieve the above object, in the present invention, a transfer unit holding means for holding a transfer unit, which is under the control of a computer, and computer data for storing data of the computer Disk control including storage means and transfer control means for transferring data between the contents of the computer data storage means and any disk device connected to the bus according to the contents of the transfer unit holding means An apparatus, a disk unit that stores data, a disk unit that includes data to be written to the disk unit, and a temporary storage unit that stores data read from the disk unit, and a bus that connects a plurality of the disk devices The number of the disk devices connected to the disk control device via the bus in the disk system Connected unit holding means, a disk unit internal transfer speed holding unit for holding the data transfer speeds of the disk unit and the temporary storage unit in the disk device, and between the temporary storage unit and the transfer control via a bus. Bus transfer rate holding means for holding the data transfer rate of
A data dividing means for arbitrarily changing the contents of the transfer unit holding means based on the contents of the connected number holding means, the disk device transfer speed holding means, and the bus transfer speed holding means is provided.

【0009】[0009]

【作用】接続台数保持手段はディスク制御装置から書き
込まれるバス上に接続されているディスク装置の台数を
保持し、ディスク装置内転送速度保持手段はディスク制
御装置から書き込まれるディスク部と一時記憶手段間の
データ転送速度を保持し、バス転送速度保持手段はディ
スク制御装置から書き込まれる一時記憶手段と転送制御
手段間のデータ転送速度を保持し、データ分割手段は接
続台数保持手段からの情報と、ディスク装置内転送速度
保持手段からの情報と、バス転送速度保持手段からの情
報を元にデータ分割手段を用いて転送単位保持手段の内
容を任意に変更するように動作する。転送制御手段は転
送単位保持手段の内容からディスク装置へのデータ転送
量を決めて転送するよう動作するため、データ分割手段
を動作させて転送単位保持手段の内容を任意に変更しな
がらそれぞれのディスク装置にデータを書き込むと、そ
れぞれのディスク装置にはファイルデータを任意に分割
したデータが書き込まれる。
The number-of-connections holding means holds the number of disk devices connected to the bus written from the disk control device, and the transfer speed holding means in the disk device holds between the disk unit written from the disk control device and the temporary storage means. Holds the data transfer rate, the bus transfer rate holding means holds the data transfer rate between the temporary storage means and the transfer control means written from the disk controller, and the data dividing means holds the information from the connected number holding means and the disk. Based on the information from the in-apparatus transfer rate holding means and the information from the bus transfer rate holding means, the data dividing means is used to arbitrarily change the contents of the transfer unit holding means. Since the transfer control means operates so as to determine the amount of data to be transferred to the disk device based on the contents of the transfer unit holding means, the data dividing means is operated and the contents of the transfer unit holding means are arbitrarily changed while each disk is being operated. When data is written to the device, file data is arbitrarily divided and written to each disk device.

【0010】このファイルデータを読み込んだ場合に
は、それぞれのディスク装置から読み出すデータ量が違
うため、バス使用権獲得要求のタイミングがずれるの
で、それぞれのディスク装置内で発生する自己のディス
ク装置がバス使用権を獲得できない無駄な処理を無くす
ことができるという効果がある。
When this file data is read, since the amount of data read from each disk device differs, the timing of the bus usage right acquisition request is deviated. There is an effect that it is possible to eliminate useless processing in which the usage right cannot be acquired.

【0011】[0011]

【実施例】本発明の実施例について、図面を参照して説
明する。図1は本発明である第1の実施例を示す図、図
4は実施例の書き込み動作の説明図、図5はデータ分割
方法の説明図、図6は実施例の読み込み動作の説明図で
ある。
Embodiments of the present invention will be described with reference to the drawings. 1 is a diagram showing a first embodiment of the present invention, FIG. 4 is an explanatory diagram of a write operation of the embodiment, FIG. 5 is an explanatory diagram of a data division method, and FIG. 6 is an explanatory diagram of a read operation of the embodiment. is there.

【0012】図1において、11はデータを記憶してい
るディスク部13とディスク部13のデータを一時的に
記憶するキャッシュ12を含んで構成されるディスク装
置、1はディスクシステム全体を制御する計算機、2は
計算機1からのデータを任意に分割し、バス10を介し
てディスク装置11へデータを書き込む、あるいはディ
スク装置11から読み込んだデータを組み立てて計算機
1へ転送するディスク制御装置、3は計算機1からのデ
ータやディスク装置11からのデータを記憶する転送デ
ータ記憶領域、4は転送単位を記憶する転送単位レジス
タ5の内容を元に転送データ記憶領域3のデータをバス
10を介してディスク装置11に書き込む、あるいはデ
ィスク装置11のデータをバス10を介して転送単位レ
ジスタ5の内容を元に転送データ記憶領域3に読み込む
転送制御部、6は接続台数を記憶する接続台数レジスタ
9の内容と、ディスク部13とキャッシュ12間のデー
タ転送速度を記憶するディスク装置内転送速度レジスタ
8の内容と、キャッシュ12と転送制御部4間でバス1
0を介して行われるデータ転送速度を記憶するバス転送
速度レジスタ7の内容を元に、転送単位レジスタを変更
するデータ分割処理部である。
In FIG. 1, reference numeral 11 denotes a disk device including a disk unit 13 for storing data and a cache 12 for temporarily storing the data of the disk unit 13, and 1 is a computer for controlling the entire disk system. 2 is a disk controller that arbitrarily divides the data from the computer 1 and writes the data to the disk device 11 via the bus 10 or assembles the data read from the disk device 11 and transfers it to the computer 1. 3 is a computer 1 is a transfer data storage area for storing data from the disk device 11 and 4 is a disk device for transferring data in the transfer data storage area 3 via the bus 10 based on the contents of the transfer unit register 5 for storing transfer units. 11 or write the data of the disk device 11 to the contents of the transfer unit register 5 via the bus 10. A transfer control unit for reading the transfer data in the transfer data storage area 3, 6 for the contents of the connected number register 9 for storing the number of connected devices, and 6 for the contents of the disk device internal transfer speed register 8 for storing the data transfer speed between the disk unit 13 and the cache 12. And the bus 1 between the cache 12 and the transfer control unit 4.
This is a data division processing unit that changes the transfer unit register based on the contents of the bus transfer speed register 7 that stores the data transfer speed performed via 0.

【0013】図4において、20は計算機1から転送デ
ータ記憶領域3に書かれたファイルデータ、30Aはデ
ータ分割処理部によって更新された転送単位レジスタ5
の内容を元にファイルデータ20から切り出され、ディ
スク装置11Aに書き込まれた分割データ、30Bはデ
ータ分割処理部によって更新された転送単位レジスタ5
の内容を元にファイルデータ20から切り出され、ディ
スク装置11Bに書き込まれた分割データ、30Cはデ
ータ分割処理部によって更新された転送単位レジスタ5
の内容を元にファイルデータ20から切り出され、ディ
スク装置11Cに書き込まれた分割データ、30Dはデ
ータ分割処理部によって更新された転送単位レジスタ5
の内容を元にファイルデータ20から切り出され、ディ
スク装置11Dに書き込まれた分割データである。
In FIG. 4, 20 is file data written from the computer 1 to the transfer data storage area 3, and 30A is a transfer unit register 5 updated by the data division processing unit.
The division unit data 5 cut out from the file data 20 and written in the disk device 11A based on the contents of the above, and the transfer unit register 5 updated by the data division processing unit 30B
The division unit data 5 cut out from the file data 20 and written in the disk device 11B based on the contents of the above, and the transfer unit register 5 updated by the data division processing unit 30C.
The division unit data 5 cut out from the file data 20 and written in the disk device 11C based on the contents of the above, and 30D is the transfer unit register 5 updated by the data division processing unit.
It is divided data that is cut out from the file data 20 based on the contents of and is written in the disk device 11D.

【0014】計算機1からディスク装置11へファイル
データを書き込む場合、図5に示すデータ分割方法を用
いてデータの分割を行い、それぞれのディスク装置11
へ分割データを書き込む。計算機1からファイルデータ
が転送データ記憶領域3に書き込まれ、計算機1からデ
ィスク制御装置2に書き込み命令が発行されると、ディ
スク制御装置2はデータ分割処理部6と転送制御部4を
制御してデータの書き込みを開始する。
When writing file data from the computer 1 to the disk device 11, the data is divided using the data dividing method shown in FIG.
Write the divided data to. When file data is written from the computer 1 to the transfer data storage area 3 and a write command is issued from the computer 1 to the disk controller 2, the disk controller 2 controls the data division processing unit 6 and the transfer controller 4. Start writing data.

【0015】始めに、データ分割処理部6は接続台数レ
ジスタ9の内容を読み込み、n=4とする(処理4
0)。次に台数カウンタを初期化(m=1)する(処理
41)。次に転送単位レジスタ5に初期値を入れる(処
理42)。次に転送制御部4は転送データ記憶領域3に
格納されているファイルデータ20から転送単位レジス
タの内容分の分割データ30Aを読み込み、ディスク装
置11nにバス10を介してデータを書き込む(処理4
3)。書き込み終了後、ディスク制御装置2は転送記憶
領域3内に格納されている残りのファイルデータ20を
調べ、すべて転送されていた場合には書き込み処理を終
了する(処理44)。転送データが残されていた場合、
台数カウンタのチェックを行い、m<nが成り立たない
場合、処理41に戻る(処理45)。m<nが成り立つ
場合、台数カウンタをインクリメントする(処理4
6)。次に転送単位レジスタの内容を処理47に示す計
算式で更新し、処理43に戻る。本実施例では4台のデ
ィスク装置11がディスク制御装置2に接続されている
ため、このあと、分割データ30Bがディスク装置11
Bに、分割データ30Cがディスク装置11Cに、分割
データ30Dがディスク装置11Dにそれぞれ書き込ま
れて、書き込み処理を終了する。
First, the data division processing unit 6 reads the contents of the connected number register 9 and sets n = 4 (Processing 4).
0). Next, the number counter is initialized (m = 1) (process 41). Next, an initial value is put into the transfer unit register 5 (process 42). Next, the transfer control unit 4 reads the divided data 30A corresponding to the contents of the transfer unit register from the file data 20 stored in the transfer data storage area 3, and writes the data to the disk device 11n via the bus 10 (Process 4).
3). After the writing is completed, the disk control device 2 checks the remaining file data 20 stored in the transfer storage area 3, and if all the file data 20 have been transferred, the writing process is ended (process 44). If there is transfer data left,
The number counter is checked, and if m <n is not established, the process returns to the process 41 (process 45). When m <n is established, the number counter is incremented (Process 4
6). Next, the contents of the transfer unit register are updated by the calculation formula shown in process 47, and the process returns to process 43. In the present embodiment, four disk devices 11 are connected to the disk control device 2, so that the divided data 30B is thereafter transferred to the disk device 11.
In B, the divided data 30C is written in the disk device 11C, and the divided data 30D is written in the disk device 11D, and the writing process ends.

【0016】なお、本実施例では処理43,処理44,
処理45,処理46,処理47を4回繰り返して終了
し、処理41に戻らなかったが、ファイルデータ20の
データ量が多い場合にはこの限りではない。また処理4
7の計算式は、読み出しのときに他のディスク装置11
とバス使用権要求がぶつからないように、自己のディス
ク装置11の一つ前に読み出される他のディスク装置1
1が、すべて処理を終了するまでディスク部13からキ
ャッシュ12に読み出せるデータ量を計算している。
In this embodiment, the process 43, the process 44,
Although the process 45, the process 46, and the process 47 were repeated four times and ended and the process did not return to the process 41, this is not the case when the data amount of the file data 20 is large. Processing 4
The calculation formula 7 is that the other disk device 11
Another disk device 1 that is read immediately before the own disk device 11 so that the bus usage right request and the bus usage right request do not collide.
1 calculates the amount of data that can be read from the disk unit 13 to the cache 12 until the processing is completed.

【0017】計算機1からディスク制御装置2に読み込
み命令が発行されると、ディスク制御装置2はディスク
装置11A〜11Dに読み込み命令を発行する。それぞ
れのディスク装置11はデータが記憶されているディス
ク部13からキャッシュ12にデータを転送し、転送終
了後にバス10の使用権を獲得するためのバス使用権要
求を行う。
When a read command is issued from the computer 1 to the disk controller 2, the disk controller 2 issues a read command to the disk devices 11A to 11D. Each disk device 11 transfers data from the disk unit 13 in which the data is stored to the cache 12, and makes a bus usage right request for acquiring the usage right of the bus 10 after the transfer is completed.

【0018】本実施例ではそれぞれのディスク装置11
に分割データ30がデータ転送単位を変えて書き込まれ
ているため、読み込み終了のタイミングが違ってくる。
それぞれのディスク装置11は図6に示すように、読み
込むデータ転送単位が小さいディスク装置11から順に
バス使用権要求を発生し、ディスク装置11Aがバス使
用権要求を発行して競合処理が始まるが、他のディスク
装置11B〜11Dがバス使用権要求を発行しないた
め、ディスク装置11Aがバス10を獲得する。
In this embodiment, each disk device 11
Since the divided data 30 is written by changing the data transfer unit, the read end timing differs.
As shown in FIG. 6, each disk device 11 issues a bus usage right request in order from the disk device 11 with the smallest data transfer unit to read, and the disk device 11A issues a bus usage right request to start the competition process. Since the other disk devices 11B to 11D do not issue the bus use right request, the disk device 11A acquires the bus 10.

【0019】転送制御部4はバス使用権を獲得したディ
スク装置11Aからのデータを転送データ記憶領域3に
読み込む。次にディスク装置11Bがバス使用権要求を
発行して競合処理が始まるが、他のディスク装置11A
とディスク装置11C〜11Dがバス使用権要求を発行し
ないため、ディスク装置11Bがバス10を獲得する。
転送制御部4はバス使用権を獲得したディスク装置11
Bからのデータを転送データ記憶領域3に読み込む。次
にディスク装置11Cがバス使用権要求を発行して競合
処理が始まるが、他のディスク装置11Dとディスク装
置11A〜11Bがバス使用権要求を発行しないため、デ
ィスク装置11Cがバス10を獲得する。転送制御部4
はバス使用権を獲得したディスク装置11Cからのデー
タを転送データ記憶領域3に読み込む。最後にディスク
装置11Dがバス使用権要求を発行して競合処理が始ま
るが、他のディスク装置11A〜11Cがバス使用権要
求を発行しないため、ディスク装置11Dがバス10を
獲得する。転送制御部4はバス使用権を獲得したディス
ク装置11Dからのデータを転送データ記憶領域3に読
み込む。
The transfer control unit 4 reads the data from the disk device 11A which has acquired the bus use right into the transfer data storage area 3. Next, the disk device 11B issues a bus use right request to start the conflict process, but another disk device 11A
Since the disk devices 11C to 11D do not issue the bus use right request, the disk device 11B acquires the bus 10.
The transfer control unit 4 uses the disk device 11 that has acquired the bus use right.
The data from B is read into the transfer data storage area 3. Next, the disk device 11C issues a bus usage right request to start the conflict process, but the other disk devices 11D and the disk devices 11A to 11B do not issue the bus usage right request, so the disk device 11C acquires the bus 10. . Transfer control unit 4
Reads the data from the disk device 11C that has acquired the bus use right into the transfer data storage area 3. Finally, the disk device 11D issues a bus use right request and the competition process starts. However, since the other disk devices 11A to 11C do not issue the bus use right request, the disk device 11D acquires the bus 10. The transfer control unit 4 reads the data from the disk device 11D that has acquired the bus use right into the transfer data storage area 3.

【0020】本実施例では、ディスク制御装置2内にバ
ス10を介して接続されているディスク装置の台数を保
持する接続台数レジスタ9と、ディスク装置11内にあ
るディスク部13とキャッシュ12のデータ転送速度を
保持するディスク装置内転送速度レジスタ8と、バス1
0を介してキャッシュ12と転送制御部4間のデータ転
送速度を保持するバス転送速度レジスタ7と、接続台数
レジスタ9とディスク装置内転送速度レジスタ8とバス
転送速度レジスタ7の内容を元に転送単位レジスタの内
容を図5に示す分割方法で変更するデータ分割処理部を
設けたところに特徴がある。
In the present embodiment, the connection number register 9 that holds the number of disk devices connected to the disk control device 2 via the bus 10, the data of the disk unit 13 and the cache 12 in the disk device 11 are stored. In-disk device transfer rate register 8 for holding transfer rate, and bus 1
Transfer based on the contents of the bus transfer speed register 7 that holds the data transfer speed between the cache 12 and the transfer control unit 4 via 0, the connection number register 9, the disk device transfer speed register 8 and the bus transfer speed register 7 A feature is that a data division processing unit for changing the contents of the unit register by the division method shown in FIG. 5 is provided.

【0021】[0021]

【発明の効果】本発明では、ファイルデータ20をディ
スク装置11A〜11Dに書き込む場合、図6に示すよ
うに、接続台数レジスタ9とディスク装置内転送速度レ
ジスタ8とバス転送速度レジスタ7の内容を元に、デー
タ分割処理部6が転送単位レジスタ5の内容を変更しな
がら書き込みを行う。このあとディスク装置11A〜1
1Dから分割データ30A〜30Dを読み込むと、それ
ぞれのディスク装置11から読み出すデータ量が違うた
め、バス使用権獲得要求のタイミングがずれ、それぞれ
のディスク装置11内で発生するバス使用権を獲得でき
ない無駄な処理を無くすことができる。
According to the present invention, when the file data 20 is written to the disk devices 11A to 11D, the contents of the connected number register 9, the disk device internal transfer speed register 8 and the bus transfer speed register 7 are changed as shown in FIG. Originally, the data division processing unit 6 writes while changing the contents of the transfer unit register 5. After this, the disk devices 11A-1
When the divided data 30A to 30D are read from 1D, the amount of data read from each disk device 11 is different, so the timing of the bus usage right acquisition request is shifted, and the bus usage right generated in each disk device 11 cannot be acquired. It is possible to eliminate unnecessary processing.

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

【図1】第1の実施例を示すブロック図。FIG. 1 is a block diagram showing a first embodiment.

【図2】従来技術を示すブロック図。FIG. 2 is a block diagram showing a conventional technique.

【図3】従来技術の問題点の説明図。FIG. 3 is an explanatory diagram of problems of the conventional technology.

【図4】第1の実施例の書き込み動作の説明図。FIG. 4 is an explanatory diagram of a write operation of the first embodiment.

【図5】データ分割方法の説明図。FIG. 5 is an explanatory diagram of a data division method.

【図6】第1の実施例の読み込み動作の説明図。FIG. 6 is an explanatory diagram of a read operation according to the first embodiment.

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

1…計算機、2…ディスク制御装置、3…転送データ記
憶領域、4…転送制御部、5…転送単位レジスタ、6…
データ分割処理部、7…バス転送速度レジスタ、8…デ
ィスク装置内転送速度レジスタ、9…接続台数レジス
タ、11…ディスク装置、12…キャッシュ、13…デ
ィスク部。
DESCRIPTION OF SYMBOLS 1 ... Computer, 2 ... Disk control device, 3 ... Transfer data storage area, 4 ... Transfer control part, 5 ... Transfer unit register, 6 ...
Data division processing unit, 7 ... Bus transfer speed register, 8 ... Transfer speed register in disk device, 9 ... Connected number register, 11 ... Disk device, 12 ... Cache, 13 ... Disk unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】計算機の制御下にあり、転送単位を保持す
る転送単位保持手段と、データを記憶する計算機データ
記憶手段と、上記転送単位保持手段の内容に応じて上記
計算機データ記憶手段の内容とバス上に接続されている
任意のディスク装置との間でデータ転送を行う転送制御
手段を含んで構成されるディスク制御装置と、データを
記憶しているディスク部と上記ディスク部に書き込むデ
ータや、上記ディスク部から読み込んだデータを記憶す
る一時記憶手段からなるディスク装置と、上記ディスク
装置を複数台接続するバスから構成されるディスクシス
テムにおいて、上記ディスク制御装置内に上記バスを介
して接続されている上記ディスク装置の台数を保持する
接続台数保持手段と、上記ディスク装置内にある上記デ
ィスク部と上記一時記憶手段のデータ転送速度を保持す
るディスク装置内転送速度保持手段と、バスを介して上
記一時記憶手段と上記転送制御間のデータ転送速度を保
持するバス転送速度保持手段と、上記接続台数保持手段
と上記ディスク装置内転送速度保持手段と上記バス転送
速度保持手段の内容を元に上記転送単位保持手段の内容
を任意に変更するデータ分割手段を設けたことを特徴と
するマルチディスク装置。
1. A transfer unit holding means for holding a transfer unit under the control of a computer, a computer data storing means for storing data, and contents of the computer data storing means according to contents of the transfer unit holding means. And a disk controller configured to include transfer control means for transferring data between an arbitrary disk device connected to the bus, a disk unit storing data, and data to be written in the disk unit. In a disk system including a disk device including a temporary storage unit for storing data read from the disk unit and a bus connecting a plurality of the disk devices, the disk system is connected to the disk control device via the bus. Connected unit number holding means for holding the number of the above-mentioned disk devices, the above-mentioned disk unit in the above-mentioned disk device and the above-mentioned one In-disk transfer rate holding means for holding the data transfer rate of the storage means, bus transfer rate holding means for holding the data transfer rate between the temporary storage means and the transfer control via a bus, and the connected number holding means And a data dividing unit for arbitrarily changing the contents of the transfer unit holding unit based on the contents of the transfer rate holding unit in the disk unit and the bus transfer rate holding unit.
JP24367194A 1994-10-07 1994-10-07 Multi-disk device Pending JPH08106363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24367194A JPH08106363A (en) 1994-10-07 1994-10-07 Multi-disk device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24367194A JPH08106363A (en) 1994-10-07 1994-10-07 Multi-disk device

Publications (1)

Publication Number Publication Date
JPH08106363A true JPH08106363A (en) 1996-04-23

Family

ID=17107263

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24367194A Pending JPH08106363A (en) 1994-10-07 1994-10-07 Multi-disk device

Country Status (1)

Country Link
JP (1) JPH08106363A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008009817A (en) * 2006-06-30 2008-01-17 Fujitsu Ltd Semiconductor device and data transfer method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008009817A (en) * 2006-06-30 2008-01-17 Fujitsu Ltd Semiconductor device and data transfer method

Similar Documents

Publication Publication Date Title
JP2001521246A (en) Buffering data exchanged between buses operating at different frequencies
JPH06110617A (en) Disk control method
JP2550311B2 (en) Multiple control system of magnetic disk
JP2523715B2 (en) Magnetic disk drive
JPH08106363A (en) Multi-disk device
JP2755103B2 (en) Storage device access method
EP0478337B1 (en) Process of storing data on, or retrieving data from a plurality of disks
JP2994917B2 (en) Storage system
JPS63213018A (en) External memory control device
JPH0786809B2 (en) Multiplexing control method for external storage device
JP2001209577A (en) Information recording and reproducing device
JPH04373054A (en) Filing device controller
JP3259095B2 (en) Data transfer method
JPH0736806A (en) Dma system
JP2569524B2 (en) Virtual disk control method for extended storage device
JPS6336021B2 (en)
JPH06290000A (en) Disk controller
JPS6229831B2 (en)
JP2001243171A (en) Data processing apparatus
JPS59128621A (en) Controlling device of dma
JPH04346150A (en) Data transfer processing system
JPH0346033A (en) Data transfer control method for inter-job
JPH04239954A (en) Input/output control device
JPH10269138A (en) Cache memory control, and data processor using the same
JPH08137752A (en) Information processor