JPH0934654A - Disk array subsystem - Google Patents

Disk array subsystem

Info

Publication number
JPH0934654A
JPH0934654A JP7201683A JP20168395A JPH0934654A JP H0934654 A JPH0934654 A JP H0934654A JP 7201683 A JP7201683 A JP 7201683A JP 20168395 A JP20168395 A JP 20168395A JP H0934654 A JPH0934654 A JP H0934654A
Authority
JP
Japan
Prior art keywords
storage area
disk
data
redundant
record
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.)
Granted
Application number
JP7201683A
Other languages
Japanese (ja)
Other versions
JP3202550B2 (en
Inventor
Shigeru Suganuma
滋 菅沼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP20168395A priority Critical patent/JP3202550B2/en
Publication of JPH0934654A publication Critical patent/JPH0934654A/en
Application granted granted Critical
Publication of JP3202550B2 publication Critical patent/JP3202550B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide the disk array subsystem which improves the write performance by reducing the storage read area at the time of storage write. SOLUTION: A disk array subsystem 10 is provided with a disk control part 20 and a disk device part 30, and the disk device part 30 is provided with N disk drives 311 to 31N, and the disk control part 20 is provided with disk device control parts 201 to 20N, a disk array control part 210, and a storage area releape mechanism 220. A redundant storage area is provided in the storage area on the disk drive, and a storage area operation table is stored in another storage area on the redundant storage area or on the same disk annexed to the redundant storage area, and information indicating whether data on the storage area is valid or not is stored in the storage area operation table.

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 subsystem used in a general computer system, and more particularly to a disk array device and a disk array control device having equivalent functions when regarded as one.

【0002】[0002]

【従来の技術】ディスクアレイ装置あるいはディスクア
レイサブシステムは、単体ディスクと比べて価格性能
比、信頼性等の点で優れており、高性能や高信頼性が要
求される分野を中心に普及している。ディスクアレイに
も様々な種類があるが、現在主流とされるのは「RAI
D5」と呼ばれる構成法である。
2. Description of the Related Art A disk array device or a disk array subsystem is superior to a single disk in terms of price-performance ratio, reliability, etc., and is widely used in fields requiring high performance and high reliability. ing. There are various types of disk arrays, but the mainstream currently is "RAI
This is a construction method called “D5”.

【0003】一般的なディスクサブシステムでは、ディ
スクドライブ上の記憶領域は「レコード」と呼ばれる単
位で読み書きされる。
In a general disk subsystem, a storage area on a disk drive is read and written in units called "records".

【0004】RAID5では、複数台(=N台)のディ
スクドライブのうち1台を「パリティ」と呼ばれる冗長
記憶領域に割り当てる。(N−1)台のディスクドライ
ブ上の対応するレコードごとに一つのパリティレコード
が存在する。
In RAID 5, one of a plurality (= N) of disk drives is assigned to a redundant storage area called "parity". There is one parity record for each corresponding record on the (N-1) disk drives.

【0005】パリティレコードの内容は、対応するN−
1個のレコードのデータ同士のパリティ、即ち排他的論
理積あるいは排他的論理和で与えられる。
The contents of the parity record are the corresponding N-
It is given by the parity of the data of one record, that is, the exclusive logical product or the exclusive logical sum.

【0006】このため、1台のディスクドライブに障害
が発生しても、他の全てのドライブの排他的論理積ある
いは排他的論理和を求めることにより、障害が発生した
ディスクドライブ上のデータを再現することが可能とな
る。
Therefore, even if a failure occurs in one disk drive, the exclusive logical product or exclusive OR of all the other drives is obtained to reproduce the data on the failed disk drive. It becomes possible to do.

【0007】ただし、パリティはレコード単位で付加さ
れるが、パリティレコード自体はN台のディスクドライ
ブ内に分散されるため、どのディスクドライブにパリテ
ィが記憶されているかは、サブシステムの構成により異
なる。
However, although the parity is added in record units, since the parity record itself is distributed in N disk drives, which disk drive stores the parity depends on the configuration of the subsystem.

【0008】RAID5構成のサブシステムは、上位装
置からの複数の読み出し(リード)要求及び書き込み
(ライト)要求に対して、同一ドライブへの処理が重複
しない限り、同時に行えるのが特徴である。
The subsystem having the RAID 5 configuration is characterized in that a plurality of read (read) requests and write (write) requests from a higher-level device can be simultaneously performed as long as the processing to the same drive is not duplicated.

【0009】このとき、読み出しに対しては、単一ドラ
イブでの処理と同様であるが、書き込みに際しては、R
AID5特有の処理が必要となる。
At this time, the read operation is the same as the processing by a single drive, but the write operation is performed by the R drive.
Processing specific to AID5 is required.

【0010】すなわち、RAID5では、データの書き
込みの際に、対応するレコード上のパリティを補償する
ためにパリティレコードの更新も行わなければならな
い。
That is, in RAID 5, when writing data, the parity record must be updated to compensate the parity on the corresponding record.

【0011】パリティレコードの更新は次の手順(ステ
ップ0〜4)に従い行なわれる。
The parity record is updated according to the following procedure (steps 0 to 4).

【0012】(0)上位装置からデータ書き込みの指令
を受け取る。
(0) A data write command is received from the host device.

【0013】(1)書き込みを行うレコードに対して読
み出し(「読み込み」ともいう)処理を行う。
(1) A read (also called "read") process is performed on a record to be written.

【0014】(2)更新するパリティレコードに対して
読み出し処理を行う。
(2) Read processing is performed on the parity record to be updated.

【0015】(3−1)書き込みデータを所定レコード
に書き込む。
(3-1) Write the write data in a predetermined record.

【0016】(3−2)上記レコードのデータから更新
するパリティレコードのデータを生成する。
(3-2) Data of the parity record to be updated is generated from the data of the above record.

【0017】(4)パリティデータを書き込み更新す
る。
(4) Write and update parity data.

【0018】上記ステップ(3−2)はディスクアレイ
制御部内での動作であるが、他のステップは全てディス
クドライブの読み出し又は書き込みを必要とする。
The above step (3-2) is an operation in the disk array control section, but all the other steps require reading or writing of the disk drive.

【0019】[0019]

【発明が解決しようとする課題】上記従来例では、1つ
のレコードに対するデータの書き込みを行うためには、
前述のようにディスクドライブに対する読み出し・書き
込みを合計4回行わなければならない。
In the above-described conventional example, in order to write data to one record,
As described above, reading and writing to the disk drive must be performed four times in total.

【0020】これは単体ディスクの場合と比べて、処理
にオーバーヘッドが生ずることを意味する。
This means that processing overhead is generated as compared with the case of a single disk.

【0021】このため、従来からキャッシュメモリ等の
仮想記憶を用いてディスクドライブに対する読み出し・
書き込みを最小限に抑える方法が提案されてきた。ただ
し、キャッシュメモリ(ディスクキャッシュともいう)
等の仮想記憶を用いるシステムでは、必ずしもディスク
ドライブを読み出し・書き込みを行なう必要はなく、動
作も異なることになる。
For this reason, conventionally, virtual memory such as cache memory is used to read / write data to / from a disk drive.
Methods have been proposed to minimize writing. However, cache memory (also called disk cache)
In a system using virtual memory such as, it is not always necessary to read / write the disk drive, and the operation is different.

【0022】しかしながら、ディスクドライブに対する
読み出し・書き込みの回数そのものを抑える方法に付い
ては十分には検討されていない。
However, a method of suppressing the number of times of reading / writing on the disk drive itself has not been sufficiently studied.

【0023】従って、本発明は、ディスクドライブに対
する入出力回数(読み出し・書き込み回数)を抑えるこ
とを可能とするディスクアレイサブシステムを提供する
ことを目的とする。
Therefore, an object of the present invention is to provide a disk array subsystem capable of suppressing the number of input / output times (read / write times) with respect to a disk drive.

【0024】[0024]

【課題を解決するための手段】前記目的を達成するた
め、本発明は、複数(=N台)のディスクドライブと、
該複数のディスクドライブを制御するディスク制御部
と、を備え、前記複数のディスクドライブのうちの少な
くとも1台分の記憶領域を冗長記憶領域として確保し、
該冗長記憶領域を用いて、前記複数台のディスクドライ
ブのうちの1台に障害が発生した時に、データの補償を
行う手段を備え、前記冗長記憶領域上又は冗長記憶領域
に付随する同一ディスクドライブ上の記憶領域上に、前
記冗長記憶領域に対応する別のディスクドライブ上の記
憶領域のデータが有効であるか否かを示す情報を記憶す
る領域を有し、上位装置からの指令により、ディスクド
ライブ上の記憶領域を解放する手段を備え、記憶領域の
解放に伴い、前記冗長記憶領域上にある、前記冗長記憶
領域に対応する別のディスクドライブ上の記憶領域のデ
ータが有効であるか否かを示す情報を記憶する領域を更
新すると共に冗長記憶領域自身も更新する手段を有す
る、ことを特徴とするディスクアレイサブシステムを提
供する。これは、受動的記憶領域解放機構を有するディ
スクアレイサブシステムである。
To achieve the above object, the present invention provides a plurality of (= N) disk drives,
A disk control unit that controls the plurality of disk drives, and secures a storage area for at least one of the plurality of disk drives as a redundant storage area,
Using the redundant storage area, means for compensating data when one of the plurality of disk drives fails, and the same disk drive on or associated with the redundant storage area The upper storage area has an area for storing information indicating whether or not the data in the storage area on another disk drive corresponding to the redundant storage area is valid. A means for releasing the storage area on the drive is provided, and whether or not the data in the storage area on another disk drive corresponding to the redundant storage area on the redundant storage area is valid as the storage area is released There is provided a disk array subsystem characterized by having a means for updating an area for storing information indicating that or not, and also for updating a redundant storage area itself. It is a disk array subsystem with a passive storage release mechanism.

【0025】また、本発明は、複数(=N台)のディス
クドライブと、該複数のディスクドライブを制御するデ
ィスク制御部と、を備え、前記複数のディスクドライブ
のうちの少なくとも1台分の記憶領域を冗長記憶領域と
して確保し、該冗長記憶領域を用いて、前記複数台のデ
ィスクドライブのうちの1台に障害が発生した時にデー
タの補償を行う手段を備え、前記冗長記憶領域上又は冗
長記憶領域に付随する同一ディスクドライブ上の記憶領
域上に、前記冗長記憶領域に対応する別のディスクドラ
イブ上の記憶領域のデータが有効であるか否かを示す情
報を記憶する領域を有し、ディスクサブシステムの制御
手段に設けられた記憶領域解放条件判別手段と、該記憶
領域解放条件判別手段により起動され、ディスクドライ
ブ上の記憶領域を解放する手段を有し、記憶領域の解放
に伴い、前記冗長記憶領域上にある、前記冗長記憶領域
に対応する別のディスクドライブ上の記憶領域のデータ
が有効であるか否かを示す情報を記憶する領域を更新
し、同時に前記冗長記憶領域自身も更新する手段を有す
る、ことを特徴とするディスクアレイサブシステムを提
供する。これは、能動的記憶領域解放機構を有するディ
スクアレイサブシステムである。
Further, the present invention comprises a plurality (= N) of disk drives and a disk control unit for controlling the plurality of disk drives, and stores at least one of the plurality of disk drives. An area is secured as a redundant storage area, and means for compensating data when a failure occurs in one of the plurality of disk drives using the redundant storage area is provided on the redundant storage area or on the redundant storage area. On the storage area on the same disk drive accompanying the storage area, there is an area for storing information indicating whether or not the data in the storage area on another disk drive corresponding to the redundant storage area is valid, The storage area release condition determination means provided in the control means of the disk subsystem and the storage area on the disk drive that is activated by the storage area release condition determination means A means for releasing the storage area, and when the storage area is released, information indicating whether or not the data in the storage area on another disk drive corresponding to the redundant storage area on the redundant storage area is valid is displayed. There is provided a disk array subsystem having means for updating a storage area and at the same time updating the redundant storage area itself. This is a disk array subsystem with an active storage release mechanism.

【0026】[0026]

【作用】本発明においては、冗長記憶領域、即ちパリテ
ィレコード上に、あるいはパリティレコードに付随する
同一ディスク上の別のレコードに、所定の記憶領域を設
ける。この記憶領域を「記憶領域稼働表」と呼ぶ。
In the present invention, the predetermined storage area is provided in the redundant storage area, that is, in the parity record or in another record on the same disk attached to the parity record. This storage area is called a "storage area operation table".

【0027】記憶領域稼働表は、文字通りパリティレコ
ードに対応する、他ディスクドライブのレコードが、有
効なデータを保持しているか否かを示している。
The storage area operation table indicates whether or not the record of another disk drive, which literally corresponds to the parity record, holds valid data.

【0028】パリティレコード上のデータは、記憶領域
稼働表上で有効であることが示されているレコードのみ
からパリティを生成する。記憶領域稼働表で無効とされ
ているレコードに対してはパリティレコードとは無関係
である。
For the data on the parity record, the parity is generated only from the record which is shown to be valid on the storage area operation table. A record that is invalid in the storage area operation table is irrelevant to the parity record.

【0029】記憶領域稼働表は、パリティレコードに付
加されているものであるが、パリティレコード以外のレ
コードに対しても、記憶領域稼働表と同容量の領域を付
加する。これを「記憶領域稼働表補償領域」と呼ぶ。
Although the storage area operation table is added to the parity record, an area having the same capacity as the storage area operation table is added to records other than the parity record. This is called a "storage area operation table compensation area".

【0030】さらに、本発明では、上位装置からの指
令、あるいはサブシステム内の物理的あるいは論理的条
件を起因として、ディスクドライブ上の記憶領域を解放
する、即ち、記憶領域稼働表上の「有効」の表示を「無
効」に切り替える機構を有する。ただし、記憶領域を解
放する場合にも、パリティレコードの更新が必要であ
る。
Further, in the present invention, the storage area on the disk drive is released due to a command from the host device or a physical or logical condition in the subsystem, that is, "valid" on the storage area operation table. It has a mechanism for switching the display of "" to "invalid". However, the parity record needs to be updated even when the storage area is released.

【0031】本発明によれば、上記した記憶領域稼働表
を用いることにより、パリティレコードの更新時のディ
スクドライブの読み出し・書き込み回数を削減するもの
である。
According to the present invention, the number of read / write operations of the disk drive when updating the parity record is reduced by using the above-mentioned storage area operation table.

【0032】前記従来例においては、パリティレコード
更新時に、ディスクドライブに対して4回の読み書きが
必要とされた。
In the above-mentioned conventional example, it was necessary to read and write the disk drive four times when updating the parity record.

【0033】本発明では、以下に示す手順でパリティレ
コードの更新が行われる。
In the present invention, the parity record is updated in the following procedure.

【0034】(0)上位装置からのデータ書き込みの指
令を受け取る。
(0) Receive a data write command from the host device.

【0035】(1−1)パリティレコードのデータに対
して読み出し(読み込み)処理を行う。同時に記憶領域
稼働表も読み込む。
(1-1) Read (read) processing is performed on the data of the parity record. At the same time, the storage area operation table is also read.

【0036】(1−2)記憶領域稼働表よりデータの書
き込みが未使用領域に対しての書き込みであるとき、ス
テップ(3−1)の処理に進む。
(1-2) When the data is written in the unused area from the storage area operation table, the process proceeds to step (3-1).

【0037】(2)データ書き込みにより更新されるレ
コードに対して読み出し処理を行う。
(2) Read processing is performed on the record updated by writing data.

【0038】(3−1)上記レコードの値よりパリティ
レコードの更新値を生成する。
(3-1) The updated value of the parity record is generated from the value of the above record.

【0039】(3−2)書き込みデータを所定レコード
に書き込む。このとき記憶領域稼働表補償領域の更新値
も書き込む。
(3-2) Write the write data in a predetermined record. At this time, the updated value of the storage area operation table compensation area is also written.

【0040】(4)パリティデータを書き込み更新す
る。このとき記憶領域稼働表も更新する。
(4) Write and update parity data. At this time, the storage area operation table is also updated.

【0041】すなわち、本発明においては、記憶領域の
未使用領域に対する書き込みを行う場合(上記ステップ
2が省かれるため)、ディスクドライブの読み出し・書
き込み回数を3回に減らすことが可能である。
That is, in the present invention, when writing to an unused area of the storage area (because step 2 is omitted), it is possible to reduce the number of read / write operations of the disk drive to three.

【0042】[0042]

【発明の実施の形態】図面を参照して、本発明の実施の
形態を以下に説明する。本実施形態では、5台のディス
クドライブより構成されるディスクアレイサブシステム
を想定する。
Embodiments of the present invention will be described below with reference to the drawings. In this embodiment, a disk array subsystem including five disk drives is assumed.

【0043】図2は、本実施形態に係るディスクアレイ
サブシステムの全体構成を示す図である。
FIG. 2 is a diagram showing the overall configuration of the disk array subsystem according to this embodiment.

【0044】図2を参照して、ディスクアレイサブシス
テム10は、ディスク制御部20とディスク装置部30
より構成される。
Referring to FIG. 2, the disk array subsystem 10 includes a disk control unit 20 and a disk device unit 30.
It is composed of

【0045】ディスク装置部30は、5台のディスクド
ライブ311〜315を備える。
The disk device section 30 includes five disk drives 311 to 315.

【0046】ディスク制御部20は、ディスクドライブ
311〜315のそれぞれに対応してディスク装置制御
部201〜205を備え、ディスクアレイ制御部210
と、記憶領域の解放を制御するための記憶領域解放機構
220と、を備えている。ディスク制御部20は、ディ
スクドライブ301〜305に対して各々独立に制御す
ることができる。
The disk controller 20 includes disk device controllers 201 to 205 corresponding to the disk drives 311 to 315, and the disk array controller 210.
And a storage area release mechanism 220 for controlling the release of the storage area. The disk control unit 20 can independently control the disk drives 301 to 305.

【0047】図3は、ディスクドライブ上の記憶領域の
状態を示している。
FIG. 3 shows the state of the storage area on the disk drive.

【0048】ディスクドライブ上のレコード3110〜
3150、3111〜3151、…には、パリティレコ
ード31X0、31X1、…が設けられ、パリティレコ
ード上あるいはパリティレコードに付随する同一ディス
ク上の別の記憶領域に、記憶領域稼働表31Y0、31
Y1、…が記憶されている。
Records 3110 on the disk drive
Parity records 31X0, 31X1, ... Are provided in 3150, 3111 to 1511, ..., And storage area operation tables 31Y0, 31 are stored in another storage area on the parity record or on the same disk attached to the parity record.
Y1, ... Is stored.

【0049】図4は、記憶領域稼働表の構造及び内容を
説明するための図である。
FIG. 4 is a diagram for explaining the structure and contents of the storage area operation table.

【0050】記憶領域稼働表31Y0は、レコード31
10〜3150の使用状況を三つの数値で表現してい
る。
The storage area operation table 31Y0 contains the record 31
The usage statuses of 10 to 3150 are expressed by three numerical values.

【0051】“0”は対応するレコードが未使用である
ことを示す。“1”は対応するレコードのデータが有効
であることを示す。“2”は対応するレコードがパリテ
ィレコードであることを示す。
"0" indicates that the corresponding record is unused. “1” indicates that the data of the corresponding record is valid. “2” indicates that the corresponding record is a parity record.

【0052】図5及び図6は、本実施形態における、デ
ータ書き込み時の処理を説明するためのフローチャート
である。図5及び図6において、書き込みデータを
(N)、書き込まれる前のレコードのデータを(O)、
パリティレコードのデータを(P)で表している。な
お、図5及び図6において、各ステップに付した括弧内
の符号は前記「作用」の欄で説明した、書き込み時のス
テップに対応することを示している。
FIG. 5 and FIG. 6 are flowcharts for explaining the processing at the time of writing data in this embodiment. In FIGS. 5 and 6, the write data is (N), the data of the record before being written is (O),
The data of the parity record is represented by (P). Note that, in FIGS. 5 and 6, the reference numerals in parentheses attached to the respective steps indicate that they correspond to the step at the time of writing, which has been described in the above-mentioned "action" column.

【0053】まず、パリティレコードを読み込む(ステ
ップ501)。その際、記憶領域稼動表も同時に読み込
まれる。
First, the parity record is read (step 501). At that time, the storage area operation table is also read at the same time.

【0054】記憶領域稼動表を参照してレコードが未使
用である場合(ステップ502)において、パリティレ
コードに対応する全レコードが未使用である場合には記
憶領域稼動表補償領域に使用中であること及びパリティ
であることを示す値を書込み(ステップ504)、図6
のステップ605に移行する。また、全レコードが未使
用でない場合には記憶領域稼動表補償領域に使用中であ
ることを示す値を書き込み(ステップ505)、図6の
ステップ604に移行する。
When the record is unused by referring to the storage area operation table (step 502), when all the records corresponding to the parity record are unused, it is being used for the storage area operation table compensation area. And a value indicating that it is parity (step 504), FIG.
Then, the process proceeds to step 605. If all the records are not unused, a value indicating that they are in use is written in the storage area operation table compensation area (step 505), and the process proceeds to step 604 in FIG.

【0055】図6を参照して、全レコードが未使用であ
る場合には、書き込みデータ(N)のパリティを生成し
(ステップ605)、全レコードが未使用でない場合に
はパリティレコードのデータ(P)と書き込みデータ
(N)との排他的論理和演算により、更新パリティを求
める(ステップ604)。
Referring to FIG. 6, if all the records are unused, the parity of the write data (N) is generated (step 605), and if all the records are not unused, the data of the parity record ( The updated parity is obtained by the exclusive OR operation of P) and the write data (N) (step 604).

【0056】更新パリティを求めた後に、書込みデータ
のレコードを書込み(ステップ606)、パリティレコ
ードも書き込む(ステップ607)。
After obtaining the update parity, the record of the write data is written (step 606) and the parity record is also written (step 607).

【0057】なお、未使用レコードがない場合には、更
新レコードを読み込み(ステップ601)、記憶領域稼
動表補償領域を変更を加えることなく(ステップ60
2)、パリティレコードのデータ(P)と書き込まれる
前のレコードのデータ(O)と書き込みデータ(N)と
の排他的論理和演算により更新パリティを求める(ステ
ップ603)。
If there is no unused record, the update record is read (step 601) and the storage area operation table compensation area is not changed (step 60).
2) The update parity is obtained by the exclusive OR operation of the data (P) of the parity record, the data (O) of the record before being written, and the write data (N) (step 603).

【0058】図1は、本実施形態における、未使用レコ
ードに対するデータ書き込み時における、レコードの内
容の変化の様子を示した図である。図中、レコード31
X0はパリティレコードに割り当てられている。パリテ
ィレコード31X0の先頭には記憶領域稼働表31X0
1が付加されている。パリティレコード以外のレコード
3110〜3130、3150にも記憶領域稼働表と同
容量の記憶領域、記憶領域稼働表補償領域31101〜
31301、31501が確保されている。記憶領域稼
働表補償領域は記憶領域稼動表のパリティを補償するた
めに設けられたものであり、記憶領域稼動表補償領域の
排他的論理和または排他的論理積は、記憶領域稼動表に
一致する。
FIG. 1 is a diagram showing how the contents of a record change when writing data to an unused record in this embodiment. In the figure, record 31
X0 is assigned to the parity record. The storage area operation table 31X0 is provided at the beginning of the parity record 31X0.
1 is added. In the records 3110 to 3130 and 3150 other than the parity record, a storage area having the same capacity as the storage area operation table and a storage area operation table compensation area 31101 to
31301 and 31501 are secured. The storage area operation table compensation area is provided for compensating the parity of the storage area operation table, and the exclusive OR or exclusive logical product of the storage area operation table compensation area matches the storage area operation table. .

【0059】図1には、レコード3150(図3に対
応)に対する書き込みを行う場合の動作が示されてい
る。
FIG. 1 shows the operation when writing to the record 3150 (corresponding to FIG. 3).

【0060】図1(A)では、パリティレコード31X
0を読み込む。ここで記憶領域稼働表31X01(記憶
領域稼動表の内容は“11020”)から、レコード3
150に対応する領域の値は“0”であり、レコード3
150は未使用であることが分かる。
In FIG. 1A, the parity record 31X
Read 0. Here, from the storage area operation table 31X01 (the content of the storage area operation table is “11020”), record 3
The value of the area corresponding to 150 is “0”, and the record 3
It can be seen that 150 is unused.

【0061】図1(B)では、レコード3150にデー
タ(“1234”)を書き込む。このとき記憶領域稼働
表補償領域31501には、レコード3150に対応す
る領域のみに、使用中であることを示す値“1”を書き
込む(図1(B)の矢印で示す)。
In FIG. 1B, the data (“1234”) is written in the record 3150. At this time, in the storage area operation table compensation area 31501, only the area corresponding to the record 3150 is written with the value “1” indicating that it is in use (indicated by an arrow in FIG. 1B).

【0062】図1(C)では、パリティレコード31X
0に書き込む。パリティレコード31X0に書き込む値
は、図1(A)にて示すステップで読み込んだ値(“A
AAA”:ヘキサデシマル表示)と、図1(B)にて示
すステップで書き込んだレコード3150の値(“12
34”)との排他的論理和(“B89E”)である。
In FIG. 1C, the parity record 31X
Write to 0. The value written in the parity record 31X0 is the value read in the step shown in FIG.
AAA ": hexadecimal display) and the value of the record 3150 written in the step shown in FIG.
34 ") and the exclusive OR (" B89E ").

【0063】記憶領域稼働表31X01においては、レ
コード3150に対応する領域を“1”と書き換える
(図1(C)矢印で示す)。
In the storage area operation table 31X01, the area corresponding to the record 3150 is rewritten as "1" (indicated by the arrow in FIG. 1C).

【0064】図1(B)で記憶領域稼働表補償領域にも
使用中を示す“1”の値を書き込んだことにより、記憶
領域稼働表までを含んだパリティレコード全体が、対応
する使用中であるレコード全体の排他的論理和として表
される。
By writing the value "1" indicating that the storage area operation table is in use in the storage area operation table compensation area in FIG. 1B, the entire parity record including the storage area operation table is in use. It is expressed as the exclusive OR of a certain record.

【0065】図7は、本発明の一実施形態における、未
使用レコードに対するデータ書き込み時の特別な場合と
して、全てのレコードが未使用である場合の、レコード
の内容変化を図示したものである。
FIG. 7 is a diagram showing changes in the contents of records when all the records are unused, as a special case when writing data to unused records in the embodiment of the present invention.

【0066】図7では、レコード3110(図3参照)
に対する書き込みを行う動作が示されている。
In FIG. 7, record 3110 (see FIG. 3)
The operation of writing to is shown.

【0067】図7(A)では、パリティレコード31X
0を読み込む。ここで記憶領域稼働表31X01(“0
0020”)から、レコード3110に対応する値は
“0”であり、レコード3110は未使用であることが
分かる。
In FIG. 7A, the parity record 31X
Read 0. Here, the storage area operation table 31X01 (“0
From 0020 ″), it can be seen that the value corresponding to the record 3110 is “0” and the record 3110 is unused.

【0068】図7(B)で、レコード3110にデータ
(この場合“3333”)を書き込む。このとき、記憶
領域稼働表補償領域31101には、レコード3110
に対応する領域に使用中であることを示す“1”の値を
書き込み、同時にパリティレコードに対応する領域に、
パリティレコードであることを示す“2”の値を書き込
む(記憶領域稼働表補償領域31101は“1002
0”となる)。
In FIG. 7B, data (“3333” in this case) is written in the record 3110. At this time, the record 3110 is stored in the storage area operation table compensation area 31101.
A value of "1" indicating that it is being used is written in the area corresponding to the
A value of "2" indicating that it is a parity record is written ("1002" in the storage area operation table compensation area 31101).
It becomes 0 ").

【0069】図7(C)では、パリティレコード31X
0に書き込む。書き込む値は(B)でレコード3110
に書き込んだ値と同じである。記憶領域稼働表31X0
1は、レコード3110に対応する領域を“1”と書き
換える。
In FIG. 7C, the parity record 31X
Write to 0. The value to be written is (B) and is record 3110.
It is the same as the value written in. Storage area operation table 31X0
1 rewrites the area corresponding to the record 3110 as “1”.

【0070】全てのレコードが未使用である場合の書き
込み動作では、パリティレコードに対する書き込みデー
タが、通常レコードに対する書き込みデータと同様であ
る点が、使用中のレコードが存在する場合と異なる。ま
た、通常の書き込みレコードの記憶領域稼働表補償領域
にもパリティレコードの状態を記入する点においても、
使用中のレコードが存在する場合と異なる。
In the write operation when all the records are unused, the write data for the parity record is the same as the write data for the normal record, which is different from the case where there is a record in use. Also, in writing the status of the parity record in the storage area operation table compensation area of the normal write record,
This differs from the case where there are records in use.

【0071】図8は、記憶領域を解放する処理フローを
説明するための流れ図である。
FIG. 8 is a flow chart for explaining the processing flow for releasing the storage area.

【0072】受動的な記憶領域解放の場合、上位装置か
らの指令として、記憶領域解放の特別な指令の他に、通
常のファイルやレコードの削除等が有り得る。
In the case of passive release of the storage area, as a command from the host device, there may be a normal command such as deletion of a file or a record in addition to a special command for releasing the storage area.

【0073】能動的な記憶領域解放の場合は、ディスク
アレイサブシステム内部のキャッシュメモリや不揮発性
メモリにレコードのデータを読み出した場合等が有り得
る。
In the case of actively releasing the storage area, there may be a case where the record data is read to the cache memory or the non-volatile memory inside the disk array subsystem.

【0074】図8を参照して、パリティレコードを読み
込み(ステップ801)、記憶領域稼動表を参照して該
レコードが未使用状態にある時(ステップ802の判
定)において、該パリティレコードに対応する全レコー
ドが未使用の場合(全レコードを解放する場合)には、
記憶領域稼動表のみを更新する(ステップ806)。全
レコードが未使用でない時には、解放レコードを読み込
み(ステップ804)、該読み込んだレコード(F)と
パリティレコード(P)とからパリティを更新し(ステ
ップ805)、パリティデータをパリティレコードに書
き込む(ステップ807)。ステップ802の判定にお
いてレコードが使用中であれば、記憶領域稼動表を更新
し(ステップ806)、パリティデータを書き込む。
Referring to FIG. 8, a parity record is read (step 801), and when the record is in an unused state by referring to the storage area operation table (judgment in step 802), it corresponds to the parity record. If all records are unused (release all records),
Only the storage area operation table is updated (step 806). When all the records are not unused, the released record is read (step 804), the parity is updated from the read record (F) and the parity record (P) (step 805), and the parity data is written to the parity record (step). 807). If the record is in use in the determination of step 802, the storage area operation table is updated (step 806) and the parity data is written.

【0075】図9は、本実施形態における記憶領域の解
放時のレコードの内容変化の様子を示した図である。
FIG. 9 is a diagram showing how the contents of a record change when the storage area is released in this embodiment.

【0076】図9(A)に示すように、パリティレコー
ド31X0(図中矢印で示す;図3も参照のこと)を読
み込む。ここで記憶領域稼働表31X01から、レコー
ド3150が使用中であることが分かる。
As shown in FIG. 9A, the parity record 31X0 (indicated by an arrow in the figure; see also FIG. 3) is read. Here, it can be seen from the storage area operation table 31X01 that the record 3150 is in use.

【0077】図9(B)では、レコード3150のデー
タ(“1234”)を読み込む。
In FIG. 9B, the data (“1234”) of the record 3150 is read.

【0078】図9(C)では、パリティデータをパリテ
ィレコード31X0に書き込む。書き込む値は、図9
(A)で示したステップで読み込んだ値(“B89
E”)と、図9(B)で示したステップで読み込んだレ
コード3150の値(“1234”)の排他的論理和で
ある(“AAAA”)。
In FIG. 9C, the parity data is written in the parity record 31X0. The value to be written is shown in Figure 9.
The value read in the step shown in (A) ("B89
E ”) and the value (“ 1234 ”) of the record 3150 read in the step shown in FIG. 9B is the exclusive OR (“ AAAA ”).

【0079】記憶領域稼働表31X01は、レコード3
150に対応する領域を、未使用の意味である“0”と
書き換える。
The storage area operation table 31X01 has record 3
The area corresponding to 150 is rewritten as "0", which is an unused meaning.

【0080】図10は、記憶領域の解放時の特別な場合
として、1つのパリティレコードに対応する全てのレコ
ードを解放する場合における、レコードの内容の変化の
様子を示した図である。
FIG. 10 is a diagram showing how the contents of the records change when releasing all the records corresponding to one parity record as a special case when releasing the storage area.

【0081】図10を参照して、レコードの読み込みは
一切行われず、パリティレコード(図中矢印で示す)の
記憶領域稼働表の書き換えのみが行われる。
Referring to FIG. 10, no record is read and only the storage area operation table of the parity record (indicated by an arrow in the figure) is rewritten.

【0082】図11は、1台のディスクドライブに障害
が発生し、代替ディスクドライブあるいは交換された新
規のディスクドライブ上に、データを再構築する場合
の、レコードの内容の変化の様子を図示したものであ
る。図11では、ディスクドライブ311(図2参照)
上に、データを再構築する場合を示してある。
FIG. 11 illustrates how the contents of a record change when data is reconstructed on a replacement disk drive or a new disk drive that has been replaced when a failure occurs in one disk drive. It is a thing. In FIG. 11, the disk drive 311 (see FIG. 2)
Above is shown the case of reconstructing the data.

【0083】図11(A)では、パリティレコード31
X0(図中矢印で示す、なお図3を参照して、レコード
は左端側から3110、3120、3130、31X
0、3150)を読み込む。ここで記憶領域稼働表31
410から、レコード3110、3120、3150が
有効なデータ(記憶領域稼動表の値が“1”に対応する
レコード)を保持していることが分かる。
In FIG. 11A, the parity record 31
X0 (indicated by an arrow in the drawing, with reference to FIG. 3, the records are 3110, 3120, 3130, 31X from the left end side).
0, 3150) is read. Storage area operation table 31
It can be seen from 410 that the records 3110, 3120, and 3150 hold valid data (records whose storage area operation table value corresponds to “1”).

【0084】図11(B)では、レコード3110を読
み込む。また、レコード3150を読み込む。これら
は、同時動作が可能である。
In FIG. 11B, the record 3110 is read. Also, the record 3150 is read. These can operate simultaneously.

【0085】図11(C)では、レコード3110に再
構築データを書き込む(図中矢印で示す)。再構築デー
タはレコード3110、3150およびパリティレコー
ド31X0の排他的論理和で与えられる。
In FIG. 11C, the reconstructed data is written in the record 3110 (indicated by the arrow in the figure). The reconstructed data is given by the exclusive OR of the records 3110 and 3150 and the parity record 31X0.

【0086】本実施形態においては、レコード3120
を読み込む必要がないことが特徴的である。
In this embodiment, the record 3120
Characteristically, there is no need to read.

【0087】図12は、1台のディスクドライブに障害
が発生し、代替ディスクドライブあるいは交換された新
規のディスクドライブ上に、データを再構築する場合の
特別な場合として、未使用レコードに対するデータ再構
築時の、レコードの内容の変化を示した図である。図1
2では、ディスクドライブ311(図2参照)上に、デ
ータを再構築する場合を示してある。
FIG. 12 shows a special case of reconstructing data on an alternative disk drive or a new disk drive which has been replaced when a failure occurs in one disk drive. It is a figure showing change of the contents of a record at the time of construction. FIG.
2 shows a case where data is reconstructed on the disk drive 311 (see FIG. 2).

【0088】図12は、パリティレコード31X0を読
み込んだが、レコード3130が未使用であるため、再
構築処理を行わなかったことを、即ちレコード3130
に何も書き込まなかったことを示している。
In FIG. 12, although the parity record 31X0 is read, the reconstruction process is not performed because the record 3130 is unused, that is, the record 3130.
Indicates that nothing was written to.

【0089】以上、本発明の実施形態によれば、ディス
クアレイサブシステムに対するデータ書き込み処理時の
ディスクドライブに対する読み書き回数を従来の4回か
ら3回に減らすことができる。また、能動的あるいは受
動的記憶領域解放機構により、データ再構築時にもデー
タの読み書き回数を減らすことが可能である。
As described above, according to the embodiment of the present invention, it is possible to reduce the number of times of reading and writing to the disk drive during the data writing process to the disk array subsystem from the conventional four times to three times. In addition, the active or passive storage area release mechanism can reduce the number of times data is read and written even when reconstructing data.

【0090】しかし、本実施形態においては、ディスク
アレイサブシステムの性能が直ちに向上するとは必ずし
も言いきれない場合もある。これは、データ書き込み時
のディスクドライブに対する読み書きの回数が減る反
面、記憶領域の解放時にもディスクドライブの読み書き
が必要なためである。
However, in this embodiment, it cannot always be said that the performance of the disk array subsystem is immediately improved. This is because the number of times of reading / writing from / to the disk drive at the time of writing data is reduced, but the reading / writing of the disk drive is also required at the time of releasing the storage area.

【0091】記憶領域の解放と未使用領域に対する書き
込みが1対1で行われる場合を考えると、ディスクドラ
イブに対する読み・書きが合計6回必要である。
Considering the case where the freeing of the storage area and the writing to the unused area are performed on a one-to-one basis, a total of 6 readings and writings to the disk drive are required.

【0092】これは、通常のディスクアレイサブシステ
ムの書き込み時のディスクドライブ読み書き回数が4回
であることから考えると、逆に性能が低下しているとも
いえる。
Considering that the number of times of reading / writing of the disk drive at the time of writing in the normal disk array subsystem is 4, it can be said that the performance is deteriorated.

【0093】だが、今日、ディスクアレイサブシステム
において、大容量のキャッシュメモリあるいは不揮発性
メモリが不可欠であることを考えると、本発明の実施形
態が性能低下を招くとは考えられない。
However, considering that a large-capacity cache memory or a non-volatile memory is indispensable in a disk array subsystem today, the embodiment of the present invention cannot be considered to cause performance degradation.

【0094】なぜならば、6回の読み書きのうち4回は
パリティレコードに対するものであり、結果としてパリ
ティレコードのキャッシュヒット率が向上する。キャッ
シュヒット率の上昇は単純にディスクアレイサブシステ
ムの性能向上に寄与する。本発明の実施形態は、キャッ
シュメモリの存在の有無とは独立であるが、キャッシュ
メモリの付与により性能を向上させることは確実に可能
である。
This is because four of the six readings and writings are for the parity record, and as a result, the cache hit rate of the parity record is improved. Increasing the cache hit rate simply contributes to improving the performance of the disk array subsystem. Although the embodiment of the present invention is independent of the presence or absence of the cache memory, it is certainly possible to improve the performance by adding the cache memory.

【0095】このように、本実施形態は、従来のディス
クアレイサブシステムよりも、書き込み時の処理を高速
に行うことが可能でありディスクドライブ上の未使用領
域を、運用中でも増加させることが可能である。
As described above, according to this embodiment, the writing process can be performed faster than the conventional disk array subsystem, and the unused area on the disk drive can be increased even during operation. Is.

【0096】[0096]

【発明の効果】以上説明したように、本発明によれば、
ディスクアレイサブシステムに対するデータ書き込み処
理時のディスクドライブに対する読み書き回数を従来の
4回から3回に減らすことができるという効果を有す
る。
As described above, according to the present invention,
This has the effect of reducing the number of times of reading and writing to the disk drive during the data writing process to the disk array subsystem from the conventional four times to three times.

【0097】また、本発明によれば、能動的あるいは受
動的記憶領域解放機構により、ディスクドライブ上の未
使用領域を運用中でも増加させることが可能である。更
に、データ再構築時にもデータの読み書き回数を減らす
ことが可能である。
Further, according to the present invention, it is possible to increase the unused area on the disk drive even during operation by the active or passive storage area releasing mechanism. Further, it is possible to reduce the number of times of reading and writing data even when reconstructing data.

【0098】さらに、上記したように、本発明を採用し
たことにより、ディスクアレイサブシステムの性能が直
ちに向上するとは、必ずしも言えない場合があるが、今
日、ディスクアレイサブシステムにおいて、大容量のキ
ャッシュメモリあるいは不揮発性メモリが不可欠である
ことを考えると、本発明が性能低下を招くとは考えられ
ない。なぜならば、6回の読み書きのうち4回はパリテ
ィレコードに対するものであり、結果としてパリティレ
コードのキャッシュヒット率が向上し、キャッシュヒッ
ト率の上昇は単純にディスクアレイサブシステムの性能
向上に寄与する。すなわち、本発明は、キャッシュメモ
リの存在の有無とは独立であるが、キャッシュメモリの
付与により性能を向上させることは確実に可能である。
Further, as described above, it may not always be said that the performance of the disk array subsystem is immediately improved by adopting the present invention. However, today, in the disk array subsystem, a large capacity cache is provided. Considering that the memory or the non-volatile memory is indispensable, the present invention is not considered to cause performance degradation. This is because, of the 6 times of reading and writing, 4 times are for the parity record, as a result, the cache hit rate of the parity record is improved, and the increase of the cache hit rate simply contributes to the performance improvement of the disk array subsystem. That is, the present invention is independent of the presence or absence of the cache memory, but it is certainly possible to improve the performance by adding the cache memory.

【0099】本発明は、従来のディスクアレイサブシス
テムよりも、書き込み時の処理を高速に行うことを可能
とする。
The present invention makes it possible to perform the writing process at a higher speed than the conventional disk array subsystem.

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

【図1】本発明の一実施形態において、データ書き込み
時のレコードの更新の様子の一例を模式的に示した図で
ある。
FIG. 1 is a diagram schematically showing an example of how a record is updated when writing data in an embodiment of the present invention.

【図2】本発明の一実施形態に係るディスクアレイサブ
システムの構成を示す図である。
FIG. 2 is a diagram showing a configuration of a disk array subsystem according to an embodiment of the present invention.

【図3】本発明の一実施形態に係るディスクアレイサブ
システムの個々のディスクドライブ内のデータレコード
を模式的に示した図である。
FIG. 3 is a diagram schematically showing a data record in each disk drive of the disk array subsystem according to the embodiment of the present invention.

【図4】本発明の一実施形態における記憶領域稼働表と
その構造を説明するための図である。
FIG. 4 is a diagram for explaining a storage area operation table and its structure according to an embodiment of the present invention.

【図5】本発明の一実施形態に係るディスクアレイサブ
システムにおける書き込み処理動作を説明するためのフ
ローチャートである。
FIG. 5 is a flowchart for explaining a write processing operation in the disk array subsystem according to the embodiment of the present invention.

【図6】本発明の一実施形態に係るディスクアレイサブ
システムにおける書き込み処理動作を説明するためのフ
ローチャートである。
FIG. 6 is a flowchart for explaining a write processing operation in the disk array subsystem according to the embodiment of the present invention.

【図7】本発明の一実施形態において、データ書き込み
時の特別な場合として対応する全てのレコードが未使用
であった場合について説明する図である。
FIG. 7 is a diagram illustrating a case where all corresponding records are unused as a special case at the time of writing data in the embodiment of the present invention.

【図8】本発明の一実施形態において記憶領域を解放す
る処理フローを説明するためのフローチャートである。
FIG. 8 is a flowchart illustrating a processing flow for releasing a storage area according to the embodiment of the present invention.

【図9】本発明の一実施形態において、記憶領域を解放
する際にレコードの更新の様子を示した図である。
FIG. 9 is a diagram showing how records are updated when a storage area is released in an embodiment of the present invention.

【図10】本発明の一実施形態において、記憶領域解放
の特殊な場合として対応する全てのレコードを未使用に
する場合について示した図である。
FIG. 10 is a diagram showing a case where all corresponding records are made unused as a special case of storage area release according to an embodiment of the present invention.

【図11】本発明の一実施形態において、データの再構
築時に、レコードの更新の様子を示した図である。
FIG. 11 is a diagram showing how records are updated when data is reconstructed in the embodiment of the present invention.

【図12】本発明の一実施形態において、データ再構築
の特別な場合として、再構築すべきレコードが未使用で
ある場合について示した図である。
FIG. 12 is a diagram showing a case where a record to be reconstructed is unused as a special case of data reconstruction in an embodiment of the present invention.

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

10 ディスクアレイサブシステム 20 ディスク制御部 30 ディスク装置 210 ディスクアレイ制御部 220 記憶領域開放機構 201〜205 ディスク装置制御部 311〜315 ディスクドライブ 10 disk array subsystem 20 disk control unit 30 disk device 210 disk array control unit 220 storage area release mechanism 201 to 205 disk device control unit 311 to 315 disk drive

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】複数(=N台)のディスクドライブと、該
複数のディスクドライブを制御するディスク制御部と、
を備え、 前記複数のディスクドライブのうちの少なくとも1台分
の記憶領域を冗長記憶領域として確保し、該冗長記憶領
域を用いて、前記複数台のディスクドライブのうちの1
台に障害が発生した時に、データの補償を行う手段を備
え、 前記冗長記憶領域上又は冗長記憶領域に付随する同一デ
ィスクドライブ上の記憶領域上に、前記冗長記憶領域に
対応する別のディスクドライブ上の記憶領域のデータが
有効であるか否かを示す情報を記憶する領域を有し、 上位装置からの指令により、ディスクドライブ上の記憶
領域を解放する手段を備え、 記憶領域の解放に伴い、前記冗長記憶領域上にある、前
記冗長記憶領域に対応する別のディスクドライブ上の記
憶領域のデータが有効であるか否かを示す情報を記憶す
る領域を更新すると共に冗長記憶領域自身も更新する手
段を有する、 ことを特徴とするディスクアレイサブシステム。
1. A plurality of (= N) disk drives, and a disk control unit for controlling the plurality of disk drives,
A storage area for at least one of the plurality of disk drives is secured as a redundant storage area, and one of the plurality of disk drives is used by using the redundant storage area.
When a failure occurs in the table, a means for compensating data is provided, and another disk drive corresponding to the redundant storage area is provided on the redundant storage area or a storage area on the same disk drive attached to the redundant storage area. It has an area for storing information indicating whether or not the data in the upper storage area is valid, and is provided with means for releasing the storage area on the disk drive in response to a command from the host device. , Updating an area for storing information indicating whether or not data in a storage area on another disk drive corresponding to the redundant storage area, which is on the redundant storage area, is valid, and also updates the redundant storage area itself. A disk array subsystem comprising:
【請求項2】複数(=N台)のディスクドライブと、該
複数のディスクドライブを制御するディスク制御部と、
を備え、 前記複数のディスクドライブのうちの少なくとも1台分
の記憶領域を冗長記憶領域として確保し、該冗長記憶領
域を用いて、前記複数台のディスクドライブのうちの1
台に障害が発生した時にデータの補償を行う手段を備
え、 前記冗長記憶領域上又は冗長記憶領域に付随する同一デ
ィスクドライブ上の記憶領域上に、前記冗長記憶領域に
対応する別のディスクドライブ上の記憶領域のデータが
有効であるか否かを示す情報を記憶する領域を有し、 ディスクサブシステムの制御手段に設けられた記憶領域
解放条件判別手段と、 該記憶領域解放条件判別手段により起動され、ディスク
ドライブ上の記憶領域を解放する手段を有し、 記憶領域の解放に伴い、前記冗長記憶領域上にある、前
記冗長記憶領域に対応する別のディスクドライブ上の記
憶領域のデータが有効であるか否かを示す情報を記憶す
る領域を更新し、同時に前記冗長記憶領域自身も更新す
る手段を有する、 ことを特徴とするディスクアレイサブシステム。
2. A plurality of (= N) disk drives, and a disk control unit for controlling the plurality of disk drives,
A storage area for at least one of the plurality of disk drives is secured as a redundant storage area, and one of the plurality of disk drives is used by using the redundant storage area.
A means for compensating for data when a stand fails, on the redundant storage area or on a storage area on the same disk drive attached to the redundant storage area, on another disk drive corresponding to the redundant storage area Storage area release condition determination means provided in the control means of the disk subsystem, and the storage area release condition determination means, which is activated by the storage area release condition determination means. And has a means for releasing the storage area on the disk drive. With the release of the storage area, the data in the storage area on another disk drive corresponding to the redundant storage area on the redundant storage area is valid. Disk array sub, characterized in that it has means for updating an area for storing information indicating whether or not Stem.
【請求項3】複数(=N台)のディスクドライブと、該
複数のディスクドライブを制御するディスク制御部と、
を備え、 前記複数のディスクドライブのうちの少なくとも1台分
の記憶領域を冗長記憶領域として確保し、該冗長記憶領
域を用いて、前記複数台のディスクドライブのうちの1
台に障害が発生した時に、データの補償を行う手段を備
え、 前記冗長記憶領域上又は冗長記憶領域に付随する同一デ
ィスクドライブ上の記憶領域上に、前記冗長記憶領域に
対応する別のディスクドライブ上の記憶領域のデータが
有効であるか否かを示す情報を記憶する領域を有し、 上位装置からの指令により、又はディスクサブシステム
の制御手段に設けられた記憶領域解放条件判別手段によ
り起動され、ディスクドライブ上の記憶領域を解放する
手段を備え、 記憶領域の解放に伴い、前記冗長記憶領域上にある、前
記冗長記憶領域に対応する別のディスクドライブ上の記
憶領域のデータが有効であるか否かを示す情報を記憶す
る領域を更新し、同時に前記冗長記憶領域自身も更新す
る手段を有する、 ことを特徴とするディスクアレイサブシステム。
3. A plurality of (= N) disk drives, and a disk control unit for controlling the plurality of disk drives,
A storage area for at least one of the plurality of disk drives is secured as a redundant storage area, and one of the plurality of disk drives is used by using the redundant storage area.
When a failure occurs in the table, a means for compensating data is provided, and another disk drive corresponding to the redundant storage area is provided on the redundant storage area or a storage area on the same disk drive attached to the redundant storage area. It has an area that stores information that indicates whether the data in the upper storage area is valid, and is activated by a command from a higher-level device or by the storage area release condition determination means provided in the control means of the disk subsystem. And a means for releasing the storage area on the disk drive is provided. With the release of the storage area, the data in the storage area on another disk drive corresponding to the redundant storage area on the redundant storage area becomes valid. A disk array sub characterized by having means for updating an area for storing information indicating whether or not there is, and at the same time updating the redundant storage area itself. system.
【請求項4】複数(=N台)のディスクドライブと、該
複数のディスクドライブを制御するディスク制御部と、
を備え、 前記複数のディスクドライブの少なくとも一が、所定の
記憶領域に別のディスクドライブの対応する記憶領域の
稼動状態を記憶する記憶領域稼動表を備え、 データの書き込みの際に、 冗長記憶領域のデータと前記記憶領域稼働表を読み出
し、 前記記憶領域稼働表よりデータの書き込みが未使用記憶
領域に対しての書き込みであるとき、 前記書き込みデータの値より前記冗長記憶領域の更新値
を生成し、 前記書き込みデータを所定のレコードに書き込むと共
に、 前記更新値を前記冗長記憶領域に書き込むと共に前記記
憶領域稼動表も更新する、ように構成されたことを特徴
とするディスクアレイサブシステム。
4. A plurality of (= N) disk drives, and a disk control unit for controlling the plurality of disk drives,
At least one of the plurality of disk drives includes a storage area operation table that stores the operation status of a corresponding storage area of another disk drive in a predetermined storage area, and a redundant storage area when writing data. Read the data and the storage area operation table, and when the writing of data from the storage area operation table is writing to an unused storage area, the update value of the redundant storage area is generated from the value of the write data. A disk array subsystem configured to write the write data in a predetermined record, write the update value in the redundant storage area, and update the storage area operation table.
JP20168395A 1995-07-14 1995-07-14 Disk array subsystem Expired - Fee Related JP3202550B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20168395A JP3202550B2 (en) 1995-07-14 1995-07-14 Disk array subsystem

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20168395A JP3202550B2 (en) 1995-07-14 1995-07-14 Disk array subsystem

Publications (2)

Publication Number Publication Date
JPH0934654A true JPH0934654A (en) 1997-02-07
JP3202550B2 JP3202550B2 (en) 2001-08-27

Family

ID=16445180

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20168395A Expired - Fee Related JP3202550B2 (en) 1995-07-14 1995-07-14 Disk array subsystem

Country Status (1)

Country Link
JP (1) JP3202550B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008269638A (en) * 2002-06-24 2008-11-06 Network Appliance Inc Use of file system information in restoration and transfer of raid data

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE514645C2 (en) 1998-10-06 2001-03-26 Perstorp Flooring Ab Floor covering material comprising disc-shaped floor elements intended to be joined by separate joint profiles
SE518184C2 (en) 2000-03-31 2002-09-03 Perstorp Flooring Ab Floor covering material comprising disc-shaped floor elements which are joined together by means of interconnecting means

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01140220A (en) * 1987-11-26 1989-06-01 Hitachi Ltd Double disc controller
JPH0675708A (en) * 1992-08-26 1994-03-18 Mitsubishi Electric Corp Array type recording device
JPH06511098A (en) * 1991-12-27 1994-12-08 コンパック・コンピュータ・コーポレイション How to improve partial stripe write performance in disk array subsystems
JPH07306759A (en) * 1994-05-05 1995-11-21 Internatl Business Mach Corp <Ibm> System and related method for writing of data into disk array

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01140220A (en) * 1987-11-26 1989-06-01 Hitachi Ltd Double disc controller
JPH06511098A (en) * 1991-12-27 1994-12-08 コンパック・コンピュータ・コーポレイション How to improve partial stripe write performance in disk array subsystems
JPH0675708A (en) * 1992-08-26 1994-03-18 Mitsubishi Electric Corp Array type recording device
JPH07306759A (en) * 1994-05-05 1995-11-21 Internatl Business Mach Corp <Ibm> System and related method for writing of data into disk array

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008269638A (en) * 2002-06-24 2008-11-06 Network Appliance Inc Use of file system information in restoration and transfer of raid data

Also Published As

Publication number Publication date
JP3202550B2 (en) 2001-08-27

Similar Documents

Publication Publication Date Title
JP2501752B2 (en) Storage device of computer system and method of storing data
JP3575964B2 (en) Disk array device
US5579474A (en) Disk array system and its control method
JP2654346B2 (en) Disk array system, storage method, and control device
US6604171B1 (en) Managing a cache memory
US6591335B1 (en) Fault tolerant dual cache system
EP0871120A2 (en) Method of storing data in a redundant group of disks and redundant array of disks
JP2691087B2 (en) Directory system, device and method for data files
US5875460A (en) Disk array subsystem and data generation method therefor
US20040133741A1 (en) Disk array apparatus and data writing method used in the disk array apparatus
JPH0934654A (en) Disk array subsystem
JPH0916343A (en) Disk drive system
JPH09218754A (en) Data storage system
JP3236166B2 (en) Cache control method and information processing device
KR19980047273A (en) How to Manage Cache on RAID Level 5 Systems
JP3250859B2 (en) Disk array device, computer system and data storage device
JP3220581B2 (en) Array type storage system
JP3067558B2 (en) Extended configuration method of disk array device and disk array device
JP2000047832A (en) Disk array device and its data control method
JP2733189B2 (en) Disk array device input / output control method
JP2778268B2 (en) Recording medium control device
JPH10254628A (en) Library storage device using portable medium
JPH06119120A (en) Disk array control system
JPH09265435A (en) Storage device system
JPH11119915A (en) Disk array device

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19980723

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

Free format text: PAYMENT UNTIL: 20080622

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090622

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100622

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100622

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110622

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110622

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120622

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees