JP2012003567A - Storage management device - Google Patents

Storage management device Download PDF

Info

Publication number
JP2012003567A
JP2012003567A JP2010138880A JP2010138880A JP2012003567A JP 2012003567 A JP2012003567 A JP 2012003567A JP 2010138880 A JP2010138880 A JP 2010138880A JP 2010138880 A JP2010138880 A JP 2010138880A JP 2012003567 A JP2012003567 A JP 2012003567A
Authority
JP
Japan
Prior art keywords
storage
data
management apparatus
storage management
virtual volume
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
JP2010138880A
Other languages
Japanese (ja)
Inventor
Takao Kasuga
隆緒 春日
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2010138880A priority Critical patent/JP2012003567A/en
Publication of JP2012003567A publication Critical patent/JP2012003567A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a storage virtualization environment in which the response performance of a virtual volume is optimized and the management man-hours of a system administrator is reduced in optimization.SOLUTION: Before system operation, automatic evaluation of the response characteristic of each storage constituting a virtual volume is performed. On the basis of the automatic evaluation result, the storage response-characteristic information is held in a cache memory. After system operation starts, access data to the virtual volume is put into the cache memory, data patterns are analyzed, and an optimum storage for storing the data is automatically selected on the basis of the response characteristic information.

Description

本発明は、複数のストレージにより構成されるストレージ仮想化環境において、仮想ボリュームの応答性能を最適化する機能を提供するものである。   The present invention provides a function for optimizing the response performance of a virtual volume in a storage virtualization environment composed of a plurality of storages.

近年、計算機システムの扱うデータ量は増加の一途を辿っている。データ量の増加にともない、SAN(Storage Area Network)接続により、複数のストレージを利用する構成が一般的となっている。   In recent years, the amount of data handled by computer systems has been steadily increasing. As the amount of data increases, a configuration using a plurality of storages by SAN (Storage Area Network) connection has become common.

ストレージ容量が不足し、複数のストレージが追加されていくと、システムの構成が複雑化してしまう。   When the storage capacity is insufficient and a plurality of storages are added, the system configuration becomes complicated.

このような問題を解決する技術として、ストレージ仮想化がある。   There is storage virtualization as a technique for solving such a problem.

ストレージ仮想化の一つの手法として、ストレージ管理装置により、複数のストレージを一元管理する方法がある。   As one method of storage virtualization, there is a method of centrally managing a plurality of storages by a storage management device.

ストレージ管理装置が、複数ストレージから構成される仮想ボリュームを計算機システムに見せることで、計算機システムからは1台のストレージが接続されているように見せる。   The storage management device shows a virtual volume composed of multiple storages to the computer system, so that it appears as if one storage is connected from the computer system.

前記により、計算機システムから見える仮想ボリュームを変更せずに、ストレージ管理装置に接続されているストレージの追加を行うことができる。   As described above, the storage connected to the storage management apparatus can be added without changing the virtual volume visible to the computer system.

特開2008−47156号公報JP 2008-47156 A

仮想ボリュームを構成するストレージには、様々な応答特性を持つストレージが存在する。データをどのストレージに配置するかによって、該当データへのアクセスに対する応答性能が異なってくる。   There are storages having various response characteristics in the storage that constitutes the virtual volume. Depending on which storage the data is allocated to, the response performance for accessing the data differs.

仮想ボリュームの応答性能を最適化する従来技術として、仮想ボリュームを構成する各ストレージに格納されたデータに対し、ストレージを特性毎に階層化し、ユーザが階層を指示することでデータを再配置する方法がある。前記の場合、システム管理者がシステム構築時に階層化設定を行う必要がある。更に、データ毎にどの階層に配置するかを指定する必要があるため、ストレージの数や扱うデータ量が増加してくると管理工数が負担となる。   As a conventional technique for optimizing the response performance of a virtual volume, a method of tiering storage for each characteristic of data stored in each storage constituting the virtual volume and rearranging the data by the user specifying the tier There is. In the above case, it is necessary for the system administrator to set the hierarchization at the time of system construction. Furthermore, since it is necessary to specify in which hierarchy each data is arranged, if the number of storages and the amount of data to be handled increase, management man-hours become a burden.

そこで、ストレージ仮想化環境において、仮想ボリュームの応答性能を最適化しつつ、最適化にあたってのシステム管理者の管理工数を低減することを課題とする。   Therefore, it is an object to reduce the management man-hours of the system administrator for optimization while optimizing the response performance of the virtual volume in the storage virtualization environment.

システム運用前に、仮想ボリュームを構成する各ストレージの応答特性の自動評価を行う。   Prior to system operation, the response characteristics of each storage that makes up the virtual volume are automatically evaluated.

自動評価結果に基づき、ストレージの応答特性情報をキャッシュメモリに保持する。   Based on the automatic evaluation result, storage response characteristic information is held in the cache memory.

システム運用開始後、仮想ボリュームへのアクセスデータをキャッシュメモリに取り込み、アクセスパターンを分析し、応答特性情報に基づいて最適なデータ格納先ストレージを選択し、データを自動配置する。   After starting the system operation, the access data to the virtual volume is taken into the cache memory, the access pattern is analyzed, the optimum data storage destination storage is selected based on the response characteristic information, and the data is automatically arranged.

前記アクセスパターンは、4種類のパターン(シーケンシャルWrite、シーケンシャルRead、ランダムWrite、ランダムRead)に分類される。   The access patterns are classified into four types of patterns (sequential write, sequential read, random write, and random read).

ストレージ管理装置に接続された各ストレージは、ストレージ管理装置によって応答特性が自動判定されるため、システム管理者はストレージ階層化設定作業を行うことなく、ストレージの追加を簡易に行うことができる。   Since each storage connected to the storage management apparatus automatically determines the response characteristics by the storage management apparatus, the system administrator can easily add storage without performing the storage tiering setting operation.

また、判定した応答特性データに基づき、アクセスデータを自動配置するため、データ毎にどの階層ストレージに配置するかを指定する必要なく、最適なデータ格納先ストレージにデータを格納することができる。   Further, since the access data is automatically arranged based on the determined response characteristic data, it is possible to store the data in the optimum data storage destination storage without specifying which tier storage is to be arranged for each data.

実施例1に係るストレージ管理装置を含む構成の一例。1 is an example of a configuration including a storage management apparatus according to a first embodiment. 実施例1に係るストレージ管理装置を含む構成での動作フロー。6 is an operation flow in a configuration including a storage management apparatus according to the first embodiment. 実施例1に係るストレージ管理装置を含む構成での応答特性情報テーブルの一例。4 is an example of a response characteristic information table in a configuration including a storage management apparatus according to the first embodiment.

本発明のストレージ管理装置は、仮想ボリュームを管理する制御コントローラを備える。   The storage management apparatus of the present invention includes a control controller that manages virtual volumes.

以下、図面を用いて本発明の実施例について説明する。   Embodiments of the present invention will be described below with reference to the drawings.

本発明のストレージ管理装置は、仮想ボリュームを管理する制御コントローラを備える。   The storage management apparatus of the present invention includes a control controller that manages virtual volumes.

以下、図面を用いて本発明の実施例について説明する。図1は実施例1に係るストレージ管理装置を含む構成の一例である。   Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is an example of a configuration including a storage management apparatus according to the first embodiment.

ストレージ管理装置100には、スイッチ300を介してホスト計算機200が接続されている。ストレージ管理装置100は制御コントローラ101を持ち、制御コントローラ101はプロセッサ102および記憶装置(キャッシュメモリ103)を持つ。ストレージ管理装置100はI/F制御部105を持ち、I/F制御部105には複数のストレージ(ストレージ400、ストレージ401、ストレージ402)が接続されている。ストレージ400は外部SASインタフェースおよびRAIDグループを制御するコントローラを持ち、SATA HDDで構成されたRAIDグループに作成された論理ボリュームを記憶領域として使用する。ストレージ401は外部FCインタフェースおよびRAIDグループを制御するコントローラを持ち、SAS HDDで構成されたRAIDグループに作成された論理ボリュームを記憶領域として使用する。ストレージ402は外部FCインタフェースおよびRAIDグループを制御するコントローラを持ち、SSDで構成されたRAIDグループに作成された論理ボリュームを記憶領域として使用する。   A host computer 200 is connected to the storage management apparatus 100 via a switch 300. The storage management apparatus 100 has a control controller 101, and the control controller 101 has a processor 102 and a storage device (cache memory 103). The storage management apparatus 100 has an I / F control unit 105, and a plurality of storages (storage 400, storage 401, storage 402) are connected to the I / F control unit 105. The storage 400 has a controller that controls an external SAS interface and a RAID group, and uses a logical volume created in a RAID group configured with SATA HDDs as a storage area. The storage 401 has a controller that controls an external FC interface and a RAID group, and uses a logical volume created in a RAID group composed of SAS HDDs as a storage area. The storage 402 has a controller that controls an external FC interface and a RAID group, and uses a logical volume created in a RAID group configured with SSD as a storage area.

図2は、実施例1に係るストレージ管理装置を含む構成での動作フローである。以下、動作フローに従って説明を行う。   FIG. 2 is an operation flow in the configuration including the storage management apparatus according to the first embodiment. Hereinafter, description will be given according to the operation flow.

論理ボリューム毎の応答特性情報を保持するデータ構造をキャッシュメモリ上に作成しておく(フロー500)。データ構造の要素として、ストレージ管理装置が認識する論理ボリューム毎の、シーケンシャルWrite性能値、シーケンシャルRead性能値、ランダムWrite性能値、ランダムRead性能値を持つ。性能値は、転送ブロックサイズ毎に値を保持することができる。   A data structure holding response characteristic information for each logical volume is created in the cache memory (flow 500). As elements of the data structure, each logical volume recognized by the storage management apparatus has a sequential write performance value, a sequential read performance value, a random write performance value, and a random read performance value. The performance value can be held for each transfer block size.

一つの論理ボリュームに対し、シーケンシャルWrite、シーケンシャルRead、ランダムWrite、ランダムReadテストを実行し、得られた性能値をキャッシュメモリ上に応答特性情報として保存する(フロー501)。   Sequential Write, Sequential Read, Random Write, and Random Read tests are executed for one logical volume, and the obtained performance value is stored as response characteristic information in the cache memory (Flow 501).

図3に、応答特性情報テーブルの一例を示す。   FIG. 3 shows an example of the response characteristic information table.

論理ボリュームが複数ある場合、全ての論理ボリュームに対してテストを行った後(フロー502)、ホスト計算機からの仮想ボリュームへのデータ処理要求を受付開始する(フロー503)。   When there are a plurality of logical volumes, a test is performed on all the logical volumes (flow 502), and reception of a data processing request to the virtual volume from the host computer is started (flow 503).

ホスト計算機からのデータ処理(書込み・読出し)要求があるかを確認し(フロー504)、要求がある場合は、データ処理内容をキャッシュメモリ上にとりこみ、書込み要求であった場合は、ホスト計算機へ処理完了の旨を通知した後、アクセスパターンの解析を行う。読出し要求であった場合は、ホスト計算機へ該当データを送信した後、アクセスパターンの解析を行う。(フロー505)。データ処理要求が無い場合は、ホスト計算機からのデータ処理要求を待つ。   It is confirmed whether there is a data processing (write / read) request from the host computer (flow 504). If there is a request, the contents of the data processing are loaded into the cache memory. If it is a write request, it is sent to the host computer. After notifying that processing is complete, the access pattern is analyzed. If it is a read request, the corresponding data is transmitted to the host computer, and then the access pattern is analyzed. (Flow 505). If there is no data processing request, it waits for a data processing request from the host computer.

キャッシュメモリ上の応答特性情報に基づき、該当データ処理に対して最も応答性能がよい論理ボリュームにデータを配置する(フロー506)。   Based on the response characteristic information on the cache memory, data is allocated to the logical volume with the best response performance for the corresponding data processing (flow 506).

データ配置完了後は、ホスト計算機からのデータ処理要求を待つ。   After the data allocation is completed, it waits for a data processing request from the host computer.

100…ストレージ管理装置、101…制御コントローラ、102…プロセッサ、103…キャッシュメモリ、104…仮想ボリューム、105…I/F制御部、200…ホスト計算機、300…スイッチ、400…ストレージ、401…ストレージ、402…ストレージ、500〜506…動作フロー。   DESCRIPTION OF SYMBOLS 100 ... Storage management apparatus, 101 ... Control controller, 102 ... Processor, 103 ... Cache memory, 104 ... Virtual volume, 105 ... I / F control part, 200 ... Host computer, 300 ... Switch, 400 ... Storage, 401 ... Storage, 402: Storage, 500 to 506: Operation flow.

Claims (5)

ホスト計算機との接続インターフェース、および複数ストレージを接続するためのインタフェース制御部を持ち、仮想ボリュームを管理する制御コントローラを備えるストレージ管理装置。   A storage management apparatus having a connection controller with a host computer and an interface controller for connecting a plurality of storages, and a control controller for managing virtual volumes. 複数ストレージから構成される仮想ボリュームをホスト計算機に認識させる処理を行う制御コントローラを備えることを特徴とする請求項1に記載のストレージ管理装置。   The storage management apparatus according to claim 1, further comprising a control controller that performs processing for causing a host computer to recognize a virtual volume composed of a plurality of storages. ホスト計算機から仮想ボリュームへのデータ処理要求があった場合に、仮想ボリュームを構成するストレージに対するデータ処理として扱う処理を行う制御コントローラを備えることを特徴とする請求項1に記載のストレージ管理装置。   2. The storage management apparatus according to claim 1, further comprising a control controller that performs processing that is handled as data processing for the storage that configures the virtual volume when a data processing request is issued from the host computer to the virtual volume. 前記コントローラが、データを格納する記憶装置を持つことを特徴とする請求項1に記載のストレージ管理装置。   The storage management apparatus according to claim 1, wherein the controller has a storage device for storing data. 前記記憶装置に、論理ボリューム毎の応答特性情報を保持することを特徴とする請求項1に記載のストレージ管理装置。   The storage management apparatus according to claim 1, wherein response characteristic information for each logical volume is held in the storage apparatus.
JP2010138880A 2010-06-18 2010-06-18 Storage management device Pending JP2012003567A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010138880A JP2012003567A (en) 2010-06-18 2010-06-18 Storage management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010138880A JP2012003567A (en) 2010-06-18 2010-06-18 Storage management device

Publications (1)

Publication Number Publication Date
JP2012003567A true JP2012003567A (en) 2012-01-05

Family

ID=45535461

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010138880A Pending JP2012003567A (en) 2010-06-18 2010-06-18 Storage management device

Country Status (1)

Country Link
JP (1) JP2012003567A (en)

Similar Documents

Publication Publication Date Title
US7574577B2 (en) Storage system, storage extent release method and storage apparatus
US9229653B2 (en) Write spike performance enhancement in hybrid storage systems
US8850152B2 (en) Method of data migration and information storage system
JP5314772B2 (en) Storage system management system and method having a pool composed of real areas with different performance
JP5502232B2 (en) Storage system and control method thereof
JP5363595B2 (en) Storage system and method for rearranging data in virtual volume
WO2013160958A1 (en) Information storage system and method of controlling information storage system
US8930621B2 (en) Storage subsystem and storage control method
JP2006309318A (en) Storage management system, storage management server, data rearrangement control method, and data rearrangement control program
US20140075111A1 (en) Block Level Management with Service Level Agreement
JP2011070345A (en) Computer system, management device for the same and management method for the same
US20160085446A1 (en) Control device and storage system
JP5857849B2 (en) Storage device, activation device determination method, and program
US8572347B2 (en) Storage apparatus and method of controlling storage apparatus
US9436834B1 (en) Techniques using an encryption tier property in a multi-tiered storage environment
US9547450B2 (en) Method and apparatus to change tiers
US9547443B2 (en) Method and apparatus to pin page based on server state
US8850087B2 (en) Storage device and method for controlling the same
JP2008198221A5 (en)
JP2012003567A (en) Storage management device
JP2015170272A (en) Control device, control method and control program
JP2015191443A (en) Storage system, control device, storage device, input/output control method, and program
US20180032255A1 (en) Computer and optimization method