JPH04259025A - Disk array controller - Google Patents

Disk array controller

Info

Publication number
JPH04259025A
JPH04259025A JP3041251A JP4125191A JPH04259025A JP H04259025 A JPH04259025 A JP H04259025A JP 3041251 A JP3041251 A JP 3041251A JP 4125191 A JP4125191 A JP 4125191A JP H04259025 A JPH04259025 A JP H04259025A
Authority
JP
Japan
Prior art keywords
data
check
disk drive
buffer memory
write
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.)
Withdrawn
Application number
JP3041251A
Other languages
Japanese (ja)
Inventor
Kiyoshi Segawa
清 瀬川
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.)
Toshiba Corp
Sord Computer Corp
Original Assignee
Toshiba Corp
Sord Computer 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 Toshiba Corp, Sord Computer Corp filed Critical Toshiba Corp
Priority to JP3041251A priority Critical patent/JPH04259025A/en
Publication of JPH04259025A publication Critical patent/JPH04259025A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To write the data including the check data at a high speed by generating effectively the check data on the write data to be written into the disk drives forming a disk array. CONSTITUTION:The write data transferred from a host computer 1 are stored in the buffer memories BM0-BM2 for each disk drive. A check data generating circuit 6 generates the check data based on the write data written in the memories BM0-BM2. Then the check data are sent to a check disk drive D3, and the write data are transferred to the corresponding disk drives D0-D2 respectively.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、複数のディスクドライ
ブに記録されたデータのチェック機能を有するディスク
アレイ制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a disk array control device having a function of checking data recorded on a plurality of disk drives.

【0002】0002

【従来の技術】従来、ディスクアレイ装置は、図6に示
すように、複数のディスクドライブD0〜D3(ここで
は、例として4台)および共用のコントローラ2からな
る。コントローラ2は、各ディスクドライブD0〜D3
を制御し、各ディスクドライブD0〜D3とホストコン
ピュータ間のインターフェースを構成している。
2. Description of the Related Art Conventionally, a disk array device includes a plurality of disk drives D0 to D3 (four in this example) and a shared controller 2, as shown in FIG. The controller 2 controls each disk drive D0 to D3.
, and constitutes an interface between each disk drive D0 to D3 and the host computer.

【0003】ところで、通常のディスクアレイ装置は、
複数のディスクドライブD0〜D3の中で1台をチェッ
ク用ディスクドライブD3として使用し、パリティデー
タまたはチェックサムデータ等のチェックデータを利用
したエラーチェック機能(ECC機能)を有する。コン
トローラ2は、チェックデータCD以外のユーザデータ
等のデータを使用してチェックデータを生成する。
By the way, a normal disk array device is
One of the plurality of disk drives D0 to D3 is used as a check disk drive D3, and has an error check function (ECC function) using check data such as parity data or checksum data. The controller 2 generates check data using data such as user data other than the check data CD.

【0004】ここで、図6に示すように、データ用の各
ディスクドライブD0〜D2の各記録媒体は、物理セク
タ0〜3とは別に論理セクタアドレス0〜11が設定さ
れている。コントローラ2は、各ディスクドライブD0
〜D2に書込まれる同一物理セクタの各データに対応す
るチェックデータを生成し、チェック用ディスクドライ
ブD3の同一物理セクタに格納する。具体的には、例え
ば物理セクタ0の各ディスクドライブD0〜D2の同一
バイト位置の各データ(3バイト分)の総和を算出し、
このチェックサムデータ(CD012)をチェックデー
タCDとしてドライブD3の同一物理セクタの同一バイ
ト位置に格納する。このチェックデータCDを利用して
、各ディスクドライブD0〜D2の1台が故障した場合
に、故障したドライブに記録されているデータを復元す
ることが可能となる。
As shown in FIG. 6, logical sector addresses 0-11 are set for each recording medium of each data disk drive D0-D2 in addition to physical sectors 0-3. The controller 2 has each disk drive D0
Check data corresponding to each piece of data in the same physical sector written to ~D2 is generated and stored in the same physical sector of the check disk drive D3. Specifically, for example, calculate the sum of each data (3 bytes) at the same byte position of each disk drive D0 to D2 in physical sector 0,
This checksum data (CD012) is stored as check data CD in the same byte position in the same physical sector of drive D3. By using this check data CD, when one of the disk drives D0 to D2 fails, it is possible to restore the data recorded in the failed drive.

【0005】ところで、コントローラ2は、書込み動作
時にホストコンピュータからデータが転送される度に、
前記のようなチェックデータCDを生成し、バッファメ
モリに格納する。この場合、ホストコンピュータから新
たなデータが転送されると、チェックデータCDを更新
する必要がある。このため、コントローラ2はバッファ
メモリから前のチェックデータCDを読出し、この前の
チェックデータCDを新たなデータに基づいて更新し、
再度バッファメモリに格納する。
By the way, each time data is transferred from the host computer during a write operation, the controller 2
The check data CD as described above is generated and stored in the buffer memory. In this case, when new data is transferred from the host computer, it is necessary to update the check data CD. Therefore, the controller 2 reads the previous check data CD from the buffer memory, updates the previous check data CD based on the new data, and
Store it in the buffer memory again.

【0006】[0006]

【発明が解決しようとする課題】従来の方式では、デー
タの書込み動作時にチェックデータCDを生成し、バッ
ファメモリに格納する。チェックデータCDを更新する
場合には、バッファメモリを2回アクセスする必要があ
る。このため、結果的にディスクドライブに対するデー
タの書込み動作の速度が低下する問題がある。
In the conventional system, check data CD is generated during a data write operation and stored in a buffer memory. When updating the check data CD, it is necessary to access the buffer memory twice. As a result, there is a problem in that the speed of data writing to the disk drive decreases.

【0007】本発明の目的は、ディスクアレイを構成す
る各ディスクドライブに書込みデータのチェックデータ
を効率的に生成し、結果的にデータの書込み動作の高速
化を実現するディスクアレイ制御装置を提供することに
ある。
An object of the present invention is to provide a disk array control device that efficiently generates write data check data for each disk drive that constitutes a disk array, thereby realizing faster data writing operations. There is a particular thing.

【0008】[0008]

【課題を解決するための手段】本発明は、チェックデー
タを格納するチェック用ディスクドライブおよびユーザ
データ等の書込みデータを格納する複数のディスクドラ
イブのそれぞれを制御するディスクアレイ制御装置にお
いて、ホストコンピュータから転送される各書込みデー
タを各ディスクドライブ毎に格納するバッファメモリ手
段、このバッファメモリ手段に格納された各書込みデー
タに基づいてチェックデータを生成するチェックデータ
生成手段およびチェックデータ生成手段により生成され
たチェックデータをチェック用ディスクドライブに転送
し、バッファメモリ手段に格納された各書込みデータを
該当する各ディスクドライブに転送するデータ転送手段
とを備えた装置である。
[Means for Solving the Problems] The present invention provides a disk array control device that controls each of a check disk drive that stores check data and a plurality of disk drives that stores write data such as user data. Buffer memory means for storing each write data to be transferred for each disk drive, check data generation means for generating check data based on each write data stored in the buffer memory means, and check data generated by the check data generation means. The apparatus includes data transfer means for transferring check data to a check disk drive and transferring each write data stored in a buffer memory means to each corresponding disk drive.

【0009】[0009]

【作用】本発明では、ホストコンピュータから転送され
る書込みデータが、複数のディスクドライブ毎にバッフ
ァメモリ手段に格納される。チェックデータ生成手段は
、バッファメモリ手段に格納された各書込みデータに基
づいてチェックデータを生成する。このチェックデータ
はチェック用ディスクドライブに転送される。また、各
書込みデータは該当する各ディスクドライブに転送され
る。これにより、ホストコンピュータから各ディスクド
ライブ毎の書込みデータが転送されると、各書込みデー
タに基づいたチェックデータを生成することができる。
According to the present invention, write data transferred from a host computer is stored in buffer memory means for each of a plurality of disk drives. The check data generation means generates check data based on each write data stored in the buffer memory means. This check data is transferred to the check disk drive. Further, each write data is transferred to each corresponding disk drive. Thereby, when write data for each disk drive is transferred from the host computer, check data can be generated based on each write data.

【0010】0010

【実施例】以下図面を参照して本発明の実施例を説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings.

【0011】図1は本発明の実施例に係わるディスクア
レイ・システムの要部を示すブロック図である。本シス
テムは、ホストコンピュータ1、コントローラ12およ
び複数のディスクドライブ(ここでは、4台)D0〜D
3からなる。ディスクドライブD0〜D3は、チェック
データCDを格納するためのチェック用ディスクドライ
ブD3およびチェックデータ以外のユーザデータ等のデ
ータを格納する各ディスクドライブD0〜D2からなる
FIG. 1 is a block diagram showing the main parts of a disk array system according to an embodiment of the present invention. This system includes a host computer 1, a controller 12, and a plurality of disk drives (four in this case) D0 to D.
Consists of 3. The disk drives D0 to D3 include a check disk drive D3 for storing check data CD and disk drives D0 to D2 for storing data such as user data other than check data.

【0012】コントローラ12はホストバス3およびデ
ィスクバス4を有し、ホストバス3を通じてホストコン
ピュータ1に接続し、またディスクバス4を通じて各デ
ィスクドライブD0〜D3に接続されている。コントロ
ーラ12は、ホストバス3に接続された複数のトランシ
ーバ(データ送受信装置)5a〜5cを有し、ホストコ
ンピュータ1とのデータ転送を実行する。コントローラ
12は、各ディスクドライブD0〜D2のそれぞれに対
応する複数のバッファメモリBM0〜BM2を有する。 各バッファメモリBM0〜BM2は、各トランシーバ5
a〜5cを通じてホストコンピュータ1から転送される
書込みデータを格納する。
The controller 12 has a host bus 3 and a disk bus 4, and is connected to the host computer 1 through the host bus 3, and to each of the disk drives D0 to D3 through the disk bus 4. The controller 12 has a plurality of transceivers (data transmitting/receiving devices) 5a to 5c connected to the host bus 3, and executes data transfer with the host computer 1. The controller 12 has a plurality of buffer memories BM0-BM2 corresponding to each disk drive D0-D2, respectively. Each buffer memory BM0 to BM2 is connected to each transceiver 5.
Write data transferred from the host computer 1 through a to 5c is stored.

【0013】さらに、コントローラ12はチェックデー
タ発生回路6を有する。チェックデータ発生回路6は、
各バッファメモリBM0〜BM2に格納される各書込み
データに基づいてチェックデータを生成し、ディスクバ
ス4を通じてチェック用ディスクドライブD3に転送す
る機能を有する。一方、チェックデータ発生回路6は単
なるマルチプレクサとして機能し、各バッファメモリB
M0〜BM2に格納される各書込みデータをそれぞれ該
当する各ディスクドライブD0〜D2に転送する。
Furthermore, the controller 12 has a check data generation circuit 6. The check data generation circuit 6 is
It has a function of generating check data based on each write data stored in each buffer memory BM0 to BM2 and transferring it to the check disk drive D3 via the disk bus 4. On the other hand, the check data generation circuit 6 functions simply as a multiplexer, and each buffer memory B
Each write data stored in M0 to BM2 is transferred to each corresponding disk drive D0 to D2.

【0014】また、コントローラ12は、各ディスクド
ライブD0〜D3からの読出しデータをホストコンピュ
ータ1に転送するための読出し用トランシーバ7、コン
トローラ12全体の制御を行なうCPU8、ディスクイ
ンターフェース9、ホストインターフェース10および
メモリ11を備えている。ディスクインターフェース9
は、各ディスクドライブD0〜D3とのインターフェー
スであり、命令等を送信したり、ステータス等を受信す
るための回路である。ホストインターフェース10は、
ホストコンピュータ1とのインターフェースであり、ホ
ストコンピュータ1からの命令等を受信したり、ステー
タス等を送信するための回路である。メモリ11はRA
MおよびROMからなり、CPU8のプログラムおよび
各種制御データを格納する。
The controller 12 also includes a read transceiver 7 for transferring read data from each disk drive D0 to D3 to the host computer 1, a CPU 8 for controlling the entire controller 12, a disk interface 9, a host interface 10, and It is equipped with a memory 11. Disk interface 9
is an interface with each of the disk drives D0 to D3, and is a circuit for transmitting commands and receiving status and the like. The host interface 10 is
It is an interface with the host computer 1, and is a circuit for receiving commands and the like from the host computer 1 and transmitting status and the like. Memory 11 is RA
It consists of M and ROM, and stores programs for the CPU 8 and various control data.

【0015】次に、同実施例の動作を説明する。Next, the operation of this embodiment will be explained.

【0016】まず、ホストコンピュータ1が、3台のデ
ィスクドライブD0〜D2の連続したデータセクタ(論
理セクタアドレス)に対して同時にデータを書込む場合
には、各ディスクドライブD0〜D2に対して各バッフ
ァメモリBM0〜BM2が割り当てられる。即ち、図2
に示すように、ホストコンピュータ1から各データセク
タの書込みデータが同時に転送されると、各ディスクド
ライブD0〜D2に対応する各バッファメモリBM0〜
BM2に格納される。即ち、ディスクドライブD0の書
込みデータがバッファメモリBM0に格納されて、以下
ドライブD1の書込みデータがバッファメモリBM1に
格納されて、ドライブD2の書込みデータがバッファメ
モリBM2に格納される。
First, when the host computer 1 simultaneously writes data to consecutive data sectors (logical sector addresses) of three disk drives D0 to D2, it writes data to each disk drive D0 to D2. Buffer memories BM0 to BM2 are allocated. That is, Figure 2
As shown in , when the write data of each data sector is simultaneously transferred from the host computer 1, each buffer memory BM0 to BM0 corresponding to each disk drive D0 to D2 is transferred.
Stored in BM2. That is, the write data of the disk drive D0 is stored in the buffer memory BM0, the write data of the drive D1 is stored in the buffer memory BM1, and the write data of the drive D2 is stored in the buffer memory BM2.

【0017】データ書込み動作時には、チェックデータ
発生回路6は単なるマルチプレクサとして機能し、各バ
ッファメモリBM0〜BM2に格納された各書込みデー
タを各ディスクドライブD0〜D2に転送する。
During a data write operation, the check data generation circuit 6 functions simply as a multiplexer and transfers each write data stored in each buffer memory BM0 to BM2 to each disk drive D0 to D2.

【0018】次に、チェックデータ発生回路6は、各バ
ッファメモリBM0〜BM2から所定のチェックデータ
グループに対応する各書込みデータを読出し、チェック
データを生成する処理を実行する。チェックデータの生
成処理時には、各トランシーバ5a〜5cは全てオフ動
作となる。
Next, the check data generation circuit 6 reads each write data corresponding to a predetermined check data group from each buffer memory BM0 to BM2, and executes a process of generating check data. During check data generation processing, each transceiver 5a to 5c is all turned off.

【0019】ここで、同実施例では、チェックデータグ
ループは、各ディスクドライブD0〜D2の同一物理セ
クタに対応するデータセクタ(論理セクタ)に属する書
込みデータ群である。即ち、物理セクタ0に対応する各
書込みデータ(論理セクタ0〜2)に基づいてチェック
演算(例えばパリティ演算)し、チェックデータCD0
12を生成する。同様にして、図2に示すように、各物
理セクタ1〜3毎に、チェックデータCD345〜CD
901を生成する。生成された各チェックデータは、グ
ループに対応するチェック用ディスクドライブD3の同
一物理セクタに書込まれる。
In this embodiment, the check data group is a write data group belonging to a data sector (logical sector) corresponding to the same physical sector of each disk drive D0 to D2. That is, a check operation (for example, a parity operation) is performed based on each write data (logical sectors 0 to 2) corresponding to physical sector 0, and the check data CD0
Generate 12. Similarly, as shown in FIG.
901 is generated. Each generated check data is written to the same physical sector of the check disk drive D3 corresponding to the group.

【0020】次に、チェックデータグループに属するデ
ータセクタの中で、図3に示すように、論理セクタnの
みにデータの書込み動作(データ更新)が実行される場
合について説明する。ここでは、ホストコンピュータ1
から例えばディスクドライブD1に対する書込みデータ
が1セクタ分転送されると、この転送された更新データ
がバッファメモリBM1に格納される。このとき、各デ
ィスクドライブD0,D2は書込み命令が実行されてい
ないため、グループに属する残りの各データセクタ(n
−1,n+1)に対応する各データを、該当するディス
クドライブD0,D2から読出すことになる。即ち、各
ディスクドライブD0,D2から読出された各データは
、読出し用トランシーバ7を通じて各バッファメモリB
M0〜BM2に格納される。
Next, a case will be described in which a data write operation (data update) is executed only in logical sector n, as shown in FIG. 3, among the data sectors belonging to the check data group. Here, host computer 1
For example, when write data for one sector is transferred to the disk drive D1, the transferred update data is stored in the buffer memory BM1. At this time, each disk drive D0, D2 has not executed a write command, so each remaining data sector (n
-1, n+1) are read from the corresponding disk drives D0, D2. That is, each data read from each disk drive D0, D2 is sent to each buffer memory B through the reading transceiver 7.
Stored in M0 to BM2.

【0021】この後に、チェックデータ発生回路6は、
各バッファメモリBM0〜BM2から論理セクタnの更
新データを含む各書込みデータを読出し、チェックデー
タCDを生成する処理を実行する。このチェックデータ
CDは、グループに対応するチェック用ディスクドライ
ブD3の同一物理セクタ(例えばセクタ0)に書込まれ
て、更新されることになる。
After this, the check data generation circuit 6
Each write data including update data of logical sector n is read from each buffer memory BM0 to BM2, and a process of generating check data CD is executed. This check data CD is written to the same physical sector (for example, sector 0) of the check disk drive D3 corresponding to the group and updated.

【0022】また、図4に示すように、例えばディスク
ドライブD1の論理セクタnのデータが更新される場合
に、この論理セクタnの旧データnをディスクドライブ
D1から読出し、バッファメモリBM0に格納する。さ
らに、論理セクタnのグループに対応する旧チェックデ
ータCDをチェック用ディスクドライブD3から読出し
、バッファメモリBM2に格納する。チェックデータ発
生回路6は、バッファメモリBM1に格納される更新デ
ータ(新データn)、旧データnおよび旧チェックデー
タCDに基づいて、新チェックデータCDを生成する処
理を実行する。これにより、前記と同様に、新チェック
データCDは、グループに対応するチェック用ディスク
ドライブD3の同一物理セクタ(例えばセクタ0)に書
込まれて、更新されることになる。
Further, as shown in FIG. 4, for example, when data in logical sector n of disk drive D1 is updated, old data n of this logical sector n is read from disk drive D1 and stored in buffer memory BM0. . Furthermore, the old check data CD corresponding to the group of logical sectors n is read from the check disk drive D3 and stored in the buffer memory BM2. The check data generation circuit 6 executes a process of generating new check data CD based on the update data (new data n), old data n, and old check data CD stored in the buffer memory BM1. As a result, the new check data CD is written and updated in the same physical sector (for example, sector 0) of the check disk drive D3 corresponding to the group, as described above.

【0023】さらに、図5に示すように、グループに属
するデータセクタの中で、例えばディスクドライブD1
,D2の論理セクタn,n+1のデータが更新される場
合には、残りのデータセクタn−1に対応するデータが
該当するディスクドライブD0から読出される。このデ
ータはバッファメモリBM0に格納される。
Furthermore, as shown in FIG. 5, among the data sectors belonging to the group, for example, disk drive D1
, D2, data corresponding to the remaining data sector n-1 is read from the corresponding disk drive D0. This data is stored in buffer memory BM0.

【0024】チェックデータ発生回路6は、各バッファ
メモリBM0〜BM2から論理セクタn−1の旧データ
および論理セクタn,n+1の各更新データを読出し、
新チェックデータCDを生成する処理を実行する。新チ
ェックデータCDは、グループに対応するチェック用デ
ィスクドライブD3の同一物理セクタ(例えばセクタ0
)に書込まれて、更新されることになる。
The check data generation circuit 6 reads old data in logical sector n-1 and updated data in logical sectors n and n+1 from each buffer memory BM0 to BM2.
Execute processing to generate new check data CD. The new check data CD is stored in the same physical sector (for example, sector 0) of the check disk drive D3 corresponding to the group.
) and will be updated.

【0025】このようにして、チェックデータグループ
(同一論理セクタ)に属する各ディスクドライブの各書
込みデータを格納する各バッファメモリBM0〜BM2
が設けられて、データ書込み時にグループ毎のチェック
データが生成される。
In this way, each buffer memory BM0 to BM2 stores each write data of each disk drive belonging to the check data group (same logical sector).
is provided, and check data is generated for each group at the time of data writing.

【0026】したがって、以下のような効果を得ること
ができる。第1に、書込みデータが各ディスクドライブ
に転送される途中で、書込みデータにエラーが発生して
も、各バッファメモリBM0〜BM2からエラーが発生
したセクタのみの書込みデータを読出して、再度転送す
ることができる(図2を参照)。
[0026] Therefore, the following effects can be obtained. First, even if an error occurs in the write data while the write data is being transferred to each disk drive, the write data of only the sector where the error occurred is read from each buffer memory BM0 to BM2 and transferred again. (See Figure 2).

【0027】第2に、グループに属するデータセクタの
一部のデータが更新される場合には、残りのデータセク
タの各データを対応するバッファメモリに読出すことに
より、グループに対応するチェックデータの更新を行な
うことができる(図3及び図5を参照)。
Second, when some data in a data sector belonging to a group is updated, the check data corresponding to the group is updated by reading each data in the remaining data sectors to the corresponding buffer memory. Updates can be made (see Figures 3 and 5).

【0028】第3に、グループに属するデータセクタの
一部のデータが更新される場合に、その旧データおよび
旧チェックデータをバッファメモリに格納し、書込みデ
ータを更新すると共に、更新データ,旧データおよび旧
チェックデータに基づいてチェックデータを更新するこ
とができる(図4を参照)。
Third, when some data in a data sector belonging to a group is updated, the old data and old check data are stored in the buffer memory, the write data is updated, and the updated data and old data are and the check data can be updated based on the old check data (see FIG. 4).

【0029】[0029]

【発明の効果】以上詳述したように本発明によれば、チ
ェックデータグループに属する各書込みデータを格納す
るディスクドライブ毎の各バッファメモリを設けること
により、データの書込み動作時のチェックデータの生成
及び更新を効率的に行なうことができる。したがって、
結果的に、チェックデータを含むデータの書込み動作の
高速化を図ることができる。
As described in detail above, according to the present invention, by providing each buffer memory for each disk drive to store each write data belonging to a check data group, check data can be generated during a data write operation. and updates can be performed efficiently. therefore,
As a result, it is possible to speed up the write operation of data including check data.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明の実施例に係わるディスクアレイ制御装
置の要部を示すブロック図。
FIG. 1 is a block diagram showing the main parts of a disk array control device according to an embodiment of the present invention.

【図2】同実施例の動作を説明するための概念図。FIG. 2 is a conceptual diagram for explaining the operation of the embodiment.

【図3】同実施例の動作を説明するための概念図。FIG. 3 is a conceptual diagram for explaining the operation of the embodiment.

【図4】同実施例の動作を説明するための概念図。FIG. 4 is a conceptual diagram for explaining the operation of the embodiment.

【図5】同実施例の動作を説明するための概念図。FIG. 5 is a conceptual diagram for explaining the operation of the embodiment.

【図6】従来のディスクアレイ装置を説明するためのブ
ロック図。
FIG. 6 is a block diagram for explaining a conventional disk array device.

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

1…ホストコンピュータ、6…チェックデータ発生回路
、12…コントローラ、BM0〜BM2…バッファメモ
リ、D0〜D3…ディスクドライブ。
DESCRIPTION OF SYMBOLS 1...Host computer, 6...Check data generation circuit, 12...Controller, BM0-BM2...Buffer memory, D0-D3...Disk drive.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  複数のディスクドライブを制御し、前
記各ディスクドライブとホストコンピュータとの間のデ
ータ転送を制御するディスクアレイ制御装置において、
前記複数のディスクドライブの中で各ディスクドライブ
に記録される各書込みデータのチェックデータを格納す
るためのチェック用ディスクドライブと、前記ホストコ
ンピュータから転送される前記各書込みデータを前記デ
ィスクドライブ毎に格納するバッファメモリ手段と、こ
のバッファメモリ手段に格納された前記各書込みデータ
に基づいて前記チェックデータを生成するチェックデー
タ生成手段と、このチェックデータ生成手段により生成
された前記チェックデータを前記チェック用ディスクド
ライブに転送し、前記バッファメモリ手段に格納された
前記各書込みデータを該当する各ディスクドライブに転
送するデータ転送手段とを具備したことを特徴とするデ
ィスクアレイ制御装置。
1. A disk array control device that controls a plurality of disk drives and controls data transfer between each disk drive and a host computer, comprising:
A check disk drive for storing check data of each write data recorded on each disk drive among the plurality of disk drives, and a check disk drive for storing each write data transferred from the host computer for each disk drive. a buffer memory means for generating the check data based on the write data stored in the buffer memory means; a check data generating means for generating the check data based on the write data stored in the buffer memory means; and data transfer means for transferring each of the write data stored in the buffer memory means to each corresponding disk drive.
JP3041251A 1991-02-13 1991-02-13 Disk array controller Withdrawn JPH04259025A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3041251A JPH04259025A (en) 1991-02-13 1991-02-13 Disk array controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3041251A JPH04259025A (en) 1991-02-13 1991-02-13 Disk array controller

Publications (1)

Publication Number Publication Date
JPH04259025A true JPH04259025A (en) 1992-09-14

Family

ID=12603222

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3041251A Withdrawn JPH04259025A (en) 1991-02-13 1991-02-13 Disk array controller

Country Status (1)

Country Link
JP (1) JPH04259025A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996015488A1 (en) * 1994-11-11 1996-05-23 Hitachi, Ltd. Disk array controller and disk array device
JPH08305498A (en) * 1995-05-10 1996-11-22 Nec Corp Data transfer device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996015488A1 (en) * 1994-11-11 1996-05-23 Hitachi, Ltd. Disk array controller and disk array device
JPH08305498A (en) * 1995-05-10 1996-11-22 Nec Corp Data transfer device

Similar Documents

Publication Publication Date Title
US5321826A (en) Disk control system in which spare disk and master disks are dynamically exchanged
EP0405926B1 (en) Method and apparatus for managing a shadow set of storage media
KR100245896B1 (en) Hard disk drive controller using plural microprocessor
US6021463A (en) Method and means for efficiently managing update writes and fault tolerance in redundancy groups of addressable ECC-coded sectors in a DASD storage subsystem
US6604171B1 (en) Managing a cache memory
US5210865A (en) Transferring data between storage media while maintaining host processor access for I/O operations
JPS605023B2 (en) memory system
JP2001166993A (en) Memory control unit and method for controlling cache memory
WO1995006284A1 (en) Ata interface architecture employing state machines
JP4884721B2 (en) Storage system and storage control method that do not require storage device format
EP0701208B1 (en) Disk array subsystem and data generation method therefor
KR0162121B1 (en) An improved data storage device and method of operation
US6701452B1 (en) Disk array controller having distributed parity generation function
JP4398596B2 (en) Disk array device
JPH04259025A (en) Disk array controller
JP2548475B2 (en) Method of controlling data restoration amount of array disk device
JP3236166B2 (en) Cache control method and information processing device
US6249842B1 (en) Apparatus and method for processing data in a RAID system
JP3220581B2 (en) Array type storage system
JP3202550B2 (en) Disk array subsystem
KR100423812B1 (en) RAID Controller and Parity Operator Method having Disk Cash Memory Controller and Parity Operator Device
JPH04259026A (en) Disk array controller
JP2009211349A (en) Disk array control unit
JPS6027014A (en) Magnetic disk controller
JPH04311217A (en) External storage controller

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514