JP2006252165A - Disk array device and computer system - Google Patents

Disk array device and computer system Download PDF

Info

Publication number
JP2006252165A
JP2006252165A JP2005067533A JP2005067533A JP2006252165A JP 2006252165 A JP2006252165 A JP 2006252165A JP 2005067533 A JP2005067533 A JP 2005067533A JP 2005067533 A JP2005067533 A JP 2005067533A JP 2006252165 A JP2006252165 A JP 2006252165A
Authority
JP
Japan
Prior art keywords
drive
raid
physical
physical drive
logical
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
JP2005067533A
Other languages
Japanese (ja)
Inventor
Kazuyuki Tanaka
和幸 田中
Takehiko Kurashige
剛彦 蔵重
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
Original Assignee
Toshiba 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 filed Critical Toshiba Corp
Priority to JP2005067533A priority Critical patent/JP2006252165A/en
Publication of JP2006252165A publication Critical patent/JP2006252165A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To flexibly construct the configuration of a logical drive in extending the capacity of an RAID. <P>SOLUTION: A capacity extension confirming part 12 detects whether or not a first logical drive constructed of a physical drive (HDD4-1) having a plurality of block units has been added with another physical drive (HDD4-2), and when the other physical drive is detected, a write-in position determining part 13 determines which physical drive of the HDD4-1 and HDD4-2 should be stored with the respective data stored in the plurality of blocks of the physical drive (HDD4-1), and the data are successively stored by every block unit so that a new first logical drive(new first logical drive) can be constructed of the HDD4-1 and the HDD4-2. Then, as for an area where any data are not stored, another logical drive(second logical drive) is constructed by an RAID control part 11. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ディスクアレイ装置に係り、ディスクの容量を拡張する機能を有するディス
クアレイ装置に関する。
The present invention relates to a disk array device, and more particularly to a disk array device having a function of expanding the capacity of a disk.

物理ドライブたとえばHDD(Hard Disk Drive)を用いた記録再生装
置の信頼性向上、高速化を実現する技術にRAID(Redundant Arrays
of Independent (Inexpensive) Disks)がある。
RAID (Redundant Arrays) is a technology that improves the reliability and speed of recording and playback devices using physical drives such as HDDs (Hard Disk Drives).
of Independent (Inexpensive) Disks).

このRAIDは、ストライピング、ミラーリング、パリティチェック、ECC(Erro
r Check and Correct)、データとパリティ、ECCの分散書き込み
などの機能で構成され、採用している機能やその組み合わせの違いにより、RAID0か
らRAID6、さらにはRAID0+1、RAID10/30/50など様々なレベルが
ある。
This RAID includes striping, mirroring, parity check, ECC (Erro
r Check and Correct), data and parity, ECC distributed writing, etc., and various levels such as RAID0 to RAID6, RAID0 + 1, RAID10 / 30/50, etc. There is.

例えば、RAID0はストライピングとも呼ばれ、ひとつのデータを分割してデータを
記憶する。特に複数のHDDで同時に読み書きをする事によって、処理速度をアップさせる
ことができる。また、RAID5は、ストライピングで分割したデータを複数のHDDに保
存しながら、復元のための情報である「パリティ」も保存することで、仮に1つの HDDが
壊れても、残ったHDDに保存されているパリティによってデータの復元を行える為、速度
と安全性が両立させることができる。
For example, RAID0 is also called striping, and stores data by dividing one piece of data. In particular, the processing speed can be increased by simultaneously reading and writing on multiple HDDs. In addition, RAID5 saves “parity”, which is information for restoration, while saving the data divided by striping to multiple HDDs, so even if one HDD breaks, it is saved on the remaining HDD. Since data can be restored by the parity being used, both speed and security can be achieved.

ところで、従来所定の数のHDDでRAIDを構築している状態において、更に他のH
DDを追加して容量拡張を行う場合には、単純に追加されたHDDの容量が当該論理ドラ
イブの容量増加となる。
By the way, in the state where a RAID is conventionally constructed with a predetermined number of HDDs, another H
When capacity expansion is performed by adding a DD, the capacity of the added HDD is simply an increase in the capacity of the logical drive.

例えば1個の80GByte容量のHDDでRAID0を構築している状態において、
更に同じ80GByte容量のHDDを追加してRAID0を構築しようとする場合、追
加容量分も既存の論理ドライブとして使用され、単純に1の論理ドライブの容量が、80
GByteから160GByteに増加するのみであった。
For example, in a state where RAID 0 is constructed with one HDD of 80 GB capacity,
Further, when trying to construct RAID 0 by adding an HDD with the same 80 GB capacity, the additional capacity is also used as an existing logical drive, and the capacity of one logical drive is simply 80
It only increased from GBytes to 160 GBytes.

従って、増加した容量分は必ず既存の論理ドライブに組み込まれるため、容量拡張の際
に新たに別の論理ドライブ構成するような論理ドライブの柔軟な構成は行うことはできな
かった。
Accordingly, since the increased capacity is always incorporated into the existing logical drive, it is not possible to perform a flexible configuration of the logical drive such that a new logical drive is newly configured when the capacity is expanded.

特許文献1には、論理ドライブを柔軟に構成するステップの一例として、同じ実ディス
ク装置上に生成された複数の可能ディスク装置を含め、同容量の複数の仮想ディスク装置
を使ってディスクアレイを構成することで、容量の異なる複数の実ディスク装置を使って
全ディスク装置の容量の合計と同じかそれに近い大容量のディスクアレイを構成すること
が可能な技術が開示されている。
特開2000−298556号公報(第8頁、図1)
In Patent Document 1, as an example of steps for flexibly configuring a logical drive, a disk array is configured using a plurality of virtual disk devices having the same capacity, including a plurality of possible disk devices generated on the same real disk device. As a result, a technique is disclosed in which a plurality of real disk devices having different capacities can be used to configure a large capacity disk array that is the same as or close to the total capacity of all the disk devices.
JP 2000-298556 A (page 8, FIG. 1)

しかしながら、特許文献1等の技術は、複数の異なる容量の実ディスクを効率よく利用
するために、複数の仮想ディスクを用いてディスクアレイを構築するに過ぎない。従って
、たとえ上記文献1等の技術を使用したとしても、既に1つの論理ドライブにおいてディ
スクアレイを構築している場合に、これに対して容量拡張を行う場合の論理ドライブの構
成を柔軟に構築することはできなかった。
However, the technique disclosed in Patent Document 1 merely constructs a disk array using a plurality of virtual disks in order to efficiently use a plurality of real disks having different capacities. Therefore, even if the technique of the above-mentioned document 1 is used, when a disk array is already constructed in one logical drive, the configuration of the logical drive when capacity expansion is performed is flexibly constructed. I couldn't.

そこで、本発明は上記問題を解決する為になされたものであり、既に1つの論理ドライ
ブにおいてディスクアレイを構築している場合に、当該ディスクアレイの容量を維持しつ
つ容量拡張を行うことで容量増加分を別の論理ドライブとして使用可能とし、論理ドライ
ブの構成を柔軟に構築するが可能となるディスクアレイ装置及び、コンピュータシステム
を提供することを目的とする。
Therefore, the present invention has been made to solve the above-described problem. When a disk array is already constructed in one logical drive, the capacity is expanded by maintaining the capacity of the disk array. It is an object of the present invention to provide a disk array device and a computer system that can use the increased amount as another logical drive and can flexibly construct the configuration of the logical drive.

かかる課題を解決するために、本発明に係るディスクアレイ装置は、複数のブロック単
位を有した少なくとも1の物理ドライブにより所定のRAIDレベルでRAIDが構築さ
れた第1の論理ドライブに対して、他の物理ドライブが追加されたか否かを検出する検出
手段と、前記検出手段により、前記他の物理ドライブが検出された場合に、前記少なくと
も1の物理ドライブの前記複数のブロックに記憶されているデータをどの物理ドライブに
記憶するかを決定する記憶位置決定手段と、前記記憶位置決定手段により決定された物理
ドライブに前記少なくとも1の物理ドライブの前記複数のブロックに記憶されているデー
タを前記ブロック単位毎に順次記憶する記憶手段と、前記記憶手段によりデータが記憶さ
れなかった前記少なくとも1の物理ドライブ及び前記他の物理ドライブの領域において第
2の論理ドライブを構築する構築手段とを有することを特長している。
In order to solve this problem, the disk array device according to the present invention is different from the first logical drive in which a RAID is constructed at a predetermined RAID level by at least one physical drive having a plurality of block units. Detecting means for detecting whether or not another physical drive has been added, and data stored in the plurality of blocks of the at least one physical drive when the other physical drive is detected by the detecting means A storage position determining means for determining in which physical drive the data is stored in the plurality of blocks of the at least one physical drive in the physical drive determined by the storage position determining means Storage means for sequentially storing each time, and at least one of the data not stored by the storage means It has features that it has a construction means for constructing a second logical drive in physical drive and regions of said other physical drives.

また、本発明に係る他のディスクアレイ装置は、複数のブロック単位を有した複数の物
理ドライブにより所定のRAIDレベルでRAIDが構築された第1の論理ドライブに対
して、前記RAIDレベルの変更が要求された際に、他の物理ドライブが追加されたか否
かを検出する検出手段と、前記検出手段により、前記他の物理ドライブが検出された場合
に、前記複数の物理ドライブの前記複数のブロックに記憶されているデータを前記RAI
Dレベルの変更を考慮してどの物理ドライブに記憶するかを決定する記憶位置決定手段と
、前記記憶位置決定手段により決定された物理ドライブに前記複数の物理ドライブの前記
複数のブロックに記憶されているデータを前記要求されたRAIDレベルに沿うように順
次記憶する記憶手段と、前記記憶手段によりデータが記憶されなかった前記複数の物理ド
ライブ及び前記他の物理ドライブの領域において第2の論理ドライブを構築する構築手段
とを有することを特長としている。
In addition, the other disk array device according to the present invention can change the RAID level with respect to the first logical drive in which a RAID is constructed at a predetermined RAID level by a plurality of physical drives having a plurality of block units. Detecting means for detecting whether another physical drive is added when requested, and when the other physical drive is detected by the detecting means, the plurality of blocks of the plurality of physical drives; The data stored in the RAI
Storage position determination means for determining which physical drive to store in consideration of the change in the D level, and stored in the plurality of blocks of the plurality of physical drives in the physical drive determined by the storage position determination means Storage means for sequentially storing the existing data along the requested RAID level, and a second logical drive in the areas of the plurality of physical drives and the other physical drives for which data is not stored by the storage means And having a construction means for construction.

また、本発明に係るコンピュータシステムは、複数のブロック単位を有した少なくとも
1の物理ドライブにより所定のRAIDレベルでRAIDが構築された第1の論理ドライ
ブに対して、他の物理ドライブが追加されたか否かを検出する検出手段と、前記検出手段
により、前記他の物理ドライブが検出された場合に、前記少なくとも1の物理ドライブの
前記複数のブロックに記憶されているデータをどの物理ドライブに記憶するかを決定する
記憶位置決定手段と、前記記憶位置決定手段により決定された物理ドライブに前記少なく
とも1の物理ドライブの前記複数のブロックに記憶されているデータを前記ブロック単位
毎に順次記憶する記憶手段と、前記記憶手段によりデータが記憶されなかった前記少なく
とも1の物理ドライブ及び前記他の物理ドライブの領域において第2の論理ドライブを構
築する構築手段とを有することを特長としている。
In the computer system according to the present invention, is another physical drive added to the first logical drive in which a RAID is constructed at a predetermined RAID level by at least one physical drive having a plurality of block units? Detecting means for detecting whether or not, and when the other physical drive is detected by the detecting means, in which physical drive the data stored in the plurality of blocks of the at least one physical drive is stored And a storage unit for sequentially storing data stored in the plurality of blocks of the at least one physical drive for each block unit in the physical drive determined by the storage position determination unit. The at least one physical drive in which data is not stored by the storage means, and the Is a feature that in the region of the physical drive having the construction means for constructing a second logical drive.

更に本発明に係るコンピュータシステムは、複数のブロック単位を有した複数の物理ド
ライブにより所定のRAIDレベルでRAIDが構築された第1の論理ドライブに対して
、前記RAIDレベルの変更が要求された際に、他の物理ドライブが追加されたか否かを
検出する検出手段と、前記検出手段により、前記他の物理ドライブが検出された場合に、
前記複数の物理ドライブの前記複数のブロックに記憶されているデータを前記RAIDレ
ベルの変更を考慮してどの物理ドライブに記憶するかを決定する記憶位置決定手段と、前
記記憶位置決定手段により決定された物理ドライブに前記複数の物理ドライブの前記複数
のブロックに記憶されているデータを前記要求されたRAIDレベルに沿うように順次記
憶する記憶手段と、前記記憶手段によりデータが記憶されなかった前記複数の物理ドライ
ブ及び前記他の物理ドライブの領域において第2の論理ドライブを構築する構築手段とを
有することを特長としている。
Furthermore, the computer system according to the present invention, when a change in the RAID level is requested to the first logical drive in which a RAID is constructed at a predetermined RAID level by a plurality of physical drives having a plurality of block units. Detecting means for detecting whether another physical drive has been added, and when the other physical drive is detected by the detecting means,
A storage position determining means for determining which physical drive stores the data stored in the plurality of blocks of the plurality of physical drives in consideration of the change of the RAID level; and the storage position determining means Storage means for sequentially storing the data stored in the plurality of blocks of the plurality of physical drives in the physical drive so as to follow the requested RAID level, and the plurality of data for which no data has been stored by the storage means And a construction means for constructing a second logical drive in the physical drive area and the other physical drive area.

RAIDの容量拡張の際に論理ドライブの構成を柔軟に構築するが可能となる。   It is possible to flexibly construct the logical drive configuration when expanding the RAID capacity.

(第1の実施の形態)
以下、図面を参照して本発明の実施の形態について説明する。
(First embodiment)
Embodiments of the present invention will be described below with reference to the drawings.

図1は本発明の一実施形態にかかるディスクアレイコントローラ100の構成を示す図
である。同図に示すように、このディスクアレイコントローラ100は、CPU(Cen
tral Processing Unit)、CPUで実行されるディスクアレイコン
トロールのためのファームウェアや各種パラメータなどが格納されたROM(Read
Only Memory)などで構成される制御プロセッサ1と、ディスクアレイコント
ロールのための作業領域として用いられるRAM(Random Access Mem
ory)2と、ディスクアレイ3を構成する複数の物理ドライブであるHDD4−1、4
−2,・・がそれぞれ接続される複数のポート5−1,5−2,・・と、これらのポート
5−1,5−2,・・に接続された各HDD4−1、4−2,・・に対する読み書きなど
の制御を行うディスクコントローラ6と、コンピュータシステムのホストCPUとの通信
を制御するホストインタフェース7と、これらを接続する伝送路としてのバス8などで構
成されている。なお、各々のポート5−1,5−2,・・に対してHDD4−1、4−2
,・・は着脱可能とされている。
FIG. 1 is a diagram showing a configuration of a disk array controller 100 according to an embodiment of the present invention. As shown in the figure, the disk array controller 100 includes a CPU (Cen
ROM (Read Processing Unit), ROM that stores firmware and various parameters for disk array control executed by the CPU (Read)
A control processor 1 configured with only memory (RAM) and a RAM (Random Access Mem) used as a work area for disk array control
ory) 2 and HDDs 4-1, 4 which are a plurality of physical drives constituting the disk array 3.
. -2,... To which the respective ports 5-1, 5-2,... Are connected, and the HDDs 4-1, 4-2 connected to these ports 5-1, 5-2,. ,...,... Are configured by a disk controller 6 that controls reading and writing, a host interface 7 that controls communication with the host CPU of the computer system, and a bus 8 that serves as a transmission path connecting them. Note that the HDDs 4-1 and 4-2 are connected to the respective ports 5-1, 5-2,.
, ... are detachable.

制御プロセッサ1は、ROMに格納されたファームウェアによって、RAID制御部1
1、容量拡張確認部12、書込位置決定部13として機能する。
The control processor 1 uses a RAID controller 1 by firmware stored in the ROM.
1 functions as a capacity expansion confirmation unit 12 and a writing position determination unit 13.

RAID制御部11は、RAIDの制御たとえばRAID0のように、データをストラ
イピング単位に分割して記憶させたり、RAID1のようにミラーリングを使って同一の
データを複数のHDDに書き込む制御の他、RAID4、RAID5のように書き込み時
にデータのパリティを生成してこれらデータおよびパリティを複数のHDD4−1、4−
2,・・の同じブロックに分散して記録したり読み出す制御などを行う。
The RAID control unit 11 divides and stores data into striping units as in RAID control, for example, RAID 0, and writes the same data in a plurality of HDDs using mirroring as in RAID 1, in addition to RAID 4, As in RAID 5, data parity is generated at the time of writing, and these data and parity are converted into a plurality of HDDs 4-1, 4-.
Control to record and read in the same block of 2, ....

容量拡張確認部12は、各HDD4−1、4−2,・・の物理ディスクの全容量の確認
を実行する他、ユーザにより更に物理ディスクが追加された場合に、その認識を行う部分
である。
The capacity expansion confirmation unit 12 is a part that performs confirmation of the total capacity of the physical disks of the HDDs 4-1, 4-2,... And recognizes when a physical disk is further added by the user. .

書込位置決定部13は、構成されているRAIDのレベルを考慮しながらRIAD制御
部11により書き込むデータの位置を決定する。即ち、どの物理ディスクのどの位置に書
き込むかを決定する。RAID制御部11は、この書込位置決定部13により決定された
位置にデータを書き込むようディスクコントローラ6を制御することとなる。
The writing position determination unit 13 determines the position of data to be written by the RIAD control unit 11 while taking into account the configured RAID level. That is, it is determined at which position of which physical disk to write. The RAID control unit 11 controls the disk controller 6 so as to write data at the position determined by the writing position determination unit 13.

尚、このディスクアレイコントローラ100は、パーソナルコンピュータなどのコンピ
ュータシステム内のバスと接続され、コンピュータシステムのホストCPUとバスを通じ
て通信することが可能とされている。
The disk array controller 100 is connected to a bus in a computer system such as a personal computer, and can communicate with the host CPU of the computer system through the bus.

次に、この実施形態のディスクアレイコントローラ100の動作を説明する。   Next, the operation of the disk array controller 100 of this embodiment will be described.

図2は本発明の第1の実施の形態における容量拡張時のディスクアレイコントローラ1
00の動作を示すフローチャートである。図3は本発明の第1の実施の形態における容量
拡張前のRAID0のディスクアレイの例を示す図である。図4は、本発明の第1の実施
の形態を実施後の容量拡張後のRAID0のディスクアレイの例を示した図である。
FIG. 2 shows the disk array controller 1 during capacity expansion according to the first embodiment of the present invention.
10 is a flowchart showing the operation of 00. FIG. 3 is a diagram showing an example of a RAID 0 disk array before capacity expansion in the first embodiment of this invention. FIG. 4 is a diagram showing an example of a RAID 0 disk array after capacity expansion after the first embodiment of the present invention is implemented.

図3のRAID0のディスクアレイは、HDD4−1により1つの論理ドライブ(第1
の論理ドライブ)が構築されており、このHDD4−1は、6つのブロックに割り当てら
れ、RAID0が構築されているものとする。ここで各ブロックには、図3に示すように
それぞれD0〜D5のデータが記憶されているものとする。
The RAID 0 disk array shown in FIG. 3 has one logical drive (first
It is assumed that the HDD 4-1 is allocated to six blocks and RAID 0 is constructed. Here, it is assumed that data of D0 to D5 is stored in each block as shown in FIG.

上記図3を初期の状態とすると、まず、本発明のディスクコントローラは、既存の物理
ドライブ以外に他の物理ドライブが追加されることで、その後の処理を開始する(図2の
ステップS10)。
Assuming FIG. 3 as an initial state, first, the disk controller of the present invention starts the subsequent processing by adding another physical drive in addition to the existing physical drive (step S10 in FIG. 2).

即ち、容量拡張確認部12が他の物理ドライブの追加が無いと判断している場合は(ス
テップS10のNo)、この追加があると判断するまでステップS20以降の処理は行わ
ない。尚、仮に他の物理ドライブが追加されたとしてもユーザにより容量拡張の入力があ
るまではステップS20以降の処理を行わないようにしても良い(以下、第1の実施の形
態の変形例、及び第2の実施の形態においても同様である)。
In other words, when the capacity expansion confirmation unit 12 determines that there is no other physical drive added (No in step S10), the processing from step S20 onward is not performed until it is determined that there is this addition. Even if another physical drive is added, the processing after step S20 may not be performed until the user inputs capacity expansion (hereinafter, a modification of the first embodiment, and The same applies to the second embodiment).

一方、容量拡張確認部12は他の物理ドライブの追加があったと判断した場合には(ス
テップS10のYes)、次に書込位決定部13が、データの書き込み位置を決定する(
ステップS20)。この書き込み位置の決定は、構築されているRAIDのレベルを考慮
して行われる。図3の場合、HDD4−1に対して、更に1つの物理ドライブであるHD
D4−2が追加されたとすると(図4参照)、データの書き込みの順番は、HDD4−1
がRAID0で構築されていることを考慮し、順にHDD4−1、HDD4−2、HDD
4−1、HDD4−2、HDD4−1・・・と交互に書き込むことを決定する。
On the other hand, if the capacity expansion confirmation unit 12 determines that another physical drive has been added (Yes in step S10), then the write position determination unit 13 determines the data write position (
Step S20). The writing position is determined in consideration of the RAID level that is constructed. In the case of FIG. 3, HD, which is one more physical drive, than the HDD 4-1.
If D4-2 is added (see FIG. 4), the order of data writing is HDD4-1.
HDD4-1, HDD4-2, HDD in order, taking into account that is constructed with RAID0
4-1, HDD 4-2, HDD 4-1.

次に、上記ステップS20で決定された書き込み位置を元に、RAID制御部11がデ
ータの書き込み(リビルド)を行い、HDD4−1とHDD4−2の双方で、新たな論理
ドライブ1(新第1の論理ドライブ)を構築する(ステップS30)。
Next, the RAID controller 11 writes (rebuilds) data based on the write position determined in step S20, and a new logical drive 1 (new first) is written in both the HDD 4-1 and the HDD 4-2. (Logical drive) is constructed (step S30).

即ち、図4に示すように、HDD4−1は、論理アドレス順にD0、D2、D4のデー
が書き込まれ、HDD4−2には、D1,D3、D5のデータが書き込まれ、これらの領
域で第1の論理ドライブが構築される。
That is, as shown in FIG. 4, the HDD 4-1 is written with data of D 0, D 2, D 4 in the order of logical addresses, and the HDD 4-2 is written with data of D 1, D 3, D 5, One logical drive is constructed.

次に、RAID制御部11は、データが書き込まれなかったディスク領域を新たな論理
ドライブ(第2の論理ドライブ)として構築し(ステップS40)、本フローチャートの
処理が終了する。即ち、HDD4−1及びHDD4−2においてD0〜D5のデータが書
き込まれなかった領域(図4ではa〜f)を上述した新第1の論理ドライブとは別の論理
ドライブとして構築することで本処理が終了する。
Next, the RAID control unit 11 constructs a disk area in which no data has been written as a new logical drive (second logical drive) (step S40), and the processing of this flowchart ends. That is, the areas in which the data D0 to D5 are not written in the HDD 4-1 and the HDD 4-2 (a to f in FIG. 4) are constructed as logical drives different from the new first logical drive described above. The process ends.

以上の処理をすることで、新たに追加されたHDDを利用して従来のRAID0による
論理ドライブ(第1の論理ドライブ)の容量をそのまま維持した新たな論理ドライブ(新
たな第1の論理ドライブ)によりRAID0が構築され、更に残りの容量に関しては、別
の論理ドライブ(第2の論理ドライブ)を構築することが可能となる。
By performing the above processing, a new logical drive (new first logical drive) that maintains the capacity of the conventional RAID 0 logical drive (first logical drive) using the newly added HDD. As a result, RAID 0 is constructed, and for the remaining capacity, another logical drive (second logical drive) can be constructed.

即ち、図3において、例えば240GByteの容量のHDD4−1で1つの論理ドラ
イブ(第1の論理ドライブ)を構築して構成されたRAID0場合に、更に240GBy
teの容量のHDD4−2が追加されると、図4に示すようにD0〜D5は、HDD4−
1とHDD4−2との2つの物理ドライブに割り振られて240GByteの容量の新た
な論理ドライブ(新第1の新論理ドライブ)が構築され、かつ、残りの240GByte
の容量(a〜f)は別の論理ドライブ(第2の論理ドライブ)が構築されることとなる。
That is, in FIG. 3, for example, in the case of RAID 0 configured by constructing one logical drive (first logical drive) with HDD 4-1 having a capacity of 240 GB, 240 GB
When the HDD 4-2 having the capacity of te is added, as shown in FIG.
A new logical drive (new first new logical drive) having a capacity of 240 GB is allocated to the two physical drives 1 and HDD 4-2, and the remaining 240 GB
Thus, another logical drive (second logical drive) is constructed.

従って、ユーザの希望により、第2の論理ドライブにおいて、更に新第1の論理ドライ
ブと同様にRAID0を構築できたり、これとは別のRAIDレベルであるRAID1等
のRAIDの構築も可能となる。
Therefore, according to the request of the user, it is possible to construct RAID 0 in the second logical drive as in the case of the new first logical drive, or it is possible to construct a RAID such as RAID 1, which is a different RAID level.

従って、容量拡張前の第1の論理ドライブの容量を増やすことなく、HDD容量拡張分
を別の論理ドライブとして使用出来るため、RAIDの容量拡張の際に論理ドライブの構
成を柔軟に構築するが可能となる。
Therefore, since the HDD capacity expansion can be used as another logical drive without increasing the capacity of the first logical drive before capacity expansion, it is possible to flexibly construct the structure of the logical drive during RAID capacity expansion. It becomes.

尚、図3はあくまで例示としてRAID0を示しているが、本発明はRAID0に限定
することなく、後述するように、RAID5等の他のRAIDレベルや、更にはRAID
のレベル変更にも応用が可能である。
Note that FIG. 3 shows RAID 0 as an example only, but the present invention is not limited to RAID 0. As will be described later, other RAID levels such as RAID 5 or even RAID are used.
It can also be applied to level changes.

(第1の実施の形態の変形例)
以下に本発明の第1の実施の形態の変形例を説明する。上述した第1の実施の形態では
RAID0の場合を説明したが、本変形例のようにRAID0に限らず他のRAIDレベ
ルでも実施可能である。図5及び図6は、変形例の1つとしてRAID5とりあげたもの
である。
(Modification of the first embodiment)
A modification of the first embodiment of the present invention will be described below. In the first embodiment described above, the case of RAID 0 has been described. However, the present invention is not limited to RAID 0 as in the present modification, and can be implemented at other RAID levels. 5 and 6 show RAID 5 as one of modifications.

図5は本発明の第1の本実施の形態の変形例における容量拡張前のRAID5のディス
クアレイの例を示す図である。この図5のRAID5のディスクアレイは、HDD4−1
、HDD4−2、HDD4−3の3つの物理ディスクで720GByteの容量で1つの
論理ドライブ(第1の論理ドライブ)が構成され、それぞれのHDDは6つのブロックに
割り当てられているものとする。ここで各ブロックには、順にHDD4−1,HDD4−
2、HDD4−3、HDD4−3、HDD4−2、HDD4−1、HDD4−1・・・H
DD4−1の順番でそれぞれ、D0,D1、P0−1、D2、P2−3、D3、P4−5
・・・D11のデータが記憶されているものとする。
FIG. 5 is a diagram showing an example of a RAID 5 disk array before capacity expansion in a modification of the first embodiment of the present invention. The RAID 5 disk array of FIG.
It is assumed that one logical drive (first logical drive) is configured with a capacity of 720 Gbytes with three physical disks, HDD4-2 and HDD4-3, and each HDD is allocated to six blocks. Here, each block includes HDD 4-1 and HDD 4-in order.
2, HDD4-3, HDD4-3, HDD4-2, HDD4-1, HDD4-1 ... H
In the order of DD4-1, D0, D1, P0-1, D2, P2-3, D3, P4-5, respectively.
... D11 data is stored.

ここで、Pはデータ復元の情報であるパリティを示している。例えばP0−1とは、D
0とD1のパリティを示している。尚、パリティは復元する対象のデータを元にしてRA
ID制御部11が排他的論理和を計算することで導かれる。
Here, P indicates a parity which is data restoration information. For example, P0-1 is D
Parity of 0 and D1 is shown. Parity is based on the data to be restored.
The ID control unit 11 is derived by calculating an exclusive OR.

この図5の状態において、既存の物理ドライブ以外に他の物理ドライブ部(HDD4−
4)が追加された(図2のステップS10のYes)とすると、書込位置決定部13は、
上記RAIDレベルを考慮してその書き込み位置を決定する(ステップS20)。
In the state of FIG. 5, in addition to the existing physical drive, other physical drive units (HDD4-
4) is added (Yes in step S10 in FIG. 2), the writing position determination unit 13
The write position is determined in consideration of the RAID level (step S20).

図5の場合、RAID5で構築されたものであるため、その書込みの順序は、順にHD
D4−1、HDD4−2、HDD4−3、HDD4−4、HDD4−4、HDD4−3、
HDD4−2、HDD4−1、HDD4−1・・・という順序で書き込むドライブが決定
される。
In the case of FIG. 5, since it is constructed with RAID 5, the order of writing is HD in order.
D4-1, HDD4-2, HDD4-3, HDD4-4, HDD4-4, HDD4-3,
Drives to be written are determined in the order of HDD4-2, HDD4-1, HDD4-1,.

次に、上記ステップS20で決定された書き込み位置を元に、RAID制御部11がデ
ータの書き込みを行い、640GByte容量の新たな論理ドライブ(新第1の論理ドラ
イブ)をRAID5で構築する(ステップS30)。
Next, based on the write position determined in step S20, the RAID controller 11 writes data, and a new logical drive (new first logical drive) having a capacity of 640 GB is constructed with RAID5 (step S30). ).

従って、HDD4−1には、論理アドレス順にD0、D5、D6、P9−11が記憶さ
れ、HDD4−2にはD1、D4、P6−8、D11、HDD4−3にはD2、P3−5
、D7、D10、HDD4−3にはD2、P3−5、D7、D10、HDD4−4にはP
0−2、D3、D8、D9が記憶される。尚、上記記憶では物理ドライブが3つから4つ
に増加しているため、RAID制御部11はパリティ(P)の再計算を行うこととなる。
Accordingly, D0, D5, D6, and P9-11 are stored in the HDD 4-1 in the order of logical addresses, and D1, D4, P6-8, D11 are stored in the HDD 4-2, and D2, P3-5 are stored in the HDD 4-3.
, D7, D10, HDD4-3 D2, P3-5, D7, D10, HDD4-4 P
0-2, D3, D8, D9 are stored. In the above storage, since the number of physical drives is increased from three to four, the RAID control unit 11 recalculates the parity (P).

例えば、P0−1はD0,D1,D2を用いて計算されることとなる。 For example, P0-1 is calculated using D0, D1, and D2.

次に、RAID制御部11は、データが書き込まれなかった320GByteのディス
ク領域(図6のではa〜hとして表示)を別の論理ドライブ(第2の論理ドライブ)とし
て構築する(ステップS40)。
Next, the RAID control unit 11 constructs a 320 Gbyte disk area (indicated as a to h in FIG. 6) in which data has not been written as another logical drive (second logical drive) (step S40).

従って、ユーザの希望により、第2の論理ドライブにおいて、更に新第1の論理ドライ
ブと同様にRAID0を構築できたり、これとは別のRAIDレベルであるRAID1等
のRAIDの構築も可能となる。
Therefore, according to the request of the user, it is possible to construct RAID 0 in the second logical drive as in the case of the new first logical drive, or it is possible to construct a RAID such as RAID 1, which is a different RAID level.

従って、容量拡張前の第1の論理ドライブの容量を増やすことなく、HDDの容量拡張
分を別の論理ドライブとして使用出来るため、RAIDの容量拡張の際に論理ドライブの
構成を柔軟に構築するが可能となる。
Accordingly, since the capacity expansion of the HDD can be used as another logical drive without increasing the capacity of the first logical drive before capacity expansion, the configuration of the logical drive can be flexibly constructed when expanding the capacity of the RAID. It becomes possible.

(第2の実施の形態)
次に、本発明の第2の実施の形態のディスクアレイコントローラ100の動作を説明す
る。
(Second Embodiment)
Next, the operation of the disk array controller 100 according to the second embodiment of this invention will be described.

図7は本発明の第2の実施の形態における容量拡張時のディスクアレイコントローラ1
00の動作を示すフローチャートである。図7において、図2の第1の実施の形態のフロ
ーチャートと同一部分は同一記号で示し、その説明を省略する。
FIG. 7 shows the disk array controller 1 at the time of capacity expansion according to the second embodiment of the present invention.
10 is a flowchart showing the operation of 00. In FIG. 7, the same parts as those in the flowchart of the first embodiment in FIG. 2 are denoted by the same symbols, and the description thereof is omitted.

図7のフローチャートが、図2のフローチャートと異なる点は、図2のステップS10
とステップS20との間にRAIDのレベル変更要求があったか否かを判断するステップ
であるステップS50が追加されている点と、ステップS50においてRAIDのレベル
変更があったと判断した場合(ステップS50のYes)には、このレベル変更を考慮し
た書込み位置の決定を行うステップであるステップS55が追加されている点である。
The flowchart in FIG. 7 differs from the flowchart in FIG. 2 in that step S10 in FIG.
Step S50, which is a step for determining whether or not there has been a RAID level change request between Step S20 and Step S20, and if it is determined in Step S50 that there has been a RAID level change (Yes in Step S50) ) Is that step S55, which is a step of determining the writing position in consideration of this level change, is added.

図8は本発明の第2の実施の形態における容量拡張前のRAID1のディスクアレイの
例を示す図である。また、図9は、本発明の第2の実施の形態を実施後の容量拡張後のR
AID5のディスクアレイの例を示した図である。
FIG. 8 is a diagram showing an example of a RAID 1 disk array before capacity expansion according to the second embodiment of this invention. FIG. 9 shows R after capacity expansion after implementing the second embodiment of the present invention.
It is the figure which showed the example of the disk array of AID5.

図8のディスクアレイは、2つのHDDで構成されたRAID1が構築されているもの
とする。即ち、HDD4−1及びHDD4−2はそれぞれ6つのブロックで構成され、そ
れぞれにD0,D1,D2,D3,D4,D5のデータが記憶されているものとする。尚
、図8はあくまで例示としてRAID1を示しているが、本発明はRAID1に限定する
ことなく、可能な限り他のRAIDのレベルでも良い。
In the disk array of FIG. 8, it is assumed that RAID 1 composed of two HDDs is constructed. That is, it is assumed that the HDD 4-1 and the HDD 4-2 are each composed of six blocks and store data of D0, D1, D2, D3, D4, and D5, respectively. Although FIG. 8 shows RAID 1 as an example only, the present invention is not limited to RAID 1, and other RAID levels may be used as much as possible.

本実施の形態では、容量拡張時にRAID1からRAID5へのRAIDのレベル変更
が要求された場合を例にする。即ち、図8の状態において、既存の物理ドライブ以外に他
の物理ドライブ部(HDD4−3)が追加され(ステップS10のYes)、かつ、ユー
ザよりホストインタフェース7を介してRAID5へのレベル変更が要求された(ステッ
プS50のYes)とする。尚、物理ドライブの追加を行うことで所定のレベル変更を自
動的に要求するように構成しても良い。
In this embodiment, a case where a RAID level change from RAID 1 to RAID 5 is requested at the time of capacity expansion is taken as an example. In other words, in the state of FIG. 8, in addition to the existing physical drive, another physical drive unit (HDD 4-3) is added (Yes in step S10), and the user changes the level to RAID 5 via the host interface 7. It is assumed that it has been requested (Yes in step S50). It should be noted that a predetermined level change may be automatically requested by adding a physical drive.

次に、書込位置決定部13は、上記RAIDレベルの変更を考慮してその書き込み位置
を決定する(ステップS55)。
Next, the writing position determination unit 13 determines the writing position in consideration of the change in the RAID level (step S55).

即ち、図8において、HDD4−1、及びHDD4−2に対して、1つの物理ドライブ
であるHDD4−3が追加され、更にRAIDレベルが1から5に変更されるため、順に
HDD4−1、HDD4−2、HDD4−3、HDD4−3、HDD4−2、HDD4−
1、HDD4−1・・・という順序で書き込むドライブが決定さる(図9参照)。
That is, in FIG. 8, since HDD 4-3 as one physical drive is added to HDD 4-1 and HDD 4-2 and the RAID level is further changed from 1 to 5, HDD 4-1 and HDD 4 in order. -2, HDD 4-3, HDD 4-3, HDD 4-2, HDD 4-
1 and the drive to be written in the order of HDD 4-1... (See FIG. 9).

次に、上記ステップS55で決定された書き込み位置を元に、RAID制御部11がデ
ータの書き込み(リビルド)を行い、新たな論理ドライブ(新第1の論理ドライブ)を構
築する(ステップS30)。具体的には、HDD4−1には、D0,D3,P4−5が記
憶され、HDD4−2には、D1,P2−3,D4が記憶され、HDD4−3にはP1−
2,D2,D5が記憶される。尚、本例の場合には、RAID1からRAID5へ変更す
るため、RAID制御部はパリティの計算も併せて行う。例えばP0−1は、D0とD1
から計算されることとなる。以降ステップS40の処理は同様である為その説明を省略す
る。
Next, based on the write position determined in step S55, the RAID control unit 11 writes data (rebuild) to construct a new logical drive (new first logical drive) (step S30). Specifically, D0, D3, and P4-5 are stored in HDD4-1, D1, P2-3, and D4 are stored in HDD4-2, and P1- is stored in HDD4-3.
2, D2, D5 are stored. In the case of this example, since the RAID 1 is changed to RAID 5, the RAID control unit also calculates the parity. For example, P0-1 is D0 and D1
It will be calculated from. Since the process in step S40 is the same thereafter, the description thereof is omitted.

以上の処理をすることで、新たに追加されたHDDを利用して従来のRAID1による
論理ドライブ(第1の論理ドライブ)の容量を増加することなく新たな論理ドライブ(新
第1の論理ドライブ)によりRAID5へとRAIDレベルの変更が実施され、更に残り
の容量に関しては、別の論理ドライブ(第2の論理ドライブ)を構築することが可能とな
る。
By performing the above processing, a new logical drive (new first logical drive) is used without increasing the capacity of the conventional RAID1 logical drive (first logical drive) using the newly added HDD. As a result, the RAID level is changed to RAID5, and another logical drive (second logical drive) can be constructed for the remaining capacity.

即ち、図8において例えば480GByteの容量のHDD4−1、HDD4−2で1
つの論理ドライブ(第1の論理ドライブ)を構築して構成されたRAID1場合に、更に
240GByteの容量のHDD4−3が追加されると、図9に示すようにD0〜D5は
、HDD4−1〜HDD4−3の3つの物理ドライブに割り振られて360GByteの
容量の新たな論理ドライブ(新第1の新論理ドライブ)が構築され、かつ、残りの360
GByteの容量(a〜i)は別の論理ドライブ(第2の論理ドライブ)が構築されるこ
ととなる。
That is, in FIG. 8, for example, the HDD 4-1 and the HDD 4-2 having a capacity of 480 GB are 1
In the case of RAID 1 configured by constructing two logical drives (first logical drives), when HDD 4-3 having a capacity of 240 GB is further added, as shown in FIG. A new logical drive (new first logical drive) having a capacity of 360 GBytes is allocated to the three physical drives of the HDD 4-3, and the remaining 360
Another logical drive (second logical drive) is constructed for the capacity (ai) of GByte.

従って、ユーザの希望により、第2の論理ドライブにおいて、更に新第1の論理ドライ
ブと同様にRAID5を構築できたり、これとは別のRAIDレベルであるRAID1等
のRAIDの構築も可能となる。
Therefore, according to the user's request, it is possible to construct RAID 5 in the second logical drive in the same manner as the new first logical drive, or it is possible to construct a RAID such as RAID 1, which is a different RAID level.

従って、容量拡張前の第1の論理ドライブの容量を増やすことなく、HDDの容量拡張
分を別の論理ドライブとして使用出来るため、RAIDの容量拡張の際に論理ドライブの
構成を柔軟に構築するが可能となる。
Accordingly, since the capacity expansion of the HDD can be used as another logical drive without increasing the capacity of the first logical drive before capacity expansion, the configuration of the logical drive can be flexibly constructed when expanding the capacity of the RAID. It becomes possible.

本発明の一実施形態にかかるディスクアレイコントローラ100の構成を示す図。1 is a diagram showing a configuration of a disk array controller 100 according to an embodiment of the present invention. 本発明の第1の実施の形態における容量拡張時のディスクアレイコントローラ100の動作を示すフローチャート。3 is a flowchart showing the operation of the disk array controller 100 during capacity expansion according to the first embodiment of the present invention. 本発明の第1の実施の形態における容量拡張前のRAID0のディスクアレイの例を示す図。FIG. 3 is a diagram showing an example of a RAID 0 disk array before capacity expansion in the first embodiment of the present invention. 本発明の第1の実施の形態を実施後の容量拡張後のRAID0のディスクアレイの例を示した図。The figure which showed the example of the disk array of RAID0 after capacity expansion after implementing the 1st Embodiment of this invention. 本発明の第1の本実施の形態の変形例における容量拡張前のRAID5のディスクアレイの例を示す図。The figure which shows the example of the disk array of RAID5 before the capacity expansion in the modification of the 1st this Embodiment of this invention. 本発明の第1の実施形態の変形例を実施後の容量拡張後のRAID0のディスクアレイの例を示した図。The figure which showed the example of the disk array of RAID0 after capacity expansion after implementing the modification of the 1st Embodiment of this invention. 本発明の第2の実施の形態における容量拡張時のディスクアレイコントローラ100の動作を示すフローチャート。10 is a flowchart showing the operation of the disk array controller 100 during capacity expansion according to the second embodiment of the present invention. 本発明の第2の実施の形態における容量拡張前のRAID1のディスクアレイの例を示す図。The figure which shows the example of the disk array of RAID1 before the capacity expansion in the 2nd Embodiment of this invention. 本発明の第2の実施の形態を実施後の容量拡張後のRAID5のディスクアレイの例を示した図。The figure which showed the example of the disk array of RAID5 after capacity expansion after implementing the 2nd Embodiment of this invention.

符号の説明Explanation of symbols

1 制御プロセッサ
2 RAM
3 ディスクアレイ
4−1,4−2,4−3,4−4 HDD
5−1,5−2,5−3 ポート
6 ディスクコントローラ
7 ホストインタフェース
8 バス
11 RAID制御部
12 容量拡張確認部
13 書込位置決定部
100 ディスクアレイコントローラ
1 Control processor 2 RAM
3 Disk array 4-1, 4-2, 4-3, 4-4 HDD
5-1, 5-2, 5-3 Port 6 Disk controller 7 Host interface 8 Bus 11 RAID control unit 12 Capacity expansion confirmation unit 13 Write position determination unit 100 Disk array controller

Claims (10)

複数のブロック単位を有した少なくとも1の物理ドライブにより所定のRAIDレベル
でRAIDが構築された第1の論理ドライブに対して、他の物理ドライブが追加されたか
否かを検出する検出手段と、
前記検出手段により、前記他の物理ドライブが検出された場合に、前記少なくとも1の
物理ドライブの前記複数のブロックに記憶されているデータをどの物理ドライブに記憶す
るかを決定する記憶位置決定手段と、
前記記憶位置決定手段により決定された物理ドライブに前記少なくとも1の物理ドライ
ブの前記複数のブロックに記憶されているデータを前記ブロック単位毎に順次記憶する記
憶手段と、
前記記憶手段によりデータが記憶されなかった前記少なくとも1の物理ドライブ及び前
記他の物理ドライブの領域において第2の論理ドライブを構築する構築手段と
を有することを特長とするディスクアレイ装置。
Detecting means for detecting whether or not another physical drive is added to the first logical drive in which a RAID is constructed at a predetermined RAID level by at least one physical drive having a plurality of block units;
Storage position determining means for determining which physical drive stores data stored in the plurality of blocks of the at least one physical drive when the other physical drive is detected by the detecting means; ,
Storage means for sequentially storing data stored in the plurality of blocks of the at least one physical drive for each block unit in the physical drive determined by the storage position determination means;
A disk array device comprising: a construction means for constructing a second logical drive in an area of the at least one physical drive and the other physical drive for which data has not been stored by the storage means.
前記検出手段は、RAID容量の拡張要求があった際に実施されることを特徴とする請
求項1に記載のディスクアレイ装置。
The disk array device according to claim 1, wherein the detection unit is implemented when a RAID capacity expansion request is made.
前記第1の論理ドライブは、RAID0又はRAID5のディスクアレイを構成してい
ることを特徴とする請求項1に記載のディスクアレイ装置。
2. The disk array device according to claim 1, wherein the first logical drive constitutes a RAID 0 or RAID 5 disk array.
複数のブロック単位を有した複数の物理ドライブにより所定のRAIDレベルでRAI
Dが構築された第1の論理ドライブに対して、前記RAIDレベルの変更が要求された際
に、他の物理ドライブが追加されたか否かを検出する検出手段と、
前記検出手段により、前記他の物理ドライブが検出された場合に、前記複数の物理ドラ
イブの前記複数のブロックに記憶されているデータを前記RAIDレベルの変更を考慮し
てどの物理ドライブに記憶するかを決定する記憶位置決定手段と、
前記記憶位置決定手段により決定された物理ドライブに前記複数の物理ドライブの前記
複数のブロックに記憶されているデータを前記要求されたRAIDレベルに沿うように順
次記憶する記憶手段と、
前記記憶手段によりデータが記憶されなかった前記複数の物理ドライブ及び前記他の物
理ドライブの領域において第2の論理ドライブを構築する構築手段と
を有することを特長とするディスクアレイ装置。
RAI at a predetermined RAID level by a plurality of physical drives having a plurality of block units
Detecting means for detecting whether or not another physical drive has been added to the first logical drive in which D is constructed, when a change in the RAID level is requested;
Which physical drive stores the data stored in the plurality of blocks of the plurality of physical drives in consideration of the change of the RAID level when the other physical drive is detected by the detection unit Storage position determining means for determining
Storage means for sequentially storing the data stored in the plurality of blocks of the plurality of physical drives in the physical drive determined by the storage position determination means so as to follow the requested RAID level;
A disk array device comprising: a construction means for constructing a second logical drive in the areas of the plurality of physical drives and the other physical drives for which data has not been stored by the storage means.
前記第1の論理ドライブは、RAID1であり、要求された前記RAIDレベルはRA
ID5であることを特徴とする請求項1に記載のディスクアレイ装置。
The first logical drive is RAID 1 and the requested RAID level is RAID
2. The disk array device according to claim 1, wherein the disk array device is ID5.
複数のブロック単位を有した少なくとも1の物理ドライブにより所定のRAIDレベル
でRAIDが構築された第1の論理ドライブに対して、他の物理ドライブが追加されたか
否かを検出する検出手段と、
前記検出手段により、前記他の物理ドライブが検出された場合に、前記少なくとも1の
物理ドライブの前記複数のブロックに記憶されているデータをどの物理ドライブに記憶す
るかを決定する記憶位置決定手段と、
前記記憶位置決定手段により決定された物理ドライブに前記少なくとも1の物理ドライ
ブの前記複数のブロックに記憶されているデータを前記ブロック単位毎に順次記憶する記
憶手段と、
前記記憶手段によりデータが記憶されなかった前記少なくとも1の物理ドライブ及び前
記他の物理ドライブの領域において第2の論理ドライブを構築する構築手段と
を有することを特長とするコンピュータシステム。
Detecting means for detecting whether or not another physical drive is added to the first logical drive in which a RAID is constructed at a predetermined RAID level by at least one physical drive having a plurality of block units;
Storage position determining means for determining which physical drive stores data stored in the plurality of blocks of the at least one physical drive when the other physical drive is detected by the detecting means; ,
Storage means for sequentially storing data stored in the plurality of blocks of the at least one physical drive for each block unit in the physical drive determined by the storage position determination means;
A computer system comprising construction means for constructing a second logical drive in an area of the at least one physical drive and the other physical drive for which data has not been stored by the storage means.
前記検出手段は、RAID容量の拡張要求があった際に実施されることを特徴とする請
求項1に記載のコンピュータシステム。
The computer system according to claim 1, wherein the detection unit is implemented when a RAID capacity expansion request is made.
前記第1の論理ドライブは、RAID0又はRAID5のディスクアレイを構成してい
ることを特徴とする請求項1に記載のコンピュータシステム。
The computer system according to claim 1, wherein the first logical drive forms a RAID 0 or RAID 5 disk array.
複数のブロック単位を有した複数の物理ドライブにより所定のRAIDレベルでRAI
Dが構築された第1の論理ドライブに対して、前記RAIDレベルの変更が要求された際
に、他の物理ドライブが追加されたか否かを検出する検出手段と、
前記検出手段により、前記他の物理ドライブが検出された場合に、前記複数の物理ドラ
イブの前記複数のブロックに記憶されているデータを前記RAIDレベルの変更を考慮し
てどの物理ドライブに記憶するかを決定する記憶位置決定手段と、
前記記憶位置決定手段により決定された物理ドライブに前記複数の物理ドライブの前記
複数のブロックに記憶されているデータを前記要求されたRAIDレベルに沿うように順
次記憶する記憶手段と、
前記記憶手段によりデータが記憶されなかった前記複数の物理ドライブ及び前記他の物
理ドライブの領域において第2の論理ドライブを構築する構築手段と
を有することを特長とするコンピュータシステム。
RAI at a predetermined RAID level by a plurality of physical drives having a plurality of block units
Detecting means for detecting whether or not another physical drive has been added to the first logical drive in which D is constructed, when a change in the RAID level is requested;
Which physical drive stores the data stored in the plurality of blocks of the plurality of physical drives in consideration of the change of the RAID level when the other physical drive is detected by the detection unit Storage position determining means for determining
Storage means for sequentially storing the data stored in the plurality of blocks of the plurality of physical drives in the physical drive determined by the storage position determination means so as to follow the requested RAID level;
A computer system comprising: construction means for constructing a second logical drive in the areas of the plurality of physical drives and the other physical drives for which data has not been stored by the storage means.
前記第1の論理ドライブは、RAID1であり、要求された前記RAIDレベルはRA
ID5であることを特徴とする請求項9に記載のコンピュータシステム。
The first logical drive is RAID 1 and the requested RAID level is RAID
The computer system according to claim 9, wherein the computer system is ID5.
JP2005067533A 2005-03-10 2005-03-10 Disk array device and computer system Pending JP2006252165A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005067533A JP2006252165A (en) 2005-03-10 2005-03-10 Disk array device and computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005067533A JP2006252165A (en) 2005-03-10 2005-03-10 Disk array device and computer system

Publications (1)

Publication Number Publication Date
JP2006252165A true JP2006252165A (en) 2006-09-21

Family

ID=37092596

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005067533A Pending JP2006252165A (en) 2005-03-10 2005-03-10 Disk array device and computer system

Country Status (1)

Country Link
JP (1) JP2006252165A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008217575A (en) * 2007-03-06 2008-09-18 Nec Corp Storage device and configuration optimization method thereof
JP2009230608A (en) * 2008-03-25 2009-10-08 Fuji Xerox Co Ltd Storage system, control device, image forming apparatus and control program
JP2010511963A (en) * 2006-12-08 2010-04-15 サンドフォース インコーポレイテッド Data redundancy across multiple storage devices
JP2010198424A (en) * 2009-02-26 2010-09-09 Konica Minolta Business Technologies Inc Storage device and storage-controlling method
US8671233B2 (en) 2006-11-24 2014-03-11 Lsi Corporation Techniques for reducing memory write operations using coalescing memory buffers and difference information
US8725960B2 (en) 2006-12-08 2014-05-13 Lsi Corporation Techniques for providing data redundancy after reducing memory writes

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0969031A (en) * 1995-08-31 1997-03-11 Hitachi Ltd Disk array subsystem
JPH11327794A (en) * 1998-02-27 1999-11-30 Aiwa Co Ltd Data migration method for raid data storage system
JP2004213064A (en) * 2002-12-26 2004-07-29 Fujitsu Ltd Raid device and logic device expansion method therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0969031A (en) * 1995-08-31 1997-03-11 Hitachi Ltd Disk array subsystem
JPH11327794A (en) * 1998-02-27 1999-11-30 Aiwa Co Ltd Data migration method for raid data storage system
JP2004213064A (en) * 2002-12-26 2004-07-29 Fujitsu Ltd Raid device and logic device expansion method therefor

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8671233B2 (en) 2006-11-24 2014-03-11 Lsi Corporation Techniques for reducing memory write operations using coalescing memory buffers and difference information
JP2010511963A (en) * 2006-12-08 2010-04-15 サンドフォース インコーポレイテッド Data redundancy across multiple storage devices
US8725960B2 (en) 2006-12-08 2014-05-13 Lsi Corporation Techniques for providing data redundancy after reducing memory writes
JP2008217575A (en) * 2007-03-06 2008-09-18 Nec Corp Storage device and configuration optimization method thereof
JP2009230608A (en) * 2008-03-25 2009-10-08 Fuji Xerox Co Ltd Storage system, control device, image forming apparatus and control program
US8296531B2 (en) 2008-03-25 2012-10-23 Fuji Xerox Co., Ltd. Storage system, control unit, image forming apparatus, image forming method, and computer readable medium
JP2010198424A (en) * 2009-02-26 2010-09-09 Konica Minolta Business Technologies Inc Storage device and storage-controlling method

Similar Documents

Publication Publication Date Title
US20050229033A1 (en) Disk array controller and information processing apparatus
US7281089B2 (en) System and method for reorganizing data in a raid storage system
JP4441929B2 (en) Disk device and hot swap method
JPWO2008152708A1 (en) RAID group conversion apparatus, RAID group conversion method, and RAID group conversion program
JP6515752B2 (en) Storage control device, control method, and control program
CN103534688A (en) Data recovery method, storage equipment and storage system
JP2006252165A (en) Disk array device and computer system
US9213486B2 (en) Writing new data of a first block size to a second block size using a write-write mode
JP5285756B2 (en) Computer system having multiple operation modes and switching method thereof
JP2005107838A (en) Disk array controller and log information recording method
JP4788492B2 (en) Storage device capacity expansion method, program, and storage device
JPH09288547A (en) Array-type storage device
CN102609223A (en) Redundant array of independent disk system and initializing method thereof
US20030163757A1 (en) RAID subsystem and data input/output and recovery method in disk error mode
JP2006114008A (en) Method and device for constituting recovery record for updating system configuration
JP5505329B2 (en) Disk array device and control method thereof
US6934803B2 (en) Methods and structure for multi-drive mirroring in a resource constrained raid controller
US20090138656A1 (en) Method of skipping synchronization process for initialization of RAID1 device
JP2012518231A (en) Method and system for performing I / O operations of multiple disk arrays
JPH10240453A (en) Disk array device
JP6957845B2 (en) Storage control device and storage device
KR20010111544A (en) Method of controlling data access and system thereof
JP2007058777A (en) Disk array device and computer system
JP2003108316A (en) Disk array device and hot spare control method
JP6318769B2 (en) Storage control device, control program, and control method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071108

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20071108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100816

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100824

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110208