JP2009252106A - Disk array control method and disk array device - Google Patents

Disk array control method and disk array device Download PDF

Info

Publication number
JP2009252106A
JP2009252106A JP2008101715A JP2008101715A JP2009252106A JP 2009252106 A JP2009252106 A JP 2009252106A JP 2008101715 A JP2008101715 A JP 2008101715A JP 2008101715 A JP2008101715 A JP 2008101715A JP 2009252106 A JP2009252106 A JP 2009252106A
Authority
JP
Japan
Prior art keywords
pool
disk
data
disk array
load
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
JP2008101715A
Other languages
Japanese (ja)
Inventor
Hajime Harashima
一 原嶋
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 JP2008101715A priority Critical patent/JP2009252106A/en
Publication of JP2009252106A publication Critical patent/JP2009252106A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a disk array device maintaining an optimum load state. <P>SOLUTION: In the disk array device which manages addresses for a plurality of pools 111 each composed of storage areas of a plurality of hard disk drives (HDD) 11, and performs access according to a request from a host device, the load state of the pools 111-113 is periodically monitored by use of timers 12b and 13b. When certain data in a pool is accessed with high frequency, the data is relocated from the pool to the other pool to distribute the load. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ディスクアレイ制御方法及びディスクアレイ装置に関する。   The present invention relates to a disk array control method and a disk array apparatus.

図7は、従来のディスクアレイ装置の概要を示す図である。
このディスクアレイ装置は、ディスク部1にディスクドライブ群を収容し、上位装置に対してディスクドライブの持つ記憶領域で論理ディスク(LD)2を形成し、任意数の論理ディスク2でプール3を形成し、且つ上位装置4からのアクセスをコントローラ5で管理している。
FIG. 7 is a diagram showing an outline of a conventional disk array device.
In this disk array device, a disk drive group is accommodated in the disk unit 1, a logical disk (LD) 2 is formed in a storage area of the disk drive with respect to a host device, and a pool 3 is formed by an arbitrary number of logical disks 2. In addition, the controller 5 manages access from the host device 4.

従来のディスクアレイ装置には、図7のように、負荷分散のために上位装置4に対するインターフェースパスを冗長化したものがある。この場合、各パスの負荷分散については有効であるが、ディスク部1の特定のプール3へのアクセスが集中すると、そのプールの記憶領域を形成するディスクドライブが過負荷となり、ディスク部1の応答性能が低下する。よって、ディスクアレイ装置としての入出力性能が低下するという問題があった。   As shown in FIG. 7, a conventional disk array device includes a redundant interface path to the host device 4 for load distribution. In this case, the load distribution of each path is effective, but when access to a specific pool 3 of the disk unit 1 is concentrated, the disk drive forming the storage area of the pool is overloaded, and the response of the disk unit 1 Performance decreases. Therefore, there is a problem that the input / output performance as the disk array device is lowered.

これに対し、下記特許文献1に示されたディスク装置は、上位装置からのディスクドライブ群に対するアクセス回数をカウントし、予め決められた期間内でのアクセス回数に基づいて、プールに相当するストライプが高負荷であるか低負荷であるかをそれぞれ判定し、高負荷と判定したストライプについては、前記判定された時点以降、データ更新処理に関して、予め用意されたディスクドライブに対してデータを移動できるように、同じ容量のストライプ領域をコピー先として確保して、コピー先の領域に対して直接データの書き込みを行い、書き込み処理でデータの書き込みが行われず、更新されなかったデータについて、後の内部処理としてコピー先領域に対してコピーを行う。   On the other hand, the disk device disclosed in Patent Document 1 below counts the number of accesses to the disk drive group from the host device, and stripes corresponding to the pool are generated based on the number of accesses within a predetermined period. It is determined whether the load is high or low, and for the stripe determined to be high, data can be moved to a disk drive prepared in advance for the data update processing after the determined time point. In addition, a stripe area of the same capacity is secured as a copy destination, data is directly written to the copy destination area, data is not written in the write process, and data that has not been updated is later processed by internal processing. To the copy destination area.

下記特許文献2に示されたストレージ装置は、上位装置からのアクセス毎に、プールに相当するボリュームにかかる負荷を測定し、その結果に基づいて、負荷が既定値を超えるボリュームの内容を予備ボリュームにコピーし、コピー元のボリューム及びコピー先の予備ボリュームを1つの仮想ボリュームに対応付けて上位装置に提供し、上位装置から仮想ボリュームに対するデータの読出し処理を伴うライト要求(リードモデュファイライト)が与えられたときには、仮想ボリューム内の1つのボリュームからデータを読出し、全てのボリューム及び予備ボリュームに対してデータを書込み、仮想ボリュームに対するリード要求が単独で与えられたときには、リードモデュファイライトで読出された以外のボリューム又は予備ボリュームから対応するデータを読み出す。
特開2007−293486号公報 特開2007−328734号公報
The storage device disclosed in the following Patent Document 2 measures the load applied to the volume corresponding to the pool for each access from the higher-level device, and based on the result, the contents of the volume whose load exceeds a predetermined value are stored in the spare volume. The copy source volume and the copy destination spare volume are associated with one virtual volume and provided to the host device, and a write request (read modify write) accompanied by data read processing from the host device to the virtual volume is received. When given, data is read from one volume in the virtual volume, data is written to all the volumes and spare volumes, and when a read request for the virtual volume is given alone, it is read by read modify write. From other volumes or spare volumes Read the data you want to respond.
JP 2007-293486 A JP 2007-328734 A

特許文献1及び特許文献2では、仮想論理ディスクに対応するストライプ、ボリュームへのアクセス時の負荷分散は可能であるが、各ストライプ、ボリュームの容量や負荷を均一化することができない。よって、最適な負荷状態を維持できないという問題があった。   In Patent Document 1 and Patent Document 2, load distribution at the time of accessing a stripe and volume corresponding to a virtual logical disk is possible, but the capacity and load of each stripe and volume cannot be made uniform. Therefore, there is a problem that the optimum load state cannot be maintained.

本願発明は、前述のような課題を解決し、最適な負荷状態を維持できるディスクアレイ装置を提供することを目的とする。   An object of the present invention is to provide a disk array device that can solve the above-described problems and maintain an optimum load state.

上記目的を達成するために、本発明の第1の観点に係るディスクアレイ制御方法は、
物理ディスクの記憶領域でそれぞれ構成される複数のプールに対して、アドレスを管理し、上位装置からの要求に応じたアクセスを行うディスクアレイ制御方法において、
定期的に前記各プールにおける負荷状況を監視する監視処理と、
前記負荷状況の監視結果に基づいて、特定のプールに記憶されているデータを他のプールに移動させる負荷分散処理とを含むことを特徴とする。
In order to achieve the above object, a disk array control method according to the first aspect of the present invention includes:
In a disk array control method for managing addresses for a plurality of pools each configured with a storage area of a physical disk and performing access according to a request from a host device,
A monitoring process for periodically monitoring the load status in each pool;
And load distribution processing for moving data stored in a specific pool to another pool based on the monitoring result of the load status.

上記目的を達成するために、本発明の第2の観点に係るディスクアレイ装置は、
物理ディスクの記憶領域でそれぞれ構成される複数のプールに対して、アドレスを管理し、上位装置からの要求に応じたアクセスを行うディスクアレイ装置において、
定期的に前記各プールにおける負荷状況を監視する監視手段と、
前記負荷状況の監視結果に基づいて、特定のプールに記憶されているデータを他のプールに移動させる負荷分散手段とを備えることを特徴とする。
In order to achieve the above object, a disk array device according to a second aspect of the present invention provides:
In a disk array device that manages addresses for a plurality of pools each configured with a storage area of a physical disk and performs access according to a request from a host device,
Monitoring means for periodically monitoring the load status in each pool;
Load balancing means for moving data stored in a specific pool to another pool based on the monitoring result of the load status is provided.

本発明によれば、最適な負荷状態を維持できるディスクアレイ装置を実現できる。   According to the present invention, a disk array device capable of maintaining an optimum load state can be realized.

以下、図面に基づき、本発明の実施の形態について詳細に説明する。
[第1の実施形態]
図1は、本発明の実施形態に係るディスクアレイ装置を示す構成図である。
このディスクアレイ装置10は、複数の物理ドライブであるハードディスクドライブ(以下、HDDという)11をRAID(Redundant Array of Inexpensive Disks)統合し、それらHDD11群の持つ記憶領域からなる記憶空間100を上位装置20に提供する装置である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[First Embodiment]
FIG. 1 is a configuration diagram showing a disk array device according to an embodiment of the present invention.
The disk array device 10 integrates a plurality of hard disk drives (hereinafter referred to as HDDs) 11 which are physical drives into RAID (Redundant Array of Inexpensive Disks), and stores a storage space 100 composed of storage areas of the HDD 11 group as a host device 20. It is a device to provide.

ディスクアレイ装置10には、2つのコントローラ12,13と、ディスク部14と、メモリ15とを備えている。ディスク部14に複数のHDD11が収容され、複数のHDD11が持つ記憶領域で記憶空間100が形成されている。   The disk array device 10 includes two controllers 12 and 13, a disk unit 14, and a memory 15. A plurality of HDDs 11 are accommodated in the disk unit 14, and a storage space 100 is formed by storage areas of the plurality of HDDs 11.

コントローラ12は、ディスク制御部12aとタイマ12bとを備えている。ディスク制御部12aは、タイマ12bを用いて定期的にディスク部14の状態を監視し、メモリ15を用いてディスク部14の記憶空間100のアドレス管理を行い、ディスク部14の記憶空間100に対するアクセスやその記憶空間100内での負荷分散等を行う。   The controller 12 includes a disk control unit 12a and a timer 12b. The disk control unit 12a periodically monitors the state of the disk unit 14 using the timer 12b, manages the address of the storage space 100 of the disk unit 14 using the memory 15, and accesses the storage space 100 of the disk unit 14. And load distribution in the storage space 100 is performed.

コントローラ13は、コントローラ12に対して冗長に設けられたものであり、ディスク制御部13aとタイマ13bとを備えている。コントローラ13のディスク制御部13aは、コントローラ12のディスク制御部12aとは独立して、同様に機能する。
コントローラ12及びコントローラ13は、それぞれCPU等で構成してもよい。
The controller 13 is redundantly provided with respect to the controller 12, and includes a disk control unit 13a and a timer 13b. The disk control unit 13a of the controller 13 functions in the same manner independently of the disk control unit 12a of the controller 12.
The controller 12 and the controller 13 may each be composed of a CPU or the like.

コントローラ12は、複数の上位装置20とインターフェースパスで接続されている。コントローラ13は、コントローラ12とは独立して、複数の上位装置20とインターフェースパスで接続されている。即ち、インターフェースパスが冗長に設けられ、各コントローラ12,13が、上位装置20からの要求をそれぞれ受けることが可能になっている。   The controller 12 is connected to a plurality of higher-level devices 20 through interface paths. The controller 13 is connected to a plurality of higher-level devices 20 through interface paths independently of the controller 12. That is, redundant interface paths are provided so that the controllers 12 and 13 can receive requests from the host device 20, respectively.

図2は、ディスク部14の記憶空間100を説明するための図である。
ディスク部14の持つ記憶空間100には、複数のプール111,112,113を統合した仮想論理ディスク110が設定されている。各プール111,112,113には、論理ディスク(LD)114がそれぞれ配置されている。論理ディスク114の容量は、例えば複数のHDD11の記憶領域を合わせたものである。
FIG. 2 is a diagram for explaining the storage space 100 of the disk unit 14.
A virtual logical disk 110 in which a plurality of pools 111, 112, 113 are integrated is set in the storage space 100 of the disk unit 14. In each of the pools 111, 112, and 113, a logical disk (LD) 114 is arranged. The capacity of the logical disk 114 is the sum of the storage areas of a plurality of HDDs 11, for example.

次に、ディスクアレイ装置10の動作を説明する。
図3は、ディスクアレイ装置10の行うディスクアレイ制御方法を説明するためのフローチャートである。
Next, the operation of the disk array device 10 will be described.
FIG. 3 is a flowchart for explaining a disk array control method performed by the disk array apparatus 10.

各コントローラ12,13のディスク制御部12a,13aは、ディスク部14の各プール111〜113を仮想的に1つの論理ディスクとして管理し、個々のプール111〜113の物理アドレスに対して、論理アドレスを対応させて管理する。更に、ディスク制御部12a,13aは、個々のプール111〜113の論理アドレスを統合して1つの仮想論理ディスクの論理アドレスとして管理する。これにより仮想論理ディスクの任意の論理アドレスと仮想論理ディスク内の各Pool(LD)との相関関係が維持可能である。仮想論理ディスク内の各プール111〜113へのアクセスはこの論理アドレスにより行われる。   The disk control units 12a and 13a of the controllers 12 and 13 virtually manage the pools 111 to 113 of the disk unit 14 as one logical disk, and the logical addresses for the physical addresses of the individual pools 111 to 113 To manage. Further, the disk control units 12a and 13a integrate the logical addresses of the individual pools 111 to 113 and manage them as logical addresses of one virtual logical disk. Thus, the correlation between an arbitrary logical address of the virtual logical disk and each Pool (LD) in the virtual logical disk can be maintained. Access to each of the pools 111 to 113 in the virtual logical disk is performed using this logical address.

ディスク制御部12a,13aは、ステップS101では、上位装置20からの指示を持ち、制御停止の指示が与えられたときには(ステップS101:YES)、ディスクアレイ制御方法を停止し、処理を終了する。   In step S101, the disk controllers 12a and 13a have an instruction from the host device 20, and when an instruction to stop control is given (step S101: YES), the disk controller 12a and 13a stop the disk array control method and end the processing.

一方、タイマ12b,13bは、負荷の状態を定期的に確認するための負荷確認時間を計時し、ディスク制御部12a,13aに知らせる。ディスク制御部12a,13aは、制御停止の指示が与えられず(ステップS101:NO)、タイマ12b,13bによって負荷確認時間が経過したことを知らさせれると(ステップS102:YES)、タイマ12b,13bをリセットすると共に、負荷状態を示す情報をメモリ15から取得する(ステップS103)。   On the other hand, the timers 12b and 13b measure the load confirmation time for periodically confirming the load state and notify the disk control units 12a and 13a. If the disk control units 12a and 13a are not instructed to stop the control (step S101: NO) and are notified by the timers 12b and 13b that the load confirmation time has elapsed (step S102: YES), the timers 12b and 13a 13b is reset and information indicating the load state is acquired from the memory 15 (step S103).

負荷状態を示す情報には、例えば現在の各プール111〜113の負荷の状態が高いか低いかを示す現在情報、各プール111〜113に書込まれているデータ量を示す使用情報、各プール111〜113に書込まれているデータの所定時間あたりのアクセス回数、即ち、アクセス頻度を示す統計情報とがある。ディスク制御部12a,13aは、これらの負荷状態を示す情報を共用して参照する。   The information indicating the load status includes, for example, current information indicating whether the current load status of each of the pools 111 to 113 is high or low, use information indicating the amount of data written in each of the pools 111 to 113, and each pool There is the number of accesses per predetermined time of data written in 111 to 113, that is, statistical information indicating the access frequency. The disk controllers 12a and 13a share and refer to information indicating these load states.

ディスク制御部12a,13aは、統計情報に基づいて、各プール111〜113の負荷量を求め、負荷量が所定値を超える場合には負荷分散処理を開始する(ステップS104)。   The disk controllers 12a and 13a obtain the load amount of each of the pools 111 to 113 based on the statistical information, and start the load distribution process when the load amount exceeds a predetermined value (step S104).

図4は、負荷分散処理の説明図である。
このステップS104の負荷分散処理では、例えば特定のプールにアクセス頻度の高いデ−タが集中している場合は、アクセス頻度の高いデータを他のプールへ再配置する。また、書込まれているデータ量が多いプールからは、一部のデ−タを他のプールに再配置する。
FIG. 4 is an explanatory diagram of the load distribution process.
In the load distribution process in step S104, for example, when data with high access frequency is concentrated in a specific pool, data with high access frequency is relocated to another pool. In addition, a part of data is rearranged in another pool from a pool in which a large amount of data is written.

負荷分散処理を行っている期間には、そのプールが負荷の高い状態になるので、負荷分散処理の開始時には、そのプールの負荷の高くなっていることを示す情報を現在情報としてメモリ15上に示し、負荷分散処理の終了後に、負荷の低くなっていることを示す情報を現在情報としてメモリ15上に示す。   Since the pool is in a high load state during the load distribution process, information indicating that the load of the pool is high is stored in the memory 15 as current information at the start of the load distribution process. After the load distribution process is completed, information indicating that the load is low is indicated on the memory 15 as current information.

負荷分散処理が開始された後、或いはタイマ12b、13bから負荷確認時間が経過したことを知らされていない状態で(ステップS102:NO)、上位装置20から書込み要求或いは読出し要求があると(ステップS105:YES)、ディスク制御部12a,13aは、メモリ15上の負荷状態を示す情報を参照し(ステップS106)、上位装置20からの要求に対応して、ディスク部14にアクセスする(ステップS107)。   When a load request or a read request is received from the host device 20 after the load distribution process is started or when the timer 12b or 13b is not informed that the load confirmation time has elapsed (step S102: NO) (step S102) S105: YES), the disk control units 12a and 13a refer to the information indicating the load state on the memory 15 (step S106), and access the disk unit 14 in response to the request from the host device 20 (step S107). ).

上位装置20からの要求が書込みの場合、ディスク部14の仮想論理ディスク110内へデ−タの書込みを行う。この時、ディスク制御部12a,13aは実際にデ−タを書込むプールを、メモリ15内に保持している負荷情報を基に負荷状態の一番低いプールとする。また、上位装置20からの要求が読出し要求の場合、ディスク制御部12a,13aは、実際にデ−タが書込まれている仮想論理ディスク110内のプールからデ−タを読出し、上位装置20へ転送する。   When the request from the host device 20 is writing, data is written into the virtual logical disk 110 of the disk unit 14. At this time, the disk control units 12a and 13a set the pool in which the data is actually written as the lowest load state pool based on the load information stored in the memory 15. If the request from the host device 20 is a read request, the disk control units 12a and 13a read the data from the pool in the virtual logical disk 110 where the data is actually written, and the host device 20 Forward to.

ステップS107でのアクセスが終了した段階で、ディスク制御部12a,13aは、メモリ15上の統計情報を更新する。即ち、データの書込み或いは読出しを行ったプールのアクセス頻度を示す情報を書換える(ステップS108)。   When the access in step S107 is completed, the disk control units 12a and 13a update the statistical information on the memory 15. That is, the information indicating the access frequency of the pool in which data has been written or read is rewritten (step S108).

ステップS108が終了したとき、或いは上位装置20から書込み或いは読出しの要求がない場合(ステップS105:NO)、処理をステップS101に戻し、一連の処理を繰り返す。   When step S108 is completed, or when there is no write or read request from the host device 20 (step S105: NO), the process returns to step S101, and a series of processes is repeated.

以上のように、本実施形態のディスクアレイ装置10では、タイマ12b,13bで設定される期間毎に、プール111〜113の負荷の状態を監視し、その結果に応じて、データをプール間で移動させている。その結果、プール111〜113のうちの特定のプールにアクセス頻度の高いデータが集中することがなくなる。また、各プールの使用率も平均化される。よって、各プール111〜113の負荷状態が均一化できる。   As described above, in the disk array device 10 of the present embodiment, the load state of the pools 111 to 113 is monitored for each period set by the timers 12b and 13b, and data is transferred between pools according to the result. It is moved. As a result, data with high access frequency does not concentrate in a specific pool among the pools 111 to 113. Also, the usage rate of each pool is averaged. Therefore, the load state of each pool 111-113 can be equalized.

[第2の実施形態]
図5は、本発明の第2の実施形態に係るディスクアレイ装置30を示す構成図である。
このディスクアレイ装置30は、ディスク部14の仮想論理ディスク110に未使用のHDD16を配置し、プール111〜113の容量が不足するときに未使用のHDD16を使用するようにしている。他の構成は、第1の実施形態のディスクアレイ装置10と同様である。
[Second Embodiment]
FIG. 5 is a configuration diagram showing a disk array device 30 according to the second embodiment of the present invention.
In this disk array device 30, unused HDDs 16 are arranged in the virtual logical disk 110 of the disk unit 14, and unused HDDs 16 are used when the capacity of the pools 111 to 113 is insufficient. Other configurations are the same as those of the disk array device 10 of the first embodiment.

この場合、コントローラ12,13のディスク制御部12a,13aは、メモリ15を用いてディスク部14の記憶空間100のアドレス管理を行うと共に、タイマ12b,13bを用いて定期的にディスク部14の状態を監視し、ディスク部14の記憶空間100に対するアクセスやその記憶空間100内で負荷分散や容量拡張等を行う。   In this case, the disk control units 12a and 13a of the controllers 12 and 13 manage the address of the storage space 100 of the disk unit 14 using the memory 15, and periodically check the status of the disk unit 14 using the timers 12b and 13b. , And accesses the storage space 100 of the disk unit 14 and performs load distribution and capacity expansion in the storage space 100.

次に、ディスクアレイ装置30の動作を説明する。
図6は、ディスクアレイ装置30の行うディスクアレイ制御方法を説明するためのフローチャートである。
Next, the operation of the disk array device 30 will be described.
FIG. 6 is a flowchart for explaining a disk array control method performed by the disk array device 30.

各コントローラ12,13のディスク制御部12a,13aは、第1の実施形態と同様、ディスク部14の各プール111〜113を仮想的に1つの論理ディスクとして管理し、個々のプール111〜113の物理アドレスに対して、論理アドレスを対応させて管理する。ディスク制御部12a,13aは、個々のプール111〜113の論理アドレスを統合して一つの仮想論理ディスクの論理アドレスとして管理する。これにより仮想論理ディスクの任意の論理アドレスと仮想論理ディスク内の各プール111〜113との相関関係が維持可能である。仮想論理ディスク内の各プール111〜113へのアクセスはこの論理アドレスにより行われる。   The disk control units 12a and 13a of the controllers 12 and 13 respectively manage the pools 111 to 113 of the disk unit 14 virtually as one logical disk as in the first embodiment, and the individual pools 111 to 113 are managed. A physical address is managed in association with a logical address. The disk control units 12a and 13a integrate the logical addresses of the individual pools 111 to 113 and manage them as logical addresses of one virtual logical disk. Thereby, the correlation between an arbitrary logical address of the virtual logical disk and each of the pools 111 to 113 in the virtual logical disk can be maintained. Access to each of the pools 111 to 113 in the virtual logical disk is performed using this logical address.

ディスク制御部12a,13aは、ステップS201では、上位装置20からの指示を持ち、制御停止の指示が与えられたときには(ステップS201:YES)、ディスクアレイ制御方法を停止し、処理を終了する。   In step S201, the disk controllers 12a and 13a have an instruction from the host device 20, and when an instruction to stop control is given (step S201: YES), the disk controller 12a stops and stops the disk array control method.

一方、タイマ12b,13bは、プール111〜113の容量を定期的に確認するための容量確認時間を計時すると共に、プール111〜113の負荷の状態を定期的に確認するための負荷確認時間を計時する。   On the other hand, the timers 12b and 13b measure the capacity confirmation time for periodically confirming the capacity of the pools 111 to 113, and the load confirmation time for periodically confirming the load state of the pools 111 to 113. Keep time.

ディスク制御部12a,13aは、制御停止の指示が与えられず(ステップS201:NO)、タイマ12b,13bによってプール111〜113の容量を確認するための容量確認時間が経過したことをタイマ12b,13bから知らさせれると(ステップS202:YES)、タイマ12b,13bをリセットすると共に、プール111〜113から容量不足のプールを検出する(ステップS203)。   The disk controllers 12a and 13a are not given an instruction to stop control (step S201: NO), and the timers 12b and 13b indicate that the capacity check time for checking the capacity of the pools 111 to 113 has passed by the timers 12b and 13b. When notified from 13b (step S202: YES), the timers 12b and 13b are reset, and a pool with insufficient capacity is detected from the pools 111 to 113 (step S203).

この容量不足のプールを検出する処理は、各プール111〜113の使用状態、つまり書込まれているデータ数を調べ、メモリ15に格納する。そして、使用状態が既定値を超えるプールを容量不足のプールとして検出する。
容量不足のプールを検出したディスク制御部12a,13aは、容量不足のプールに、仮想論理ディスク110中の未使用のHDD16を割り当て、容量不足のプールの一部として使用可能にする。即ち、容量拡張を行う(ステップS204)。
In the process of detecting a pool with insufficient capacity, the usage state of each of the pools 111 to 113, that is, the number of written data is checked and stored in the memory 15. Then, a pool whose usage state exceeds a predetermined value is detected as a pool with insufficient capacity.
The disk controllers 12a and 13a that have detected the insufficient capacity pool allocate the unused HDD 16 in the virtual logical disk 110 to the insufficient capacity pool and make it usable as a part of the insufficient capacity pool. That is, capacity expansion is performed (step S204).

容量拡張を行っている期間には、そのプールが負荷の高い状態になるので、容量拡張の開始時には、そのプールの負荷の高くなっていることを示す情報を現在情報としてメモリ15上に示し、容量拡張処理の終了後に、負荷の低くなっていることを示す情報を現在情報としてメモリ15上に示す。   During the period of capacity expansion, the pool is in a high load state. At the start of capacity expansion, information indicating that the load of the pool is high is displayed on the memory 15 as current information, After the capacity expansion process is completed, information indicating that the load is low is displayed on the memory 15 as current information.

ディスク制御部12a,13aは、更に、仮想論理ディスク110に未使用のHDD16がなくなった場合に、新たな未使用のHDDを仮想論理ディスク110に配置する(ステップS205)。   Further, when there is no unused HDD 16 in the virtual logical disk 110, the disk control units 12a and 13a allocate a new unused HDD to the virtual logical disk 110 (step S205).

尚、容量不足のプールが検出されなかった場合には、ステップS204及びステップS205の処理は、行わない。   If a pool with insufficient capacity is not detected, the processes in steps S204 and S205 are not performed.

ディスク制御部12a,13aは、タイマ12b,13bから容量確認時間が経過したことをタイマ12b,13bから知らさせれていない状態で(ステップS202:NO)、プール111〜113の負荷確認時間が経過したことを知らされると(ステップS206:YES)、タイマ12b,13bをリセットすると共に、負荷状態を示す情報をメモリ15から取得する(ステップS207)。   The disk control units 12a and 13a are not informed by the timers 12b and 13b that the capacity confirmation time has elapsed from the timers 12b and 13b (step S202: NO), and the load confirmation times of the pools 111 to 113 have elapsed. When notified of this (step S206: YES), the timers 12b and 13b are reset, and information indicating the load state is acquired from the memory 15 (step S207).

負荷状態を示す情報には、例えば現在の各プール111〜113の負荷の状態が高いか低いかを示す現在情報、各プール111〜113に書込まれているデータ量を示す使用情報、各プール111〜113に書込まれているデータの所定時間あたりのアクセス回数、即ち、アクセス頻度を示す統計情報とがある。ディスク制御部12a,13aは、これらの負荷状態を示す情報を共用して参照する   The information indicating the load status includes, for example, current information indicating whether the current load status of each of the pools 111 to 113 is high or low, use information indicating the amount of data written in each of the pools 111 to 113, and each pool There is the number of accesses per predetermined time of data written in 111 to 113, that is, statistical information indicating the access frequency. The disk controllers 12a and 13a refer to information indicating these load states in common.

ディスク制御部12a,13aは、統計情報に基づいて、各プール111〜113の負荷分散処理を開始する(ステップS208)。
このステップS208の負荷分散処理では、第1の実施形態と同様に、特定のプールにアクセス頻度の高いデ−タが集中している場合は、アクセス頻度の高いデータの一部を他のプールに再配置する。また、書込まれているデータ量が多いプールからは、一部のデ−タを他のプールに再配置する。
The disk controllers 12a and 13a start load distribution processing for each of the pools 111 to 113 based on the statistical information (step S208).
In the load distribution process in step S208, as in the first embodiment, when data with high access frequency is concentrated in a specific pool, a part of data with high access frequency is transferred to another pool. Rearrange. In addition, a part of data is rearranged in another pool from a pool in which a large amount of data is written.

負荷分散処理を行っている期間には、そのプールが負荷の高い状態になるので、負荷分散処理の開始時には、そのプールの負荷の高くなっていることを示す情報を現在情報としてメモリ15上に示し、負荷分散処理の終了後に、負荷が低くなっていることを示す情報を現在情報としてメモリ15上に示す。   Since the pool is in a high load state during the load distribution process, information indicating that the load of the pool is high is stored in the memory 15 as current information at the start of the load distribution process. After the load distribution processing is completed, information indicating that the load is low is indicated on the memory 15 as current information.

また、ディスク制御部12a,13aは、タイマ12b,13bから負荷確認時間が経過したことを知らされていない状態で(ステップS206:NO)、上位装置20から書込み要求或いは読出し要求があると(ステップS209:YES)、メモリ15上の負荷状態を示す情報を参照し(ステップS210)、上位装置20からの要求に対応して、ディスク部14にアクセスする(ステップS211)。   Further, when the disk control units 12a and 13a are not informed that the load confirmation time has elapsed from the timers 12b and 13b (step S206: NO), when there is a write request or a read request from the host device 20 (step S206). S209: YES), referring to the information indicating the load state on the memory 15 (step S210), the disk unit 14 is accessed in response to the request from the host device 20 (step S211).

上位装置20からの要求が書込みの場合、ディスク部14の仮想論理ディスク内へデ−タの書込みを行う。この時、ディスク制御部12a,13aは実際にデ−タを書込むプールを、メモリ15内に保持している負荷情報を基に負荷状態の一番低いプールとする。また、上位装置20からの要求が読出し要求の場合、ディスク制御部12a,13aは、実際にデ−タが書込まれている仮想論理ディスク内のプールからデ−タを読出し、上位装置20へ転送する。   When the request from the host device 20 is writing, data is written into the virtual logical disk of the disk unit 14. At this time, the disk control units 12a and 13a set the pool in which the data is actually written as the lowest load state pool based on the load information stored in the memory 15. If the request from the host device 20 is a read request, the disk controllers 12a and 13a read the data from the pool in the virtual logical disk where the data is actually written, and send it to the host device 20. Forward.

アクセスが終了した段階で、ディスク制御部12a,13aは、メモリ15上の統計情報を更新する。即ち、データの書込み或いは読出しを行ったプールのアクセス頻度を示す情報を書換える(ステップS212)。   When the access is completed, the disk controllers 12a and 13a update the statistical information on the memory 15. That is, the information indicating the access frequency of the pool in which data has been written or read is rewritten (step S212).

ステップS212が終了したとき、或いは上位装置20から書込み或いは読出しの要求がない場合(ステップS209:NO)、処理をステップS201に戻し、一連の処理を繰り返す。   When step S212 is completed, or when there is no write or read request from the host device 20 (step S209: NO), the process returns to step S201, and a series of processes is repeated.

以上のように、本実施形態のディスクアレイ装置では、容量拡張処理を行うので、第1の実施形態の利点に加えて、さらに、各プール111〜113の容量が不足しても、未使用のHDD16により、各プール111〜113の容量が補填されるという利点がある。   As described above, in the disk array device of this embodiment, capacity expansion processing is performed. Therefore, in addition to the advantages of the first embodiment, even if the capacity of each of the pools 111 to 113 is insufficient, it is unused. There is an advantage that the capacity of each of the pools 111 to 113 is supplemented by the HDD 16.

本発明の第1の実施形態に係るディスクアレイ装置を示す構成図である。1 is a configuration diagram showing a disk array device according to a first embodiment of the present invention. FIG. ディスク部の記憶空間を説明するための図である。It is a figure for demonstrating the storage space of a disc part. ディスクアレイ装置の行うディスクアレイ制御方法を説明するためのフローチャートである。It is a flowchart for demonstrating the disk array control method which a disk array apparatus performs. 負荷分散処理の説明図である。It is explanatory drawing of a load distribution process. 本発明の第2の実施形態に係るディスクアレイ装置を示す構成図である。It is a block diagram which shows the disk array apparatus based on the 2nd Embodiment of this invention. ディスクアレイ装置の行うディスクアレイ制御方法を説明するためのフローチャートである。It is a flowchart for demonstrating the disk array control method which a disk array apparatus performs. 従来のディスクアレイ装置の概要を示す図である。It is a figure which shows the outline | summary of the conventional disk array apparatus.

符号の説明Explanation of symbols

10,30 ディスクアレイ装置
11 HDD
12,13 コントローラ
12a,13a ディスク制御部
12b,13b タイマ
14 ディスク部
20 上位装置
100 記憶空間
110 仮想論理ディスク
111〜113 プール
10, 30 Disk array device 11 HDD
12, 13 Controller 12a, 13a Disk control unit 12b, 13b Timer 14 Disk unit 20 Host device 100 Storage space 110 Virtual logical disk 111-113 Pool

Claims (12)

物理ディスクの記憶領域でそれぞれ構成される複数のプールに対して、アドレスを管理し、上位装置からの要求に応じたアクセスを行うディスクアレイ制御方法において、
定期的に前記各プールにおける負荷状況を監視する監視処理と、
前記負荷状況の監視結果に基づいて、特定のプールに記憶されているデータを他のプールに移動させる負荷分散処理とを、
含むことを特徴とするディスクアレイ制御方法。
In a disk array control method for managing addresses for a plurality of pools each configured with a storage area of a physical disk and performing access according to a request from a host device,
A monitoring process for periodically monitoring the load status in each pool;
Load distribution processing for moving data stored in a specific pool to another pool based on the monitoring result of the load status;
A disk array control method comprising:
前記監視処理は、前記各プールにおけるアクセスの頻度を含む前記負荷状況を監視し、
前記負荷分散処理は、アクセスの頻度の高いデータが集中するプールから前記他のプールへ、該アクセスの頻度の高いデータの一部を移動させることを特徴とする請求項1に記載のディスクアレイ制御方法。
The monitoring process monitors the load status including the frequency of access in each pool,
2. The disk array control according to claim 1, wherein the load distribution processing moves a part of the frequently accessed data from the pool in which frequently accessed data is concentrated to the other pool. Method.
前記監視処理は、前記各プールに書込まれているデータ量を含む前記負荷状況を監視し、
前記負荷分散処理は、書込まれているデータ量の多いプールから前記他のプールへ、データの一部を移動させることを特徴とする請求項1又は2に記載のディスクアレイ制御方法。
The monitoring process monitors the load situation including the amount of data written to each pool,
3. The disk array control method according to claim 1, wherein the load distribution processing moves a part of data from a pool with a large amount of written data to the other pool.
前記複数のプールから構成される仮想論理ディスクに未使用の物理ディスクを配置しておき、
定期的に各プールの記憶領域の使用状況を監視し、該使用状況が既定値を超えるプールに対して前記未使用の物理ディスクの記憶領域を割り当てる容量拡張処理を行うことを特徴とする請求項1乃至3のいずれか1項に記載のディスクアレイ制御方法。
An unused physical disk is placed on a virtual logical disk composed of the plurality of pools,
The capacity expansion process of periodically monitoring the usage status of the storage area of each pool and allocating the storage area of the unused physical disk to a pool whose usage status exceeds a predetermined value. 4. The disk array control method according to any one of 1 to 3.
前記仮想論理ディスクの容量が不足したときに新たな未使用の物理ディスクを該仮想論理ディスクに配置することを特徴とする請求項4に記載のディスクアレイ制御方法。   5. The disk array control method according to claim 4, wherein when the capacity of the virtual logical disk is insufficient, a new unused physical disk is arranged on the virtual logical disk. 前記上位装置からの要求がデータの書込みの場合、負荷の最も低いプールに該データを書込むことを特徴とする請求項1乃至5のいずれか1項に記載のディスクアレイ制御方法。   6. The disk array control method according to claim 1, wherein when the request from the host device is data writing, the data is written to a pool with the lowest load. 物理ディスクの記憶領域でそれぞれ構成される複数のプールに対して、アドレスを管理し、上位装置からの要求に応じたアクセスを行うディスクアレイ装置において、
定期的に前記各プールにおける負荷状況を監視する監視手段と、
前記負荷状況の監視結果に基づいて、特定のプールに記憶されているデータを他のプールに移動させる負荷分散手段とを備えることを特徴とするディスクアレイ装置。
In a disk array device that manages addresses for a plurality of pools each configured with a storage area of a physical disk and performs access according to a request from a host device,
Monitoring means for periodically monitoring the load status in each pool;
A disk array device comprising load distribution means for moving data stored in a specific pool to another pool based on the monitoring result of the load status.
前記監視手段は、前記各プールにおけるアクセスの頻度を含む前記負荷状況を監視し、
前記負荷分散手段は、アクセスの頻度の高いデータが集中するプールから前記他のプールへ、該アクセスの頻度の高いデータの一部を移動させることを特徴とする請求項7に記載のディスクアレイ装置。
The monitoring means monitors the load situation including the frequency of access in each pool,
8. The disk array device according to claim 7, wherein the load distribution unit moves a part of the frequently accessed data from a pool in which frequently accessed data is concentrated to the other pool. .
前記監視手段は、前記各プールに書込まれているデータ量を含む前記負荷状況を監視し、
前記負荷分散処理は、書込まれているデータ量の多いプールから前記他のプールへ、データの一部を移動させることを特徴とする請求項7又は8に記載のディスクアレイ装置。
The monitoring means monitors the load situation including the amount of data written to each pool,
9. The disk array device according to claim 7, wherein the load distribution processing moves part of data from a pool with a large amount of written data to the other pool.
前記複数のプールから構成される仮想論理ディスクに未使用の物理ディスクを配置しておき、
定期的に各プールの記憶領域の使用状況を監視し、該使用状況が既定値を超えるプールに対して前記未使用の物理ディスクの記憶領域を割り当てることを特徴とする請求項7乃至9のいずれか1項に記載のディスクアレイ装置。
An unused physical disk is placed on a virtual logical disk composed of the plurality of pools,
10. The storage area of each pool is periodically monitored, and the storage area of the unused physical disk is allocated to a pool whose usage condition exceeds a predetermined value. 2. The disk array device according to claim 1.
前記仮想論理ディスクの容量が不足した時に新たな未使用の物理ディスクを該仮想論理ディスクに配置することを特徴とする請求項10に記載のディスクアレイ装置。   11. The disk array device according to claim 10, wherein when the capacity of the virtual logical disk is insufficient, a new unused physical disk is arranged on the virtual logical disk. 前記上位装置からの要求がデータの書込みの場合、負荷の最も低いプールに該データを書込むことを特徴とする請求項7乃至11のいずれか1項に記載のディスクアレイ装置。


The disk array device according to any one of claims 7 to 11, wherein when the request from the host device is a data write, the data is written to a pool with the lowest load.


JP2008101715A 2008-04-09 2008-04-09 Disk array control method and disk array device Pending JP2009252106A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008101715A JP2009252106A (en) 2008-04-09 2008-04-09 Disk array control method and disk array device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008101715A JP2009252106A (en) 2008-04-09 2008-04-09 Disk array control method and disk array device

Publications (1)

Publication Number Publication Date
JP2009252106A true JP2009252106A (en) 2009-10-29

Family

ID=41312726

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008101715A Pending JP2009252106A (en) 2008-04-09 2008-04-09 Disk array control method and disk array device

Country Status (1)

Country Link
JP (1) JP2009252106A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012169027A1 (en) * 2011-06-08 2012-12-13 株式会社日立製作所 Computer system and storage system administration method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003296149A (en) * 2002-03-29 2003-10-17 Daiwa Securities Group Inc File relocation system
JP2004054721A (en) * 2002-07-23 2004-02-19 Hitachi Ltd Network storage virtualization method
JP2005078394A (en) * 2003-09-01 2005-03-24 Nec Corp Non-shared database cluster system, database node and dynamic data re-arrangement method and program
JP2006155301A (en) * 2004-11-30 2006-06-15 Kyocera Mita Corp Data management system and image forming device
JP2006285739A (en) * 2005-04-01 2006-10-19 Hitachi Ltd Storage system, and storage region allocating method
JP2007293486A (en) * 2006-04-24 2007-11-08 Fujitsu Ltd Disk device, disk control method and program
JP2007323557A (en) * 2006-06-05 2007-12-13 Fujitsu Ltd Disk array device and load balancing method thereof
JP2007328734A (en) * 2006-06-09 2007-12-20 Hitachi Ltd Storage device and control method for storage device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003296149A (en) * 2002-03-29 2003-10-17 Daiwa Securities Group Inc File relocation system
JP2004054721A (en) * 2002-07-23 2004-02-19 Hitachi Ltd Network storage virtualization method
JP2005078394A (en) * 2003-09-01 2005-03-24 Nec Corp Non-shared database cluster system, database node and dynamic data re-arrangement method and program
JP2006155301A (en) * 2004-11-30 2006-06-15 Kyocera Mita Corp Data management system and image forming device
JP2006285739A (en) * 2005-04-01 2006-10-19 Hitachi Ltd Storage system, and storage region allocating method
JP2007293486A (en) * 2006-04-24 2007-11-08 Fujitsu Ltd Disk device, disk control method and program
JP2007323557A (en) * 2006-06-05 2007-12-13 Fujitsu Ltd Disk array device and load balancing method thereof
JP2007328734A (en) * 2006-06-09 2007-12-20 Hitachi Ltd Storage device and control method for storage device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012169027A1 (en) * 2011-06-08 2012-12-13 株式会社日立製作所 Computer system and storage system administration method
US8683162B2 (en) 2011-06-08 2014-03-25 Hitachi, Ltd. Computer system and method of managing storage system monitoring access performance for risky pool detection

Similar Documents

Publication Publication Date Title
US7814351B2 (en) Power management in a storage array
US8019930B2 (en) Storage system and storage management method for controlling off-line mode and on-line mode of flash memory
JP5073259B2 (en) Virtualization system and area allocation control method
JP5638744B2 (en) Command queue loading
JP5941996B2 (en) Storage apparatus and tier control method
JP5619667B2 (en) Hierarchical information management method and apparatus
JP6459644B2 (en) Storage control device, control system, and control program
EP0727745A1 (en) Memory control apparatus and its control method
JP4935331B2 (en) Storage system, storage area selection method and program
JP2010033261A (en) Storage device and control method
JP2007066259A (en) Computer system, storage system and volume capacity expansion method
JP2007140728A (en) Storage device system and storage control method
US9760292B2 (en) Storage system and storage control method
JP6540391B2 (en) Storage control device, storage control program, and storage control method
JP2007316725A (en) Storage area management method and management computer
US20100235599A1 (en) Access control device, storage system, and access control method
JP5857849B2 (en) Storage device, activation device determination method, and program
JP6554990B2 (en) Storage control device and storage control program
WO2015186243A1 (en) Storage device
JP6019940B2 (en) Information processing apparatus, copy control program, and copy control method
JP5287414B2 (en) Storage system, storage power consumption reduction method, program
JP2009252106A (en) Disk array control method and disk array device
JP2008192020A (en) Raid control unit and its control method
US8990523B1 (en) Storage apparatus and its data processing method
US10209888B2 (en) Computer and optimization method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110805

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110823

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111021

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120612