JP4780331B2 - Disk array system - Google Patents

Disk array system Download PDF

Info

Publication number
JP4780331B2
JP4780331B2 JP2007059725A JP2007059725A JP4780331B2 JP 4780331 B2 JP4780331 B2 JP 4780331B2 JP 2007059725 A JP2007059725 A JP 2007059725A JP 2007059725 A JP2007059725 A JP 2007059725A JP 4780331 B2 JP4780331 B2 JP 4780331B2
Authority
JP
Japan
Prior art keywords
data
disk array
sector
read
sectors
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.)
Expired - Fee Related
Application number
JP2007059725A
Other languages
Japanese (ja)
Other versions
JP2008225612A (en
Inventor
孝 飯田
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 JP2007059725A priority Critical patent/JP4780331B2/en
Publication of JP2008225612A publication Critical patent/JP2008225612A/en
Application granted granted Critical
Publication of JP4780331B2 publication Critical patent/JP4780331B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、ディスクアレイシステムに係り、特に、データが復元する可能性が向上されたディスクアレイシステムの発明に関する。   The present invention relates to a disk array system, and more particularly to a disk array system invention in which the possibility of data restoration is improved.

ディスクアレイシステムでは、複数のハードディスクドライブ(以降「HDD」と記す)が、連動した単独の記憶装置として用いられる。この時、ディスクアレイシステムを構成する全てのHDDは、ディスクアレイコントローラによって制御される。   In a disk array system, a plurality of hard disk drives (hereinafter referred to as “HDD”) are used as linked independent storage devices. At this time, all HDDs constituting the disk array system are controlled by the disk array controller.

この技術は一般的にRAID(Redundant Arrays of Inexpensive Disks)と呼ばれている。その中でも特に、RAID5と呼ばれる規格では、1つのデータが複数のHDDに分散されて記憶されたり、同じデータが複数のHDDに冗長的に記憶されたりする。その結果、複数のHDDがそれぞれ単独で使用される場合よりも、1つのHDDが動作不能に陥っても残りのHDDだけで全てのデータが回収可能となる信頼性の向上が得られる。具体的には、n台のHDDを用いるRAID5のディスクアレイシステムでは、1つのデータを(n−1)分割し、分割されたデータをn台のうち(n−1)台のそれぞれが記憶する。さらに、(n−1)個の分割されたデータ全ての排他的論理和が計算されて最後のHDDによって記憶される。このようにすることで、n台のHDDのうち1台が使用不能状態に陥っても、残りの(n−1)台のデータを合わせることで元のデータが復元可能となる。すなわち、(n−1)個の分割されたデータのうち1つが失われても、最後のHDDに記憶された排他的論理和と残る(n−2)個の分割されたデータ全てとの排他的論理和を計算すれば、失われた分割データが得られる。
ここで、1つの元データを構成する複数の分割データをそれぞれ記憶する、複数のHDDのセクタの集合は、その元データのストライピングと呼ばれる。
This technique is generally called RAID (Redundant Arrays of Inexpensive Disks). In particular, in a standard called RAID5, one data is distributed and stored in a plurality of HDDs, or the same data is redundantly stored in a plurality of HDDs. As a result, compared to the case where a plurality of HDDs are used alone, even if one HDD becomes inoperable, it is possible to improve the reliability that all data can be collected with only the remaining HDD. Specifically, in a RAID 5 disk array system using n HDDs, one piece of data is divided into (n-1), and (n-1) pieces of divided data are stored in each of the n pieces. . Further, an exclusive OR of all the (n−1) divided data is calculated and stored by the last HDD. By doing so, even if one of the n HDDs becomes unusable, the original data can be restored by combining the remaining (n-1) data. That is, even if one of (n-1) divided data is lost, exclusive OR stored in the last HDD and exclusion with all the remaining (n-2) divided data If the logical OR is calculated, the lost divided data can be obtained.
Here, a set of sectors of a plurality of HDDs, each storing a plurality of divided data constituting one original data, is called striping of the original data.

RAIDでデータを冗長的に記憶することによって信頼性は向上するものの、限界がある。多くの場合、具体的には、ディスクアレイを構成する複数のHDDのうち、1台が故障しただけなら全てのデータが回収可能だが、2台が同時に故障すると、一部または全てのデータが失われてしまう。したがって、1台のHDDが故障した際には、すぐに正常なHDDに交換されることが望ましい。この時、故障したHDDに記憶されていたデータは、ディスクアレイに残るその他のHDDから得られるので、交換された新しいHDDにすぐにコピーされることが必要となる。この作業はディスクアレイのリビルドと呼ばれる。   Although reliability is improved by storing data redundantly by RAID, there is a limit. In many cases, specifically, all of the data can be collected if only one of the HDDs that make up the disk array fails. If two of them fail simultaneously, some or all of the data is lost. It will be broken. Therefore, when one HDD fails, it is desirable to immediately replace it with a normal HDD. At this time, since the data stored in the failed HDD is obtained from other HDDs remaining in the disk array, it is necessary to immediately copy the data to the replaced new HDD. This operation is called rebuilding the disk array.

リビルドが完了するまでは、ディスクアレイにおけるデータの冗長性が失われている。したがって、リビルド動作中において、あるデータを構成する分割データについて読み込みエラーが発生した場合、そのデータは失われてしまう。   Until the rebuild is completed, data redundancy in the disk array is lost. Therefore, during a rebuild operation, if a read error occurs for divided data that constitutes certain data, that data is lost.

上記に関連して、特許文献1には、アレイディスク装置における交代ブロックの自動割当方法に係る発明が開示されている。
特許文献1発明のアレイディスク装置における交代ブロックの自動割当方法は、アレイディスク装置のデータチェックエラー検出時において、エラーリストにエラー個所を記憶させ、処理終了後に交代ブロックを割り当てる。
In relation to the above, Patent Document 1 discloses an invention relating to a method for automatically assigning replacement blocks in an array disk device.
The automatic allocation method of replacement blocks in the array disk device of the invention of Patent Document 1 stores the error location in the error list when a data check error of the array disk device is detected, and allocates replacement blocks after the processing is completed.

また、特許文献2には、アレイコントローラに係る発明が開示されている。
特許文献2発明のアレイコントローラは、少なくとも2台のディスクドライブから構成される冗長性を持つディスクアレイを制御する。特許文献2発明のアレイコントローラは、再構築用データリード手段と、データ復元手段と、メディアエラー設定手段とを具備する。ここで、再構築用データリード手段は、少なくとも2台のディスクドライブのうちの1台に障害が発生したためにディスクアレイを再構築する場合に、残りの少なくとも1台のディスクドライブのデータをリードする。データ復元手段は、再構築用データリード手段によりリードされたデータをもとに、障害が発生したディスクドライブに代えて用いられる新たなディスクドライブに、当該障害が発生したディスクドライブのデータを復元する。メディアエラー設定手段は、再構築用データリード手段によるデータリードでメディアエラーが発生した場合、当該メディアエラーが発生した領域に対応する新たなディスクドライブの領域の情報がリードされる際にメディアエラーを発生させる情報を設定する。
Patent Document 2 discloses an invention relating to an array controller.
The array controller of the invention in Patent Document 2 controls a disk array having redundancy composed of at least two disk drives. The array controller of the invention of Patent Document 2 includes a reconstruction data read unit, a data restoration unit, and a media error setting unit. Here, the rebuilding data read means reads the data of at least one remaining disk drive when rebuilding the disk array because a failure has occurred in at least one of the two disk drives. . The data restoration means restores the data of the failed disk drive to a new disk drive used in place of the failed disk drive based on the data read by the reconstruction data read means. . When a media error occurs in the data read by the reconstruction data read means, the media error setting means outputs a media error when information on a new disk drive area corresponding to the area where the media error has occurred is read. Set the information to be generated.

また、特許文献3には、ディスクアレイ制御システムに係る発明が開示されている。
特許文献3発明のディスクアレイ制御システムは、所定の媒体に対するリードエラーの有無と復旧失敗位置リストとをホスト装置に報告する。特許文献3発明のディスクアレイ制御システムは、リードエラー検出手段と、復旧失敗位置リスト登録手段と、報告手段とを具備する。ここで、リードエラー検出手段は、復旧元のリードエラーを検出する。復旧失敗位置リスト登録手段は、リードエラー検出手段によって検出されたリードエラーが発生した位置を示すエラー位置情報を復旧失敗位置リストとして記憶する。報告手段は、媒体の全面のデータ復旧が完了した時点でリードエラーの有無と、復旧に失敗した位置を示すエラー位置情報からなる復旧失敗位置リストと、ホスト装置からのファイル読み込み命令により指定されたセクタアドレスの範囲をセクタ範囲リストとしてホスト装置に報告する。
Patent Document 3 discloses an invention relating to a disk array control system.
The disk array control system according to the invention of Patent Document 3 reports the presence / absence of a read error for a predetermined medium and a recovery failure position list to the host device. The disk array control system according to the invention of Patent Document 3 includes a read error detection means, a recovery failure position list registration means, and a reporting means. Here, the read error detecting means detects a read source read error. The recovery failure position list registration unit stores error position information indicating a position where the read error detected by the read error detection unit is generated as a recovery failure position list. The reporting means is specified by the presence / absence of a read error when data recovery of the entire surface of the medium is completed, a recovery failure position list consisting of error position information indicating the position where recovery failed, and a file read command from the host device The sector address range is reported to the host device as a sector range list.

特開平4−23120号公報JP-A-4-23120 特開2005−107676号公報JP-A-2005-107676 特開2005−275479号公報JP 2005-275479 A

リビルド動作中にリードエラーが発生すると、そのリードエラーが発生したHDDのセクタに係るデータ全体が読み取り不可能とされてしまう。しかし実際には、リードエラーが発生したデータを完全な形で復旧することが可能な場合がある。それは、次のような場合である。
上述したように、RAID5のディスクアレイシステムにおいて、1つのデータは複数の部分に分割されてそれぞれのHDDに記憶される。しかし、このように複数のHDDから最低でも1つのセクタが提供されても、元のデータ全体が十分に小さく、1つのHDDの1つのセクタに納まる場合がある。このとき、そのセクタに対応する他のHDDのセクタには、ダミーデータが記憶されることになる。また、1つでは足りなくても、ディスクアレイシステムを構成するHDDの数をnと置いたとき、(n−2)以下のセクタに元のデータが収まるならば、そのデータに関してはデータの冗長性が通常よりも高くなる。すなわち、最初に故障して交換されたHDDと、そのためのリビルド動作の最中にリードエラーを起こしたHDD以外のHDDに、元データの分割データが全て記憶されていたなら、元データはまだ復元可能な状態で残っている。
If a read error occurs during the rebuild operation, the entire data relating to the sector of the HDD in which the read error has occurred cannot be read. However, in reality, there are cases where it is possible to completely recover data in which a read error has occurred. That is the case.
As described above, in a RAID 5 disk array system, one data is divided into a plurality of portions and stored in each HDD. However, even if at least one sector is provided from a plurality of HDDs in this way, the entire original data may be sufficiently small to fit in one sector of one HDD. At this time, dummy data is stored in a sector of another HDD corresponding to the sector. Also, even if one is not enough, if n is the number of HDDs constituting the disk array system, if the original data fits in the sector below (n-2), data redundancy will occur for that data. Sex is higher than usual. In other words, if all the divided data of the original data is stored in the HDD other than the HDD that was first failed and replaced and the HDD that caused the read error during the rebuild operation, the original data is still restored. Remains possible.

しかし、従来のディスクアレイシステムでは、冗長性が失われているリビルド動作中に、リードエラーが発生した場合は、そのセクタが属する同じストライピングに属する別のHDDのセクタについても、データが復旧不可能と判断される。この判断はディスクアレイシステムを統括するディスクアレイコントローラが行う。   However, with a conventional disk array system, if a read error occurs during a rebuild operation that has lost redundancy, data cannot be recovered even for another HDD sector that belongs to the same striping to which that sector belongs. It is judged. This determination is made by a disk array controller that controls the disk array system.

本発明の目的は、リビルド動作中に一部のセクタにおいてリードエラーが発生しても、そのセクタと同じストライピングに属する他のHDDのセクタについてはデータを復元可能とするディスクアレイコントローラを提供することである。   An object of the present invention is to provide a disk array controller that can restore data for sectors of other HDDs that belong to the same striping as a sector even if a read error occurs during a rebuild operation. It is.

以下に、(発明を実施するための最良の形態)で使用される番号を用いて、課題を解決するための手段を説明する。これらの番号は、(特許請求の範囲)の記載と(発明を実施するための最良の形態)との対応関係を明らかにするために付加されたものである。ただし、それらの番号を、(特許請求の範囲)に記載されている発明の技術的範囲の解釈に用いてはならない。   Hereinafter, means for solving the problem will be described using the numbers used in (Best Mode for Carrying Out the Invention). These numbers are added to clarify the correspondence between the description of (Claims) and (Best Mode for Carrying Out the Invention). However, these numbers should not be used to interpret the technical scope of the invention described in (Claims).

本発明によるディスクアレイシステムは、それぞれ複数のセクタ(8)を具備する複数のHDD(7)と、複数のHDD(7)を管理するディスクアレイコントローラ(1)とを具備する。複数のHDD(7)の前記複数のセクタ(8)は、冗長的に分割されたデータを格納される。ディスクアレイコントローラ(1)は、不良セクタ管理テーブル(3)を具備する。不良セクタ管理テーブル(3)に登録されるデータは、ディスクアレイシステムのリビルド動作中にソースHDD(7−3)でリードエラーが発生したセクタ(8−3)の情報を含む。不良セクタ管理テーブル(3)は、ディスクアレイシステムの不良領域を、複数のHDD(7)のそれぞれにおける複数のセクタのそれぞれについて管理する。リビルド動作中において、リードエラーが発生した全てのセクタには、パリティチェックの整合性が取られたダミーデータが上書きされる。本発明によるディスクアレイシステムは、リードエラーが発生したセクタ(8−3)を含む1つのストライピングの中で、データサイズが1セクタの容量以下であるデータファイルの全てが読み込み可能なセクタに存在する場合に、そのデータファイルをセクタから読み出すことで復元する。 The disk array system according to the present invention includes a plurality of HDDs (7) each having a plurality of sectors (8), and a disk array controller (1) for managing the plurality of HDDs (7). The plurality of sectors (8) of the plurality of HDDs (7) store data divided redundantly. The disk array controller (1) includes a bad sector management table (3). The data registered in the bad sector management table (3) includes information on the sector (8-3) in which a read error has occurred in the source HDD (7-3) during the rebuild operation of the disk array system. The defective sector management table (3) manages a defective area of the disk array system for each of a plurality of sectors in each of the plurality of HDDs (7). During the rebuild operation, all sectors in which a read error has occurred are overwritten with dummy data for which parity check consistency is taken. In the disk array system according to the present invention, in one striping including the sector (8-3) in which the read error has occurred, all of the data files whose data size is less than the capacity of one sector exist in the readable sector. In this case, the data file is restored by reading it from the sector .

本発明のディスクアレイシステムにおいて、ディスクアレイコントローラ(1)は、不良セクタ管理テーブル(3)に登録されたセクタからはデータの読み込みを行なわない。   In the disk array system of the present invention, the disk array controller (1) does not read data from the sectors registered in the bad sector management table (3).

本発明のディスクアレイシステムにおいて、ディスクアレイコントローラ(1)は、CPU部(2)と、リーダライタ部(5)と、EXOR部(4)とをさらに具備する。ここで、CPU部(2)は、上位部(9)に接続されて、上位部(9)からの書き込みまたは読み込みに係る命令を受ける。リーダライタ部(5)は、CPU部(2)の指示に従って、複数のHDD(7)に対してデータの書き込みまたは読み込みを行なう。EXOR部(4)は、複数のHDD(7)に対して書き込みまたは読み込みが行なわれるデータの排他的論理和を計算する。   In the disk array system of the present invention, the disk array controller (1) further includes a CPU unit (2), a reader / writer unit (5), and an EXOR unit (4). Here, the CPU unit (2) is connected to the upper unit (9) and receives an instruction related to writing or reading from the upper unit (9). The reader / writer unit (5) writes or reads data to / from the plurality of HDDs (7) in accordance with instructions from the CPU unit (2). The EXOR unit (4) calculates an exclusive OR of data to be written to or read from the plurality of HDDs (7).

本発明ののディスクアレイシステムにおけるディスクアレイコントローラ(1)。   A disk array controller (1) in the disk array system of the present invention.

本発明のディスクアレイ不良セクタ管理方法は、(a)ディスクアレイシステムにおいて複数のHDD(7)を管理するディスクアレイコントローラ(1)が、独自の不良セクタ管理テーブル(3)を具備し、リビルド動作中にリードエラーが発生した不良セクタ(8−3)を管理することによって、不良セクタ(8−3)と同じストライピングに含まれる他のセクタ(8−2)を読み込み可能にするステップと、(b)ディスクアレイコントローラ(1)が、リビルド動作中にソースHDD(7−3)でリードエラーが発生した際に、リードエラーが発生したソースHDD(7−3)の番号とセクタの番号(8−3)とを、不良セクタ管理テーブル(3)に登録するステップと、(c)ディスクアレイコントローラ(1)が、不良セクタ管理テーブル(3)に登録された不良セクタ(8−3)を、読み込み可能に処理するステップと、(d)ディスクアレイコントローラ(1)が、リビルド動作完了後の通常動作中に上位部(9)からデータの読み出しを要求された際に、要求されたデータが格納されているセクタ(8)が不良セクタ管理テーブル(3)に登録されているかどうかで要求されたデータの読み出し可否を判断するステップとを具備する。ステップ(a)は、(a−1)不良セクタ(8−3)を含むストライピングの中で、データサイズが1セクタの容量以下であるデータファイルの全てが読み込み可能なセクタに存在する場合に、そのデータファイルをセクタから読み出すことで復元するステップを具備する。ステップ(b)は、(b−1)不良セクタ管理テーブル(3)が、ディスクアレイシステムの不良領域を、複数のHDD(7)のそれぞれにおける複数のセクタのそれぞれについて管理するステップを具備する。ステップ(c)は、(c−1)リビルド動作中において、リードエラーが発生した全てのセクタに、パリティチェックの整合性が取られたダミーデータを上書きするステップを具備する。 In the disk array bad sector management method according to the present invention, (a) a disk array controller (1) that manages a plurality of HDDs (7) in a disk array system has its own bad sector management table (3), and rebuild operation A step of making it possible to read another sector (8-2) included in the same striping as the defective sector (8-3) by managing the defective sector (8-3) in which a read error has occurred, b) When a read error occurs in the source HDD (7-3) during the rebuild operation of the disk array controller (1), the number of the source HDD (7-3) and the sector number (8 -3) in the bad sector management table (3), and (c) the disk array controller (1) A step of processing the bad sector (8-3) registered in the table (3) so as to be readable, and (d) the disk array controller (1) is in the upper part (9) during the normal operation after the rebuild operation is completed. A step of determining whether or not the requested data can be read based on whether or not the sector (8) in which the requested data is stored is registered in the bad sector management table (3). It comprises. In step (a), (a-1) in the striping including the defective sector (8-3), when all of the data files whose data size is equal to or less than the capacity of one sector exist in the readable sector, A step of restoring the data file by reading it from the sector is provided. Step (b) includes the step (b-1) where the bad sector management table (3) manages the defective area of the disk array system for each of the plurality of sectors in each of the plurality of HDDs (7). Step (c) includes a step (c-1) of overwriting dummy data with parity check consistency in all sectors in which a read error has occurred during the rebuild operation.

本発明のディスクアレイ不良セクタ管理方法において、ステップ(d)は、(d−1)ディスクアレイコントローラ(1)が、上位部(9)から読み込みを要求されたデータが格納されているセクタ(8)が、不良セクタ管理テーブル(3)に登録されているかどうかを確認するステップと、(d−2)ディスクアレイコントローラ(1)が、上位部(9)から読み込みを要求されたデータが格納されているセクタ(8)が、不良セクタ管理テーブル(3)に登録されている場合は、たとえ実際には読み込み可能であったとしても、要求データは読み込み不可として上位部(9)に通知するステップと、(d−3)ディスクアレイコントローラ(1)が、上位部(9)から読み込みを要求されたデータが格納されているセクタ(8)が、不良セクタ管理テーブル(3)に登録されていない場合は、要求されたデータを通常通りに読み込んで上位部(9)に引き渡すステップとを具備する。 In the disk array defective sector management method of the present invention, step (d) includes (d-1) a sector (8) in which the disk array controller (1) stores the data requested to be read from the upper part (9). ) is a step of checking whether registered in the defective sector management table (3), is (d-2) the disk array controller (1), data requested to be read from the upper part (9) is stored If the sector (8) is registered in the bad sector management table (3), the request data cannot be read even if it is actually readable, and the step (9) is notified. (D-3) When the disk array controller (1) stores the data requested to be read from the upper part (9), the sector (8) is defective. If not registered in Kuta management table (3) comprises the step of delivering to the upper portion (9) reads the requested data as usual.

本発明のディスクアレイコントローラは、ディスクアレイに含まれるHDDの不良セクタを管理する。不良セクタのそれぞれについて、その不良セクタを持つHDD意外の全てのHDDにおいて、その不良セクタに対応するセクタを正常状態にする。その結果、ディスクアレイシステムとしてパリティチェックの整合性が保たれ、データが復元可能となる。   The disk array controller of the present invention manages bad sectors of HDDs included in the disk array. For each bad sector, in all HDDs other than the HDD having the bad sector, the sector corresponding to the bad sector is set to a normal state. As a result, the parity check consistency is maintained as a disk array system, and data can be restored.

添付図面を参照して、本発明によるディスクアレイコントローラを実施するための最良の形態を以下に説明する。   The best mode for carrying out a disk array controller according to the present invention will be described below with reference to the accompanying drawings.

図1は、本実施形態によるディスクアレイコントローラを用いるディスクアレイコントロールシステムの構成図である。
本実施形態によるディスクアレイシステムは、ディスクアレイコントローラ1と、ディスクアレイコントローラ1によって制御される複数のメンバディスク7−1〜3と、ディスクアレイコントローラ1と複数のメンバディスク7−1〜3とを接続するケーブル6とを具備する。なお、本実施形態ではメンバディスク7の数が3であるが、3以上であっても構わない。
本実施形態によるディスクアレイコントローラ1は、CPU部2と、不良セクタ管理テーブル3と、EXOR部4と、リーダライタ部5とを具備する。
FIG. 1 is a configuration diagram of a disk array control system using a disk array controller according to the present embodiment.
The disk array system according to the present embodiment includes a disk array controller 1, a plurality of member disks 7-1 to 3 controlled by the disk array controller 1, and a disk array controller 1 and a plurality of member disks 7-1 to 3. And a cable 6 to be connected. In this embodiment, the number of member disks 7 is 3, but it may be 3 or more.
The disk array controller 1 according to the present embodiment includes a CPU unit 2, a defective sector management table 3, an EXOR unit 4, and a reader / writer unit 5.

本実施形態によるディスクアレイコントローラ1において、CPU部Bと、EXOR部4と、リーダライタ部5とは、相互に接続されている。また、CPU部2はさらに、不良セクタ管理テーブル3に接続されている。また、CPU部2はさらに、図示されない上位機器に接続されている。リーダライタ部5はさらに、ディスクアレイに含まれる全てのHDD7−1〜3に接続されている。   In the disk array controller 1 according to the present embodiment, the CPU part B, the EXOR part 4 and the reader / writer part 5 are connected to each other. The CPU unit 2 is further connected to a bad sector management table 3. The CPU unit 2 is further connected to a host device (not shown). The reader / writer unit 5 is further connected to all HDDs 7-1 to 3-3 included in the disk array.

まず、正常時におけるディスアレイクシステムの動作について説明する。
ディスクアレイコントローラ1は、上位部9からの命令を受け取ると、CPU部2がその命令を解読する。解読された命令に従って、CPU部2は、データの書き込みまたは読み込みをR/W部5に指示する。R/W部5は、指示に従い、接続ケーブル6を介してHDD7−1〜3に対するデータの書き込みまたはHDD7−1〜3からデータの読み込みを行なう。
First, the operation of the disarray system during normal operation will be described.
When the disk array controller 1 receives a command from the upper unit 9, the CPU unit 2 decodes the command. In accordance with the decoded instruction, the CPU unit 2 instructs the R / W unit 5 to write or read data. The R / W unit 5 writes data to the HDDs 7-1 to 3 through the connection cable 6 or reads data from the HDDs 7-1 to 3 in accordance with the instructions.

この時、上位部からの命令が書き込みであれば、元データは分割されて、分割データについてEXOR部4が排他的論理和の計算を行なう。すなわち、1つの元データはセクタ8−1〜3のサイズ毎に分割されて、例えばセクタ8−1および8−2の2箇所に分割されて書き込みが行なわれる。同時に、EXOR部4が2つの分割データの排他的論理和を計算し、その結果がセクタH−3に記憶される。なお、元データがセクタのサイズの2倍よりも大きい場合は、HDD7−1〜3において、セクタ8−1〜3の他に、例えばセクタ8−4〜6が用意されて、今度はセクタ8−5および6の2箇所にも分割データが格納される。そしてセクタ8−4にはセクタ5および6に格納された分割データの排他的論理和が格納される。特定のHDDに排他的論理和が集中してボトルネックとなら内容に、分散されるのが一般的である。以下、簡単のために、元データがセクタ2つ分の容量に収まる場合を想定して説明を続ける。   At this time, if the instruction from the upper part is a write, the original data is divided, and the EXOR unit 4 calculates exclusive OR for the divided data. That is, one original data is divided for each size of sectors 8-1 to 3-1, for example, divided into two locations of sectors 8-1 and 8-2 and written. At the same time, the EXOR unit 4 calculates the exclusive OR of the two divided data, and the result is stored in the sector H-3. If the original data is larger than twice the size of the sector, for example, sectors 8-4 to 6 are prepared in addition to the sectors 8-1 to 3 in the HDDs 7-1 to 3, and this time the sector 8 The divided data is also stored in two locations of −5 and 6. Sector 8-4 stores an exclusive OR of the divided data stored in sectors 5 and 6. In general, exclusive ORs are concentrated on a specific HDD and distributed to the contents if it is a bottleneck. Hereinafter, for the sake of simplicity, the description will be continued assuming that the original data fits in the capacity of two sectors.

反対に、上位部からの命令が読み込みであれば、HDD7−1〜2のセクタ8−1〜2からそれぞれ分割データが読み込まれて、元のデータに結合されてから上位部に引き渡される。
なお、本当は最初に上位部9からデータの読み込み命令を受け取った時点で、CPU部2はそのデータを構成する分割データがそれぞれ格納されているセクタ8−1〜3が不良セクタかどうかを確認する。そのために、不良セクタ管理テーブルが参照される。ただし、ここではまだ不良セクタが無いので何にも影響しない。
On the contrary, if the instruction from the upper part is read, the divided data is read from the sectors 8-1 and 2 of the HDDs 7-1 and 2, and is combined with the original data before being delivered to the upper part.
Actually, when the data read command is first received from the higher order part 9, the CPU part 2 confirms whether or not the sectors 8-1 to 3-3 in which the divided data constituting the data are respectively stored are defective sectors. . For this purpose, the bad sector management table is referred to. However, there is no bad sector here, so nothing is affected.

次に、縮退モードにおけるディスクアレイシステムの動作について説明する。
縮退モードでは、例えばHDD7−1が故障などの理由により使用不能状態になっている。そのため、データの冗長性は失われているが、しかし残りのHDD7−2〜3だけはデータの正しい読み書きが可能である。
Next, the operation of the disk array system in the degeneration mode will be described.
In the degeneration mode, for example, the HDD 7-1 is in an unusable state due to a failure or the like. Therefore, data redundancy is lost, but only the remaining HDDs 7-2 to 3 can correctly read and write data.

縮退モードにおいて、上位部からデータの書き込みを命令されると、CPU部2はその命令を解読してR/W部5にその指示を出す。R/W部5は、元データを2つに分割するがHDD7−1には書き込みが出来ないので、HDD7−2に分割データの一方を書き込み、HDD7−3に2つの分割データの排他的論理和を書き込む。   In the degenerate mode, when an instruction to write data is given from the upper part, the CPU part 2 decodes the instruction and issues an instruction to the R / W part 5. The R / W unit 5 divides the original data into two, but cannot write to the HDD 7-1. Therefore, the R / W unit 5 writes one of the divided data to the HDD 7-2 and exclusive-logics the two divided data to the HDD 7-3. Write the sum.

縮退モードにおいて、上位部からデータの読み込みを命令されると、CPU部2はその命令を解読してR/W部5にその指示を出す。R/W部5が分割データを全て読み込むことで、元データが復元されなければならないのだが、HDD7−1からは読み込みが出来ないので、HDD7−2および7−3に記憶された分割データのみが読み込まれて、EXOR部4に向けて送られる。EXOR部4は、HDD7−2および7−3から読み込まれた分割データの排他的論理和を計算して、HDD7−1に記憶されていたはずの分割データを得る。これにHDD7−2に記憶されていた分割データが結合されることで元のデータが復元され、上位部9に引き渡される。
なお、本当は最初に上位部9からデータの読み込み命令を受け取った時点で、CPU部2はそのデータを構成する分割データがそれぞれ格納されているセクタ8−2〜3が不良セクタかどうかを確認する。そのために、不良セクタ管理テーブルが参照される。ただし、ここではまだ不良セクタが無いので何にも影響しない。
In the degenerate mode, when the upper part is instructed to read data, the CPU part 2 decodes the instruction and issues an instruction to the R / W part 5. The original data must be restored by the R / W unit 5 reading all the divided data, but cannot be read from the HDD 7-1, so only the divided data stored in the HDDs 7-2 and 7-3 are stored. Is read and sent to the EXOR unit 4. The EXOR unit 4 calculates the exclusive OR of the divided data read from the HDDs 7-2 and 7-3, and obtains the divided data that should have been stored in the HDD 7-1. By combining the divided data stored in the HDD 7-2 with this, the original data is restored and delivered to the higher-level unit 9.
Actually, when the data read command is first received from the higher order part 9, the CPU part 2 confirms whether the sectors 8-2 to 3 in which the divided data constituting the data are respectively stored are defective sectors. . For this purpose, the bad sector management table is referred to. However, there is no bad sector here, so nothing is affected.

次に、故障したHDD7−1が新しいHDDに換装された後の、リビルド動作について説明する。
換装された直後のHDD7−1は空っぽの状態なので、本来記憶しているべきデータが書き込まれる。その内容は、セクタのそれぞれについて、HDD7−2のデータとHDD7−3のデータとの排他的論理和を計算することで得られる。例えば、HDD7−1のセクタ8−1に記憶されているべきデータは、HDD7−2のセクタ8−2のデータと、HDD7−3のセクタ8−3のデータとの排他的論理和に等しい。従って、それぞれのセクタについて、HDD7−2のデータとHDD7−3のデータとがR/W部5によって読み込まれ、EXOR部4によって両データの排他的論理和が計算され、その結果が再度R/W部5によってHDD7−1に書き込まれる。この一連の動作が全てのセクタについて無事に行われると、リビルド動作が完了する。
Next, a rebuild operation after the failed HDD 7-1 is replaced with a new HDD will be described.
Since the HDD 7-1 immediately after the replacement is empty, data that should be stored is written. The contents can be obtained by calculating the exclusive OR of the data in the HDD 7-2 and the data in the HDD 7-3 for each sector. For example, the data to be stored in the sector 8-1 of the HDD 7-1 is equal to the exclusive OR of the data of the sector 8-2 of the HDD 7-2 and the data of the sector 8-3 of the HDD 7-3. Therefore, for each sector, the data in the HDD 7-2 and the data in the HDD 7-3 are read by the R / W unit 5, the exclusive OR of both data is calculated by the EXOR unit 4, and the result is again R / W. The data is written in the HDD 7-1 by the W unit 5. When this series of operations is successfully performed for all sectors, the rebuild operation is completed.

ここで、リビルド動作中にリードエラーが発生した場合を考える。例えば、HDD7−3のセクタ8−3において、リードエラーが発生したとする。
この時、セクタ8−3に対応するHDD7−1のセクタ8−1は当然リビルドされる前なので、データが記憶されていない。セクタ8−2のデータだけではセクタ8−1に記憶されるべきデータは計算不可能なので、従来なら、セクタ8−1〜3から構成されるストライピングに記憶された元のデータは完全に失われたことになってしまう。
Here, consider a case where a read error occurs during the rebuild operation. For example, it is assumed that a read error has occurred in the sector 8-3 of the HDD 7-3.
At this time, since the sector 8-1 of the HDD 7-1 corresponding to the sector 8-3 is before rebuilding, no data is stored. Since the data to be stored in the sector 8-1 cannot be calculated only by the data of the sector 8-2, conventionally, the original data stored in the striping composed of the sectors 8-1 to 3 is completely lost. It will be.

しかし、セクタ8−2に記憶された分割データは無事である。そして、この無傷の分割データが、元データの全体である場合が多々ある。それは、元データ全体のサイズがセクタのサイズ以下であり、さらに、その元データ全体を含む分割データがHDD7−1ではなくHDD7−2に記憶された場合である。この場合、セクタ8−1の内容は最初から単なるダミーデータであるので、原理的には元データ全体が完全に復元可能である。また、セクタ8−2に格納された分割データが元データの一部だけだとしても、場合によっては何かの役に立つ可能性は十分にある。いずれにしても、セクタ8−2のデータだけでも復元できることに超したことは無い。   However, the divided data stored in the sector 8-2 is safe. In many cases, the intact divided data is the entire original data. This is a case where the size of the entire original data is equal to or smaller than the size of the sector, and further, the divided data including the entire original data is stored not in the HDD 7-1 but in the HDD 7-2. In this case, since the contents of the sector 8-1 are merely dummy data from the beginning, the entire original data can be completely restored in principle. Even if the divided data stored in the sector 8-2 is only a part of the original data, there is a possibility that something is useful in some cases. In any case, it has never been possible to restore only the data in sector 8-2.

本発明のディスクアレイコントローラは、セクタが属するストライピングが破壊されていても、セクタ単位で無事なデータは復元可能である。その仕組みを以下に説明する。   The disk array controller of the present invention can safely restore data in units of sectors even if the striping to which the sectors belong is destroyed. The mechanism will be described below.

リビルド動作中にリードエラーが発生すると、そのリードエラーが発生したHDDの番号とセクタの番号が、ディスクアレイコントローラに内蔵された不良セクタ管理テーブルに登録される。この例では、HDD7−3のセクタ8−3が不良セクタ管理テーブルに登録される。物理的に失われたデータは復元不可能なので、HDD7−1のセクタ8−1と、HDD7−3のセクタ8−3とには、ダミーデータが上書きされる。この時のダミーデータは、1つのストライピングを構成するHDD7−1のセクタ8−1と、HDD7−2のセクタ8−2と、HDD7−3のセクタ8−3とが、ディスクアレイシステムとしてパリティチェックの整合性が取られるように選択される。具体的には、セクタ8−1とセクタ8−2のデータの排他的論理和が結果的にセクタ8−3のデータと一致するならば、どのようなダミーデータが用いられても構わない。リビルド動作中に他にもリードエラーが発生したら、同様の処理が繰り返される。   If a read error occurs during the rebuild operation, the HDD number and sector number in which the read error occurred are registered in the bad sector management table built in the disk array controller. In this example, the sector 8-3 of the HDD 7-3 is registered in the bad sector management table. Since physically lost data cannot be restored, the dummy data is overwritten on the sector 8-1 of the HDD 7-1 and the sector 8-3 of the HDD 7-3. The dummy data at this time is a parity check of the sector 8-1 of the HDD 7-1, the sector 8-2 of the HDD 7-2, and the sector 8-3 of the HDD 7-3 constituting one striping as a disk array system. Are selected to be consistent. Specifically, any dummy data may be used as long as the exclusive OR of the data of sector 8-1 and sector 8-2 eventually matches the data of sector 8-3. If another read error occurs during the rebuild operation, the same processing is repeated.

次に、リビルド動作が完了した後の、ディスクアレイシステムの通常動作について説明する。
上位部9が、ディスクアレイコントローラに対して、データの書き込みを命令する。この場合は、上記の説明と同じく、CPU部2が上位部9からの命令を解読して、リーダライタ部5にデータの書き込みを指示し、データは分割されて、EXOR部4によって排他的論理和が計算されて、1つのストライピングを構成する複数のセクタに分散されて格納されるだけである。
上位部9が、ディスクアレイコントローラに対して、データの読み込みを命令する。ディスクアレイコントローラのCPU部2は、上位部からの命令を解読する。ここで、CPU部2はまず不良セクタ管理テーブルを参照する。読み込みが要求されたデータが、不良セクタ管理テーブルに登録されていた場合は、リビルド動作中にデータが破壊されていることが分かっているので、CPU部2はリーダライタ部5に読み込みを指示することなく、要求されたデータは読み込み不可であると上位部9に通知する。ここで、実際にはダミーデータによってディスクアレイシステムとしてパリティチェックの整合性は取れており、読み込みだけなら可能であることに注意されたい。しかしデータの内容に意味は無いため、読み込みは不可との返答がCPU部2から上位部9に向けてなされる。
上位部から読み出しを要求されたデータが格納されているセクタが、不良セクタ管理テーブルに含まれていなければ、上記の説明と同様に通常通り分割データが読み出されて元のデータが復元されて上位部9に送られる。ここで、セクタ8−2のデータも問題無く読み込まれることに注意されたい。同じストライピングを構成するセクタ8−1と8−3とはダミーデータを格納しているが、セクタ8−2は最初から正しいデータを格納しているので、読み込む意味があるのである。さらに、リビルド動作完了後に、不幸にもセクタ8−2にリードエラーが発生しても、セクタ8−1とセクタ8−3に格納されたデータの排他的論理和を計算すればセクタ8−2に格納されていたデータが復元可能であることにも注目されたい。
Next, the normal operation of the disk array system after the rebuild operation is completed will be described.
The upper unit 9 instructs the disk array controller to write data. In this case, as described above, the CPU unit 2 decodes the instruction from the upper unit 9 and instructs the reader / writer unit 5 to write data. The data is divided and the EXOR unit 4 performs exclusive logic. The sum is calculated and distributed and stored in a plurality of sectors constituting one striping.
The upper unit 9 instructs the disk array controller to read data. The CPU part 2 of the disk array controller decodes the instruction from the upper part. Here, the CPU unit 2 first refers to the bad sector management table. If the data requested to be read is registered in the bad sector management table, it is known that the data has been destroyed during the rebuild operation, so the CPU 2 instructs the reader / writer 5 to read. Without any notice, the upper part 9 is notified that the requested data cannot be read. Here, it should be noted that the parity check is actually consistent as a disk array system by dummy data, and can only be read. However, since the contents of the data are meaningless, a response that reading is impossible is sent from the CPU unit 2 to the upper unit 9.
If the sector storing the data requested to be read from the upper part is not included in the bad sector management table, the divided data is read out as usual and the original data is restored as in the above description. It is sent to the upper part 9. Note that the data in sector 8-2 is also read without any problem. The sectors 8-1 and 8-3 constituting the same striping store dummy data. However, since the sector 8-2 stores correct data from the beginning, it is meaningful to read. Furthermore, even if a read error occurs unfortunately in the sector 8-2 after the rebuild operation is completed, if the exclusive OR of the data stored in the sectors 8-1 and 8-3 is calculated, the sector 8-2 Note also that the data stored in can be restored.

図1は、本発明によるディスクアレイコントローラを用いるディスクアレイコントロールシステムの構成図である。FIG. 1 is a block diagram of a disk array control system using a disk array controller according to the present invention.

符号の説明Explanation of symbols

1 ディスクアレイコントローラ
2 CPU部
3 不良セクタ管理テーブル
4 EXOR(排他的論理和計算)部
5 R/W(リーダ・ライタ)部
6 接続ケーブル
7−1〜n ハードディスクドライブ
8−1〜n あるデータを記憶するストライピングを構成するセクタ
9 上位部
DESCRIPTION OF SYMBOLS 1 Disk array controller 2 CPU part 3 Bad sector management table 4 EXOR (exclusive OR calculation) part 5 R / W (reader / writer) part 6 Connection cable 7-1 to n Hard disk drive 8-1 to n Sector 9 that constitutes striping to store

Claims (6)

それぞれ複数のセクタを具備する複数のHDD(ハードディスクドライブ)と、
前記複数のHDDを管理するディスクアレイコントローラと
を具備するディスクアレイシステムであって
前記複数のHDDの前記複数のセクタは、冗長的に分割されたデータを格納され、
前記ディスクアレイコントローラは、
不良セクタ管理テーブル
を具備し、
前記不良セクタ管理テーブルに登録されるデータは、
前記ディスクアレイシステムのリビルド動作中にソースHDDでリードエラーが発生したセクタの情報
を含み、
前記不良セクタ管理テーブルは、前記ディスクアレイシステムの不良領域を、前記複数のHDDのそれぞれにおける前記複数のセクタのそれぞれについて管理し、
前記リビルド動作中において、前記リードエラーが発生した全てのセクタには、パリティチェックの整合性が取られたダミーデータが上書きされ、
前記リードエラーが発生したセクタを含む1つのストライピングの中で、データサイズが1セクタの容量以下であるデータファイルの全てが読み込み可能なセクタに存在する場合に、前記データファイルを前記セクタから読み出すことで復元する
ディスクアレイシステム。
A plurality of HDDs (hard disk drives) each having a plurality of sectors;
A disk array system comprising a disk array controller for managing the plurality of HDDs,
The plurality of sectors of the plurality of HDDs store redundantly divided data;
The disk array controller
A bad sector management table,
Data registered in the bad sector management table is:
Including information of a sector in which a read error has occurred in the source HDD during the rebuild operation of the disk array system;
The bad sector management table manages a bad area of the disk array system for each of the plurality of sectors in each of the plurality of HDDs,
During the rebuild operation, all sectors where the read error has occurred are overwritten with dummy data with parity check consistency,
In a single striping including sector of the read error occurs, if all data size of the data file is less than the capacity of one sector is present in the readable sectors, to read out the data file from the sector a disk array system to be restored in.
請求項1に記載のディスクアレイシステムにおいて、
前記ディスクアレイコントローラは、前記不良セクタ管理テーブルに登録されたセクタからはデータの読み込みを行なわない
ディスクアレイシステム。
The disk array system according to claim 1 ,
The disk array system, wherein the disk array controller does not read data from a sector registered in the bad sector management table.
請求項1または2に記載のディスクアレイシステムにおいて、
前記ディスクアレイコントローラは、
上位部に接続されて、前記上位部からの書き込みまたは読み込みに係る命令を受けるCPU部と、
前記CPU部の指示に従って、前記複数のHDDに対してデータの書き込みまたは読み込みを行なうリーダライタ部と、
前記複数のHDDに対して書き込みまたは読み込みが行なわれるデータの排他的論理和を計算するEXOR部と
をさらに具備する
ディスクアレイシステム。
The disk array system according to claim 1 or 2 ,
The disk array controller
A CPU unit connected to the upper part and receiving a command related to writing or reading from the upper part;
A reader / writer unit for writing or reading data to or from the plurality of HDDs in accordance with instructions from the CPU unit;
The disk array system further comprising: an EXOR unit that calculates an exclusive OR of data written to or read from the plurality of HDDs.
請求項1〜のいずれかに記載のディスクアレイシステムにおける
ディスクアレイコントローラ。
The disk array controller in the disk array system in any one of Claims 1-3 .
(a)ディスクアレイシステムにおいて複数のHDDを管理するディスクアレイコントローラが、独自の不良セクタ管理テーブルを具備し、リビルド動作中にリードエラーが発生した不良セクタを管理することによって、前記不良セクタと同じストライピングに含まれる他のセクタを読み込み可能にするステップと、
(b)前記ディスクアレイコントローラが、リビルド動作中にソースHDDでリードエラーが発生した際に、前記リードエラーが発生したソースHDDの番号とセクタの番号とを、前記不良セクタ管理テーブルに登録するステップと、
(c)前記ディスクアレイコントローラが、前記不良セクタ管理テーブルに登録された不良セクタを、読み込み可能に処理するステップと、
(d)前記ディスクアレイコントローラが、リビルド動作完了後の通常動作中に上位部からデータの読み出しを要求された際に、前記要求されたデータが格納されているセクタが前記不良セクタ管理テーブルに登録されているかどうかで前記要求されたデータの読み出し可否を判断するステップと
を具備し、
前記ステップ(a)は、
(a−1)前記不良セクタを含む前記ストライピングの中で、データサイズが1セクタの容量以下であるデータファイルの全てが読み込み可能なセクタに存在する場合に、前記データファイルを前記セクタから読み出すことで復元するステップ
を具備し、
前記ステップ(b)は、
(b−1)前記不良セクタ管理テーブルが、前記ディスクアレイシステムの不良領域を、前記複数のHDDのそれぞれにおける複数のセクタのそれぞれについて管理するステップ
を具備し、
前記ステップ(c)は、
(c−1)前記リビルド動作中において、前記リードエラーが発生した全てのセクタに、パリティチェックの整合性が取られたダミーデータを上書きするステップ
を具備する
ディスクアレイ不良セクタ管理方法。
(A) A disk array controller that manages a plurality of HDDs in a disk array system has its own bad sector management table, and manages bad sectors in which a read error has occurred during a rebuild operation. Making other sectors included in striping readable;
(B) The disk array controller, when a read error occurs in the source HDD during the rebuild operation, registers the number of the source HDD and the sector number in which the read error has occurred in the bad sector management table. When,
(C) the disk array controller processing the bad sectors registered in the bad sector management table in a readable manner;
(D) When the disk array controller is requested to read data from the upper part during normal operation after completion of the rebuild operation, the sector in which the requested data is stored is registered in the bad sector management table. Determining whether or not the requested data can be read based on whether or not
The step (a)
(A-1) in the striping including the defective sector, if all the data size of the data file is less than the capacity of one sector is present in the readable sectors, to read out the data file from the sector in comprising the step of restoring,
The step (b)
(B-1) The defective sector management table manages a defective area of the disk array system for each of a plurality of sectors in each of the plurality of HDDs.
Comprising
The step (c)
(C-1) Overwriting dummy data with parity check consistency on all sectors in which the read error has occurred during the rebuild operation
A disk array defective sector management method comprising :
請求項に記載のディスクアレイ不良セクタ管理方法において、
前記ステップ(d)は、
(d−1)前記ディスクアレイコントローラが、前記上位部から読み込みを要求されたデータが格納されているセクタが、前記不良セクタ管理テーブルに登録されているかどうかを確認するステップと、
(d−2)前記ディスクアレイコントローラが、前記上位部から読み込みを要求されたデータが格納されているセクタが、前記不良セクタ管理テーブルに登録されている場合は、たとえ実際には読み込み可能であったとしても、前記要求データは読み込み不可として前記上位部に通知するステップと、
(d−3)前記ディスクアレイコントローラが、前記上位部から読み込みを要求されたデータが格納されているセクタが、前記不良セクタ管理テーブルに登録されていない場合は、前記要求されたデータを通常通りに読み込んで前記上位部に引き渡すステップと
を具備する
ディスクアレイ不良セクタ管理方法。
In the disk array bad sector management method according to claim 5 ,
The step (d)
(D-1) the disk array controller confirming whether or not the sector storing the data requested to be read from the higher-order unit is registered in the bad sector management table;
(D-2) When the sector in which the disk array controller stores the data requested to be read from the upper part is registered in the bad sector management table, even if the sector is actually readable. If not, the step of notifying the request data that the request data is unreadable,
(D-3) If the sector in which the disk array controller stores the data requested to be read from the upper part is not registered in the bad sector management table, the requested data is transferred as usual. A disk array defective sector management method comprising the steps of:
JP2007059725A 2007-03-09 2007-03-09 Disk array system Expired - Fee Related JP4780331B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007059725A JP4780331B2 (en) 2007-03-09 2007-03-09 Disk array system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007059725A JP4780331B2 (en) 2007-03-09 2007-03-09 Disk array system

Publications (2)

Publication Number Publication Date
JP2008225612A JP2008225612A (en) 2008-09-25
JP4780331B2 true JP4780331B2 (en) 2011-09-28

Family

ID=39844199

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007059725A Expired - Fee Related JP4780331B2 (en) 2007-03-09 2007-03-09 Disk array system

Country Status (1)

Country Link
JP (1) JP4780331B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004062376A (en) * 2002-07-26 2004-02-26 Nec Corp Raid (redundant array of inexpensive disks) disk read error processing system, method, and program
JP4405421B2 (en) * 2005-03-31 2010-01-27 株式会社東芝 Storage device and program.

Also Published As

Publication number Publication date
JP2008225612A (en) 2008-09-25

Similar Documents

Publication Publication Date Title
US9009526B2 (en) Rebuilding drive data
US7565573B2 (en) Data-duplication control apparatus
JP4821448B2 (en) RAID controller and RAID device
US9189311B2 (en) Rebuilding a storage array
US7783922B2 (en) Storage controller, and storage device failure detection method
US9104321B2 (en) Redundant array of independent disks (RAID) system backup management
JP5768587B2 (en) Storage system, storage control device, and storage control method
US7779202B2 (en) Apparatus and method for controlling disk array with redundancy and error counting
US20060190683A1 (en) Disk array apparatus and backup method of data
WO2014132373A1 (en) Storage system and memory device fault recovery method
EP0768604A2 (en) Promoting device level error to RAIDset level error to restore redundancy in a RAID array data storage system
JP4114877B2 (en) Apparatus, method, and program for detecting illegal data
JP2006079418A (en) Storage control apparatus, control method and program
JP2006139478A (en) Disk array system
JP4203034B2 (en) Array controller, media error repair method and program
JP2005099995A (en) Disk sharing method and system of magnetic disk unit
JP2006079219A (en) Disk array controller and disk array control method
JP2006285527A (en) Storage device and program
JP2010026812A (en) Magnetic disk device
JP2010267037A (en) Disk array device
JP2008217395A (en) Disk array device
JP4143040B2 (en) Disk array control device, processing method and program for data loss detection applied to the same
JP2005107675A (en) Disk array controller and method for duplicating disk drive
JP2005166016A (en) Disk array device
JP4780331B2 (en) Disk array system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101130

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101207

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110311

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110510

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110608

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110621

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

Free format text: PAYMENT UNTIL: 20140715

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4780331

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees