JP2014052856A - Disk array control device, disk array control method, and program therefor - Google Patents

Disk array control device, disk array control method, and program therefor Download PDF

Info

Publication number
JP2014052856A
JP2014052856A JP2012197073A JP2012197073A JP2014052856A JP 2014052856 A JP2014052856 A JP 2014052856A JP 2012197073 A JP2012197073 A JP 2012197073A JP 2012197073 A JP2012197073 A JP 2012197073A JP 2014052856 A JP2014052856 A JP 2014052856A
Authority
JP
Japan
Prior art keywords
storage device
control
write
control means
disk array
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
JP2012197073A
Other languages
Japanese (ja)
Inventor
Takanori Matsubara
隆徳 松原
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 JP2012197073A priority Critical patent/JP2014052856A/en
Publication of JP2014052856A publication Critical patent/JP2014052856A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a disk array control device in which even when an abnormality occurs at a storage device, smoothness of a response to an input/output request from the outside can be attained, and reduction of input/output throughput of an entire device can be suppressed.SOLUTION: A control device body 100A executes input/output control of data to one logical storage device 30 that is logical and constituted by a plurality of storage units 32a to 32n by means of an external instruction. The control device body 100A includes: main control means 14 for controlling the entire device; storage control means 22 for executing input/output instruction to a plurality of storage devices; storage device control means 22 for executing input/output instruction to the plurality of storage devices; and writing control means 12 that operates when the input/output instruction is a writing request, and executes, via the storage device control means 22, the writing request. There are further provided: record holding means for temporarily storing a writing request which is generated during restoration processing executed after occurrence of an abnormality in any of the storage devices, when an abnormality occurs in any of the storage devices, and delay writing control means 16 for performing delay writing of data associated with the writing request to the one storage device after restoration processing for the one storage device.

Description

本発明は、ディスクアレイ制御装置、ディスクアレイ制御方法、及びそのプログラムに係り、特に、複数の記憶装置(ディスクアレイ)に対するデータ入力処理に際して当該記憶装置に異常が発生した場合の対応を考慮したディスクアレイ制御装置、ディスクアレイ制御方法、及びそのプログラムに関する。   The present invention relates to a disk array control device, a disk array control method, and a program therefor, and in particular, a disk that takes into account a response when an abnormality occurs in the storage device during data input processing for a plurality of storage devices (disk arrays). The present invention relates to an array control device, a disk array control method, and a program thereof.

ディスクアレイ制御装置では、多くは、複数の個別記憶装置(ストレージ)を論理的に一つにまとめて、この一つの論理記憶装置を制御対象としている。この場合、例えば、上位装置から送り込まれるデータを個別記憶装置の数よりも1少ない数に分割しつつ、冗長データ(パリティー・データ)を生成し、当該分割したデータ及び冗長データを複数の個別記憶装置にそれぞれ格納する手法が採られている。   In many disk array control devices, a plurality of individual storage devices (storage) are logically combined into one, and this single logical storage device is the control target. In this case, for example, the redundant data (parity data) is generated while dividing the data sent from the host device into a number that is one less than the number of the individual storage devices, and the divided data and redundant data are stored in a plurality of individual memories. The method of storing in each apparatus is adopted.

これにより、1台の個別記憶装置に障害が発生しても、他の個別記憶装置から読み出す書込データからデータを再現することができ、又、データを1台の個別記憶装置に記録するよりも高速にデータの記録を完了させることができる。読出処理についても同様である。
このような入出力制御によってデータを安全に記憶しておくことができるが、異常発生時の復旧制御に際しても、可能な限り上位装置への応答性を維持することが求められている。
As a result, even if a failure occurs in one individual storage device, the data can be reproduced from the write data read from the other individual storage device, and the data is recorded in one individual storage device. Can complete data recording at high speed. The same applies to the reading process.
Data can be safely stored by such input / output control, but it is also required to maintain responsiveness to the host device as much as possible during recovery control when an abnormality occurs.

図9に、従来公知のディスクアレイ制御装置の一例を示す。
この図9に示すディスクアレイ制御装置200は、複数の記憶装置(ディスク装置)30a,30b,…,30nから成るディスクアレイに対して上位装置34から送り込まれるデータを入出力処理するもので、各記憶装置30a,30b,….30nを個別に選択してデータの入出力制御を実行する記憶装置制御手段222と、この記憶装置制御手段222に対してデータの入力制御(書込制御)を指令する書込制御手段212と、同じくデータの出力制御(読出制御)を指令する読出制御手段220と、これら各制御手段の動作を制御する主制御部214とを備えて構成されている。
FIG. 9 shows an example of a conventionally known disk array control device.
The disk array control device 200 shown in FIG. 9 performs input / output processing of data sent from the host device 34 to a disk array composed of a plurality of storage devices (disk devices) 30a, 30b,. Storage devices 30a, 30b,. A storage device control unit 222 that individually selects 30n and executes data input / output control; a write control unit 212 that instructs the storage device control unit 222 to perform data input control (write control); Similarly, it comprises a read control means 220 for instructing data output control (read control) and a main control section 214 for controlling the operation of each control means.

そして、上記データの入出力制御に際しては、書込用の書込制御手段212と読出用の読出制御手段220とを別々に装備したので、書込動作から読出動作への切替え(又はその逆)動作を迅速になし得るようになっている。   In the data input / output control, the writing control unit 212 for writing and the reading control unit 220 for reading are separately provided, so that switching from the writing operation to the reading operation (or vice versa). The operation can be performed quickly.

この種のディスクアレイ制御装置200としては、他に特許文献1乃至3に示すような関連技術が知られている。
この内、特許文献1には、データの書込時間が不良ブロックの交代領域に書き込むためのシーク時間分だけ長くなり、転送性能が悪化することから、これを防止するために(第3頁右上欄)、不良ブロックに書き込むべきデータを不揮発性メモリに格納し(第4頁左上欄)、ディスクアレイ制御装置の空き時間中に不揮発性メモリから交代領域に書き込むことで(第4頁右上欄)、交代領域へのシークを、ディスクアレイ制御装置の空き時間にシフトさせた技術が開示されている。
As this type of disk array control apparatus 200, other related technologies as shown in Patent Documents 1 to 3 are known.
Among these, Patent Document 1 discloses that the data write time is increased by the seek time for writing to the replacement area of the defective block, and the transfer performance deteriorates. Column), data to be written to the bad block is stored in the non-volatile memory (the upper left column on page 4), and is written from the non-volatile memory to the replacement area during the idle time of the disk array controller (the upper right column on page 4). A technique is disclosed in which the seek to the alternate area is shifted to the idle time of the disk array control device.

又、特許文献2には、冗長構成を有するディスクアレイ制御装置にて(段落0002、0016)、障害発生時にも最大応答時間を保証することを目的としており、ディスク装置が一時閉塞中の書込要求を受信すると、そのデータをバッファに格納して上位装置に終了通知し(段落0029)、回復後に他のディスク装置から復元した書込データを当該回復したディスク装置に書き込む手法(段落0031)が開示されている。   Further, Patent Document 2 aims to guarantee the maximum response time even when a failure occurs in a disk array control device having a redundant configuration (paragraphs 0002 and 0016). When a request is received, the method stores the data in a buffer, notifies the host device of the end (paragraph 0029), and writes write data restored from another disk device after recovery to the recovered disk device (paragraph 0031). It is disclosed.

更に、特許文献3には、ディスクアレイ制御装置にて1台のディスク装置にてループ異常が全体の異常状態を誘発させた際の復旧を目的として(段落0013)、レイド(RAID)に属する全てのディスク装置の電源をオフ・オンする手法(段落0026)が開示されている。   Furthermore, Patent Document 3 discloses that all of the RAID (RAID) are used for the purpose of recovery when a loop abnormality induces an overall abnormal state in one disk device in the disk array control device (paragraph 0013). Discloses a method (paragraph 0026) for turning off and on the power of the disk device.

特開平3−63971号公報Japanese Patent Laid-Open No. 3-63971 特開平11−95933号公報Japanese Patent Laid-Open No. 11-95933 特開2003−162380号公報JP 2003-162380 A

上記図9に開示した関連技術にあっては、各記憶装置30a〜30nの何れかの記憶装置に異常が発生すると、記憶装置制御手段222が当該異常に対する復旧処理を行うが、このとき、復旧処理としては、一般的にはリトライを数回繰り返したり、記憶装置をソフトリセットまたは初期化を行ったりすることが知られている。又、上記特許文献1の事例でも、該当記憶装置の電源をオフし、再度オンする電源リセットを行う方法が知られている。   In the related art disclosed in FIG. 9 above, when an abnormality occurs in any of the storage devices 30a to 30n, the storage device control means 222 performs recovery processing for the abnormality. As processing, it is generally known that retry is repeated several times, or a storage device is soft reset or initialized. Also in the case of the above-mentioned Patent Document 1, there is known a method of performing a power reset that turns off the power of the corresponding storage device and turns it on again.

一方、各記憶装置30a〜30nの異常発生に対する復旧処理の実行中は、当該記憶装置30a〜30nへの入出力が抑制される。
このため、記憶装置制御手段200Aに対する読出制御手段220や書込制御手段212からの動作指令(入出力要求)は、復旧処理が完了するまで待たされることになり、更に、読出制御手段220や書込制御手段212に対して行われる論理記憶制御手段21からの入出力要求も、その動作が待たされることになり、その結果、論理記憶装置全体の入出力のスループットが悪化してしまう、という不都合があった。
On the other hand, input / output to the storage devices 30a to 30n is suppressed during the execution of the recovery process for the occurrence of an abnormality in each of the storage devices 30a to 30n.
Therefore, the operation command (input / output request) from the read control unit 220 and the write control unit 212 to the storage device control unit 200A is kept waiting until the restoration process is completed. The input / output request from the logical storage control means 21 to the write control means 212 is also waited for its operation, and as a result, the input / output throughput of the entire logical storage device deteriorates. was there.

又、復旧処理に時間がかかるほど、論理記憶装置30全体に対する入出力要求のレスポンスが悪化してしまう。更に、特許文献1の事例にあるような復旧方式では、記憶装置の電源投入動作が、リトライやソフトリセット又は初期化等よりも時間が長くかかるため、レスポンスが更に悪くなる。   Further, as the recovery process takes longer, the response to the input / output request to the entire logical storage device 30 becomes worse. Furthermore, in the recovery method as in the case of Patent Document 1, the power-on operation of the storage device takes longer than the retry, soft reset, initialization, or the like, so that the response becomes worse.

即ち、上記図9に示す関連技術および特許文献1乃至3に開示された各技術では、記憶装置(ディスク装置)の電源をオフ・オンする復旧処理中に、別の入出力要求があると、当該記憶装置が通常の稼働状態となるまで入出力要求の応答を待機するため、転送性能が悪化してしまう、という不都合があった。   That is, in the related technique shown in FIG. 9 and each technique disclosed in Patent Documents 1 to 3, if there is another input / output request during the recovery process of turning the power of the storage device (disk device) off and on, Since the response of the input / output request is waited until the storage device is in a normal operation state, there is a disadvantage that the transfer performance is deteriorated.

[発明の目的]
本発明は、個別記憶装置の異常発生時に上位装置からの入出力要求があった場合でも、当該入出力要求に対する応答を円滑に成し得ると共に論理記憶装置全体の入出力のスループットの低下を有効に抑制し得るディスクアレイ制御装置、ディスクアレイ制御方法、及びそのプログラムを提供することを、その目的とする。
[Object of invention]
The present invention is capable of smoothly responding to an input / output request even when there is an input / output request from a host device when an abnormality occurs in the individual storage device, and effectively reduces the input / output throughput of the entire logical storage device. It is an object of the present invention to provide a disk array control apparatus, a disk array control method, and a program thereof that can be suppressed.

上記目的を達成するため、本発明に係るディスクアレイ制御装置は、複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置であって、
前記制御装置本体が、
上位装置からの指令に基づいて前記論理的記憶装置へのデータ入出力処理を指令する主制御手段と、この主制御手段の指令に基づいて作動し前記複数の記憶装置に対して入出力処理を実行する記憶装置制御手段と、前記主制御手段からの前記書込要求があった場合に作動し前記記憶装置制御手段を介して当該書込要求を実行する書込制御手段とを有し、
前記複数の記憶装置のいずれかで異常が発生した場合に、当該異常発生にかかる一の記憶装置の復旧処理中に当該一の記憶装置に対して発生した書込要求を一時的に保持する記憶保持手段を設けると共に、
前記一の記憶装置の復旧処理後に当該一の記憶装置に対して、前記一時的に保持された前記書込要求にかかるデータの遅延書込を行う遅延書込制御手段を設けたことを特徴とする。
In order to achieve the above object, a disk array control device according to the present invention performs data input / output control for a logical storage device formed by logically combining a plurality of storage devices based on a command from a host device. A disk array control device having a control device body to be executed,
The control device body is
Main control means for instructing data input / output processing to the logical storage device based on a command from the host device, and input / output processing for the plurality of storage devices that operate based on the command of the main control means Storage device control means for executing, and write control means that operates when the write request is received from the main control means and executes the write request via the storage device control means,
A memory that temporarily holds a write request generated for one storage device during a recovery process of the one storage device involved in the occurrence of an abnormality in any of the plurality of storage devices Providing holding means;
A delay write control means is provided for performing a delayed write of data relating to the temporarily held write request to the one storage device after the recovery process of the one storage device. To do.

上記目的を達成するため、本発明に係るディスクアレイ制御方法は、複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置にあって、
上位装置からの指令に基づいて作動し前記論理的記憶装置に対して成されるデータ入力処理を、前記制御装置本体が備えている主制御部が、書込制御手段を介して記憶装置制御手段に指令し(書込指令工程)、
この指令に基づいて前記記憶装置制御手段が作動し、前記上位装置からの入力データを前記論理記憶装置に書き込み制御し(書込制御工程)、
この書き込み処理の対象となった前記記憶装置に何れかに異常が発生した場合には、当該異常発生にかかる一の記憶装置を前記記憶装置制御手段が復旧処理すると共に(復旧処理工程)、当該復旧処理中に当該一の記憶装置に前記上位装置から書込要求があった場合にはこれを予め装備された記憶保持手段に一時的に格納し(一時的格納処理工程)、
この一時的に保持された前記書込要求にかかるデータを、前記一の記憶装置の復旧処理後に、前記制御装置本体に予め装備された遅延書込制御手段が、当該一の記憶装置に遅延書込を行うようにしたこと(遅延書込工程)を特徴とする。
In order to achieve the above object, a disk array control method according to the present invention performs data input / output control for a logical storage device formed by logically combining a plurality of storage devices based on a command from a host device. A disk array control device having a control device body to be executed,
A main control unit provided in the control device main body performs data input processing that is performed on the basis of a command from the host device and is performed on the logical storage device. (Write command process)
Based on this command, the storage device control means operates to control input data from the host device to the logical storage device (write control step),
When an abnormality occurs in any of the storage devices that are the targets of the writing process, the storage device control unit performs a recovery process for the one storage device related to the occurrence of the abnormality (recovery processing step), If there is a write request from the host device to the one storage device during the recovery process, this is temporarily stored in the storage holding means equipped in advance (temporary storage processing step),
After the restoration processing of the one storage device, the delayed write control means provided in advance in the main body of the control device stores the data relating to the temporarily held write request in the one storage device. It is characterized in that the data is inserted (delayed writing process).

上記目的を達成するため、本発明に係るディスクアレイ制御プログラムは、複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置にあって、
上位装置からの指令に基づいて作動し前記論理的な記憶装置へのデータ入力制御を実行して前記上位装置からの入力データを前記論理記憶装置に書き込む書込制御処理機能、
この書き込み処理の対象となった前記記憶装置の何れかに異常が発生した場合に当該異常発生にかかる一の記憶装置を復旧処理する復旧処理機能、
当該復旧処理中に前記上位機からの書込要求があった場合にはこれを予め装備された記録保持手段に一時的に格納する一時的格納処理機能、
およびこの一時的に保持された前記書込要求を、前記一の記憶装置の復旧処理後に、当該一の記憶装置に遅延書込を行う遅延書込処理機能、を設け、
これらの各処理機能を前記制御装置本体が備えているコンピュータに実現させるようにしたことを特徴とする。
In order to achieve the above object, a disk array control program according to the present invention performs data input / output control for a logical storage device formed by logically grouping a plurality of storage devices based on a command from a host device. A disk array control device having a control device body to be executed,
A write control processing function that operates based on a command from the host device, executes data input control to the logical storage device, and writes input data from the host device to the logical storage device;
A recovery processing function for recovering one storage device related to the occurrence of an abnormality when an abnormality occurs in any of the storage devices targeted for the writing process;
Temporary storage processing function for temporarily storing this in the record holding means equipped in advance when there is a write request from the host machine during the recovery process,
And a delay write processing function for performing a delay write on the temporarily stored write request to the one storage device after the recovery processing of the one storage device,
Each of these processing functions is realized by a computer provided in the control device main body.

本発明は以上のように構成され機能するので、これによると、個別記憶装置の異常発生時に上位装置からの入出力要求があった場合でも、当該入出力要求を一時的に保持すると共に異常復旧後に当該入出力要求にかかるデータの遅延書込を実行するように構成したので、上位装置に対する応答を円滑に成し得ると共に論理記憶装置全体の入出力のスループットの低下を有効に抑制することができる、という前述した関連技術にない優れたディスクアレイ制御装置、ディスクアレイ制御方法、及びそのプログラムを提供することができる。   Since the present invention is configured and functions as described above, according to this, even if an input / output request is received from a host device when an abnormality occurs in the individual storage device, the input / output request is temporarily held and the error is recovered. Since the configuration is such that delayed writing of data related to the input / output request is executed later, a response to the host device can be made smoothly and a decrease in input / output throughput of the entire logical storage device can be effectively suppressed. It is possible to provide an excellent disk array control apparatus, disk array control method, and program thereof that are not included in the related art described above.

本発明の一実施形態を示すブロック図である。It is a block diagram which shows one Embodiment of this invention. 図1に開示した実施形態における異常発生時の復旧時の状態情報についてこれを記憶し管理する場合の例を示すブロック図である。It is a block diagram which shows the example in the case of memorize | storing and managing this about the status information at the time of abnormality recovery in embodiment disclosed in FIG. 図2に開示した異常発生時の復旧処理(電源のオフ・オン動作)の一例を示すフローチャートである。FIG. 3 is a flowchart illustrating an example of a recovery process (power-off / on operation) when an abnormality occurs disclosed in FIG. 2. FIG. 図2に開示した異常発生時の復旧処理中に成されるデータ入出力処理(書込制御)の動作例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an operation example of a data input / output process (write control) performed during a recovery process when an abnormality occurs disclosed in FIG. 2. 図4における復旧処理中の書込制御の動作手順の一例を示すフローチャートである。5 is a flowchart illustrating an example of an operation procedure of write control during the recovery process in FIG. 4. 図1に開示した実施形態における復旧処理後の遅延書込制御の一例を示すフローチャートである。3 is a flowchart illustrating an example of delayed write control after recovery processing in the embodiment disclosed in FIG. 1. 図1に開示した実施形態における復旧処理中に読出制御をする場合の動作例を示すブロック図である。FIG. 8 is a block diagram illustrating an operation example in the case where read control is performed during the recovery process in the embodiment disclosed in FIG. 1. 図1に開示した実施形態における読出制御の一例を示すフローチャートである。3 is a flowchart illustrating an example of read control in the embodiment disclosed in FIG. 1. 関連技術の一例を示すブロック図である。It is a block diagram which shows an example of related technology.

以下、本発明の一実施形態を、図1乃至図8に基づいて説明する。
本実施形態において、ディスクアレイ制御装置100は、複数の記憶装置32a,32b,…,32nを論理的に一つにまとめて成る論理的記憶装置30に対するデータの入出力制御を、上位装置34からの指令に基づいて実行する制御装置本体100Aを備えている。
Hereinafter, an embodiment of the present invention will be described with reference to FIGS.
In the present embodiment, the disk array control device 100 performs data input / output control from the higher-level device 34 to the logical storage device 30 that is a logical group of a plurality of storage devices 32a, 32b,. The control device main body 100A is executed based on the command.

この制御装置本体100Aは、上位装置34からの指令に基づいて上記論理的記憶装置30へのデータ入出力処理を指令する主制御手段14と、この主制御手段14に指令されて複数の記憶装置32a,32b,…,32nの何れかに入出力処理を実行する記憶装置制御手段22と、主制御手段14からの前述した複数の記憶装置32a〜30nへの書込要求を制御する書込制御手段12とを備えている。   The control device main body 100A includes a main control means 14 for instructing data input / output processing to the logical storage device 30 based on an instruction from the host device 34, and a plurality of storage devices instructed by the main control means 14. 32a, 32b,..., 32n, storage device control means 22 for executing input / output processing, and write control for controlling write requests from the main control means 14 to the plurality of storage devices 32a to 30n. And means 12.

また、制御装置本体100Aは、上記複数の記憶装置32a〜32nの何れかで異常が発生した場合に、当該異常発生にかかる一の記憶装置の復旧処理中に当該一の記憶装置に対して発生した書込要求を一時的に保持する記録保持手段(復旧管理テーブル)18を備えている。
更に、制御装置本体100Aは、この一時的に保持された前記書込要求にかかるデータを、他の記憶装置から読み出して復元し前記一の記憶装置の復旧処理後に当該一の記憶装置に遅延書込を行う遅延書込制御手段16を備えている。
Further, when an abnormality occurs in any of the plurality of storage devices 32a to 32n, the control device main body 100A is generated for the one storage device during the recovery process of the one storage device related to the occurrence of the abnormality. A record holding means (recovery management table) 18 for temporarily holding the write request is provided.
Further, the control device main body 100A reads out the temporarily held data related to the write request from the other storage device and restores it, and after the restoration processing of the one storage device, the control unit main body 100A delays the writing to the one storage device. Delay write control means 16 is provided.

これにより、記憶装置32a〜32nのいずれかで異常が発生した場合でも、上位装置34からの指令(書込要求)に対しては、装置全体として、これを停止させることなく円滑に継続して入力処理(書込処理)を実行することができる。   As a result, even if an abnormality occurs in any of the storage devices 32a to 32n, the command (write request) from the host device 34 can be continued smoothly without stopping the entire device. Input processing (writing processing) can be executed.

ここで、前述した書込制御手段12は、前述した一の記憶装置32a〜32nの復旧処理中に発生した当該一の記憶装置に対する書込要求が遅延書込情報として記憶保持手段18に記録され保持された場合に、当該書込要求が実行された旨を前記上位装置34に通知する書込要求実行通知機能12aを備えている。
これにより、記憶装置32a〜32nの復旧処理中に発生した上位装置34からの書込要求に対しても、継続して応答することが可能となっている。
Here, the write control unit 12 described above records the write request for the one storage device generated during the recovery process of the one storage device 32a to 32n described above in the storage holding unit 18 as delayed write information. A write request execution notification function 12a is provided for notifying the host device 34 that the write request has been executed.
As a result, it is possible to continuously respond to a write request from the host device 34 generated during the recovery processing of the storage devices 32a to 32n.

更に、前述した制御装置本体100Aは、複数の記憶装置32a〜32nに対する読出要求が前記上位装置34から主制御手段14を介して送り込まれた場合に、これに対応して当該読出要求を処理する読出制御手段20を備えている。   Furthermore, when the above-described control device main body 100A receives a read request for the plurality of storage devices 32a to 32n from the host device 34 via the main control means 14, the control device main body 100A processes the read request accordingly. Read control means 20 is provided.

そして、この読出制御手段20が、前記複数の記憶装置32a〜32nのいずれかで異常が発生し且つ該異常発生にかかる記憶装置32a〜32nの復旧処理中に発生した前記読出要求に対しては、当該復旧処理中の記憶装置以外の他の記憶装置から当該読出要求に該当するデータを検索し取り出して前記上位装置34に向けて送信する読出要求実行処理機能20aを備えている。   The read control means 20 responds to the read request that has occurred in any of the plurality of storage devices 32a to 32n and that occurred during the recovery processing of the storage devices 32a to 32n related to the occurrence of the abnormality. And a read request execution processing function 20a for retrieving data corresponding to the read request from other storage devices other than the storage device being restored and transmitting the data to the host device 34.

これにより、記憶装置32a〜32nの復旧処理中に発生した上位装置34からの読出指令に対しても、中断することなく継続してこれに応答することが可能となっている。   As a result, it is possible to continue to respond to a read command from the host device 34 generated during the recovery process of the storage devices 32a to 32n without interruption.

又、上述した記憶装置制御手段22は、複数の各記憶装置32a〜32nの何れかに生じた異常発生時に稼働し当該各記憶装置の電源を個別に選択し停止制御する復旧処理用の電源個別停止制御機能10aを有する電源制御手段10を備えている。
これにより、各記憶装置32a〜32nは個別に電源のリセットが可能となり、これによって多くの場合、当該異常発生にかかる記憶装置32a,32b,…,又は32nを正常状態に復旧させることが可能となっている。
Further, the above-described storage device control means 22 operates when an abnormality occurs in any of the plurality of storage devices 32a to 32n, and individually selects a power source for each storage device and performs individual power supply for restoration processing for stop control. Power supply control means 10 having a stop control function 10a is provided.
Thereby, the storage devices 32a to 32n can be individually reset, and in many cases, the storage devices 32a, 32b,..., Or 32n related to the occurrence of the abnormality can be restored to a normal state. It has become.

上述した記憶装置制御手段22は、更に、複数の各記憶装置32a〜32nのいずれかに異常が発生した場合、当該異常発生にかかる記憶装置の復旧処理を行うと共に、当該復旧処理中の記憶装置の状態情報を前述した記憶保持手段18に格納制御する状態情報格納制御機能22aと、前記記憶装置のいずれかに発生した異常の復旧後に前記遅延書込制御手段16に対して該当する前記書込要求があった場合の当該書込要求にかかるデータの遅延書込を要求する書込要求出力機能22bを備えている。   The storage device control unit 22 described above further performs a recovery process for the storage device related to the occurrence of the abnormality when any abnormality occurs in any of the plurality of storage devices 32a to 32n, and the storage device that is in the recovery process. The state information storage control function 22a for controlling the storage of the state information in the storage holding unit 18 described above, and the write corresponding to the delayed write control unit 16 after recovery from an abnormality occurring in any of the storage devices A write request output function 22b for requesting delayed writing of data related to the write request when requested is provided.

これにより、異常復旧後の当該異常発生にかかる記憶装置32a〜32nに対するデータ格納動作が円滑に実行され、上位装置に対する応答を確実なものとして実行処理されるようになっている。   As a result, the data storage operation for the storage devices 32a to 32n related to the occurrence of the abnormality after recovery from the abnormality is smoothly executed, and the execution process is performed with a reliable response to the host device.

ここで、上述した各構成部分について具体的に説明する。
まず、上位装置34は、例えば、ホストコンピュータや、当該ディスクアレイのキャッシュ制御装置や、データベースマネージメントシステム等であり、このディスクアレイ制御装置100に対して入出力要求を発信する機器である。
Here, each component mentioned above is demonstrated concretely.
First, the host device 34 is, for example, a host computer, a cache control device of the disk array, a database management system, or the like, and is a device that transmits an input / output request to the disk array control device 100.

又、前述した電源制御手段10は、複数の個別記憶装置32a〜32nの何れかの個別記憶装置に異常が発生した際に、当該異常発生にかかる個別記憶装置のみの電源オフと当該電源オフ後の電源オンを制御する。この電源の再投入により、多くの場合、前述したようにソフトウエアに起因するエラーを復旧させることができる。   Further, the power control means 10 described above, when an abnormality occurs in any one of the plurality of individual storage devices 32a to 32n, powers off only the individual storage device related to the occurrence of the abnormality and after the power is turned off. Control the power on. In many cases, the error caused by the software can be recovered by turning the power on again.

書込制御手段12は、電源オフ後に上位装置34から書込要求を受信した際に、当該復旧動作にかかる個別記憶装置以外の個別記憶装置32に当該データを冗長させずに書き込む。そして、主制御手段14は、当該データの冗長なしの書込の完了後に上位装置34に書込終了を通知する。   When the write control unit 12 receives a write request from the host device 34 after the power is turned off, the write control unit 12 writes the data in the individual storage device 32 other than the individual storage device related to the recovery operation without making it redundant. Then, the main control means 14 notifies the host device 34 of the completion of writing after the writing of the data without redundancy is completed.

この場合、書込制御手段12による冗長性なしの書込は、パリティー・データを生成しつつ、当該異常が発生した1台の個別記憶装置には書込をせず、論理記憶装置30に冗長性を与えない書込である。そして、主制御手段14は、電源のオン/オフによる復旧制御に際しては、冗長させないデータの書込の完了により、上位装置34に書込終了を通知する。   In this case, the non-redundant writing by the write control unit 12 generates parity data, but does not write to the individual storage device in which the abnormality has occurred, but redundantly writes to the logical storage device 30. It is a writing that does not give sex. The main control means 14 notifies the host device 34 of the completion of writing upon completion of writing of data that is not made redundant in the recovery control by turning on / off the power source.

このような構成を備えることにより、本実施形態によるディスクアレイ制御装置100は、電源のオフ/オンによる復旧処理に際して、当該個別記憶装置が再度書込可能となるまで上位装置34を待機させず、当該復旧処理中も上位装置34へのレスポンスを悪化させず、転送性能を維持することができる。ディスクアレイ制御方法及びディスクアレイ制御用プログラムについても同様である。   By having such a configuration, the disk array control apparatus 100 according to the present embodiment does not cause the host device 34 to wait until the individual storage device can be written again in the recovery process by turning off / on the power supply. The transfer performance can be maintained without deteriorating the response to the host device 34 during the restoration process. The same applies to the disk array control method and the disk array control program.

又、冗長させないデータの書込後、当該データを再生するには、異常が発生した個別記憶装置以外の全ての個別記憶装置の書込データを必要とする。そして、書込をした個別記憶装置に新たな別の異常が発生すると当該データは再現できない。しかし、冗長性をもつデータの書込では、元来同時に2台以上の個別記憶装置に障害が発生するとデータの再現はできない。   In addition, after data that is not made redundant is written, in order to reproduce the data, write data of all the individual storage devices other than the individual storage device in which an abnormality has occurred is required. When another new abnormality occurs in the written individual storage device, the data cannot be reproduced. However, in data writing with redundancy, data cannot be reproduced if a failure occurs in two or more individual storage devices at the same time.

このため、本実施形態では、1台の異常発生中には冗長性のない書込の完了により正常終了とすることで性能を維持し、転送性能の悪化を防止する。これにより、性能を悪化させずに電源オン/オフという現実的に極めて有用な復旧処理を採用することが可能となる。   For this reason, in the present embodiment, during the occurrence of an abnormality in one unit, the performance is maintained by completing the writing normally without redundancy, thereby preventing the transfer performance from deteriorating. As a result, it is possible to employ a practically extremely useful recovery process such as power on / off without degrading the performance.

又、前述した主制御手段14は、具体的には、論理記憶装置30を駆動制御して、上位装置34の入出力要求手段36によって発行される入出力要求(書込要求又は読出要求)を処理する。書込制御手段12は、主制御手段14から要求される書込要求を処理する。
読出制御手段20は、主制御手段14から要求される読出要求を処理する。記憶装置制御手段22は、読出制御手段20や書込制御手段12から個別記憶装置32a〜32nへの入出力要求を処理する。
Further, the main control means 14 mentioned above specifically controls the logical storage device 30 and issues an input / output request (write request or read request) issued by the input / output request means 36 of the host device 34. To process. The write control unit 12 processes a write request requested from the main control unit 14.
The read control unit 20 processes a read request requested from the main control unit 14. The storage device control means 22 processes input / output requests from the read control means 20 and the write control means 12 to the individual storage devices 32a to 32n.

更に、遅延書込制御手段16は、異常の生じた当該個別記憶装置32の復旧処理中に受信した書込要求を復旧処理後に書き込む(遅延書込)。
記憶保持手段(復旧管理テーブル)18は、例えばディスクアレイ制御装置100内に実装されている不揮発性メモリに格納されるデータテーブルであり、遅延書込管理情報18aと、復旧処理状態情報18bとを記憶する。
Furthermore, the delayed write control means 16 writes the write request received during the recovery process of the individual storage device 32 where the abnormality has occurred after the recovery process (delayed writing).
The storage holding means (recovery management table) 18 is a data table stored in, for example, a non-volatile memory mounted in the disk array control apparatus 100, and includes delayed write management information 18a and recovery processing status information 18b. Remember.

遅延書込管理情報18aは、書込制御手段12が、異常発生時の復旧処理中に受信した書込要求に関する情報を記録する。復旧処理状態情報18bは、異常発生時の復旧処理中に記憶装置制御手段22が記録するように構成されている。   The delayed write management information 18a records information related to the write request received by the write control means 12 during the recovery process when an abnormality occurs. The recovery process status information 18b is configured to be recorded by the storage device control means 22 during the recovery process when an abnormality occurs.

<電源オフ/オン制御について>
ここで、記憶装置制御手段22による個別記憶装置32a,32b,…,32nの電源制御による復旧処理を説明する。
複数の個別記憶装置32a〜32nの内ある個別記憶装置で異常が発生すると、記憶装置制御手段22は、異常に対する復旧処理を行う。この復旧処理としては、一般的には入出力要求のリトライを数回繰り返したり、個別記憶装置32a〜32nをソフトリセットまたは初期化を行ったりすることで知られている。
<About power off / on control>
Here, the restoration process by power control of the individual storage devices 32a, 32b,..., 32n by the storage device control means 22 will be described.
When an abnormality occurs in an individual storage device among the plurality of individual storage devices 32a to 32n, the storage device control means 22 performs a recovery process for the abnormality. As this restoration processing, it is generally known that the input / output request retry is repeated several times, or the individual storage devices 32a to 32n are soft reset or initialized.

しかし、これらの復旧処理の実行中は、通常の場合、当該個別記憶装置32a〜32nへの入出力が抑制されるため、読出制御手段20や書込制御手段12からの入出力要求は、復旧処理が完了するまで待たされる。即ち、電源オンとしてから稼働状態となるまでに所定の起動のための時間を必要とする。   However, since the input / output to the individual storage devices 32a to 32n is normally suppressed during the execution of the recovery processing, the input / output request from the read control means 20 and the write control means 12 is recovered. Wait until processing is complete. That is, a predetermined time for starting is required from when the power is turned on to when the power is turned on.

そして、読出制御手段20や書込制御手段12に対して入出力要求を行う主制御手段14が待たされることになる。このため、電源オフ・オンの復旧処理に時間がかかるほど、論理記憶装置30の全体の入出力要求のレスポンスが悪化するが、本実施形態では、かかる不都合が確実に改善されている。   Then, the main control means 14 for making an input / output request to the read control means 20 and the write control means 12 is awaited. For this reason, the longer the power-off / on recovery process is, the worse the response of the entire input / output request of the logical storage device 30 is. However, in this embodiment, such inconvenience is surely improved.

一方、個別記憶装置32の電源のオフ・オンにより異常の発生がなくなり、復旧処理に成功する事例も多く、ハードウエアの障害として個別記憶装置32を交換する頻度を低下させることができる。即ち、復旧処理として電源のオフ・オンは入出力要求のリトライで解決したいエラーに対して有用であるものの復旧処理中のレスポンスの悪化が課題であるが、本実施形態では、かかる不都合も、前述したように確実に改善される。   On the other hand, when the individual storage device 32 is turned off / on, no abnormality occurs and there are many cases where the recovery process is successful, and the frequency of replacing the individual storage device 32 as a hardware failure can be reduced. That is, although power off / on as a recovery process is useful for an error to be solved by retrying an input / output request, the response is deteriorated during the recovery process. It will definitely improve as you did.

〔実施形態の動作〕
次に、本実施形態におけるディスクアレイ制御装置100の異常発生時の動作を、図3及び図4に基づいて説明する。
[Operation of Embodiment]
Next, the operation of the disk array control apparatus 100 according to this embodiment when an abnormality occurs will be described with reference to FIGS.

<異常発生時>
上位装置34の入出力要求手段36から論理記憶装置30への入出力要求が発生すると(図3:ステップS1)、主制御手段14は、入出力要求手段36から入出力のための情報(入出力のアドレス、データ長、書込の場合は書込データ)を受け取り、読出要求であれば読出制御手段20へ、書込要求であれば書込制御手段12へ、この情報と共に入出力要求を送り込む(読出/書込指令工程)。
<When an error occurs>
When an input / output request from the input / output request means 36 of the host device 34 to the logical storage device 30 is generated (FIG. 3: step S1), the main control means 14 receives information (input / output) from the input / output request means 36. Output address, data length, write data in the case of writing), and if it is a read request, an input / output request is sent together with this information to the read control means 20 and to a write control means 12 if it is a write request. Send in (read / write command process).

読出制御手段20又は書込制御手段12は、主制御手段14から受け取った入出力アドレスアドレスおよびデータ長に基づいて個別記憶装置32a〜32nから入出力対象の個別記憶装置32a〜32nの何れかを選択する。必要によっては複数の個別記憶装置を選択する。図3に示す例では、個別記憶装置32bが選択されている。   The read control unit 20 or the write control unit 12 selects one of the individual storage devices 32a to 32n from the individual storage devices 32a to 32n based on the input / output address address and the data length received from the main control unit 14. select. A plurality of individual storage devices are selected as necessary. In the example shown in FIG. 3, the individual storage device 32b is selected.

入出力すべき個別記憶装置が、例えば個別記憶装置32bと決まれば、記憶装置制御手段22に入出力要求を渡す(図3:ステップS2)。記憶装置制御手段22は、渡された入出力要求に基づいて個別記憶装置32bに対し読出又は書込を行う(読出/書込制御工程)。   If the individual storage device to be input / output is determined to be, for example, the individual storage device 32b, an input / output request is passed to the storage device control means 22 (FIG. 3: step S2). The storage device control means 22 reads or writes to the individual storage device 32b based on the input / output request passed (read / write control step).

この時、個別記憶装置32bに対する入出力でエラーが発生すると(図3:ステップS3)、記憶装置制御手段22は、まず、エラー発生の個別記憶装置32bを確認し、続いて他の個別記憶装置電源のオフ/オン状態を確認し(図3:ステップS4,S5)、その後に復旧処理を行う。同時に、記録保持手段(復旧管理テーブル)18にある復旧処理状態情報18bに、前記入出力要求と共に復旧処理中の情報を一時的に書込む(図3:ステップS7/一時的格納処理工程)。   At this time, when an error occurs in the input / output to / from the individual storage device 32b (FIG. 3: step S3), the storage device control means 22 first checks the individual storage device 32b in which the error has occurred, and then continues to another individual storage device. The power off / on state is confirmed (FIG. 3: steps S4 and S5), and then the recovery process is performed. At the same time, information in the recovery process is temporarily written in the recovery process status information 18b in the record holding means (recovery management table) 18 together with the input / output request (FIG. 3: step S7 / temporary storage process).

復旧処理は、前述したように電源制御手段10を機能させ、異常の発生した個別記憶装置32bの電源をオフとし(図3:ステップS8)、続いて電源をオンとする(図3:ステップS9)。ここで、図3のステップS5の条件分岐およびステップS6については「電源オフ待機」として後述する。   In the restoration process, the power control means 10 is made to function as described above, the power of the individual storage device 32b in which an abnormality has occurred is turned off (FIG. 3: step S8), and then the power is turned on (FIG. 3: step S9). ). Here, the conditional branching in step S5 and step S6 in FIG. 3 will be described later as “power off standby”.

復旧処理中に更に個別記憶装置32bへの入力要求が発生しなければ、復旧処理完了後、正常な稼働状態とした後(図3:ステップS10)、記憶装置制御手段22は、復旧処理状態情報18bに書き込んだ個別記憶装置32bの復旧処理中の情報をクリアする(図3:ステップS11)。電源オン後も異常が継続すると、障害発生を上位装置34に通知する(図3:ステップS12)。   If no further input request to the individual storage device 32b is generated during the recovery process, after the recovery process is completed and the normal operation state is set (FIG. 3: step S10), the storage device control unit 22 returns the recovery process status information. The information in the recovery process of the individual storage device 32b written in 18b is cleared (FIG. 3: step S11). If the abnormality continues even after the power is turned on, the occurrence of a failure is notified to the host device 34 (FIG. 3: step S12).

次に、復旧処理中(図3:ステップS9〜S10)に、さらに個別記憶装置32bへの入出力要求が発生した場合の書込要求の処理について、図4、図5及び図6を用いて説明する。又、読出要求の処理については図7及び図8を用いて説明する。   Next, a write request process when an input / output request to the individual storage device 32b is generated during the recovery process (FIG. 3: steps S9 to S10) will be described with reference to FIGS. explain. The read request processing will be described with reference to FIGS.

(復旧処理中の書込要求への対応)
まず、図4及び図5を用いて、復旧処理中の個別記憶装置32への書込要求の処理を説明する。
まず、図4に示す電源制御手段10は、個別記憶装置32bに異常が発生すると、前述したように、当該個別記憶装置32bのみの電源オフと当該電源オフ後の電源オンを制御する(図3:ステップS8〜S9/電源制御工程)。
(Response to write requests during recovery processing)
First, the process of a write request to the individual storage device 32 during the recovery process will be described with reference to FIGS.
First, when an abnormality occurs in the individual storage device 32b, the power control unit 10 shown in FIG. 4 controls the power-off of only the individual storage device 32b and the power-on after the power-off as described above (FIG. 3). : Steps S8 to S9 / Power supply control step).

そして、書込制御手段12は、電源オフ後に上位装置34から書込要求を受信した際に、当該個別記憶装置32b以外の他の個別記憶装置32a,〜32nに当該データを冗長させずに書き込む(図5:ステップS27/書込制御工程)と共に、書き込み完了を主制御手段14に与える。続いて、主制御手段14が、当該データの冗長なしの書込の完了後に上位装置34に書込終了を通知する(図5:ステップS28/主制御工程)。これにより、電源オフ・オンの復旧処理の完了を待たずに上位装置34からの書込要求を完了させることができ、電源オフ・オンという有用な復旧処理をしつつ転送性能を維持することができる。   When the write control unit 12 receives a write request from the host device 34 after the power is turned off, the write control unit 12 writes the data in the other individual storage devices 32a to 32n other than the individual storage device 32b without making them redundant. At the same time (FIG. 5: Step S27 / write control step), the write completion is given to the main control means 14. Subsequently, the main control means 14 notifies the host device 34 of the end of writing after completion of the writing of the data without redundancy (FIG. 5: step S28 / main control step). As a result, the write request from the host device 34 can be completed without waiting for the completion of the power off / on recovery process, and the transfer performance can be maintained while performing a useful power off / on recovery process. it can.

一方、上記書込制御に先立って、図5に示すように、入出力要求手段36から論理記憶装置30への書込要求が発生すると(図5:ステップS21)、主制御手段14が入出力要求手段36から書込要求されたデータ、データ長及びアドレスを受け取り、書込制御手段12に渡す。   On the other hand, prior to the write control, as shown in FIG. 5, when a write request from the input / output request means 36 to the logical storage device 30 is generated (FIG. 5: step S21), the main control means 14 inputs / outputs. The data requested to be written, the data length, and the address are received from the request unit 36 and are passed to the write control unit 12.

書込制御手段12は、主制御手段14から受け取ったアドレス及びデータ長をもとに冗長データ(パリティー・データ)を生成して(図5:ステップS22)、冗長データを含む書込データをそれぞれ書込むべき個別記憶装置を個別記憶装置32a〜32nから選択する(図5:ステップS23)。この例では、個別記憶装置32bとその他の個別記憶装置が選択されている。   The write control means 12 generates redundant data (parity data) based on the address and data length received from the main control means 14 (FIG. 5: Step S22), and writes the write data including the redundant data respectively. The individual storage device to be written is selected from the individual storage devices 32a to 32n (FIG. 5: Step S23). In this example, the individual storage device 32b and other individual storage devices are selected.

そして、書込むべき個別記憶装置とデータが特定されると、書込制御手段12は、記録保持手段(復旧管理テーブル)18にある復旧処理状態情報18bを確認する(図5:ステップS24)。復旧処理中の個別記憶装置32bがなければ、冗長性有りで他の個別記憶装置に書込データを書き込み(図5:ステップS25)、書き込み完了を上位装置34に通知する。   When the individual storage device and data to be written are specified, the writing control means 12 confirms the recovery processing status information 18b in the record holding means (recovery management table) 18 (FIG. 5: step S24). If there is no individual storage device 32b that is being restored, write data is written to another individual storage device with redundancy (FIG. 5: step S25), and the completion of writing is notified to the host device 34.

図4,図5に示す例では、書き込みすべき個別記憶装置32bが復旧中であるため(上記ステップS24で1台)、書込制御手段12は、記録保持手段(復旧管理テーブル)18の遅延書込情報管理情報18aに、復旧後の個別記憶装置32bに書き込むべきデータの書込場所とデータ長とを記録し、個別記憶装置32b以外の個別記憶装置に必要なデータを冗長性なしで書き込む(図5:ステップS27)。そして、書き込み完了を上位装置34に通知する(図5:ステップS28)。   In the example shown in FIGS. 4 and 5, since the individual storage device 32b to be written is being restored (one unit in the above step S24), the write control means 12 delays the record holding means (recovery management table) 18. In the write information management information 18a, the write location and data length of data to be written to the restored individual storage device 32b are recorded, and the necessary data is written without redundancy to the individual storage devices other than the individual storage device 32b. (FIG. 5: Step S27). Then, the host device 34 is notified of the completion of writing (FIG. 5: step S28).

即ち、書込制御手段12は、記録保持手段(復旧管理テーブル)18にある遅延書込管理情報18aに個別記憶装置32bに書き込みできなかったデータのアドレスとデータ長を記録する(図5:ステップS29)。   That is, the write control means 12 records the address and data length of data that could not be written to the individual storage device 32b in the delayed write management information 18a in the record holding means (recovery management table) 18 (FIG. 5: step). S29).

このように、本実施形態では、復旧処理中の個別記憶装置32が1台の場合、冗長性なしの書き込みにより書き込み完了とする。これにより、レスポンスを悪化させずに電源オフ・オンによる復旧処理を実行することができる。   As described above, in this embodiment, when there is one individual storage device 32 during the recovery process, the writing is completed by writing without redundancy. Thereby, it is possible to execute a recovery process by turning the power off and on without deteriorating the response.

<書込待機>
本実施形態におけるディスクアレイ制御装置100にあっては、書込制御手段12が書込待機機能12bを、又主制御手段14が書込保留通知機能14aを備えている。そして、上述した復旧処理中の個別記憶装置が、個別記憶装置32b以外にも1又は2以上存在していた場合、書込制御手段12は復旧中の個別記憶装置が1つ以下になるまで書込制御を待機するように構成されている。
<Writing wait>
In the disk array control apparatus 100 in this embodiment, the write control means 12 has a write standby function 12b, and the main control means 14 has a write hold notification function 14a. If there are one or more individual storage devices other than the individual storage device 32b as described above, the write control means 12 writes until the number of individual storage devices being restored becomes one or less. It is configured to wait for control.

図4に示す書込制御手段12の書込待機機能12bは、複数の個別記憶装置32a〜32n中、電源オフの個別記憶装置が二台以上ある場合(図5:ステップS24/2台以上)、当該電源オフの個別記憶装置が1台となるまで冗長なしの書込を待機する(図5:ステップS30)。そして、主制御部14の書込保留通知機能14aは、書込待機機能12bによる待機の際には上位装置34に一時保留を通知する(図5:ステップS31)。   The write standby function 12b of the write control means 12 shown in FIG. 4 has two or more individual storage devices that are powered off among the plurality of individual storage devices 32a to 32n (FIG. 5: step S24 / 2 or more). Then, the writing without redundancy is waited until the number of the individual power-off individual storage devices becomes one (FIG. 5: step S30). Then, the write hold notification function 14a of the main control unit 14 notifies the host device 34 of the temporary hold during the standby by the write standby function 12b (FIG. 5: step S31).

このように、電源オフの個別記憶装置が2台以上ある場合に、1台となるまで冗長なしの書込を待機し、この待機中には書込の一時保留を上位装置34に通知する。2台以上の個別記憶装置が同時期に障害発生するという確率の低い事象に対しては、上位装置34を待機させないための機能を準備せずに全体の構成を単純化することで、メンテナンスを容易とし、一方、1台に異常が発生した際には冗長性なしの書込により応答性を維持することができる。即ち、最小のコストで最適な機能を提供することができる。   As described above, when there are two or more individual storage devices that are powered off, writing without redundancy is waited until the number of the individual storage devices becomes one, and the host device 34 is notified of temporary suspension of writing during this waiting. For an event that has a low probability that two or more individual storage devices will fail at the same time, maintenance is performed by simplifying the overall configuration without preparing a function for preventing the host device 34 from waiting. On the other hand, when an abnormality occurs in one unit, responsiveness can be maintained by writing without redundancy. That is, an optimal function can be provided at a minimum cost.

<遅延書込制御>
更に、本実施形態におけるディスクアレイ制御装置100は、図1〜図2および図4に示すように、遅延書込制御手段16を備えている。
この遅延書込制御手段16は、電源オンにより個別記憶装置32bが復旧した際、記憶装置制御手段22からの要求(指令)により稼働し、当該個別記憶装置32b以外の個別記憶装置に書き込んだデータを、前述した遅延書込情報管理情報18aの記録に基づいて読み出して書き込みデータを復元し、記憶装置制御手段22を介して当該書込データ当該復旧した個別記憶装置32bに書き込む(遅延書込工程)。
<Delayed write control>
Further, the disk array control apparatus 100 according to the present embodiment includes a delayed write control means 16 as shown in FIGS.
The delayed write control means 16 operates in response to a request (command) from the storage device control means 22 when the individual storage device 32b is restored by turning on the power, and is written to an individual storage device other than the individual storage device 32b. Is read out based on the record of the delayed write information management information 18a to restore the write data, and the write data is written to the restored individual storage device 32b via the storage device control means 22 (delayed write step). ).

このように、遅延書込制御手段16が、個別記憶装置32が電源オフ・オンによる復旧した後に、冗長性なしで書き込んだデータから冗長性を持つ書込データを復元して、当該個別記憶装置32bに書き込むことで、冗長性のない不安定な状態を個別記憶装置32bの復旧直後に解消することができる。   In this way, the delayed write control means 16 restores the write data having redundancy from the data written without redundancy after the individual storage device 32 is restored by power off / on, and the individual storage device By writing to 32b, an unstable state without redundancy can be resolved immediately after the individual storage device 32b is restored.

この場合、本実施形態では、遅延書込制御手段16の対象記録機能16aが、電源オフ中の個別記憶装置32bに書き込むデータのアドレスとデータ長とを、前述したように遅延書込管理情報18aとして記録保持手段(復旧管理テーブル)18に記録するようにしてもよい(図5:ステップS29)。そして、遅延書込制御手段16の対象特定機能16bが、復旧後に当該遅延書込管理情報18aを参照し、復元するデータを特定する(図6:ステップS42)。   In this case, in this embodiment, the target recording function 16a of the delayed writing control means 16 sets the address and data length of the data to be written to the individual storage device 32b whose power is off, as described above, the delayed writing management information 18a. May be recorded in the record holding means (recovery management table) 18 (FIG. 5: step S29). Then, the target specifying function 16b of the delayed writing control means 16 refers to the delayed writing management information 18a after recovery and specifies data to be restored (FIG. 6: step S42).

このように、記録保持手段(復旧管理テーブル)18に、遅延書込対象のアドレスとデータ長とを記録しておき、復旧後に当該記憶保持手段(復旧管理テーブル)18を参照することで遅延書込対象を特定することができる。   In this way, the address and data length of the delayed writing target are recorded in the record holding means (recovery management table) 18, and the delayed writing is made by referring to the memory holding means (recovery management table) 18 after recovery. The target to be included can be specified.

これを更に詳述すると、この遅延書込制御に関しては、復旧後のデータの遅延書込制御に先立って、図6に示すように、まず、電源オン後に装置全体を通常稼働させ(図6:ステップS10)、復旧処理が完了すると、記憶装置制御手段22は、遅延書込制御手段16に遅延書込制御を要求する。これを受けて、遅延書込制御手段16は、遅延書込管理情報18aを確認し(図6:ステップS41)、遅延書込管理情報18aがあった場合は、その遅延書込管理情報18aから遅延書込対象のデータを特定する(図6:ステップS42)。   More specifically, with respect to this delayed write control, prior to the delayed write control of the recovered data, as shown in FIG. 6, first, the entire apparatus is normally operated after the power is turned on (FIG. 6: When the restoration process is completed in step S10), the storage device control unit 22 requests the delayed write control unit 16 for delayed write control. In response to this, the delayed writing control means 16 confirms the delayed writing management information 18a (FIG. 6: step S41). If there is the delayed writing management information 18a, the delayed writing management information 18a Data for delay writing is specified (FIG. 6: step S42).

そして、この遅延書込管理情報18bに基づいて個別記憶装置32b以外の個別記憶装置32から個別記憶装置32bに書込むべきデータの生成に必要なデータを読み出して、書込データを生成する(図6:ステップS43)。更に、記憶装置制御手段22を通して、復旧した個別記憶装置32bに当該書込データを書込み(図6:ステップS44)、書込完了毎に遅延書込管理情報18aの情報を更新する(図6:ステップS45)。   Based on the delayed writing management information 18b, data necessary for generating data to be written to the individual storage device 32b is read from the individual storage device 32 other than the individual storage device 32b to generate write data (FIG. 6: Step S43). Further, the write data is written to the restored individual storage device 32b through the storage device control means 22 (FIG. 6: Step S44), and the information of the delayed write management information 18a is updated every time the writing is completed (FIG. 6: Step S45).

この図6におけるステップS45の後、同図ステップS41に戻り、全ての遅延書込管理情報18aについての制御が完了すると、遅延書込制御手段16は記憶装置制御手段22に遅延書込完了を通知する。その通知を受けた記憶装置制御手段22は、復旧処理状態情報18bの個別記憶装置32bに関する情報をクリアする。   After step S45 in FIG. 6, the process returns to step S41 in FIG. 6. When the control for all delayed write management information 18a is completed, the delayed write control means 16 notifies the storage device control means 22 of the delayed write completion. To do. Upon receiving the notification, the storage device control means 22 clears the information related to the individual storage device 32b in the recovery process status information 18b.

<読出制御>
次に、図7及び図8を用いて復旧処理中の個別記憶装置32からの読出要求の処理を説明する。
<Read control>
Next, processing of a read request from the individual storage device 32 during recovery processing will be described with reference to FIGS.

まず、図7に示す読出制御手段20は、電源オフ後に上位装置34から読出要求を受信した際に当該個別記憶装置32a,32b,…,又は32n以外の個別記憶装置32a〜32nから読み出したデータから読出要求のデータを復元して上位装置34に送信する。 即ち、読出制御手段20は、異常の生じた個別記憶装置32a,32b,…,又は32nの復旧処理中に発生した読出要求に対し、当該復旧処理中の個別記憶装置以外の個別記憶装置32a〜32nから読出要求に該当するデータを再生する。   First, the read control means 20 shown in FIG. 7 reads the data read from the individual storage devices 32a to 32n other than the individual storage devices 32a, 32b,. The data of the read request is restored from and transmitted to the host device 34. That is, the read control means 20 responds to a read request generated during the recovery process of the individual storage device 32a, 32b,..., Or 32n in which an abnormality has occurred, and the individual storage devices 32a to 32a other than the individual storage device being recovered Data corresponding to the read request is reproduced from 32n.

図8に示すように、図7に示す入出力要求手段36から論理記憶装置30に対する読出要求が発生すると(図8:ステップS51)、主制御手段14は入出力要求手段36から読み出し対象のデータのデータ長とアドレスを受信し、読出制御手段20に渡す。   As shown in FIG. 8, when a read request for the logical storage device 30 is generated from the input / output request means 36 shown in FIG. 7 (FIG. 8: step S51), the main control means 14 reads the data to be read from the input / output request means 36. The data length and address are received and passed to the read control means 20.

読出制御手段20は、主制御手段14から受け取った読出アドレス、読出データ長をもとにデータを読み出す個別記憶装置32を個別記憶装置32aから32nから選択する。図8に示す例では、個別記憶装置32bが選択されている。読み出す物理ディスクとデータ長が決まれば、復旧管理テーブル18にある復旧処理状態情報18bを確認する(図8:ステップS52)。   The read control unit 20 selects the individual storage device 32 from which data is read based on the read address and read data length received from the main control unit 14 from the individual storage devices 32a to 32n. In the example shown in FIG. 8, the individual storage device 32b is selected. When the physical disk to be read and the data length are determined, the recovery process status information 18b in the recovery management table 18 is confirmed (FIG. 8: Step S52).

復旧処理中の個別記憶装置が無ければ(図8:ステップS52/無し)、通常の制御であり、冗長性有り又は無しで読み出して(図8:ステップS53)、当該データを転送し、読出完了を通知する(図8:ステップS54)。   If there is no individual storage device in the recovery process (FIG. 8: Step S52 / None), it is normal control and data is read with or without redundancy (FIG. 8: Step S53). (FIG. 8: Step S54).

図7に示す例では、読み出すべき個別記憶装置32bが復旧中であるため(図8:ステップS52で1台)、個別記憶装置32bから読み出すデータを個別記憶装置32b以外の個別記憶装置32から読み出し(図8:ステップS55)、データを再生(復元)し、あたかも個別記憶装置32bから読み出したデータとして読出制御を継続して、読出完了を通知する(図8:ステップS56)。
この読出制御により、電源オフ・オンの復旧処理を採用しつつ、データの転送性能を維持することができる。
In the example shown in FIG. 7, since the individual storage device 32b to be read is being restored (FIG. 8: one unit in step S52), the data read from the individual storage device 32b is read from the individual storage devices 32 other than the individual storage device 32b. (FIG. 8: Step S55) The data is reproduced (restored), the read control is continued as if it were read from the individual storage device 32b, and the completion of reading is notified (FIG. 8: Step S56).
By this read control, the data transfer performance can be maintained while adopting the power off / on recovery process.

<読出待機>
又、本実施形態では、読出制御手段20が読出待機機能20bを備えている。この読出待機機能20bは、複数の個別記憶装置32a〜32n中、電源オフの個別記憶装置が2台以上ある際に(図8:ステップS52/2台以上)、当該電源オフの個別記憶装置が1台となるまで読出を待機する(図8:ステップS57)。
即ち、電源オフの個別記憶装置が2台以上ある際には、冗長した書込データからデータを復元できないため、電源オフの個別記憶装置32が1台となるまで読出を待機する。
<Reading standby>
In the present embodiment, the read control means 20 includes a read standby function 20b. When there are two or more individual storage devices that are powered off among the plurality of individual storage devices 32a to 32n (FIG. 8: step S52 / 2 or more), this read standby function 20b Reading is waited until there is one (FIG. 8: step S57).
That is, when there are two or more individual storage devices that are powered off, data cannot be restored from redundant write data, and therefore, the reading is waited until there is one individual storage device 32 that is powered off.

そして、この図7及び図8に示す例では、主制御手段14が読出保留通知機能14bを備えている。この読出保留通知機能14bは、前述した読出待機機能20aによる待機の際に、上位装置34に一時保留を通知する(図8:ステップS58)。2台以上の個別記憶装置32が同時期に障害発生するという確率の低い事象に対しては、上位装置34を待機させないための機能を準備せずに全体の構成を単純化することができる。ディスクアレイ制御装置100は元来2台以上の同時期の障害発生に対応可能な冗長性を有さない。   In the example shown in FIGS. 7 and 8, the main control means 14 includes a read suspension notification function 14b. The read hold notification function 14b notifies the host device 34 of a temporary hold during standby by the read standby function 20a described above (FIG. 8: step S58). For an event with a low probability that a failure occurs in two or more individual storage devices 32 at the same time, the entire configuration can be simplified without preparing a function for preventing the host device 34 from waiting. The disk array control apparatus 100 originally does not have redundancy that can cope with the occurrence of two or more simultaneous failures.

即ち、同時に2台の復旧処理という確率の低い事象の発生時にレスポンスが悪化することは設計上想定されている。このため、読出待機機能20bによる待機により電源オフ・オンの復旧処理が成功する確率を高める方が、不必要に個別記憶装置の交換により長時間のレスポンス悪化を招くよりも全体的な転送性能の維持の観点から好ましい。   That is, it is assumed in the design that the response deteriorates when an event with a low probability of recovery processing of two units occurs at the same time. For this reason, increasing the probability of successful power-off / on recovery processing due to standby by the read standby function 20b improves the overall transfer performance rather than unnecessarily replacing the individual storage device and causing long-term response deterioration. It is preferable from the viewpoint of maintenance.

上述したように本実施形態によると、前述した関連技術では、個別記憶装置32a〜32nの何れかに異常が発生した場合に、復旧処理のために該当する個別記憶装置への入出力が待たされていたが、本実施形態では、前述の復旧処理中の入出力を待たせることなく、読出要求では当該個別記憶装置32以外の個別記憶装置からデータを再生し、書込要求では書込情報をディスクアレイ制御装置100の個別記憶装置に記憶した時点で一旦処理を完了して復旧処理後に遅延書込することで、入出力処理が行われるため、スループットの悪化を防ぐことが出来る。   As described above, according to the present embodiment, in the related technology described above, when an abnormality occurs in any of the individual storage devices 32a to 32n, input / output to the corresponding individual storage device is waited for recovery processing. However, in this embodiment, without waiting for the input / output during the above-described recovery processing, the read request reproduces data from the individual storage device other than the individual storage device 32, and the write request stores the write information. By completing the processing once when it is stored in the individual storage device of the disk array control device 100 and performing delayed writing after the recovery processing, the input / output processing is performed, so that it is possible to prevent the throughput from being deteriorated.

<電源オフ待機>
ここで、上記した実施形態とは別に、他の好ましい実施形態としては、電源制御手段10が、電源オフ待機機能10aを備えた構成としてもよい。この場合、電源オフ待機機能10aは、電源オフ中の個別記憶装置がある際には当該個別記憶装置の電源オン後の稼働状態となるまで他の個別記憶装置の電源オフを待機する。
<Power off standby>
Here, in addition to the above-described embodiment, as another preferred embodiment, the power control unit 10 may include a power-off standby function 10a. In this case, when there is an individual storage device that is powered off, the power-off standby function 10a waits for power-off of other individual storage devices until the individual storage device is in an operating state after the power is turned on.

これにより、電源オフの個別記憶装置が電源オンにより稼働状態となるまで他の個別記憶装置の電源をオフにしないため、復旧処理中の個別記憶装置は常に1台となる。そして、個別記憶装置32に書込エラーが生じても、読出は正常対応できる際には、電源オフ待機機能10aによりこの読出の転送性能を維持することができる。   As a result, since the individual storage devices that are turned off are not turned off until the individual storage devices that are turned off are put into operation by turning on the power, the number of individual storage devices that are being restored is always one. Even if a write error occurs in the individual storage device 32, the transfer performance of this read can be maintained by the power-off standby function 10a when the read can be normally handled.

又、図3において、入出力エラーが生じた際に(図3:ステップS3)、記憶装置制御手段22が、エラー発生の個別記憶装置を特定するようにする(図3:ステップS4)。そして、電源制御手段10は、他の個別記憶装置が電源オフ中であるか否かを確認する(図3:ステップS5)。例えば、復旧処理状態情報18bを参照して、復旧処理中の個別記憶装置32の有無を確認する。そして、復旧処理中の個別記憶装置32がある場合には、電源オフ待機機能10aは、当該個別記憶装置の復旧完了を待機する(図3:ステップS6)。   In FIG. 3, when an input / output error occurs (FIG. 3: step S3), the storage device control means 22 identifies the individual storage device in which the error occurred (FIG. 3: step S4). Then, the power control unit 10 checks whether or not the other individual storage device is powered off (FIG. 3: step S5). For example, the presence / absence of the individual storage device 32 during the recovery process is confirmed with reference to the recovery process status information 18b. When there is an individual storage device 32 that is undergoing recovery processing, the power-off standby function 10a waits for completion of recovery of the individual storage device (FIG. 3: step S6).

これにより、電源オフの復旧処理を常に1台以下として、不良ブロックが特定されていて、他のブロックへは正常に入出力可能な際に、データの転送性能を低下させずに、電源オフ・オンによる復旧処理をすることができる。   As a result, when the power-off recovery process is always set to 1 or less and a bad block is identified and normal input / output is possible to other blocks, the power off / Recovery processing by turning on can be performed.

ここで、上述した各構成の動作部分における動作内容(特に図3、図5、図6及び図8における各動作ステップ)については、これをコンピュータで実行可能にプログラム化し、これを前述したディスクアレイ制御装置100が予め装備したコンピュータに実行させるように構成してもよい。   Here, the operation contents (particularly, each operation step in FIGS. 3, 5, 6 and 8) in the operation part of each configuration described above are programmed so as to be executable by a computer, and the above-described disk array. You may comprise so that the computer with which the control apparatus 100 was equipped previously may be made to perform.

この場合、プログラム化された本プログラムについては、不揮発性の記録媒体、例えば、ハードディスク、DVDやCD、又はフラッシュメモリ等に記録させてもよい。この場合、本プログラムは、これらの記録媒体からコンピュータによって読み出され、実行される。   In this case, the programmed program may be recorded on a non-volatile recording medium such as a hard disk, DVD, CD, or flash memory. In this case, this program is read from these recording media by a computer and executed.

本実施形態は、以上のように構成され機能するので、これによると、個別記憶装置の異常発生時に上位装置34からの入出力要求があった場合でも、当該入出力要求を一時的に保持すると共に異常復旧後に当該入出力要求にかかるデータを異常発生にかかる個別記憶装置に遅延書込を実行するように構成したので、個別記憶装置の異常発生時においても上位装置に対する応答を円滑に成し得ると共に論理記憶装置全体に対する入出力のスループットの低下を有効に抑制することができる、という前述した関連技術にない優れた効果を得ることができる。   Since this embodiment is configured and functions as described above, according to this, even when an input / output request is received from the host device 34 when an abnormality occurs in the individual storage device, the input / output request is temporarily held. In addition, since the data related to the I / O request is restored to the individual storage device affected by the error after the error is restored, the response to the host device can be made smoothly even when an error occurs in the individual storage device. In addition, it is possible to obtain an excellent effect that is not obtained in the related art described above, that is, it is possible to effectively suppress a decrease in input / output throughput with respect to the entire logical storage device.

以上、これまで本発明について図面に示した特定の実施形態をもって説明してきたが、本発明は図面に示した実施形態に限定されるものではなく、本発明の効果を奏する限り、これまで知られた他の技術要素を採用することができる。   As described above, the present invention has been described with the specific embodiments shown in the drawings. However, the present invention is not limited to the embodiments shown in the drawings, and is known so far as long as the effects of the present invention are exhibited. Other technical elements can be employed.

上述した各々の実施形態について、その新規な技術内容の要点をまとめると、以下のようになる。なお、上記実施形態の一部又は全部は、新規な技術としては以下のようにまとめられるが、本発明は必ずしもこれに限定されるものではない。   About each embodiment mentioned above, it is as follows when the summary of the novel technical content is put together. In addition, although part or all of the said embodiment is put together as follows as a novel technique, this invention is not necessarily limited to this.

〔付記1〕
複数の記憶装置30a,30b,…,30nを論理的に一つにまとめて成る論理的記憶装置30に対するデータの入出力制御を、上位装置34からの指令に基づいて実行する制御装置本体100Aを備えたディスクアレイ制御装置100であって、
前記制御装置本体100Aが、
上位装置34からの指令に基づいて前記論理的記憶装置30へのデータ入出力処理を指令する主制御手段14と、この主制御手段14の指令に基づいて作動し前記複数の記憶装置32a〜30nに対して入出力処理を実行する記憶装置制御手段22と、前記主制御手段14からの前記書込要求があった場合に作動し前記記憶装置制御手段22を介して当該書込要求を実行する書込制御手段12とを有し、
前記複数の記憶装置32a〜30nのいずれかで異常が発生した場合に、当該異常発生にかかる一の記憶装置の復旧処理中に当該一の記憶装置に対して発生した書込要求を一時的に保持する記憶保持手段18を設けると共に、
前記一の記憶装置の復旧処理後に当該一の記憶装置に対して、前記一時的に保持された前記書込要求にかかるデータの遅延書込を行う遅延書込制御手段16を設けたことを特徴とするディスクアレイ制御装置。
〔付記2〕(書込制御手段)
付記1に記載のディスクアレイ制御装置において、
前記書込制御手段12は、前記一の記憶装置の復旧処理中に発生した当該一の記憶装置に対する書込要求が前記遅延書込情報として前記記録保持手段18に記録され保持された場合に、当該書込要求が実行された旨を前記上位装置に通知する書込要求実行通知機能を備えていることを特徴とするディスクアレイ制御装置。
〔付記3〕(読出制御手段)
付記1に記載のディスクアレイ制御装置において、
前記複数の記憶装置32a〜32nに対する読出要求が前記上位装置から前記主制御手段14を介して送り込まれた場合に、該読出要求を処理する読出制御手段20を設け、
この読出制御手段20が、前記複数の記憶装置のいずれかで異常が発生し且つ該異常発生にかかる記憶装置32a〜の復旧処理中に発生した前記読出要求に対しては、当該復旧処理中の記憶装置以外の他の記憶装置から当該読出要求に該当するデータを検索し取り出して前記上位装置34に向けて送信する読出要求実行処理機能を備えていることを特徴とするディスクアレイ制御装置。
〔付記4〕(ディスク用電源の個別停止制御)
付記1に記載のディスクアレイ制御装置において、
前記記憶装置制御手段22は、前記複数の記憶装置の内の何れかに異常が発生した場合に稼働し当該異常発生にかかる記憶装置の電源を個別に選択し停止制御する復旧処理用の電源個別停止制御機能を備えていることを特徴としたディスクアレイ制御装置。
〔付記5〕(遅延書込の要求)
付記4に記載のディスクアレイ制御装置において、
前記記憶装置制御手段22は、前記複数の記憶装置の内の何れかに異常が発生した場合、当該異常発生にかかる記憶装置の復旧処理を行うと共に、当該復旧処理中の記憶装置の状態情報を前記記録保持手段18に格納制御する状態情報格納制御機能と、前記記憶装置の復旧後に前記遅延書込制御手段16に対して該当する前記書込要求があった場合の当該書込要求にかかるデータの遅延書込を要求する書込要求出力機能を備えていることを特徴としたディスクアレイ制御装置。
〔付記6〕(方法の発明/付記1対応)
複数の記憶装置30a,30b,…,30nを論理的に一つにまとめて成る論理的記憶装置30に対するデータの入出力制御を、上位装置34からの指令に基づいて実行する制御装置本体100Aを備えたディスクアレイ制御装置100にあって、
上位装置34からの指令に基づいて作動し前記論理的記憶装置30に対して成されるデータ入力処理を、前記制御装置本体100Aが備えている主制御部14が、書込制御手段12を介して記憶装置制御手段22に指令し(書込指令工程)、
この指令に基づいて前記記憶装置制御手段22が作動し、前記上位装置34からの入力データを前記論理記憶装置30に書き込み制御し(書込制御工程)、
この書き込み処理の対象となった前記記憶装置30a〜30nに何れかに異常が発生した場合には、当該異常発生にかかる一の記憶装置を前記記憶装置制御手段22が復旧処理すると共に(復旧処理工程)、当該復旧処理中に当該一の記憶装置に前記上位装置34から書込要求があった場合にはこれを予め装備された記憶保持手段18に一時的に格納し(一時的格納処理工程)、
この一時的に保持された前記書込要求にかかるデータを、前記一の記憶装置の復旧処理後に、前記制御装置本体100Aに予め装備された遅延書込制御手段16が、当該一の記憶装置に遅延書込を行うようにしたこと(遅延書込工程)を特徴とするディスクアレイ制御方法。
〔付記7〕(プログラム発明/付記6対応)
複数の記憶装置30a,30b,…,30nを論理的に一つにまとめて成る論理的記憶装置30に対するデータの入出力制御を、上位装置34からの指令に基づいて実行する制御装置本体100Aを備えたディスクアレイ制御装置100にあって、
上位装置34からの指令に基づいて作動し前記論理的な記憶装置30へのデータ入力制御を実行して前記上位装置34からの入力データを前記論理記憶装置32に書き込む書込制御処理機能、
この書き込み処理の対象となった前記記憶装置30a〜30nの何れかに異常が発生した場合に当該異常発生にかかる一の記憶装置を復旧処理する復旧処理機能、
当該復旧処理中に前記上位機34からの書込要求があった場合にはこれを予め装備された記録保持手段18に一時的に格納する一時的格納処理機能、
およびこの一時的に保持された前記書込要求を、前記一の記憶装置の復旧処理後に、当該一の記憶装置に遅延書込を行う遅延書込処理機能、を設け、
を設け、これらの各処理機能を前記制御装置本体100Aが備えているコンピュータに実現させるようにしたことを特徴としたディスクアレイ制御プログラム。
[Appendix 1]
A control device main body 100A that executes data input / output control for the logical storage device 30 formed by logically combining a plurality of storage devices 30a, 30b,. A disk array control device 100 comprising:
The control device main body 100A is
Main control means 14 for instructing data input / output processing to the logical storage device 30 based on a command from the host device 34, and the plurality of storage devices 32a to 30n that operate based on the command of the main control means 14 And the storage device control means 22 for executing the input / output processing, and operates when there is the write request from the main control means 14, and executes the write request via the storage device control means 22. Writing control means 12;
When an abnormality occurs in any of the plurality of storage devices 32a to 30n, a write request generated for the one storage device during the recovery process of the one storage device related to the abnormality occurrence is temporarily A memory holding means 18 for holding is provided, and
Provided is a delayed write control means 16 for performing delayed writing of the data related to the temporarily held write request to the one storage device after the recovery processing of the one storage device. A disk array controller.
[Appendix 2] (Write control means)
In the disk array controller according to appendix 1,
When the write request to the one storage device generated during the recovery process of the one storage device is recorded and held in the record holding unit 18 as the delayed write information, the write control unit 12 A disk array control device comprising a write request execution notification function for notifying the host device that the write request has been executed.
[Appendix 3] (Reading control means)
In the disk array controller according to appendix 1,
When a read request for the plurality of storage devices 32a to 32n is sent from the host device via the main control means 14, a read control means 20 is provided for processing the read request,
In response to the read request that occurs during the recovery process of the storage device 32a to which the abnormality occurs in any of the plurality of storage devices and the storage device 32a to which the abnormality has occurred, the read control unit 20 A disk array control device comprising a read request execution processing function for retrieving data corresponding to the read request from another storage device other than the storage device and transmitting the data to the host device.
[Appendix 4] (Individual stop control of disk power supply)
In the disk array controller according to appendix 1,
The storage device control unit 22 operates when an abnormality occurs in any of the plurality of storage devices, and individually selects a power supply of the storage device related to the occurrence of the abnormality and performs individual power control for recovery processing. A disk array controller having a stop control function.
[Appendix 5] (Request for delayed writing)
In the disk array controller according to appendix 4,
When an abnormality occurs in any of the plurality of storage devices, the storage device control unit 22 performs a recovery process for the storage device related to the occurrence of the abnormality, and stores status information of the storage device during the recovery process. State information storage control function for controlling storage in the record holding unit 18, and data related to the write request when there is a corresponding write request to the delayed write control unit 16 after the storage device is restored A disk array control device comprising a write request output function for requesting delayed writing of a disk array.
[Appendix 6] (Method invention / Appendix 1)
A control device main body 100A that executes data input / output control for the logical storage device 30 formed by logically combining a plurality of storage devices 30a, 30b,. In the disk array control apparatus 100 provided,
The main control unit 14 provided in the control device main body 100A performs data input processing that is performed based on a command from the host device 34 and is performed on the logical storage device 30 via the write control means 12. To the storage device control means 22 (write command process),
Based on this command, the storage device control means 22 operates to control input data from the host device 34 to the logical storage device 30 (write control step),
When an abnormality occurs in any of the storage devices 30a to 30n that is the target of the writing process, the storage device control unit 22 performs a recovery process on one storage device related to the occurrence of the abnormality (restoration process). Step), if there is a write request from the host device 34 to the one storage device during the restoration process, this is temporarily stored in the storage holding means 18 provided in advance (temporary storage processing step). ),
After the temporary storage of the data related to the write request after the restoration processing of the one storage device, the delayed writing control means 16 pre-installed in the control device main body 100A stores the data in the one storage device. A disk array control method characterized in that delayed writing is performed (delayed writing step).
[Appendix 7] (Program invention / Appendix 6)
A control device main body 100A that executes data input / output control for the logical storage device 30 formed by logically combining a plurality of storage devices 30a, 30b,. In the disk array control apparatus 100 provided,
A write control processing function that operates based on a command from the host device 34, executes data input control to the logical storage device 30, and writes input data from the host device 34 to the logical storage device 32;
A recovery processing function for recovering one storage device related to the occurrence of an abnormality when an abnormality occurs in any of the storage devices 30a to 30n that is the target of the writing process;
A temporary storage processing function for temporarily storing a write request from the host machine 34 during the restoration process in the record holding means 18 provided in advance;
And a delay write processing function for performing a delay write on the temporarily stored write request to the one storage device after the recovery processing of the one storage device,
A disk array control program characterized in that each of these processing functions is realized by a computer provided in the control device main body 100A.

本発明は、複数の個別記憶装置32a〜32nを利用したディスクアレイ制御装置に対して適用可能である。特に冗長性のあるデータ書込を制御するディスクアレイ制御装置100の場合に、本発明はその効果を顕著に発揮し得る。   The present invention is applicable to a disk array control device using a plurality of individual storage devices 32a to 32n. In particular, in the case of the disk array control apparatus 100 that controls redundant data writing, the present invention can exert its effect remarkably.

10 電源制御手段
10a 電源個別停止制御機能
12 書込制御手段
12a 書込要求実行通知機能
14 主制御手段
16 遅延書込制御手段
18 記録保持手段(復旧管理テーブル)
18a 遅延書込管理情報
18b 復旧処理状態情報
20 読出制御手段
20a 読出要求実行処理機能
22 記憶装置制御手段
22a 状態情報格納制御機能
22b 書込要求出力機能
30 論理記憶装置
32a,32b,…,32n 個別記憶装置
100ディスクアレイ制御装置
100A 制御装置本体
DESCRIPTION OF SYMBOLS 10 Power supply control means 10a Individual power supply stop control function 12 Write control means 12a Write request execution notification function 14 Main control means 16 Delayed write control means 18 Record holding means (recovery management table)
18a Delayed write management information 18b Recovery processing status information 20 Read control means 20a Read request execution processing function 22 Storage device control means 22a State information storage control function 22b Write request output function 30 Logical storage devices 32a, 32b,..., 32n Individual Storage device 100 Disk array control device 100A Control device body

Claims (7)

複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置であって、
前記制御装置本体が、
上位装置からの指令に基づいて前記論理的記憶装置へのデータ入出力処理を指令する主制御手段と、この主制御手段の指令に基づいて作動し前記複数の記憶装置に対して入出力処理を実行する記憶装置制御手段と、前記主制御手段からの前記書込要求があった場合に作動し前記記憶装置制御手段を介して当該書込要求を実行する書込制御手段とを有し、
前記複数の記憶装置のいずれかで異常が発生した場合に、当該異常発生にかかる一の記憶装置の復旧処理中に当該一の記憶装置に対して発生した書込要求を一時的に保持する記録保持手段を設けると共に、
前記一の記憶装置の復旧処理後に当該一の記憶装置に対して、前記一時的に保持された前記書込要求にかかるデータの遅延書込を行う遅延書込制御手段を設けたことを特徴とするディスクアレイ制御装置。
A disk array control device having a control device main body that executes data input / output control on a logical storage device formed by logically combining a plurality of storage devices based on a command from a host device,
The control device body is
Main control means for instructing data input / output processing to the logical storage device based on a command from the host device, and input / output processing for the plurality of storage devices that operate based on the command of the main control means Storage device control means for executing, and write control means that operates when the write request is received from the main control means and executes the write request via the storage device control means,
When an abnormality occurs in any of the plurality of storage devices, a record that temporarily holds a write request generated for the one storage device during the recovery process of the one storage device related to the occurrence of the abnormality Providing holding means;
A delay write control means is provided for performing a delayed write of data relating to the temporarily held write request to the one storage device after the recovery process of the one storage device. Disk array control device.
請求項1に記載のディスクアレイ制御装置において、
前記書込制御手段は、前記一の記憶装置の復旧処理中に発生した当該一の記憶装置に対する書込要求が前記遅延書込情報として前記記録保持手段に記録され保持された場合に、当該書込要求が実行された旨を前記上位装置に通知する書込要求実行通知機能を備えていることを特徴とするディスクアレイ制御装置。
The disk array control device according to claim 1, wherein
The write control means, when a write request to the one storage device generated during the recovery process of the one storage device is recorded and held in the record holding means as the delayed write information, A disk array control device comprising a write request execution notification function for notifying the host device that a write request has been executed.
請求項1に記載のディスクアレイ制御装置において、
前記複数の記憶装置に対する読出要求が前記上位装置から前記主制御手段を介して送り込まれた場合に、該読出要求を処理する読出制御手段を設け、
この読出制御手段が、前記複数の記憶装置のいずれかで異常が発生し且つ該異常発生にかかる記憶装置の復旧処理中に発生した前記読出要求に対しては、当該復旧処理中の記憶装置以外の他の記憶装置から当該読出要求に該当するデータを検索し取り出して前記上位装置に向けて送信する読出要求実行処理機能を備えていることを特徴とするディスクアレイ制御装置。
The disk array control device according to claim 1, wherein
Provided with a read control means for processing the read request when a read request for the plurality of storage devices is sent from the host device via the main control means,
In response to the read request that occurs during the recovery process of the storage device in which the abnormality occurs in any of the plurality of storage devices and the storage device involved in the abnormality occurs, the read control unit is not the storage device that is in the recovery process. A disk array control device comprising a read request execution processing function for retrieving data corresponding to the read request from another storage device and transmitting the data to the host device.
請求項1に記載のディスクアレイ制御装置において、
前記記憶装置制御手段は、前記複数の各記憶装置の内の何れかに異常が発生した場合に稼働し当該異常発生にかかる記憶装置の電源を個別に選択し停止制御する復旧処理用の電源個別停止制御機能を備えていることを特徴としたディスクアレイ制御装置。
The disk array control device according to claim 1, wherein
The storage device control means is operated when an abnormality occurs in any of the plurality of storage devices, and individually selects a power supply of the storage device related to the occurrence of the abnormality, and individually controls the power supply for recovery processing. A disk array controller having a stop control function.
請求項4に記載のディスクアレイ制御装置において、
前記記憶装置制御手段は、前記複数の記憶装置のいずれかに異常が発生した場合、当該異常発生にかかる記憶装置の復旧処理を行うと共に、当該復旧処理中の記憶装置の状態情報を前記記録保持手段に格納制御する状態情報格納制御機能と、前記記憶装置の復旧後に前記遅延書込制御手段に対して該当する前記書込要求があった場合の当該書込要求にかかるデータの遅延書込を要求する書込要求出力機能を備えていることを特徴としたディスクアレイ制御装置。
The disk array control device according to claim 4,
When an abnormality occurs in any of the plurality of storage devices, the storage device control unit performs recovery processing of the storage device related to the occurrence of the abnormality and records and holds status information of the storage device during the recovery processing A state information storage control function for storage control in the means, and delayed writing of data related to the write request when there is a corresponding write request to the delayed write control means after recovery of the storage device A disk array control device having a write request output function for requesting.
複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置にあって、
上位装置からの指令に基づいて作動し前記論理的記憶装置に対して成されるデータ入力処理を、前記制御装置本体が備えている主制御部が、書込制御手段を介して記憶装置制御手段に指令し(書込指令工程)、
この指令に基づいて前記記憶装置制御手段が作動し、前記上位装置からの入力データを前記論理記憶装置に書き込み制御し(書込制御工程)、
この書き込み処理の対象となった前記記憶装置に何れかに異常が発生した場合には、当該異常発生にかかる一の記憶装置を前記記憶装置制御手段が復旧処理すると共に(復旧処理工程)、当該復旧処理中に当該一の記憶装置に前記上位装置から書込要求があった場合にはこれを予め装備された記録保持手段に一時的に格納し(一時的格納処理工程)、
この一時的に保持された前記書込要求にかかるデータを、前記一の記憶装置の復旧処理後に、前記制御装置本体に予め装備された遅延書込制御手段が、当該一の記憶装置に遅延書込を行うようにしたこと(遅延書込工程)を特徴とするディスクアレイ制御方法。
In a disk array control device having a control device main body that executes data input / output control for a logical storage device formed by logically combining a plurality of storage devices based on a command from a host device,
A main control unit provided in the control device main body performs data input processing that is performed on the basis of a command from the host device and is performed on the logical storage device. (Write command process)
Based on this command, the storage device control means operates to control input data from the host device to the logical storage device (write control step),
When an abnormality occurs in any of the storage devices that are the targets of the writing process, the storage device control unit performs a recovery process for the one storage device related to the occurrence of the abnormality (recovery processing step), If there is a write request from the host device to the one storage device during the recovery process, this is temporarily stored in the pre-equipped record holding means (temporary storage processing step),
After the restoration processing of the one storage device, the delayed write control means provided in advance in the main body of the control device stores the data relating to the temporarily held write request in the one storage device. A disk array control method characterized in that a write operation is performed (delayed writing step).
複数の記憶装置を論理的に一つにまとめて成る論理的記憶装置に対するデータの入出力制御を、上位装置からの指令に基づいて実行する制御装置本体を備えたディスクアレイ制御装置にあって、
上位装置からの指令に基づいて作動し前記論理的な記憶装置へのデータ入力制御を実行して前記上位装置からの入力データを前記論理記憶装置に書き込む書込制御処理機能、
この書き込み処理の対象となった前記記憶装置の何れかに異常が発生した場合に当該異常発生にかかる一の記憶装置を復旧処理する復旧処理機能、
当該復旧処理中に前記上位機からの書込要求があった場合にはこれを予め装備された記録保持手段に一時的に格納する一時的格納処理機能、
およびこの一時的に保持された前記書込要求を、前記一の記憶装置の復旧処理後に、当該一の記憶装置に遅延書込を行う遅延書込処理機能、を設け、
を設け、これらの各処理機能を前記制御装置本体が備えているコンピュータに実現させるようにしたことを特徴としたディスクアレイ制御プログラム。
In a disk array control device having a control device main body that executes data input / output control for a logical storage device formed by logically combining a plurality of storage devices based on a command from a host device,
A write control processing function that operates based on a command from the host device, executes data input control to the logical storage device, and writes input data from the host device to the logical storage device;
A recovery processing function for recovering one storage device related to the occurrence of an abnormality when an abnormality occurs in any of the storage devices targeted for the writing process;
Temporary storage processing function for temporarily storing this in the record holding means equipped in advance when there is a write request from the host machine during the recovery process,
And a delay write processing function for performing a delay write on the temporarily stored write request to the one storage device after the recovery processing of the one storage device,
And a disk array control program characterized in that each of these processing functions is realized by a computer provided in the control device main body.
JP2012197073A 2012-09-07 2012-09-07 Disk array control device, disk array control method, and program therefor Pending JP2014052856A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012197073A JP2014052856A (en) 2012-09-07 2012-09-07 Disk array control device, disk array control method, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012197073A JP2014052856A (en) 2012-09-07 2012-09-07 Disk array control device, disk array control method, and program therefor

Publications (1)

Publication Number Publication Date
JP2014052856A true JP2014052856A (en) 2014-03-20

Family

ID=50611294

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012197073A Pending JP2014052856A (en) 2012-09-07 2012-09-07 Disk array control device, disk array control method, and program therefor

Country Status (1)

Country Link
JP (1) JP2014052856A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019061483A (en) * 2017-09-26 2019-04-18 キヤノン株式会社 Storage control apparatus, method and program for controlling same, and information processing apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019061483A (en) * 2017-09-26 2019-04-18 キヤノン株式会社 Storage control apparatus, method and program for controlling same, and information processing apparatus

Similar Documents

Publication Publication Date Title
JP5887757B2 (en) Storage system, storage control device, and storage control method
JP2007334593A (en) Raid controller and raid device
JP2005276196A (en) System and method for performing drive recovery subsequent to drive failure
TW201535382A (en) DRAM row sparing
JP2011170589A (en) Storage control device, storage device, and storage control method
JP2014096072A (en) Disk array having mirror configuration and rebuild method of the same
US20100115310A1 (en) Disk array apparatus
JP2001344076A (en) Disk array device
US9378092B2 (en) Storage control apparatus and storage control method
JP4951493B2 (en) Disk array device
JP5104479B2 (en) Information processing device
JP2004213470A (en) Disk array device, and data writing method for disk array device
WO2014111979A1 (en) Disk array controller and disk array device
US8707089B2 (en) Storage control device for formatting to storage media, storage control method for formatting to storage media, and medium for storing storage control program for formatting to storage media
JP2009104369A (en) Disk sub-system
JP2014052856A (en) Disk array control device, disk array control method, and program therefor
JP5505329B2 (en) Disk array device and control method thereof
US8671264B2 (en) Storage control device and storage system
US20090276656A1 (en) Storage device and recovery method
JP2018022404A (en) Storage system, storage control device, and storage control program
JPH08286844A (en) Parity generation control method and disk controller
JP2009223355A (en) Disk control system for performing mirroring of hard disk and silicon disk
JP2016143248A (en) Storage control device and storage control program
JP2014041523A (en) Data management device, and data management method
JPH1031563A (en) Storage device