JP2001159958A - Parity data writing system for display array device - Google Patents

Parity data writing system for display array device

Info

Publication number
JP2001159958A
JP2001159958A JP34425699A JP34425699A JP2001159958A JP 2001159958 A JP2001159958 A JP 2001159958A JP 34425699 A JP34425699 A JP 34425699A JP 34425699 A JP34425699 A JP 34425699A JP 2001159958 A JP2001159958 A JP 2001159958A
Authority
JP
Japan
Prior art keywords
data
parity
disk
generation
control device
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
JP34425699A
Other languages
Japanese (ja)
Inventor
Kazunari Yoshida
一成 吉田
Takao Sato
孝夫 佐藤
Masaatsu Nozaki
正敦 野崎
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 Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
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 Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP34425699A priority Critical patent/JP2001159958A/en
Publication of JP2001159958A publication Critical patent/JP2001159958A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2211/00Indexing scheme relating to details of data-processing equipment not covered by groups G06F3/00 - G06F13/00
    • G06F2211/10Indexing scheme relating to G06F11/10
    • G06F2211/1002Indexing scheme relating to G06F11/1076
    • G06F2211/1054Parity-fast hardware, i.e. dedicated fast hardware for RAID systems with parity

Abstract

PROBLEM TO BE SOLVED: To improve the performance of read/write processing of a disk array device by reducing the application ratios of control devices and resources to be used for the generation and writing of new parity data and allocating the control devices and the resources to the read/write processing, based on requests from a host computer. SOLUTION: Out of host data write processing, parity data generation processing and parity data write processing to be performed by the control devices in a conventional system, the parity data generation processing and the parity data write processing are performed not by the control devices but by parity generation devices. Since data transfer to be performed at the parity generation is performed directly between the parity generation devices without passing the control devices, the resources of the control devices are not used at all.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ディスクアレイ装
置の制御に関し、ホストコンピュータからデータを受信
して、制御装置を介さずにファイバチャネルのループ上
で冗長データを生成し、ディスクアレイ装置を構成して
いるディスク装置に書き込む方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to the control of a disk array device, and more particularly, to a method for receiving data from a host computer and generating redundant data on a fiber channel loop without a control device, thereby forming a disk array device. To a method of writing data to a disk device that is operating.

【0002】[0002]

【従来の技術】ホストコンピュータから受信したデータ
(以下、ホストデータとする)をディスク装置に書き込
む時、ホストデータとは別に当該ディスク装置と同一の
冗長データグループ(以下ECCグループとする)に属
する冗長データ(以下パリティデータとする)を新規に
生成し、該当するディスク装置へ書き込む処理が必要と
なる。この時従来は、制御装置内にパリティ生成機能が
あり、当該ディスクと同一のECCグループに属するパ
リティデータを新規に生成する為に当該ディスク装置に
書き込む以前の旧データ、新パリティデータを書き込む
以前の旧パリティデータを制御装置によって読み込み、
これらとホストデータを用いてパリティ生成機能によっ
て新パリティデータを生成し該当するディスク装置に書
き込みを行わなければならない。これによって、制御装
置の負荷及び制御装置内の資源の使用率が大幅に増加す
る。
2. Description of the Related Art When writing data received from a host computer (hereinafter, referred to as host data) to a disk device, redundant data belonging to the same redundant data group as the disk device (hereinafter, referred to as an ECC group) separately from the host data. A process of newly generating data (hereinafter referred to as parity data) and writing the data to the corresponding disk device is required. At this time, conventionally, the control device has a parity generation function, and in order to newly generate parity data belonging to the same ECC group as that of the disk, old data before writing to the disk device and writing of new parity data before writing new parity data to the disk device are used. The old parity data is read by the controller,
Using these and host data, new parity data must be generated by the parity generation function and written to the corresponding disk device. This significantly increases the load on the controller and the utilization of resources in the controller.

【0003】[0003]

【発明が解決しようとする課題】上記で述べた様に、制
御装置がホストデータを書き込む際、1回の書き込み処
理に対して旧データ読み込み処理、旧パリティデータ読
み込み処理を行い、新パリティデータを生成した後、新
パリティデータを当該ディスクに書き込むという4つの
処理を行う必要がある。これにより制御装置の負荷が上
がる。また、旧データ/旧パリティデータ読み込み時に
は、制御装置内の資源を使用する為、通常行う読み込み
/書き込み処理を圧迫してしまう。
As described above, when the control device writes host data, the old data read process and the old parity data read process are performed for one write process, and the new parity data is written. After the generation, it is necessary to perform four processes of writing new parity data to the disk. This increases the load on the control device. Also, when reading the old data / old parity data, resources in the control device are used, so that the read / write processing that is normally performed is pressed down.

【0004】本発明は、この新パリティデータの生成及
び新パリティデータの書き込み処理に使用される制御装
置及び資源の使用率を軽減し、ホストコンピュータから
の要求に基づく読み込み/書き込み処理に充てることで
ディスクアレイ装置の読み込み/書き込み処理の性能を
向上させる。
The present invention reduces the usage rate of a control device and resources used for the generation of the new parity data and the writing of the new parity data, and allots the reading / writing based on a request from the host computer. Improve the performance of read / write processing of a disk array device.

【0005】[0005]

【課題を解決するための手段】上記の課題を解決するた
めに本発明の方式では、制御装置で行っていたホストデ
ータ書き込み処理、パリティデータ生成処理、パリティ
データ書き込み処理のうちパリティデータの生成処理及
び書き込み処理を制御装置ではなくパリティ生成装置で
行わせる。また、パリティ生成時に行うデータ転送は制
御装置を介さず直接パリティ生成装置間で行う為、制御
装置の資源を全く使用しない。従って、制御装置はホス
トデータを当該ディスク装置に書き込む処理及び通常の
読み込み処理だけを行えば良い。これらのことにより、
制御装置はホストデータに対するパリティデータ生成処
理及びパリティデータ書き込み処理から解放され、尚、
且つ制御装置の資源の使用率を最低限にする。
In order to solve the above-mentioned problems, according to the method of the present invention, parity data generation processing among host data write processing, parity data generation processing, and parity data write processing performed by the controller. And the write processing is performed not by the control device but by the parity generation device. Further, since data transfer performed at the time of parity generation is directly performed between the parity generation devices without passing through the control device, resources of the control device are not used at all. Therefore, the control device need only perform the process of writing host data to the disk device and the normal read process. By these things,
The controller is released from the parity data generation processing and the parity data writing processing for the host data.
In addition, the usage rate of the control device resources is minimized.

【0006】[0006]

【発明の実施の形態】図1にディスクアレイ装置の構成
例を示す。1−1がディスクアレイ装置で、1−2はデ
ィスクアレイ装置がつながれるホストコンピュータであ
る。ディスクアレイ装置1−1のホストコンピュータ1
−2に対する入出力は、ディスクアレイ装置に装備され
るホストコンピュータ側の制御装置1−3を介して行わ
れる。制御装置1−3は、キャッシュメモリ1−4を介
して、ディスクアレイ装置を構成する複数のディスク装
置1−5を制御するディスク装置側の制御装置1−6に
接続される。また、制御装置1−6と複数のディスク装
置1−5の間にパリティ生成装置1−8があり、制御装
置1−6、パリティ生成装置1−8、複数のディスク装
置1−5は、それぞれファイバチャネルのループを介し
て接続されている。1−7の部分を詳細にしたものが図
2であり、ディスクアレイを構成するディスク装置の接
続構成例を示している。
FIG. 1 shows an example of the configuration of a disk array device. 1-1 is a disk array device, and 1-2 is a host computer to which the disk array device is connected. Host computer 1 of disk array device 1-1
-2 is performed via a control device 1-3 on the host computer side provided in the disk array device. The control device 1-3 is connected via a cache memory 1-4 to a disk device-side control device 1-6 that controls a plurality of disk devices 1-5 constituting the disk array device. In addition, there is a parity generation device 1-8 between the control device 1-6 and the plurality of disk devices 1-5, and the control device 1-6, the parity generation device 1-8, and the plurality of disk devices 1-5 respectively They are connected via fiber channel loops. FIG. 2 shows the details of the portion 1-7, and shows an example of the connection configuration of the disk devices constituting the disk array.

【0007】図2において、2−1の様なディスク装置
が、複数台組になって、一つのループ2−2により制御
装置2−3中のループ制御部2−4に接続される。この
ループ2−2のデータ転送速度は、1台のディスク装置
のデータ転送速度よりも高速で、かつ時分割多重によっ
て同時に複数のディスク装置−ループ制御部対の間での
通信を可能にする。制御装置2−3には、複数個のルー
プ制御部2−4があり、複数個のループが接続される。
ループ制御部2−4とディスク装置2−1の間には、パ
リティ生成装置群2−6が、ファイバチャネルのループ
2−2を介して接続されており、パリティ生成装置群2
−6内にはループと同数のパリティ生成装置2−7があ
り、パリティ生成装置2−7同士は互いに通信を行うこ
とができる。
In FIG. 2, a plurality of disk devices such as 2-1 are connected to a loop controller 2-4 in a controller 2-3 by one loop 2-2. The data transfer speed of the loop 2-2 is higher than the data transfer speed of one disk device, and enables simultaneous communication between a plurality of disk device-loop control unit pairs by time division multiplexing. The control device 2-3 includes a plurality of loop control units 2-4, and a plurality of loops are connected.
A parity generation device group 2-6 is connected between the loop control unit 2-4 and the disk device 2-1 via a fiber channel loop 2-2.
The same number of parity generation devices 2-7 as the number of loops are provided in −6, and the parity generation devices 2-7 can communicate with each other.

【0008】パリティ生成装置2−7には、ファイバチ
ャネルのループを介して受信するデータを保持するキャ
ッシュ2−10、キャッシュ上のデータからパリティデ
ータを生成する演算装置2−11及びパリティ生成装置
からアクセスが可能なメモリ2−12がある。メモリ2
−12には、表1に示す様な書き込み情報管理テーブル
を持つ。テーブルには、書き込み要求毎にエントリがあ
り、各エントリには、書き込み要求のあったディスク装
置識別子、書き込み要求時のコマンド、先頭アドレス及
び転送ブロック数のフィールドがある。
The parity generator 2-7 includes a cache 2-10 for holding data received via a fiber channel loop, an arithmetic unit 2-11 for generating parity data from data on the cache, and a parity generator. There is an accessible memory 2-12. Memory 2
-12 has a write information management table as shown in Table 1. The table has an entry for each write request, and each entry includes fields for a disk device identifier for which a write request has been made, a command at the time of the write request, a start address, and the number of transfer blocks.

【0009】[0009]

【表1】 [Table 1]

【0010】また、パリティ生成装置間の通信を行う
際、表2に示す様なパリティ生成情報管理テーブルを共
用メモリ2−9内に保持し、主に書き込み要求のあった
ディスク装置に対応するパリティディスク装置を検索す
る際に使用する。
When communication is performed between the parity generation devices, a parity generation information management table as shown in Table 2 is held in the shared memory 2-9, and the parity generation information mainly corresponds to the disk device that has requested writing. Used to search for a disk device.

【0011】[0011]

【表2】 [Table 2]

【0012】テーブルには、パリティ生成要求毎にエン
トリがあり、書き込み要求のあったデータディスク装置
識別子、ディスク装置種別(データ/パリティ)、前記
データディスク装置に対応するパリティディスク装置識
別子、前記パリティディスク装置の属するループと接続
されているパリティ生成装置識別子がある。このテーブ
ルは、パリティ生成装置群2−6内にある全てのパリテ
ィ生成装置2−7からアクセスが可能である。
The table has an entry for each parity generation request. The data disk device identifier, disk device type (data / parity), the parity disk device identifier corresponding to the data disk device, and the parity disk There is a parity generation device identifier connected to the loop to which the device belongs. This table can be accessed from all the parity generation devices 2-7 in the parity generation device group 2-6.

【0013】次に図3及び図4を用いて、ホストコンピ
ュータから書き込み要求のあったキャッシュ2−5上の
データ3−1を対象とするデータディスク(例えば2−
1)に書き込む処理の流れを説明する。
Next, referring to FIGS. 3 and 4, a data disk (for example, 2-D data) for the data 3-1 on the cache 2-5 to which a write request has been issued from the host computer.
The flow of the process of writing in 1) will be described.

【0014】ホストデータの書き込み処理は制御装置2
−3からループ制御部2−4を通って書き込み対象のデ
ータディスク(例えば2−1)と同一ループ2−2にあ
るパリティ生成装置2−7が、ホストデータ3−1を受
信した時に開始する4−1。パリティ生成装置2−7が
データを受信した際、受信したデータのコマンドを参照
し書き込み要求か否かを判断する4−2。もし、受信し
たデータが読み込み処理ならば、パリティ生成装置2−
7は受信したデータを次ぎのディスク装置へ送信し処理
を終わる4−10。受信したデータが書き込み処理なら
ば、表1に示す情報を受信データから取得し、メモリ2
−12に登録する4−3。次に受信したデータをキャッ
シュ2−10に保存する4−4。そしてデータディスク
装置2−1に対して、旧データの読み込み要求をメモリ
2−12に登録した表1の内容を元に行い4−5、受信
した旧データをキャッシュ2−10に保存する4−6。
次に4−4で保存したキャッシュ2−10上のホストデ
ータをメモリ2−12に登録した表1の内容を元に当該
データディスク装置2−1に書き込む4−7。ここでホ
ストデータの書き込み処理は完了するが、次にパリティ
生成指示を行う。
The host data writing process is performed by the control unit 2
-3 through the loop control unit 2-4 and starts when the parity generation device 2-7 in the same loop 2-2 as the data disk to be written (for example, 2-1) receives the host data 3-1. 4-1. When the parity generation device 2-7 receives the data, it refers to the command of the received data to determine whether it is a write request 4-2. If the received data is a reading process, the parity generation device 2-
7 transmits the received data to the next disk device and ends the processing 4-10. If the received data is a write process, the information shown in Table 1 is obtained from the received data,
4-3 to be registered in -12. Next, the received data is stored in the cache 2-10 4-4. Then, a request for reading old data is made to the data disk device 2-1 based on the contents of Table 1 registered in the memory 2-12 4-5, and the received old data is stored in the cache 2-10 4- 6.
Next, the host data in the cache 2-10 stored in 4-4 is written to the data disk device 2-1 based on the contents of Table 1 registered in the memory 2-12 4-7. Here, the host data write processing is completed, but a parity generation instruction is issued next.

【0015】パリティ生成指示は、共用メモリ2−9内
にある表2のパリティ生成情報管理テーブルを、データ
ディスク識別子をキーにして検索し、対応するパリティ
生成装置(例えば3−2)を探してパリティ生成要求及
びホストデータ、旧データを送信することにより行われ
る4−9。パリティ生成要求は、上記で求めたパリティ
生成装置3−2に接続されたパリティディスク装置3−
3に対する表1のデータの先頭アドレス及び転送ブロッ
ク数を元に作成し、パリティ生成を行うパリティ生成装
置3−2に対して送信する。その際キャッシュ2−10
に保存していたホストデータ及び旧データも送信し4−
9、処理を終了する4−10。
The parity generation instruction is performed by searching the parity generation information management table of Table 2 in the shared memory 2-9 using the data disk identifier as a key, and searching for a corresponding parity generation device (for example, 3-2). 4-9 is performed by transmitting a parity generation request, host data, and old data. The parity generation request is sent to the parity disk device 3-3 connected to the parity generation device 3-2 obtained above.
3 is generated based on the head address of the data in Table 1 and the number of transfer blocks in Table 1, and transmitted to the parity generation device 3-2 that performs parity generation. At that time, the cache 2-10
Also send the host data and old data stored in
9. End the process 4-10.

【0016】次にパリティ生成処理及びパリティデータ
書き込み処理を図5、図6を用いて説明する。図6の6
−1から処理を開始し、パリティ生成要求を受けたパリ
ティ生成装置2(3−2)は、通信ケーブル5−1を介
してパリティ生成コマンドを受信し、表1に示す情報を
メモリ5−5に登録する6−2。次にホストデータ及び
旧データを通信ケーブル5−1を介して受信しキャッシ
ュ5−2上に保存する6−3。次にメモリ5−5の表1
に示す内容を元にパリティディスク装置3−3に対する
旧パリティデータの読み込み指示を行う6−4。パリテ
ィディスク装置3−3から受信した旧パリティデータを
キャッシュ5−2に保存する6−5。これで新パリティ
データを生成する為のデータが全て揃ったのでこれらの
データを演算装置5−4に入力し新パリティデータを生
成する6−6。その後新パリティデータを5−3の経路
でパリティディスク装置3−3に対して書き込み処理を
行う6−7。以上でパリティ生成処理を終了し6−8ホ
ストデータの書き込み要求に伴う一連の処理を終了す
る。
Next, the parity generation processing and parity data writing processing will be described with reference to FIGS. 6 in FIG.
-1, the parity generation device 2 (3-2) receiving the parity generation request receives the parity generation command via the communication cable 5-1 and stores the information shown in Table 1 in the memory 5-5. 6-2. Next, host data and old data are received via the communication cable 5-1 and stored in the cache 5-2 6-3. Next, Table 1 in the memory 5-5
6-4 instructs the parity disk device 3-3 to read the old parity data based on the contents shown in (4). 6-5 storing the old parity data received from the parity disk device 3-3 in the cache 5-2. As a result, all the data for generating the new parity data is prepared, and these data are input to the arithmetic unit 5-4 to generate the new parity data 6-6. Thereafter, the new parity data is written to the parity disk device 3-3 along the path 5-3 6-7. Thus, the parity generation processing is completed, and a series of processing associated with the 6-8 host data write request is completed.

【0017】[0017]

【発明の効果】従来、通常行う書き込み処理において、
対象データディスク装置に対する書き込み処理以外にパ
リティ生成処理及び新パリティデータのパリティディス
ク装置への書き込み処理を全て制御装置で行っていた。
本発明では上記処理のうち新パリティ生成処理及びパリ
ティディスク装置への書き込み処理をパリティ生成装置
に行わせ、制御装置上のマイクロプロセッサやメモリ等
の資源を通常の書き込み処理のみに割り当てることによ
り、ディスクアレイ装置の性能を向上させることができ
る。
According to the conventional write processing,
In addition to the process of writing to the target data disk device, the control device performs all of the parity generation process and the process of writing new parity data to the parity disk device.
In the present invention, the new parity generation process and the write process to the parity disk device are performed by the parity generation device, and the resources such as the microprocessor and the memory on the control device are allocated only to the normal write process. The performance of the array device can be improved.

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

【図1】ディスクアレイ装置の構成例を示す図。FIG. 1 is a diagram showing a configuration example of a disk array device.

【図2】パリティ生成装置の内部構成及びディスク装置
の接続構成例を示す図。
FIG. 2 is a diagram showing an example of an internal configuration of a parity generation device and a connection configuration example of a disk device.

【図3】データディスク装置に対するホストデータの書
き込み処理を示す図。
FIG. 3 is a view showing a process of writing host data to a data disk device.

【図4】データディスクに対するホストデータ書き込み
処理のフローを示す図。
FIG. 4 is a diagram showing a flow of host data write processing to a data disk.

【図5】パリティ生成及びパリティデータの書き込み処
理の様子を示す図。
FIG. 5 is a diagram showing a state of parity generation and parity data write processing.

【図6】パリティ生成及びパリティディスクへの書き込
み処理のフローを示す図。
FIG. 6 is a diagram showing a flow of parity generation and write processing to a parity disk.

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

1−1…ディスクアレイ装置、1−2…ホストコンピュ
ータ、1−3…制御装置、1−4…キャッシュメモリ、
1−5…複数のディスク装置、1−6…ディスク装置側
の制御装置、1−8…パリティ生成装置、2−1…ディ
スク装置、2−2…ループ、2−3…制御装置、2−4
…ループ制御部、2−6…パリティ生成装置群、2−7
…パリティ生成装置、2−10…キャッシュ、2−11
…演算装置、2−12…アクセスが可能なメモリ。
1-1: Disk array device, 1-2: Host computer, 1-3: Control device, 1-4: Cache memory,
1-5: Plurality of disk devices, 1-6: Control device on the disk device side, 1-8: Parity generation device, 2-1: Disk device, 2-2: Loop, 2-3: Control device, 2- 4
... Loop control unit, 2-6 ... Parity generation device group, 2-7
... Parity generation device, 2-10 ... Cache, 2-11
... Arithmetic unit, 2-12... Accessible memory.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 佐藤 孝夫 神奈川県小田原市国府津2880番地 株式会 社日立製作所ストレージシステム事業部内 (72)発明者 野崎 正敦 神奈川県横浜市中区尾上町六丁目81番地 日立ソフトウェアエンジニアリング株式会 社内 Fターム(参考) 5B065 BA01 CA15 CE11 EA01 EA12 ZA08 5D066 BA02 BA08  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Takao Sato 2880 Kozu, Odawara-shi, Kanagawa Prefecture Within the Hitachi, Ltd.Storage Systems Division (72) Inventor Masatsugu Nozaki 6-81 Ouecho, Naka-ku, Yokohama-shi, Kanagawa Hitachi Software Engineering Co., Ltd. In-house F-term (reference) 5B065 BA01 CA15 CE11 EA01 EA12 ZA08 5D066 BA02 BA08

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 障害に対する信頼性の向上のために冗長
性を持たせた複数のディスク装置と、これらディスク装
置を制御するための制御装置があり、時分割多重によっ
て同時に複数のディスク装置−制御装置対の間での通信
を可能にするファイバチャネルのループにより、制御装
置、データを記憶している前記の複数のディスク装置を
接続しており、データ記憶方式にm個(m>1)のデー
タ単位に冗長データが存在する冗長データグループを有
し、複数個の記憶媒体にデータを分割して格納するRA
ID方式を用いるディスクアレイ装置において、ホスト
コンピュータから受信したキャッシュ上のデータを前記
ディスク装置群の当該ディスク装置に書き込むと共に前
記当該ディスク装置の属する前記冗長データグループ内
の前記冗長データを前記制御装置の処理を軽減する為に
前記ファイバチャネルのループ上で生成し前記ディスク
装置に書き込む方式。
There are a plurality of disk devices having redundancy for improving reliability against a failure and a control device for controlling these disk devices, and a plurality of disk devices are simultaneously controlled by time division multiplexing. A control device and the plurality of disk devices storing data are connected by a fiber channel loop enabling communication between the device pairs, and m (m> 1) data storage systems are connected. An RA which has a redundant data group in which redundant data exists in a data unit and divides and stores data in a plurality of storage media
In the disk array device using the ID method, data on a cache received from a host computer is written to the disk device of the disk device group, and the redundant data in the redundant data group to which the disk device belongs is written to the control device. A method in which the data is generated on the loop of the Fiber Channel and written to the disk device in order to reduce processing.
JP34425699A 1999-12-03 1999-12-03 Parity data writing system for display array device Pending JP2001159958A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34425699A JP2001159958A (en) 1999-12-03 1999-12-03 Parity data writing system for display array device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34425699A JP2001159958A (en) 1999-12-03 1999-12-03 Parity data writing system for display array device

Publications (1)

Publication Number Publication Date
JP2001159958A true JP2001159958A (en) 2001-06-12

Family

ID=18367848

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34425699A Pending JP2001159958A (en) 1999-12-03 1999-12-03 Parity data writing system for display array device

Country Status (1)

Country Link
JP (1) JP2001159958A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010128940A (en) * 2008-11-28 2010-06-10 Fuji Xerox Co Ltd Storage device and storage system
US8078921B2 (en) 2006-10-05 2011-12-13 Hitachi Global Storage Technologies Netherlands B.V. System including a plurality of data storage devices connected via network and data storage device used therefor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8078921B2 (en) 2006-10-05 2011-12-13 Hitachi Global Storage Technologies Netherlands B.V. System including a plurality of data storage devices connected via network and data storage device used therefor
JP2010128940A (en) * 2008-11-28 2010-06-10 Fuji Xerox Co Ltd Storage device and storage system

Similar Documents

Publication Publication Date Title
KR101174997B1 (en) Providing indirect data addressing in an input/output processing system where the indirect data addressing list is non-contiguous
US6910101B2 (en) Storage subsystem with management site changing function
US5802345A (en) Computer system with a reduced number of command end interrupts from auxiliary memory unit and method of reducing the number of command end interrupts
JP3431972B2 (en) Virtual disk system
JP3258117B2 (en) Storage subsystem
JP2003208412A (en) Circuit group control system
US20100299491A1 (en) Storage apparatus and data copy method
JP2003256150A (en) Storage control device and control method for storage control device
JP2003162377A (en) Disk array system and method for taking over logical unit among controllers
US6098149A (en) Method and apparatus for extending commands in a cached disk array
JP3617631B2 (en) Storage control apparatus and control method thereof
US7069305B2 (en) Computer system and a data transfer method thereof using remote direct memory access
JP3266470B2 (en) Data processing system with per-request write-through cache in forced order
US20110283063A1 (en) Disk array device, a disk array device control method and a disk array device control program
JP2003131818A (en) Configuration of raid among clusters in cluster configuring storage
JP2001159958A (en) Parity data writing system for display array device
KR20200109547A (en) Method and network attached storage apparatus for sharing files between computers
US6615284B2 (en) Method and apparatus for performing input/output operations between a requesting device and responding device
JP2005309648A (en) File arrangement system
JP2002123420A (en) Memory access device
US5712975A (en) Input/output cell in parallel computer and parallel computer system
JPH11184761A (en) Read modify write control system
JP2994917B2 (en) Storage system
JPH0246967B2 (en)
JPH0511340B2 (en)