JP7050707B2 - Storage control device, storage system, storage control method, and storage control program - Google Patents

Storage control device, storage system, storage control method, and storage control program Download PDF

Info

Publication number
JP7050707B2
JP7050707B2 JP2019048565A JP2019048565A JP7050707B2 JP 7050707 B2 JP7050707 B2 JP 7050707B2 JP 2019048565 A JP2019048565 A JP 2019048565A JP 2019048565 A JP2019048565 A JP 2019048565A JP 7050707 B2 JP7050707 B2 JP 7050707B2
Authority
JP
Japan
Prior art keywords
storage device
storage
update
data
difference
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.)
Active
Application number
JP2019048565A
Other languages
Japanese (ja)
Other versions
JP2020149573A (en
Inventor
寛 松下
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Platforms Ltd
Original Assignee
NEC Platforms 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 NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2019048565A priority Critical patent/JP7050707B2/en
Publication of JP2020149573A publication Critical patent/JP2020149573A/en
Application granted granted Critical
Publication of JP7050707B2 publication Critical patent/JP7050707B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本願発明は、ストレージ装置に記憶されたデータの複製を別のストレージ装置に格納する技術に関する。 The present invention relates to a technique for storing a copy of data stored in a storage device in another storage device.

高度に情報化された現代社会では、社会インフラを構築する様々なコンピュータシステムが稼動している。このようなコンピュータシステムの多くは、高可用性や高信頼性を実現するために、メイン(運用系、常用系、プライマリ)サイトとは別にリモート(待機系、予備系、セカンダリ)サイトを遠隔地に設けている。そしてこのようなコンピュータシステムは、メインサイトのデータをリモートサイトでも多重化して保持することによって、メインサイトが被災した場合であってもリモートサイトにおいてサービスを継続して提供可能とするディザスタリカバリシステムを構築している。 In today's highly information-oriented society, various computer systems that build social infrastructure are in operation. Many of these computer systems have remote (standby, standby, secondary) sites separate from the main (operational, regular, primary) sites to achieve high availability and reliability. It is provided. Such a computer system builds a disaster recovery system that enables continuous provision of services at the remote site even if the main site is damaged by multiplexing and retaining the data at the main site at the remote site. ing.

このようなディザスタリカバリシステムは、メインサイトとリモートサイトにそれぞれ設置されているストレージ装置間においてデータを転送する処理であるレプリケーションを実行する。そして、データの転送方式としては、大別して下記の3つの方式がある。 Such a disaster recovery system executes replication, which is a process of transferring data between storage devices installed at a main site and a remote site, respectively. The data transfer method is roughly classified into the following three methods.

第一のデータ転送方式は、メインサイト側の論理ディスクへの書き込みに同期してリモートサイト側の論理ディスクへも書き込みを行う同期コピー方式である。同期コピー方式では、メインサイト側とリモートサイト側との両方の論理ディスクへの書き込みを完了した後に、その完了報告を、書き込みリクエストを発行したホスト装置へ送信する。同期コピー方式では、リモートサイトへの通信時間分、ホスト装置に対する書き込み応答が遅延する。 The first data transfer method is a synchronous copy method in which writing is performed to the logical disk on the remote site side in synchronization with writing to the logical disk on the main site side. In the synchronous copy method, after writing to both the main site side and the remote site side logical disks is completed, the completion report is sent to the host device that issued the write request. In the synchronous copy method, the write response to the host device is delayed by the communication time to the remote site.

第二のデータ転送方式は、メインサイト側の論理ディスクへの書き込みと、リモートサイト側の論理ディスクへの書き込みを非同期に行う非同期コピー方式である。非同期コピー方式では、メインサイトの論理ディスクに対する書き込みが完了した時点で、その完了報告を、書き込みリクエストを発行したホスト装置へ送信する。そして非同期コピー方式では、その後の所定のタイミングに、メインサイトの論理ディスクに対する更新内容を、リモートサイトに送信する。非同期コピー方式は、同期コピー方式と比較して、ホスト装置に対する書き込み応答を改善する一方、リモートサイトにおけるデータの更新順序がメインサイトにおけるデータの更新順序とは必ずしも一致しない。このため、非同期コピー方式では、例えば非同期コピーを実行中に災害が発生した場合に、リモートサイトにおけるデータの整合性が保証されないことになる。 The second data transfer method is an asynchronous copy method in which writing to the logical disk on the main site side and writing to the logical disk on the remote site side are performed asynchronously. In the asynchronous copy method, when the writing to the logical disk of the main site is completed, the completion report is sent to the host device that issued the write request. Then, in the asynchronous copy method, the updated contents for the logical disk of the main site are transmitted to the remote site at a predetermined timing thereafter. The asynchronous copy method improves the write response to the host device as compared with the synchronous copy method, but the data update order at the remote site does not always match the data update order at the main site. Therefore, in the asynchronous copy method, for example, if a disaster occurs while executing asynchronous copy, the integrity of the data at the remote site is not guaranteed.

第三のデータ転送方式は、上述した非同期コピー方式において、リモートサイトにおけるデータの更新をメインサイトにおけるデータの更新順序の通りに実行するようにした方式(即ち高機能な非同期コピー方式)であり、本願では以降、非同期順序保証コピー方式と称することとする。非同期順序保証コピー方式では、メインサイトの論理ディスクへの書き込みを行うとともに、その更新内容を表す更新データと更新順序番号とを保存する順序保証バッファを備える。そして非同期順序保証コピー方式では、順序保証バッファに記憶されている更新データを、更新順序番号によって順序保証しながらリモートサイトの論理ディスクに適用する。非同期コピー方式では、災害が発生した時点においてメインサイトからリモートサイトに対してまだ転送されていない順序保証バッファ内の更新データが消失するが、リモートサイトにおけるデータの整合性は確保される。 The third data transfer method is a method in which the data at the remote site is updated in the order of updating the data at the main site (that is, a high-performance asynchronous copy method) in the asynchronous copy method described above. Hereinafter, it will be referred to as an asynchronous order guarantee copy method. The asynchronous order guarantee copy method is provided with an order guarantee buffer that writes to the logical disk of the main site and stores the update data representing the update contents and the update sequence number. Then, in the asynchronous order guarantee copy method, the update data stored in the order guarantee buffer is applied to the logical disk of the remote site while guaranteeing the order by the update sequence number. In the asynchronous copy method, the update data in the order guarantee buffer that has not yet been transferred from the main site to the remote site is lost at the time of the disaster, but the integrity of the data at the remote site is ensured.

近年、コンピュータシステムに対する可用性、信頼性、性能等に対する要求レベルは年々高くなってきており、上述したデータ転送方式によるレプリケーションを、効率的かつ確実に実行できるようにする技術への期待が高まってきている。 In recent years, the level of demand for availability, reliability, performance, etc. of computer systems has been increasing year by year, and expectations for technology that enables efficient and reliable replication by the above-mentioned data transfer method have increased. There is.

このような技術に関連する技術として、特許文献1には、ホスト計算機と接続された複製元の記憶装置のデータを、複製先の記憶装置にデータを複製するシステムを制御する制御装置が開示されている。この装置は、書込み順序保証を行う複製元のボリュームと複製先のボリュームとのコピーペアと、当該コピーペアにおけるレプリケーション処理の状態と、を含む情報を記憶する。そしてこの装置は、データ複製時に複数のコピーペアで共有して使用するバッファの使用量が閾値以上である場合、当該バッファを共有している複数のコピーペアのうち、少なくとも一つのコピーペアにおけるレプリケーション処理を停止する。 As a technique related to such a technique, Patent Document 1 discloses a control device that controls a system for replicating data of a storage device of a copy source connected to a host computer to a storage device of a copy destination. ing. This device stores information including a copy pair of the copy source volume and the copy destination volume for which the write order is guaranteed, and the replication processing status in the copy pair. When the usage of the buffer shared and used by a plurality of copy pairs at the time of data replication is equal to or more than the threshold value, this device replicates in at least one copy pair among the plurality of copy pairs sharing the buffer. Stop processing.

また、特許文献2には、複数のリモートコピーがそれぞれ非同期で実行される場合でも、ボリューム間の記憶内容を整合させるストレージシステムが開示されている。このシステムは、複数の正記憶制御装置と複数の副記憶制御装置とを、複数の経路により接続し、各第1ボリュームと各第2ボリュームとの間で、それぞれ非同期のリモートコピーを実施する。このシステムは、正記憶制御装置から副記憶制御装置に転送されたライトデータを、ライトデータ記憶部に保管する。このシステムは、ライト時刻やシーケンシャル番号を含む更新順序情報を管理する。そしてこのシステムは、更新順序情報に基づいて各第2ボリュームを更新可能な時点を決定することによって、各第2ボリュームの記憶内容を、更新可能時点までにそれぞれ更新する。 Further, Patent Document 2 discloses a storage system for matching the storage contents between volumes even when a plurality of remote copies are executed asynchronously. In this system, a plurality of primary storage control devices and a plurality of sub-storage control devices are connected by a plurality of routes, and asynchronous remote copying is performed between each first volume and each second volume. This system stores the write data transferred from the primary storage control device to the secondary storage control device in the write data storage unit. This system manages update order information, including write times and sequential numbers. Then, this system updates the stored contents of each second volume by the time when each second volume can be updated by determining the time when each second volume can be updated based on the update order information.

また、特許文献3には、記憶容量が少ないバッファを用いた非同期順序保証コピーを実現するディスクアレイ装置間のリモートコピー処理システムが開示されている。このシステムは、更新データを格納する送信用データバッファを備える。このシステムは、ホストからディスクアレイ装置に更新データの書き込み要求があった場合において、更新データが前回に書き込み要求があってキャッシュに格納されている前回更新データと重複していない場合、その更新データをキャッシュに書き込む。このシステムは、更新データが前回更新データと重複している場合、キャッシュに格納されている前回更新データを送信用データバッファにコピーした後に、その更新データをキャッシュに書き込む。このシステムは、このように、同じ領域に書き込みがあった場合のみ送信用データバッファにデータを書き込む。 Further, Patent Document 3 discloses a remote copy processing system between disk array devices that realizes asynchronous order guarantee copying using a buffer having a small storage capacity. This system includes a data buffer for transmission that stores update data. In this system, when there is a write request for update data from the host to the disk array device, if the update data does not overlap with the previous update data stored in the cache due to the previous write request, the update data To the cache. If the update data overlaps with the last update data, this system copies the last update data stored in the cache to the transmission data buffer and then writes the update data to the cache. In this way, the system writes data to the transmission data buffer only when there is a write in the same area.

特開2018-163521号公報Japanese Unexamined Patent Publication No. 2018-163521 特開2007-264946号公報JP-A-2007-264946 特許第5170169号公報Japanese Patent No. 5170169

図8は、メインサイト60とリモートサイト70との間でデータの更新とは非同期にデータをコピーする一般的なストレージシステム2の構成を示すブロック図である。即ち、ストレージシステム2は、上述した非同期コピー方式(非同期順序保証コピー方式を含む)によりレプリケーションを実行するシステムである。メインサイト60は、ストレージ装置600と、ストレージ装置600にアクセスするホスト装置630とを有する。リモートサイト70は、ストレージ装置700と、ストレージ装置700にアクセスするホスト装置730とを有する。 FIG. 8 is a block diagram showing a configuration of a general storage system 2 that copies data asynchronously with data update between the main site 60 and the remote site 70. That is, the storage system 2 is a system that executes replication by the above-mentioned asynchronous copy method (including the asynchronous order guarantee copy method). The main site 60 has a storage device 600 and a host device 630 that accesses the storage device 600. The remote site 70 has a storage device 700 and a host device 730 that accesses the storage device 700.

図9は、図8に例示するストレージシステム2によるデータのコピー及び更新動作を示すシーケンス図である。図9に例示する通り、メインサイト60におけるストレージ装置600は、所定のタイミングに非同期コピー処理を実行するにあたり、論理ディスク610におけるコピー領域611を選択する。ストレージ装置600は、選択したコピー領域611を更新排他(禁止)状態に設定した後、コピー領域611のコピーデータを、通信ネットワーク80を介してリモートサイト70におけるストレージ装置700に送信する。ストレージ装置700は、受信したコピーデータを用いて、論理ディスク710におけるコピー領域711を更新し、更新完了報告を、通信ネットワーク80を介してストレージ装置600に送信する。尚、通信ネットワーク80を介する通信においては、通信状況に依存したある通信遅延時間が発生する。ストレージ装置600は、ストレージ装置700から更新完了報告を受信することによって、コピー領域611の更新排他状態を解除する。 FIG. 9 is a sequence diagram showing a data copy and update operation by the storage system 2 exemplified in FIG. As illustrated in FIG. 9, the storage device 600 at the main site 60 selects the copy area 611 in the logical disk 610 when executing the asynchronous copy process at a predetermined timing. The storage device 600 sets the selected copy area 611 to the update exclusive (prohibited) state, and then transmits the copy data of the copy area 611 to the storage device 700 at the remote site 70 via the communication network 80. The storage device 700 updates the copy area 711 in the logical disk 710 using the received copy data, and transmits the update completion report to the storage device 600 via the communication network 80. In the communication via the communication network 80, a certain communication delay time depending on the communication status occurs. The storage device 600 releases the update exclusive state of the copy area 611 by receiving the update completion report from the storage device 700.

ここで、ストレージ装置600が上述したこのコピー領域611に関する非同期コピー処理を行っている最中に、ホスト装置630がコピー領域611と重複する論理ディスク610の領域に対する更新命令(書き込み命令)を発行したとする。この場合、当該更新命令による更新は、コピー領域611の更新排他状態が解除されるまで待たされるので、図9に例示するような更新応答時間が発生する。 Here, while the storage device 600 is performing the asynchronous copy process for the copy area 611 described above, the host device 630 issues an update command (write command) to the area of the logical disk 610 that overlaps with the copy area 611. And. In this case, the update by the update command is waited until the update exclusive state of the copy area 611 is released, so that the update response time as illustrated in FIG. 9 occurs.

図10は、非同期順序保証コピーを行うストレージシステム2において、通信ネットワーク80の障害が発生した場合における順序保証バッファ620に記憶されているデータ量の推移を例示する図である。この場合、ストレージ装置600は、図8に例示する通り、論理ディスク610に対する更新内容と更新順序番号とを関連付けて保存する順序保証バッファ620を備えている。 FIG. 10 is a diagram illustrating a transition of the amount of data stored in the order guarantee buffer 620 when a failure of the communication network 80 occurs in the storage system 2 that performs asynchronous order guarantee copy. In this case, as illustrated in FIG. 8, the storage device 600 includes an order guarantee buffer 620 that stores the update contents for the logical disk 610 and the update sequence number in association with each other.

図10に示す例では、通信ネットワーク80における障害が発生した時刻Tまでは、ストレージ装置600は、ストレージ装置700に対する非同期順序保証コピーを例えば定期的に実行するので、順序保証バッファ620に記憶されているデータ量はある水準を維持している。しかしながら、障害が発生した時刻T以降、順序保証バッファ620に記憶されている更新データをストレージ装置600からストレージ装置700に転送する処理が滞ることによって、順序保証バッファ620に記憶されているデータ量は次第に増加する。そして、そのデータ量は、時刻Tにおいて順序保証バッファ620の上限値に達する(即ち、順序保証バッファ620において、更新データを新たに格納可能な記憶領域が無くなる)。 In the example shown in FIG. 10, until the time T0 when the failure in the communication network 80 occurs, the storage device 600 periodically executes an asynchronous order guarantee copy to the storage device 700, and is stored in the order guarantee buffer 620. The amount of data is maintained at a certain level. However, after the time T0 when the failure occurs, the amount of data stored in the order guarantee buffer 620 is delayed due to the delay in the process of transferring the update data stored in the order guarantee buffer 620 from the storage device 600 to the storage device 700. Will gradually increase. Then, the amount of data reaches the upper limit of the order guarantee buffer 620 at time T1 (that is, there is no storage area in the order guarantee buffer 620 that can newly store the update data).

この場合、ストレージ装置600は、時刻T以降、非同期順序保証コピーを行うことができなくなるので、非同期順序保証コピー処理を一時停止したのち、しばらく差分管理のみを行うように(差分管理のみを行うモードに移行)する。但し、差分管理とは、論理ディスク610と論理ディスク710との間において、どの領域(部分)に差分があるのかを管理することである。 In this case, the storage device 600 cannot perform asynchronous order guarantee copy after time T1, so that after suspending asynchronous order guarantee copy processing, only difference management is performed for a while (only difference management is performed). Shift to mode). However, the difference management is to manage which area (part) has the difference between the logical disk 610 and the logical disk 710.

図10に示す例では、時刻Tにおいて通信ネットワーク80における障害が解消したのち、ストレージ装置600は、再同期処理を実行する。但し、再同期処理とは、差分管理を行った結果に基づいて、論理ディスク610から論理ディスク710に対するデータ転送(コピー)を行うことによって、論理ディスク610に記憶されているデータと論理ディスク710に記憶されているデータとを一致させる処理のことである。そして、ストレージ装置600は、時刻Tにおいて再同期処理を完了することによって、論理ディスク610に記憶されているデータと論理ディスク710に記憶されているデータとが一致したのち、一時停止していた非同期順序保証コピー処理を再開する。 In the example shown in FIG . 10, after the failure in the communication network 80 is resolved at time T2, the storage device 600 executes the resynchronization process. However, the resynchronization process is the data transfer (copy) from the logical disk 610 to the logical disk 710 based on the result of the difference management, so that the data stored in the logical disk 610 and the logical disk 710 can be transferred. It is a process to match the stored data. Then, the storage device 600 completes the resynchronization process at time T3 , so that the data stored in the logical disk 610 and the data stored in the logical disk 710 match, and then the storage device 600 is temporarily stopped. Asynchronous order guarantee Copy processing is restarted.

ここで、ストレージ装置600による上述した再同期処理について考える。ストレージ装置600は、再同期処理において、論理ディスク610におけるある領域のデータを論理ディスク710にコピーする際に、図9に例示する動作と同様に、コピーする領域を更新排他状態に設定する必要がある。その理由は、ある領域のデータを再同期処理においてコピー中に当該データが更新された場合、当該データの整合性を維持できなくなるからである。 Here, consider the above-mentioned resynchronization process by the storage device 600. In the resynchronization process, when the storage device 600 copies the data in a certain area of the logical disk 610 to the logical disk 710, the storage device 600 needs to set the area to be copied to the update exclusive state in the same manner as the operation illustrated in FIG. be. The reason is that if the data in a certain area is updated during copying in the resynchronization process, the integrity of the data cannot be maintained.

この場合、ホスト装置630は、更新排他状態が解除されるまで、コピーする領域に対する更新処理(書き込み処理)を行うことができなくなる。即ち、例えば、コピーする領域のデータ量が大きい場合、あるいは、通信ネットワーク80における輻輳の発生によって通信遅延時間が長くなる場合などでは、図9に例示するような更新応答時間が大幅に悪化する可能性があり、この場合、メインサイト60によるサービスの提供に与える影響は非常に大きい。特許文献1乃至3は、このような問題については特に言及していない。本願発明の主たる目的は、この課題を解決するストレージ制御装置等を提供することである。 In this case, the host device 630 cannot perform update processing (write processing) on the area to be copied until the update exclusive state is released. That is, for example, when the amount of data in the area to be copied is large, or when the communication delay time becomes long due to the occurrence of congestion in the communication network 80, the update response time as illustrated in FIG. 9 may be significantly deteriorated. In this case, the influence on the provision of services by the main site 60 is very large. Patent Documents 1 to 3 do not particularly mention such a problem. A main object of the present invention is to provide a storage control device or the like that solves this problem.

本願発明の一態様に係るストレージ制御装置は、第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を記憶する第一の記憶手段と、前記第一のストレージ装置に記憶されているデータと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理する差分管理手段と、前記第一の記憶手段の使用状況に関する所定の事象を検出する検出手段と、前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態に設定する取得手段と、第二の記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記第二の記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除するよう前記差分管理手段を制御する制御手段と、前記第二の記憶手段と、を備える。 The storage control device according to one aspect of the present invention applies the update contents for the data stored in the first storage device to the duplication of the data stored in the second storage device. A difference representing the difference between the first storage means for storing update information representing the contents, the data stored in the first storage device, and the duplication of the data stored in the second storage device. The first difference management means for managing information, the detection means for detecting a predetermined event related to the usage status of the first storage means, and the first method based on the difference information when the predetermined event is detected. The acquisition means for acquiring the transfer data to the second storage device from the storage device, and setting the storage area for the transfer data in the first storage device to the update exclusive state, and the second storage means. When the transfer data to be transferred to the second storage device via the second storage device is stored in the second storage means, the difference management is performed so as to release the update exclusive state and delete the difference information regarding the transfer data. A control means for controlling the means and the second storage means are provided.

上記目的を達成する他の見地において、本願発明の一態様に係るストレージ制御方法は、情報処理装置によって、第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を第一の記憶手段に記憶し、前記第一のストレージ装置に記憶されているデータと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理し、前記第一の記憶手段の使用状況に関する所定の事象を検出し、前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態を設定し、第二の記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記第二の記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除する。 From another viewpoint of achieving the above object, the storage control method according to one aspect of the present invention stores the updated contents for the data stored in the first storage device in the second storage device by the information processing device. When applied to the duplication of the data, the updated information representing the updated content is stored in the first storage means, and the data stored in the first storage device and the second storage device are stored. It manages the difference information representing the difference from the duplication of the data stored in the data, detects a predetermined event related to the usage status of the first storage means, and when the predetermined event is detected, the difference. Based on the information, the transfer data from the first storage device to the second storage device is acquired, and the storage area of the transfer data in the first storage device is set to the update exclusive state. When the transfer data to be transferred to the second storage device via the second storage means is stored in the second storage means, the update exclusive state is released and the difference information regarding the transfer data is deleted. do.

また、上記目的を達成する更なる見地において、本願発明の一態様に係るストレージ制御プログラムは、第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を記憶する第一の記憶手段と、第二の記憶手段とを備えるコンピュータに、前記第一のストレージ装置に記憶されているデータと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理する差分管理処理と、前記第一の記憶手段の使用状況に関する所定の事象を検出する検出処理と、前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態に設定する取得処理と、第二の記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記第二の記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除するよう前記差分管理処理を制御する制御処理と、を実行させる。 Further, from the further viewpoint of achieving the above object, the storage control program according to one aspect of the present invention stores the updated contents for the data stored in the first storage device in the second storage device. When applied to duplication of the data, the data stored in the first storage device in a computer including a first storage means for storing the update information representing the update content and a second storage means. And a difference management process for managing difference information representing a difference from the duplication of the data stored in the second storage device, and a detection process for detecting a predetermined event related to the usage status of the first storage means. When the predetermined event is detected, transfer data to the second storage device is acquired from the first storage device based on the difference information, and the transfer data in the first storage device is obtained. When the acquisition process for setting the transfer data storage area to the update exclusive state and the transfer data to be transferred to the second storage device via the second storage means are stored in the second storage means. The update exclusive state is released, and a control process for controlling the difference management process so as to delete the difference information related to the transfer data is executed.

更に、本願発明は、係るストレージ制御プログラム(コンピュータプログラム)が格納された、コンピュータ読み取り可能な、不揮発性の記録媒体によっても実現可能である。 Further, the present invention can also be realized by a computer-readable, non-volatile recording medium in which the storage control program (computer program) is stored.

本願発明は、ストレージ装置間におけるレプリケーションを非同期に行うシステムにおいて、ストレージ装置間における再同期処理を実行する際に応答性能が低下することを回避することを可能とする。 The present invention makes it possible to avoid deterioration of response performance when performing resynchronization processing between storage devices in a system in which replication between storage devices is performed asynchronously.

本願発明の第1の実施形態に係るストレージシステム1の構成を示すブロック図である。It is a block diagram which shows the structure of the storage system 1 which concerns on 1st Embodiment of this invention. 本願発明の第1の実施形態に係る順序保証バッファ110の記憶内容を例示する図である。It is a figure which illustrates the storage contents of the order guarantee buffer 110 which concerns on 1st Embodiment of this invention. 本願発明の第1の実施形態に係るストレージ装置100が、ホスト装置190から発行された命令に基づいて、論理ディスク181あるいは182に記憶されているデータを更新する動作を示すフローチャート(1/2)である。A flowchart (1/2) showing an operation in which the storage device 100 according to the first embodiment of the present invention updates the data stored in the logical disk 181 or 182 based on the instruction issued from the host device 190. Is. 本願発明の第1の実施形態に係るストレージ装置100が、ホスト装置190から発行された命令に基づいて、論理ディスク181あるいは182に記憶されているデータを更新する動作を示すフローチャート(2/2)である。A flowchart (2/2) showing an operation in which the storage device 100 according to the first embodiment of the present invention updates the data stored in the logical disk 181 or 182 based on the instruction issued from the host device 190. Is. 本願発明の第1の実施形態に係るストレージ装置100が、非同期順序保証コピー処理を実行する動作を示すフローチャートである。It is a flowchart which shows the operation which the storage apparatus 100 which concerns on 1st Embodiment of this invention executes an asynchronous order guarantee copy processing. 本願発明の第1の実施形態に係るストレージ装置100が、再同期処理を実行する動作を示すフローチャートである。It is a flowchart which shows the operation which the storage apparatus 100 which concerns on 1st Embodiment of this invention execute a resynchronization process. 本願発明の第2の実施形態に係るストレージ制御装置40の構成を示すブロック図である。It is a block diagram which shows the structure of the storage control apparatus 40 which concerns on 2nd Embodiment of this invention. 本願発明の各実施形態に係るストレージ制御装置を実行可能な情報処理装置900の構成を示すブロック図である。It is a block diagram which shows the structure of the information processing apparatus 900 which can execute the storage control apparatus which concerns on each embodiment of this invention. メインサイト60とリモートサイト70との間でデータの更新とは非同期にデータをコピーする一般的なストレージシステム2の構成を示すブロック図である。The data update between the main site 60 and the remote site 70 is a block diagram showing a configuration of a general storage system 2 that copies data asynchronously. 一般的なストレージシステム2によるデータのコピー及び更新動作を示すシーケンス図である。It is a sequence diagram which shows the copy and update operation of data by a general storage system 2. 非同期順序保証コピーを行うストレージシステム2において、通信ネットワーク80の障害が発生した場合における順序保証バッファ620に記憶されるデータ量の推移を例示する図である。It is a figure which illustrates the transition of the amount of data stored in the order guarantee buffer 620 when the failure of the communication network 80 occurs in the storage system 2 which performs asynchronous order guarantee copy.

以下、本願発明の実施の形態について図面を参照して詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

<第1の実施形態>
図1は、本願発明の第1の実施の形態に係るストレージシステム1の構成を示すブロック図である。ストレージシステム1は、メインサイト10とリモートサイト20とが、通信ネットワーク(通信回線)30を介して通信可能に接続されたディザスタリカバリシステムである。
<First Embodiment>
FIG. 1 is a block diagram showing a configuration of a storage system 1 according to a first embodiment of the present invention. The storage system 1 is a disaster recovery system in which a main site 10 and a remote site 20 are connected so as to be able to communicate with each other via a communication network (communication line) 30.

メインサイト10は、運用系(常用系)のサイトであり、ストレージ装置(ストレージ制御装置)100とホスト装置190とを含んでいる。ホスト装置190は、例えばサーバ装置等の情報処理装置である。ストレージ装置100は、ホスト装置190が使用するデータを記憶している。尚、メインサイト10は、ストレージ装置100に対してアクセスする複数のホスト装置190を含んでもよい。 The main site 10 is an operation system (regular system) site, and includes a storage device (storage control device) 100 and a host device 190. The host device 190 is an information processing device such as a server device. The storage device 100 stores data used by the host device 190. The main site 10 may include a plurality of host devices 190 that access the storage device 100.

リモートサイト20は、待機系(予備系)のサイトであり、メインサイト10と同様に、ストレージ装置200とホスト装置290とを含んでいる。 The remote site 20 is a standby system (spare system) site, and like the main site 10, includes a storage device 200 and a host device 290.

尚、ストレージシステム1は、複数のリモートサイト20を含んでもよい。また、ストレージシステム1に含まれる複数のサイトの個々は、メインサイトとしての機能とリモートとしての機能との両方を備えてもよい。 The storage system 1 may include a plurality of remote sites 20. Further, each of the plurality of sites included in the storage system 1 may have both a function as a main site and a function as a remote.

メインサイト10におけるストレージ装置100は、ストレージ装置100に記憶されているデータに関して、リモートサイト20におけるストレージ装置200に対するレプリケーションを行う。即ち、ストレージ装置200に記憶されているデータは、ストレージ装置100に記憶されているデータの複製である。 The storage device 100 at the main site 10 replicates the data stored in the storage device 100 to the storage device 200 at the remote site 20. That is, the data stored in the storage device 200 is a duplicate of the data stored in the storage device 100.

本実施形態に係るストレージシステム1は、ストレージ装置100に記憶されているデータに対する更新と同じタイミングでその更新内容をストレージ装置200に適用(反映)することを行わず、かつ、ストレージ装置200におけるデータの更新をストレージ装置100におけるデータの更新順序の通りに実行することとする。即ち、本実施形態に係るストレージシステム1は、レプリケーションの方式として、前述した非同期順序保証コピー方式を採用している。 The storage system 1 according to the present embodiment does not apply (reflect) the updated contents to the storage device 200 at the same timing as the update to the data stored in the storage device 100, and the data in the storage device 200. Will be updated in the order of updating the data in the storage device 100. That is, the storage system 1 according to the present embodiment adopts the above-mentioned asynchronous order guarantee copy method as the replication method.

本実施形態に係るストレージ装置100は、非同期順序保証コピー方式によるレプリケーションの実行を制御するストレージ制御装置としての機能を備えている。尚、ストレージシステム1は、ストレージ装置100とは異なる装置として、ストレージ制御装置を備えてもよい。本実施形態では以降、メインサイト10において、ストレージ制御装置として動作するストレージ装置100の構成について説明することとする。 The storage device 100 according to the present embodiment has a function as a storage control device for controlling the execution of replication by the asynchronous order guarantee copy method. The storage system 1 may include a storage control device as a device different from the storage device 100. Hereinafter, in the present embodiment, the configuration of the storage device 100 that operates as the storage control device at the main site 10 will be described.

本実施形態に係るストレージ装置100は、順序保証バッファ(第一及び第二の記憶部)110、差分管理部120、検出部130、取得部140、制御部150、論理ディスクアクセス制御部160、キャッシュ170、及び、論理ディスク181及び182を備えている。また、リモートサイト20におけるストレージ装置200も、ストレージ装置100と同様に、順序保証バッファ210、キャッシュ270、及び、論理ディスク281及び282を備えている。尚、ストレージ装置200も、ストレージ装置100と同様に、差分管理部120、検出部130、取得部140、制御部150、論理ディスクアクセス制御部160に相当する構成を備えてもよいが、本実施形態では、ストレージ装置200おける当該構成に関しては、説明の便宜上、省略することとする。また、ストレージ装置200は、順序保証バッファ210を備えない場合もある。 The storage device 100 according to the present embodiment includes an order guarantee buffer (first and second storage units) 110, a difference management unit 120, a detection unit 130, an acquisition unit 140, a control unit 150, a logical disk access control unit 160, and a cache. It includes 170 and logical disks 181 and 182. Further, the storage device 200 at the remote site 20 also includes an order guarantee buffer 210, a cache 270, and logical disks 281 and 282, similarly to the storage device 100. Similar to the storage device 100, the storage device 200 may also have a configuration corresponding to the difference management unit 120, the detection unit 130, the acquisition unit 140, the control unit 150, and the logical disk access control unit 160. In the embodiment, the configuration of the storage device 200 will be omitted for convenience of explanation. Further, the storage device 200 may not include the order guarantee buffer 210.

ストレージ装置100における論理ディスク181及び182は、例えば磁気ディスク等の記憶デバイスである。尚、ストレージ装置100が備える論理ディスクの数は2つに限定されない。ストレージ装置100は、1つあるいは3つ以上の論理ディスクを備えてもよい。論理ディスク181及び182は、ホスト装置190が使用するデータであって、ストレージ装置100によるレプリケーションの実行対象であるデータを記憶している。 The logical disks 181 and 182 in the storage device 100 are storage devices such as magnetic disks. The number of logical disks included in the storage device 100 is not limited to two. The storage device 100 may include one or more logical disks. The logical disks 181 and 182 store the data used by the host device 190 and the data to be replicated by the storage device 100.

論理ディスクアクセス制御部160は、ホスト装置190から論理ディスク181あるいは182に対するアクセスを制御する。論理ディスクアクセス制御部160は、論理ディスク181及び182を、同一の順序保証グループに属するディスクとして管理する。但し、順序保証グループは、更新順序を保証する必要があるデータが複数の論理ディスクに跨って記憶されている場合に、それらの論理ディスクの集合を表す。 The logical disk access control unit 160 controls access from the host device 190 to the logical disk 181 or 182. The logical disk access control unit 160 manages the logical disks 181 and 182 as disks belonging to the same order guarantee group. However, the order guarantee group represents a set of logical disks when data for which the update order needs to be guaranteed is stored across a plurality of logical disks.

論理ディスクアクセス制御部160は、論理ディスク181とストレージ装置200における論理ディスク281とを、ペア関係を有するディスクとして管理し、論理ディスク182とストレージ装置200における論理ディスク282とを、ペア関係を有するディスクとして管理する。即ち、本実施形態に係るストレージ装置100は、論理ディスク181に記憶されているデータを論理ディスク281に対してレプリケーションを行い、論理ディスク182に記憶されているデータを論理ディスク282に対してレプリケーションを行う。尚、ストレージ装置100は、論理ディスク181あるいは182に記憶されているデータを、それぞれ2つ以上の論理ディスクにレプリケーションを行うようにしてもよい。 The logical disk access control unit 160 manages the logical disk 181 and the logical disk 281 in the storage device 200 as disks having a pair relationship, and the logical disk 182 and the logical disk 282 in the storage device 200 have a pair relationship. Manage as. That is, the storage device 100 according to the present embodiment replicates the data stored in the logical disk 181 to the logical disk 281 and the data stored in the logical disk 182 to the logical disk 282. conduct. The storage device 100 may replicate the data stored in the logical disks 181 or 182 to two or more logical disks, respectively.

論理ディスクアクセス制御部160は、ホスト装置190から、論理ディスク181あるいは182に記憶されているデータに対する更新命令(書き込み命令)を受信した場合、当該更新命令に含まれる書き込みデータを、キャッシュ170に格納する。キャッシュ170は、論理ディスク181あるいは182に対する書き込みデータを一時的に記憶する、例えばメモリ等の記憶デバイスである。 When the logical disk access control unit 160 receives an update instruction (write instruction) for the data stored in the logical disk 181 or 182 from the host device 190, the logical disk access control unit 160 stores the write data included in the update instruction in the cache 170. do. The cache 170 is a storage device such as a memory that temporarily stores write data for the logical disk 181 or 182.

論理ディスクアクセス制御部160は、当該更新命令が示す、論理ディスク181あるいは182における更新領域に関して、更新排他(他の命令等による更新を禁止する)状態に設定されているか否かを確認する。論理ディスクアクセス制御部160は、論理ディスク181あるいは182における当該更新領域に対する他の命令等による更新排他状態への設定が行われていない場合に、当該更新領域に対する更新を行うことが可能である。尚、上述した他の命令には、例えば、当該更新領域に対する他の更新命令、あるいは、当該更新領域に関するレプリケーションを行う命令等が含まれる。 The logical disk access control unit 160 confirms whether or not the update area in the logical disk 181 or 182 indicated by the update instruction is set to the update exclusive state (update by another instruction or the like is prohibited). The logical disk access control unit 160 can update the update area in the logical disk 181 or 182 when the update exclusive state is not set by another command or the like for the update area. The other instructions described above include, for example, another update instruction for the update area, an instruction for performing replication regarding the update area, and the like.

論理ディスクアクセス制御部160は、当該更新領域に関して、更新排他状態に設定されていない場合、当該更新領域を更新排他状態に設定するとともに、キャッシュ170に格納した当該更新命令に含まれる書き込みデータを用いて、当該更新領域に対する更新を実行する。 When the update area is not set to the update exclusive state, the logical disk access control unit 160 sets the update area to the update exclusive state and uses the write data included in the update instruction stored in the cache 170. Then, the update for the update area is executed.

論理ディスクアクセス制御部160は、当該更新領域に対する更新を実行したのち、後述する検出部130から、順序保証バッファ110において、更新命令による更新内容を表す更新データ111を新たに格納可能な記憶領域が不足する事象が発生したことを通知されていない場合に、更新データ111を順序保証バッファ110に格納する。図1に示す順序保証バッファ110は、メモリあるいは磁気ディスク等の記憶デバイスであり、メモリ及び磁気ディスク等が混在する記憶デバイスであってもよい。順序保証バッファ110は、論理ディスク181あるいは182に記憶されているデータに対する複数の更新内容を表す、更新データ111-1、更新データ111-2等を記憶している。 After the logical disk access control unit 160 updates the update area, the detection unit 130, which will be described later, has a storage area in the sequence guarantee buffer 110 that can newly store the update data 111 representing the update content by the update instruction. The update data 111 is stored in the order guarantee buffer 110 when it is not notified that the insufficient event has occurred. The order guarantee buffer 110 shown in FIG. 1 is a storage device such as a memory or a magnetic disk, and may be a storage device in which a memory, a magnetic disk, or the like coexist. The order guarantee buffer 110 stores update data 111-1, update data 111-2, and the like, which represent a plurality of update contents for the data stored in the logical disk 181 or 182.

図2は、本実施形態に係る順序保証バッファ110の記憶内容を例示する図である。順序保証バッファ110は、図2に例示する項目を関連付けて記憶している。図2に示す更新データ識別子は、各更新に関する更新データを識別可能な識別子である。図2に示す順序保証番号は、更新が行われた順序を表す情報であり、図2に例示する順序保証バッファ110は、更新データ111-1が表す更新の次に、更新データ111-2が表す更新が行われたことを表している。 FIG. 2 is a diagram illustrating the stored contents of the order guarantee buffer 110 according to the present embodiment. The order guarantee buffer 110 stores the items illustrated in FIG. 2 in association with each other. The update data identifier shown in FIG. 2 is an identifier that can identify the update data for each update. The order guarantee number shown in FIG. 2 is information indicating the order in which the updates are performed, and in the order guarantee buffer 110 exemplified in FIG. 2, the update data 111-2 is next to the update represented by the update data 111-1. Represents that an update has been made.

図2に例示する更新データ111-1は、ストレージ装置100の論理ディスク181におけるアドレスが「00000-00100」の領域に対して更新が行われ、更新データ111-1のレプリケーション先は、ストレージ装置200の論理ディスク281であることを表している。同様に、図2に例示する更新データ111-2は、ストレージ装置100の論理ディスク182におけるアドレスが「03000-05000」の領域に対して更新が行われ、更新データ111-2のレプリケーション先は、ストレージ装置200の論理ディスク282であることを表している。 The update data 111-1 illustrated in FIG. 2 is updated in the area of the logical disk 181 of the storage device 100 whose address is "00000-00100", and the replication destination of the update data 111-1 is the storage device 200. It shows that it is a logical disk 281 of. Similarly, the update data 111-2 exemplified in FIG. 2 is updated to the area of the logical disk 182 of the storage device 100 whose address is "03000-05000", and the replication destination of the update data 111-2 is set to the replication destination. It represents the logical disk 282 of the storage device 200.

図1に示す差分管理部120は、ストレージ装置100における論理ディスク181及び182に記憶されているデータと、ストレージ装置200における論理ディスク281及び282に記憶されているデータとの差分を表す差分ビットマップ(差分情報)121を生成して管理する。但し、差分ビットマップ121は、2つのデータの間における差分の有無を所定の粒度により表した情報である。差分管理部120は、生成した差分ビットマップ121を、例えば、ストレージ装置100が備えるメモリ等の記憶デバイスに格納する。 The difference management unit 120 shown in FIG. 1 is a difference bit map representing the difference between the data stored in the logical disks 181 and 182 in the storage device 100 and the data stored in the logical disks 281 and 282 in the storage device 200. (Difference information) 121 is generated and managed. However, the difference bitmap 121 is information indicating the presence or absence of a difference between the two data with a predetermined particle size. The difference management unit 120 stores the generated difference bitmap 121 in a storage device such as a memory included in the storage device 100, for example.

尚、差分管理部120が管理するデータ(情報)は、論理ディスク181及び182に記憶されているデータにおいて、論理ディスク281及び282に記憶されているデータとの差分が存在する場所を特定可能な情報であればよく、差分ビットマップ121とは異なる形式のデータであってもよい。 The data (information) managed by the difference management unit 120 can specify the location where the data stored in the logical disks 181 and 182 has a difference from the data stored in the logical disks 281 and 282. It may be information, and may be data in a format different from that of the difference bitmap 121.

差分管理部120は、論理ディスクアクセス制御部160が、論理ディスク181あるいは182における更新対象のデータを更新した際に、その更新対象のデータに関する差分ビットマップ121を生成する。差分管理部120は、また、論理ディスクアクセス制御部160が、更新対象のデータに関する更新データ111を順序保証バッファ110に格納した際に、更新対象のデータに関する差分ビットマップ121を削除する。尚、更新対象のデータに関する更新データ111が順序保証バッファ110に格納された時点では、更新データ111は、まだ論理ディスク281あるいは282に記憶されているデータの複製に反映されてはいない。しかしながら、差分管理部120は、更新データ111が順序保証バッファ110に格納されることによって、更新データ111が更新対象のデータ複製に反映されることが決定したときに、更新データ111に関する差分ビットマップ121を削除する。 When the logical disk access control unit 160 updates the data to be updated on the logical disk 181 or 182, the difference management unit 120 generates a difference bitmap 121 regarding the data to be updated. The difference management unit 120 also deletes the difference bitmap 121 related to the data to be updated when the logical disk access control unit 160 stores the update data 111 related to the data to be updated in the order guarantee buffer 110. When the update data 111 related to the data to be updated is stored in the order guarantee buffer 110, the update data 111 is not yet reflected in the duplication of the data stored in the logical disk 281 or 282. However, when the difference management unit 120 determines that the update data 111 is reflected in the data duplication to be updated by storing the update data 111 in the order guarantee buffer 110, the difference bitmap regarding the update data 111 Delete 121.

図1に示す検出部130は、順序保証バッファ110を参照することによって、順序保証バッファ110の使用状況に関する所定の事象を検出する。検出部130は、より具体的には、順序保証バッファ110において、更新命令による更新内容を表す更新データ111を新たに格納可能な記憶領域が不足する事象が発生しているか否かを確認する。即ち、本実施形態では、上述した所定の事象は、「順序保証バッファ110において、更新データ111を新たに格納可能な記憶領域が不足する」ことを表すこととする。そして検出部130は、その検出結果を、論理ディスクアクセス制御部160、及び、後述する取得部140に通知する。 The detection unit 130 shown in FIG. 1 detects a predetermined event related to the usage status of the order guarantee buffer 110 by referring to the order guarantee buffer 110. More specifically, the detection unit 130 confirms whether or not an event has occurred in the sequence guarantee buffer 110 that the storage area that can newly store the update data 111 representing the update content by the update instruction is insufficient. That is, in the present embodiment, the above-mentioned predetermined event means that "the storage area for newly storing the update data 111 is insufficient in the order guarantee buffer 110". Then, the detection unit 130 notifies the logical disk access control unit 160 and the acquisition unit 140, which will be described later, of the detection result.

順序保証バッファ110の使用率が増加することによって、更新データ111を新たに格納可能な記憶領域が不足する事象は、例えば、図10に関して前述した通り、図1に示す通信ネットワーク30における障害が発生することなどに起因する。即ち、その障害の発生により、順序保証バッファ110に記憶されている更新データ111をストレージ装置100からストレージ装置200に送信する処理が滞ることによって、順序保証バッファ110に記憶されている更新データ111のデータ量は次第に増加する。そして、そのデータ量は、順序保証バッファ110の上限値に達するので、順序保証バッファ110は、更新データ111を新たに格納することができなくなる。 The event that the storage area that can newly store the update data 111 becomes insufficient due to the increase in the usage rate of the order guarantee buffer 110 causes, for example, a failure in the communication network 30 shown in FIG. 1 as described above with respect to FIG. It is caused by such things as doing. That is, due to the occurrence of the failure, the process of transmitting the update data 111 stored in the order guarantee buffer 110 from the storage device 100 to the storage device 200 is delayed, so that the update data 111 stored in the order guarantee buffer 110 is delayed. The amount of data will gradually increase. Then, since the amount of data reaches the upper limit of the order guarantee buffer 110, the order guarantee buffer 110 cannot newly store the update data 111.

論理ディスクアクセス制御部160は、論理ディスク181あるいは182から、論理ディスク281あるいは282に対する非同期順序保証コピー処理を、例えば、所定のタイミング(例えば定期的)にバックグラウンドで実行する。 The logical disk access control unit 160 executes an asynchronous order guarantee copy process from the logical disk 181 or 182 to the logical disk 281 or 282 in the background, for example, at a predetermined timing (for example, periodically).

論理ディスクアクセス制御部160は、順序保証バッファ110に更新データ111が存在する場合、順序保証バッファ110に記憶されている更新データ111を、ストレージ装置200に送信する。ストレージ装置200は、ストレージ装置100から受信した更新データ111を、順序保証バッファ210を介してキャッシュ270に格納したのち、キャッシュ270に格納した更新データ111を論理ディスク281あるいは282に書き込む。これによりストレージ装置200は、論理ディスク281あるいは282に記憶されている、論理ディスク181あるいは182に記憶されているデータの複製を更新する。 When the update data 111 exists in the order guarantee buffer 110, the logical disk access control unit 160 transmits the update data 111 stored in the order guarantee buffer 110 to the storage device 200. The storage device 200 stores the update data 111 received from the storage device 100 in the cache 270 via the order guarantee buffer 210, and then writes the update data 111 stored in the cache 270 to the logical disk 281 or 282. As a result, the storage device 200 updates the duplication of the data stored in the logical disk 181 or 182 stored in the logical disk 281 or 282.

ストレージ装置200は更新データ111が示す更新を完了したことをストレージ装置100に送信する。ストレージ装置100における論理ディスクアクセス制御部160は、ストレージ装置200から更新データ111が示す更新を完了したことを受信したときに、当該更新データ111を、順序保証バッファ110から削除する。 The storage device 200 transmits to the storage device 100 that the update indicated by the update data 111 has been completed. When the logical disk access control unit 160 in the storage device 100 receives from the storage device 200 that the update indicated by the update data 111 has been completed, the logical disk access control unit 160 deletes the update data 111 from the order guarantee buffer 110.

論理ディスクアクセス制御部160は、また、検出部130が、上述の通り、更新命令による更新内容を表す更新データ111を新たに格納可能な記憶領域が不足する事象を検出した場合、非同期順序保証コピーによるレプリケーションを行うことを一時停止することを決定する。そして、ストレージ装置100は、非同期順序保証コピーによるレプリケーションを停止したのちは、差分ビットマップ121によって、論理ディスク181及び182と、論理ディスク281及び282とに関して、差分管理のみを行うモードに移行することを決定する。このモードは、上述した図10に例示する時刻T乃至Tにおける差分管理のみを行うモードに相当する。 As described above, the logical disk access control unit 160 also detects an event in which the storage area that can newly store the update data 111 representing the update content by the update instruction is insufficient, the asynchronous order guarantee copy. Decides to suspend replication by. Then, after the replication by the asynchronous order guarantee copy is stopped, the storage device 100 shifts to the mode in which only the difference management is performed for the logical disks 181 and 182 and the logical disks 281 and 282 by the difference bitmap 121. To determine. This mode corresponds to a mode in which only the difference management is performed at the times T1 and T2 exemplified in FIG . 10 described above.

ストレージ装置100が差分ビットマップ121による差分管理を行うモードに移行したのち、差分管理部120は、順序保証バッファ110に記憶されている更新データ111に関する差分ビットマップ121を生成する。そののち、後述する制御部150は、順序保証バッファ110に記憶されている更新データ111を削除する。 After the storage device 100 shifts to the mode of performing the difference management by the difference bitmap 121, the difference management unit 120 generates the difference bitmap 121 regarding the update data 111 stored in the order guarantee buffer 110. After that, the control unit 150, which will be described later, deletes the update data 111 stored in the order guarantee buffer 110.

取得部140及び制御部150は、ストレージ装置100が差分ビットマップ121による差分管理のみを行うモードに移行したのち、論理ディスク181及び182に記憶されているデータと、論理ディスク281及び282に記憶されているデータとを一致させる再同期処理を実行する。再同期処理は、上述した図10に例示する時刻T乃至Tにおいて実行される処理である。取得部140及び制御部150は、例えば、図10に例示するように、通信ネットワーク30における障害が解消したのちに、再同期処理を行えばよい。 After the storage device 100 shifts to the mode in which only the difference management is performed by the difference bit map 121, the acquisition unit 140 and the control unit 150 store the data stored in the logical disks 181 and 182 and the data stored in the logical disks 281 and 282. Executes the resynchronization process to match the data. The resynchronization process is a process executed at times T2 to T3 exemplified in FIG . 10 described above. For example, as illustrated in FIG. 10, the acquisition unit 140 and the control unit 150 may perform resynchronization processing after the failure in the communication network 30 is resolved.

取得部140は、差分ビットマップ121に基づいて、ストレージ装置200へ転送(送信)する論理ディスク181あるいは182におけるデータの領域を決定する。取得部140は、決定したデータの領域を格納可能な記憶領域が順序保証バッファ110に存在する場合に、論理ディスク181あるいは182における決定したデータの領域から、ストレージ装置200へ転送するデータ(転送データ)を読み出す。 The acquisition unit 140 determines an area of data in the logical disk 181 or 182 to be transferred (transmitted) to the storage device 200 based on the difference bitmap 121. When the storage area capable of storing the determined data area exists in the order guarantee buffer 110, the acquisition unit 140 transfers the data (transfer data) from the determined data area on the logical disk 181 or 182 to the storage device 200. ) Is read.

制御部150は、取得部140によって読み出された転送データを順序保証バッファ110に格納する。尚、ストレージ装置100が差分ビットマップ121による差分管理のみを行うモードに移行する際に、制御部150は、順序保証バッファ110に記憶されている更新データ111を削除するので、取得部140及び制御部150が再同期処理を開始する時点では、順序保証バッファ110は、転送データを格納可能である。 The control unit 150 stores the transfer data read by the acquisition unit 140 in the order guarantee buffer 110. When the storage device 100 shifts to the mode in which only the difference management is performed by the difference bitmap 121, the control unit 150 deletes the update data 111 stored in the order guarantee buffer 110, so that the acquisition unit 140 and the control unit 150 are used. At the time when the unit 150 starts the resynchronization process, the order guarantee buffer 110 can store the transfer data.

取得部140は、論理ディスク181あるいは182におけるデータの領域を上述の通りに決定したタイミングにおいて当該データの領域を更新排他状態に設定する。制御部150は、転送データを順序保証バッファ110に格納したタイミングにおいて、当該データの領域に関する差分ビットマップ121を削除するように差分管理部120を制御するとともに、当該データの領域に関する更新排他状態を解除する。そして制御部150は、順序保証バッファ110に格納した転送データを、ストレージ装置200に送信することによって、再同期処理を実行する。 The acquisition unit 140 sets the data area in the logical disk 181 or 182 to the update exclusive state at the timing when the data area is determined as described above. The control unit 150 controls the difference management unit 120 so as to delete the difference bitmap 121 related to the area of the data at the timing when the transferred data is stored in the order guarantee buffer 110, and sets the update exclusive state regarding the area of the data. unlock. Then, the control unit 150 executes the resynchronization process by transmitting the transfer data stored in the order guarantee buffer 110 to the storage device 200.

差分管理部120は、ある差分ビットマップ121が示すデータ領域に関して、取得部140によって転送データが順序保証バッファ110に格納された場合、制御部150による制御を受けることによって当該差分ビットマップ121を削除する。そして制御部150は、差分管理部120において存在する全ての差分ビットマップ121に関して、ストレージ装置200へのデータ転送を行うことによって、再同期処理を完了する。 When the transfer data is stored in the order guarantee buffer 110 by the acquisition unit 140 with respect to the data area indicated by a certain difference bitmap 121, the difference management unit 120 deletes the difference bitmap 121 by being controlled by the control unit 150. do. Then, the control unit 150 completes the resynchronization process by transferring data to the storage device 200 for all the difference bitmaps 121 existing in the difference management unit 120.

ストレージ装置100は、再同期処理を完了したタイミング(上述した図10に例示する時刻T)において、一時停止していた非同期順序保証コピーによるレプリケーションを行うことを再開する。 The storage device 100 resumes replication by the asynchronous sequence guarantee copy that has been suspended at the timing when the resynchronization process is completed ( time T3 exemplified in FIG. 10 described above).

次に図3A及び3B、図4、図5のフローチャートを参照して、本実施形態に係るストレージ装置(ストレージ制御装置)100の動作(処理)について詳細に説明する。 Next, the operation (processing) of the storage device (storage control device) 100 according to the present embodiment will be described in detail with reference to the flowcharts of FIGS. 3A and 3B, FIGS. 4 and 5.

図3A及び3Bは、本実施形態に係るストレージ装置100が、ホスト装置190から発行された命令に基づいて、論理ディスク181あるいは182に記憶されているデータを更新する動作を示すフローチャートである。 3A and 3B are flowcharts showing an operation in which the storage device 100 according to the present embodiment updates the data stored in the logical disk 181 or 182 based on the instruction issued from the host device 190.

論理ディスクアクセス制御部160は、ホスト装置190から、論理ディスク181あるいは182に記憶されているデータに対する更新命令を受信する(ステップS101)。論理ディスクアクセス制御部160は、受信した更新命令に含まれる書き込みデータをキャッシュ170に格納する(ステップS102)。論理ディスクアクセス制御部160は、当該更新命令が示す更新領域に関して、他の命令等による更新排他状態への設定が行われているか否かを確認する(ステップS103)。 The logical disk access control unit 160 receives an update command for the data stored in the logical disk 181 or 182 from the host device 190 (step S101). The logical disk access control unit 160 stores the write data included in the received update instruction in the cache 170 (step S102). The logical disk access control unit 160 confirms whether or not the update exclusive state is set to the update exclusive state by another instruction or the like with respect to the update area indicated by the update instruction (step S103).

当該更新領域が更新排他状態に設定されている場合(ステップS104でYes)、処理はステップS103へ戻る。当該更新領域が更新排他状態に設定されていない場合(ステップS104でNo)、論理ディスクアクセス制御部160は、当該更新領域を更新排他状態に設定する(ステップS105)。 When the update area is set to the update exclusive state (Yes in step S104), the process returns to step S103. When the update area is not set to the update exclusive state (No in step S104), the logical disk access control unit 160 sets the update area to the update exclusive state (step S105).

論理ディスクアクセス制御部160は、キャッシュ170に格納した更新命令に含まれる書き込みデータを用いて、論理ディスク181あるいは182における更新対象のデータを更新する(ステップS106)。差分管理部120は、更新対象のデータに関する差分ビットマップ121を生成する(ステップS107)。 The logical disk access control unit 160 updates the data to be updated on the logical disk 181 or 182 by using the write data included in the update instruction stored in the cache 170 (step S106). The difference management unit 120 generates a difference bitmap 121 for the data to be updated (step S107).

検出部130は、順序保証バッファ110において、更新命令による更新内容を表す更新データ111を新たに格納可能な記憶領域が不足する事象が発生しているか否かを確認する(ステップS108)。更新データ111を格納可能な記憶領域が不足する事象が発生していない場合(ステップS109でNo)、論理ディスクアクセス制御部160は、更新データ111を、順序保証バッファ110に格納する(ステップS110)。 The detection unit 130 confirms in the order guarantee buffer 110 whether or not an event has occurred in which the storage area that can newly store the update data 111 representing the update content by the update command is insufficient (step S108). When the event that the storage area that can store the update data 111 is insufficient has not occurred (No in step S109), the logical disk access control unit 160 stores the update data 111 in the order guarantee buffer 110 (step S110). ..

差分管理部120は、更新対象のデータに関する差分ビットマップ121を削除する(ステップS111)。論理ディスクアクセス制御部160は、更新領域の更新排他状態を解除し(ステップS112)、全体の処理は終了する。 The difference management unit 120 deletes the difference bitmap 121 related to the data to be updated (step S111). The logical disk access control unit 160 releases the update exclusive state of the update area (step S112), and the entire process ends.

更新データ111を格納可能な記憶領域が不足する事象が発生している場合(ステップS109でYes)、論理ディスクアクセス制御部160は、更新領域の更新排他状態を解除する(ステップS113)。論理ディスクアクセス制御部160は、非同期順序保証コピーによるレプリケーションを行うことを一時停止する(ステップS114)。 When an event occurs in which the storage area that can store the update data 111 is insufficient (Yes in step S109), the logical disk access control unit 160 releases the update exclusive state of the update area (step S113). The logical disk access control unit 160 suspends replication by the asynchronous order guarantee copy (step S114).

差分管理部120は、順序保証バッファ110に記憶されている更新データ111に関する差分ビットマップ121を生成する(ステップS115)。制御部150は、順序保証バッファ110に記憶されている更新データ111を削除し(ステップS116)、全体の処理は終了する。 The difference management unit 120 generates a difference bitmap 121 regarding the update data 111 stored in the order guarantee buffer 110 (step S115). The control unit 150 deletes the update data 111 stored in the order guarantee buffer 110 (step S116), and the entire process ends.

図4は、本実施形態に係るストレージ装置100が、非同期順序保証コピー処理を実行する動作を示すフローチャートである。 FIG. 4 is a flowchart showing the operation of the storage device 100 according to the present embodiment to execute the asynchronous order guarantee copy process.

論理ディスクアクセス制御部160は、順序保証バッファ110に更新データ111が存在するか否かを確認する(ステップS201)。順序保証バッファ110に更新データ111が存在しない場合(ステップS202でNo)、処理はステップS201へ戻る。順序保証バッファ110に更新データ111が存在する場合(ステップS202でYes)、論理ディスクアクセス制御部160は、順序保証バッファ110に記憶されている更新データ111を、ストレージ装置200に送信する(ステップS203)。 The logical disk access control unit 160 confirms whether or not the update data 111 exists in the order guarantee buffer 110 (step S201). If the update data 111 does not exist in the order guarantee buffer 110 (No in step S202), the process returns to step S201. When the update data 111 exists in the order guarantee buffer 110 (Yes in step S202), the logical disk access control unit 160 transmits the update data 111 stored in the order guarantee buffer 110 to the storage device 200 (step S203). ).

論理ディスクアクセス制御部160は、ストレージ装置200から、論理ディスク281あるいは282に対する更新データ111が示す更新を完了したことを受信する(ステップS204)。論理ディスクアクセス制御部160は、ストレージ装置200に送信した更新データ111を、順序保証バッファ110から削除し(ステップS205)、処理はステップS201へ戻る。 The logical disk access control unit 160 receives from the storage device 200 that the update indicated by the update data 111 for the logical disk 281 or 282 has been completed (step S204). The logical disk access control unit 160 deletes the update data 111 transmitted to the storage device 200 from the order guarantee buffer 110 (step S205), and the process returns to step S201.

図5は、本実施形態に係るストレージ装置100が、再同期処理を実行する動作を示すフローチャートである。 FIG. 5 is a flowchart showing the operation of the storage device 100 according to the present embodiment to execute the resynchronization process.

差分管理部120は、差分ビットマップ121が存在するか否かを確認する(ステップS301)。差分ビットマップ121が存在しない場合(ステップS302でNo)、全体の処理は終了する。差分ビットマップ121が存在する場合(ステップS302でYes)、取得部140は、差分ビットマップ121に基づいて、ストレージ装置200に対するデータ転送を行う論理ディスク181あるいは182におけるデータの領域を決定する(ステップS303)。 The difference management unit 120 confirms whether or not the difference bitmap 121 exists (step S301). If the difference bitmap 121 does not exist (No in step S302), the entire process ends. When the difference bitmap 121 exists (Yes in step S302), the acquisition unit 140 determines an area of data in the logical disk 181 or 182 for data transfer to the storage device 200 based on the difference bitmap 121 (step). S303).

取得部140は、決定したデータの領域を格納可能な記憶領域が順序保証バッファ110に存在するか否かを確認する(ステップS304)。決定したデータの領域を格納可能な領域が順序保証バッファ110に存在しない場合(ステップS305でNo)、処理はステップS304へ戻る。決定したデータの領域を格納可能な領域が順序保証バッファ110に存在する場合(ステップS305でYes)、取得部140は、決定したデータの領域を更新排他状態に設定する(ステップS306)。 The acquisition unit 140 confirms whether or not there is a storage area in the order guarantee buffer 110 that can store the determined data area (step S304). If there is no area in the order guarantee buffer 110 that can store the determined data area (No in step S305), the process returns to step S304. When there is an area in the order guarantee buffer 110 that can store the determined data area (Yes in step S305), the acquisition unit 140 sets the determined data area in the update exclusive state (step S306).

取得部140は、論理ディスク181あるいは182から決定したデータの領域を読み出し、制御部150は、読み出した転送データを順序保証バッファ110に格納する(ステップS307)。制御部150は、差分管理部120を制御することによって、決定したデータの領域に関する差分ビットマップ121を削除する(ステップS308)。制御部150は、決定したデータの領域の更新排他状態を解除する(ステップS309)。制御部150は、順序保証バッファ110に格納された転送データを、ストレージ装置200に送信するとともに、当該転送データを順序保証バッファ110から削除し(ステップS310)、処理はステップS301へ戻る。 The acquisition unit 140 reads the data area determined from the logical disk 181 or 182, and the control unit 150 stores the read transfer data in the order guarantee buffer 110 (step S307). The control unit 150 deletes the difference bitmap 121 regarding the determined data area by controlling the difference management unit 120 (step S308). The control unit 150 releases the update exclusive state of the determined data area (step S309). The control unit 150 transmits the transfer data stored in the order guarantee buffer 110 to the storage device 200, deletes the transfer data from the order guarantee buffer 110 (step S310), and the process returns to step S301.

本実施形態に係るストレージ装置100(ストレージ制御装置)は、ストレージ装置間におけるレプリケーションを非同期に行うシステムにおいて、ストレージ装置間における再同期処理を実行する際に応答性能が低下することを回避することができる。その理由は、ストレージ装置100は、ストレージ装置100とストレージ装置200との間の再同期処理に伴うデータ転送を、順序保証バッファ110を介して実行し、転送データを順序保証バッファ110に格納する際に、当該転送データに関する更新排他状態を解除するとともに、当該転送データに関する差分ビットマップ121を削除するからである。 The storage device 100 (storage control device) according to the present embodiment can avoid deterioration of response performance when executing resynchronization processing between storage devices in a system in which replication between storage devices is performed asynchronously. can. The reason is that when the storage device 100 executes data transfer associated with the resynchronization process between the storage device 100 and the storage device 200 via the sequence guarantee buffer 110 and stores the transferred data in the sequence guarantee buffer 110. This is because the update exclusive state related to the transferred data is released and the difference bitmap 121 related to the transferred data is deleted.

以下に、本実施形態に係るストレージ装置100によって実現される効果について、詳細に説明する。 Hereinafter, the effects realized by the storage device 100 according to the present embodiment will be described in detail.

例えば図8乃至10に示す通り、一般的なディザスタリカバリシステム(ストレージシステム2)では、メインサイト60とリモートサイト70とを接続する通信ネットワーク80において障害が発生した場合、その障害が解消したのちに、論理ディスク610に記憶されているデータと論理ディスク710に記憶されているデータとを一致させる再同期処理が行われる。メインサイト60におけるストレージ装置600は、この再同期処理において、論理ディスク610におけるある領域のデータを論理ディスク710にコピーする際に、データの整合性を保証するために、コピーする領域を更新排他状態に設定する必要がある。この場合、ホスト装置630は、更新排他状態が解除されるまで、コピーする領域に対する更新処理(書き込み処理)を行うことができなくなる。即ち、例えば、コピーする領域のデータ量が大きい場合、あるいは、通信ネットワーク80における輻輳の発生によって通信遅延時間が長くなる場合などでは、図9に例示する更新応答時間が大幅に悪化する可能性がある。 For example, as shown in FIGS. 8 to 10, in a general disaster recovery system (storage system 2), when a failure occurs in the communication network 80 connecting the main site 60 and the remote site 70, the failure is resolved and then the failure is resolved. A resynchronization process is performed to match the data stored in the logical disk 610 with the data stored in the logical disk 710. In this resynchronization process, the storage device 600 at the main site 60 puts the area to be copied into the update exclusive state in order to guarantee the integrity of the data when copying the data of a certain area in the logical disk 610 to the logical disk 710. Need to be set. In this case, the host device 630 cannot perform update processing (write processing) on the area to be copied until the update exclusive state is released. That is, for example, when the amount of data in the area to be copied is large, or when the communication delay time becomes long due to the occurrence of congestion in the communication network 80, the update response time illustrated in FIG. 9 may be significantly deteriorated. be.

このような課題に対して、本実施形態に係るストレージ装置(ストレージ制御装置)100は、順序保証バッファ(第一及び第二の記憶部)110と、差分管理部120と、検出部130と、取得部140と、制御部150と、を備え、例えば図1乃至図5を参照して上述した通り動作する。即ち、順序保証バッファ110は、ストレージ装置(第一のストレージ装置)100に記憶されているデータに対する更新内容を、ストレージ装置(第二のストレージ装置)200に記憶されている当該データの複製に適用する場合において、当該更新内容を表す更新データ111を記憶する。差分管理部120は、ストレージ装置100に記憶されているデータと、ストレージ装置200に記憶されている当該データの複製との差分を表す差分ビットマップ(差分情報)121を管理する。検出部130は、順序保証バッファ110の使用状況に関する所定の事象を検出する。取得部140は、当該所定の事象が検出された場合に、差分ビットマップ121に基づいて、ストレージ装置100から、ストレージ装置200に対する転送データを取得するとともに、ストレージ装置100における当該転送データの格納領域を、更新排他状態に設定する。そして、制御部150は、順序保証バッファ110を介してストレージ装置200に転送する当該転送データを順序保証バッファ110に格納する際に、当該更新排他状態を解除するとともに、当該転送データに関する差分ビットマップ121を削除するよう差分管理部120を制御する。 In response to such a problem, the storage device (storage control device) 100 according to the present embodiment includes an order guarantee buffer (first and second storage units) 110, a difference management unit 120, and a detection unit 130. It includes an acquisition unit 140 and a control unit 150, and operates as described above with reference to, for example, FIGS. 1 to 5. That is, the order guarantee buffer 110 applies the update contents for the data stored in the storage device (first storage device) 100 to the duplication of the data stored in the storage device (second storage device) 200. In this case, the update data 111 representing the update content is stored. The difference management unit 120 manages a difference bitmap (difference information) 121 representing a difference between the data stored in the storage device 100 and the duplication of the data stored in the storage device 200. The detection unit 130 detects a predetermined event related to the usage status of the order guarantee buffer 110. When the predetermined event is detected, the acquisition unit 140 acquires the transfer data from the storage device 100 to the storage device 200 based on the difference bit map 121, and the storage device 100 stores the transfer data. Is set to the update exclusive state. Then, when the control unit 150 stores the transfer data to be transferred to the storage device 200 via the order guarantee buffer 110 in the order guarantee buffer 110, the control unit 150 releases the update exclusive state and the difference bitmap regarding the transfer data. The difference management unit 120 is controlled so as to delete 121.

即ち、本実施形態に係るストレージ装置100は、再同期処理において、順序保証バッファ110を介したデータ転送を行い、転送データを順序保証バッファ110に格納したタイミングで、ストレージ装置100における転送データの格納領域の更新排他状態を解除するとともに、転送データに関する差分ビットマップ121を削除する。したがって、ストレージ装置100は、転送データを順序保証バッファ110に格納してのちに当該転送データの格納領域に対して発生した更新の内容を、新たな差分ビットマップ121として管理することによって、データの整合性を維持しつつ、早いタイミングで転送データの格納領域の更新排他状態を解除することを実現する。これにより、本実施形態に係るストレージ装置100は、再同期処理において転送するデータの格納領域を更新排他状態に設定する期間を短縮することができるので、ストレージ装置間における再同期処理を実行する際に応答性能が低下することを回避することができる。 That is, the storage device 100 according to the present embodiment transfers data via the order guarantee buffer 110 in the resynchronization process, and stores the transfer data in the storage device 100 at the timing when the transfer data is stored in the order guarantee buffer 110. The update exclusive state of the area is released, and the difference bitmap 121 related to the transferred data is deleted. Therefore, the storage device 100 stores the transferred data in the order guarantee buffer 110, and then manages the content of the update generated for the storage area of the transferred data as a new difference bit map 121, so that the data can be stored. While maintaining consistency, it is possible to release the update exclusive state of the transfer data storage area at an early timing. As a result, the storage device 100 according to the present embodiment can shorten the period for setting the storage area of the data to be transferred in the resynchronization process to the update exclusive state, so that when the resynchronization process is executed between the storage devices. It is possible to prevent the response performance from deteriorating.

また、本実施形態に係る差分管理部120は、更新データ111が順序保証バッファ110に格納されたときに更新データ111に関する差分ビットマップ121を削除したのち、検出部130によって所定の事象が検出された場合に、順序保証バッファ110に記憶されている更新データ111に関する差分ビットマップ121を生成する。そして制御部150は、検出部130によって所定の事象が検出された場合に、順序保証バッファ110に記憶されている更新データ111を削除する。即ち、本実施形態に係る差分管理部120は、必要最小限の差分ビットマップ121を管理するとともに、制御部150は、再同期処理を行う前に、順序保証バッファ110に記憶されている更新データ111を速やかに削除する。これにより、本実施形態に係るストレージ装置100は、上述した順序保証バッファ110を介した再同期処理を効率的に行うことができる。 Further, the difference management unit 120 according to the present embodiment deletes the difference bitmap 121 related to the update data 111 when the update data 111 is stored in the order guarantee buffer 110, and then the detection unit 130 detects a predetermined event. If so, the difference bitmap 121 regarding the update data 111 stored in the order guarantee buffer 110 is generated. Then, when a predetermined event is detected by the detection unit 130, the control unit 150 deletes the update data 111 stored in the order guarantee buffer 110. That is, the difference management unit 120 according to the present embodiment manages the minimum necessary difference bitmap 121, and the control unit 150 manages the update data stored in the order guarantee buffer 110 before performing the resynchronization process. Delete 111 promptly. As a result, the storage device 100 according to the present embodiment can efficiently perform the resynchronization process via the above-mentioned order guarantee buffer 110.

また、上述した本実施形態に係るストレージ装置100は、更新データ111を記憶するための順序保証バッファ110(第一の記憶部)を、再同期処理における転送データを格納するバッファ(第二の記憶部)として使用する。即ち、ストレージ装置100は、第一の記憶部と第二の記憶部とを共用することによってコストを削減した構成を備えているが、ストレージ装置100は、第二の記憶部として専用のバッファを備えるようにしてもよい。 Further, in the storage device 100 according to the above-described embodiment, the order guarantee buffer 110 (first storage unit) for storing the update data 111 is used as a buffer (second storage unit) for storing the transfer data in the resynchronization process. Part). That is, the storage device 100 has a configuration in which the cost is reduced by sharing the first storage unit and the second storage unit, but the storage device 100 has a dedicated buffer as the second storage unit. You may be prepared.

この場合、ストレージ装置100は、ホスト装置190から発行された更新命令による更新データ111の第一の記憶部への登録と、再同期処理の実行による転送データの第二の記憶部への登録とを並列に行うことが可能である。そしてこの場合、ストレージ装置100は、更新データ111と転送データとに関して、共通の順序管理を行えばよい。また、ストレージ装置100は、第二の記憶部として専用のバッファを備える場合、再同期処理を実行する前に、順序保証バッファ110に転送データを格納するための領域を確保するために、順序保証バッファ110から更新データ111を削除することを行う必要はない。 In this case, the storage device 100 registers the update data 111 by the update command issued from the host device 190 in the first storage unit, and registers the transfer data by executing the resynchronization process in the second storage unit. Can be done in parallel. In this case, the storage device 100 may perform common order management for the update data 111 and the transfer data. Further, when the storage device 100 includes a dedicated buffer as the second storage unit, the order is guaranteed in order to secure an area for storing the transfer data in the order guarantee buffer 110 before executing the resynchronization process. It is not necessary to delete the update data 111 from the buffer 110.

また、本実施形態に係る制御部150は、ストレージ装置100とストレージ装置200とを通信可能に接続する通信ネットワーク30の状況を表す情報を外部から受信する機能を備えてもよい。この場合、制御部150は、その通信ネットワーク30の状況を表す情報と、ストレージ装置100からストレージ装置200に対して転送する必要があるデータ量とが条件を満たす場合に、再同期処理におけるデータ転送を実行する。 Further, the control unit 150 according to the present embodiment may have a function of receiving information indicating the status of the communication network 30 that communicably connects the storage device 100 and the storage device 200 from the outside. In this case, the control unit 150 transfers data in the resynchronization process when the information indicating the status of the communication network 30 and the amount of data to be transferred from the storage device 100 to the storage device 200 satisfy the conditions. To execute.

より具体的には、制御部150は、例えば、転送する必要があるデータ量が多い場合、通信ネットワーク30における輻輳が大きく改善されるまで、再同期処理におけるデータ転送を保留する。そして、制御部150は、例えば、転送する必要があるデータ量が少ない場合、通信ネットワーク30における輻輳がある程度改善された時点において、再同期処理におけるデータ転送を開始してもよい。本実施形態に係るストレージ装置100は、このように動作する制御部150を備えることによって、再同期処理をより効率的に行うことができる。 More specifically, for example, when the amount of data that needs to be transferred is large, the control unit 150 suspends data transfer in the resynchronization process until the congestion in the communication network 30 is greatly improved. Then, for example, when the amount of data to be transferred is small, the control unit 150 may start the data transfer in the resynchronization process when the congestion in the communication network 30 is improved to some extent. The storage device 100 according to the present embodiment can perform the resynchronization process more efficiently by including the control unit 150 that operates in this way.

また、本実施形態に係るストレージシステム1が採用するレプリケーションの方式は、非同期順序保証コピー方式に限定されない。本実施形態に係るストレージ装置100が備えるストレージ制御装置としての機能は、メインサイトにおけるデータの更新とは非同期でレプリケーションを実行するためのバッファを備えた、例えば順序保証を行わない非同期コピーを実行するシステムなどにおいても利用可能である。 Further, the replication method adopted by the storage system 1 according to the present embodiment is not limited to the asynchronous order guarantee copy method. The function of the storage device 100 according to the present embodiment as a storage control device is a system that includes a buffer for executing replication asynchronously with data update at the main site, for example, an asynchronous copy that does not guarantee the order. It can also be used in such cases.

<第2の実施形態>
図6は、本願発明の第2の実施形態に係るストレージ制御装置40の構成を示すブロック図である。
<Second embodiment>
FIG. 6 is a block diagram showing the configuration of the storage control device 40 according to the second embodiment of the present invention.

本実施形態に係るストレージ制御装置40は、第一の記憶部41、差分管理部42、検出部43、取得部44、制御部45、及び、第二の記憶部46を備える。 The storage control device 40 according to the present embodiment includes a first storage unit 41, a difference management unit 42, a detection unit 43, an acquisition unit 44, a control unit 45, and a second storage unit 46.

第一の記憶部41は、第一のストレージ装置50に記憶されているデータ500に対する更新内容を、第二のストレージ装置51に記憶されているデータ500の複製510に適用する場合において、当該更新内容を表す更新情報410を記憶する。 When the first storage unit 41 applies the update contents for the data 500 stored in the first storage device 50 to the duplication 510 of the data 500 stored in the second storage device 51, the update is applied. The update information 410 indicating the content is stored.

差分管理部42は、第一のストレージ装置50に記憶されているデータ500と、第二のストレージ装置51に記憶されているデータ500の複製510との差分を表す差分情報420を管理する。 The difference management unit 42 manages the difference information 420 representing the difference between the data 500 stored in the first storage device 50 and the duplicate 510 of the data 500 stored in the second storage device 51.

検出部43は、第一の記憶部41の使用状況に関する所定の事象430を検出する。 The detection unit 43 detects a predetermined event 430 regarding the usage status of the first storage unit 41.

取得部44は、所定の事象430が検出された場合に、差分情報420に基づいて、第一のストレージ装置50から、第二のストレージ装置51に対する転送データ460を取得するとともに、第一のストレージ装置50における転送データ460の格納領域を、更新排他状態に設定する。 When the predetermined event 430 is detected, the acquisition unit 44 acquires the transfer data 460 from the first storage device 50 to the second storage device 51 based on the difference information 420, and also acquires the transfer data 460 to the second storage device 51 and the first storage. The storage area of the transfer data 460 in the device 50 is set to the update exclusive state.

制御部45は、第二の記憶部46を介して第二のストレージ装置51に転送する転送データ460を第二の記憶部46に格納する際に、当該更新排他状態を解除するとともに、転送データ460に関する差分情報420を削除するよう差分管理部42を制御する。 When the control unit 45 stores the transfer data 460 to be transferred to the second storage device 51 via the second storage unit 46 in the second storage unit 46, the control unit 45 releases the update exclusive state and transfers the transfer data. The difference management unit 42 is controlled so as to delete the difference information 420 regarding the 460.

本実施形態に係るストレージ制御装置40は、ストレージ装置間におけるレプリケーションを非同期に行うシステムにおいて、ストレージ装置間における再同期処理を実行する際に応答性能が低下することを回避することができる。その理由は、ストレージ制御装置40は、第一のストレージ装置50と第二のストレージ装置51との間の再同期処理に伴うデータ転送を、第二の記憶部46を介して実行し、転送データ460を第二の記憶部46に格納する際に、転送データ460に関する更新排他状態を解除するとともに、転送データ460に関する差分情報420を削除するからである。 The storage control device 40 according to the present embodiment can avoid deterioration in response performance when executing resynchronization processing between storage devices in a system in which replication between storage devices is performed asynchronously. The reason is that the storage control device 40 executes data transfer associated with the resynchronization process between the first storage device 50 and the second storage device 51 via the second storage unit 46, and the transfer data. This is because when the 460 is stored in the second storage unit 46, the update exclusive state regarding the transfer data 460 is released and the difference information 420 regarding the transfer data 460 is deleted.

<ハードウェア構成例>
上述した各実施形態において図1、及び、図6に示したストレージ制御装置(ストレージ装置)における各部は、専用のHW(HardWare)(電子回路)によって実現することができる。また、図1、及び、図6において、少なくとも、下記構成は、ソフトウェアプログラムの機能(処理)単位(ソフトウェアモジュール)と捉えることができる。
・順序保証バッファ110、第一の記憶部41、第二の記憶部46における記憶制御機能、
・差分管理部120及び42、
・検出部130及び43、
・取得部140及び44、
・制御部150及び45、
・論理ディスクアクセス制御部160。
<Hardware configuration example>
In each of the above-described embodiments, each part of the storage control device (storage device) shown in FIGS. 1 and 6 can be realized by a dedicated HW (HardWare) (electronic circuit). Further, in FIGS. 1 and 6, at least the following configuration can be regarded as a function (processing) unit (software module) of a software program.
A storage control function in the order guarantee buffer 110, the first storage unit 41, and the second storage unit 46.
Difference management units 120 and 42,
Detection units 130 and 43,
-Acquisition units 140 and 44,
Control units 150 and 45,
-Logical disk access control unit 160.

但し、これらの図面に示した各部の区分けは、説明の便宜上の構成であり、実装に際しては、様々な構成が想定され得る。この場合のハードウェア環境の一例を、図7を参照して説明する。 However, the division of each part shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed at the time of mounting. An example of the hardware environment in this case will be described with reference to FIG. 7.

図7は、本願発明の各実施形態に係るストレージ制御装置を実行可能な情報処理装置900(コンピュータ)の構成を例示的に説明する図である。即ち、図7は、図1、及び、図6に示したストレージ制御装置を実現可能なコンピュータ(情報処理装置)の構成であって、上述した実施形態における各機能を実現可能なハードウェア環境を表す。 FIG. 7 is a diagram illustrating an example of a configuration of an information processing device 900 (computer) capable of executing a storage control device according to each embodiment of the present invention. That is, FIG. 7 is a configuration of a computer (information processing device) capable of realizing the storage control device shown in FIGS. 1 and 6, and provides a hardware environment capable of realizing each function in the above-described embodiment. show.

図7に示した情報処理装置900は、構成要素として下記を備えている。
・CPU(Central_Processing_Unit)901、
・ROM(Read_Only_Memory)902、
・RAM(Random_Access_Memory)903、
・ハードディスク(記憶装置)904、
・通信インタフェース905、
・バス906(通信線)、
・CD-ROM(Compact_Disc_Read_Only_Memory)等の記録媒体907に格納されたデータを読み書き可能なリーダライタ908、
・モニターやスピーカ、キーボード等の入出力インタフェース909。
The information processing apparatus 900 shown in FIG. 7 includes the following as components.
-CPU (Central_Processing_Unit) 901,
-ROM (Read_Only_Memory) 902,
-RAM (Random_Access_Memory) 903,
-Hard disk (storage device) 904,
-Communication interface 905,
・ Bus 906 (communication line),
A reader / writer 908 that can read / write data stored in a recording medium 907 such as a CD-ROM (Compact_Disc_Read_Only_Memory),
-Input / output interface 909 for monitors, speakers, keyboards, etc.

即ち、上記構成要素を備える情報処理装置900は、これらの構成がバス906を介して接続された一般的なコンピュータである。情報処理装置900は、CPU901を複数備える場合もあれば、マルチコアにより構成されたCPU901を備える場合もある。 That is, the information processing apparatus 900 including the above components is a general computer to which these components are connected via the bus 906. The information processing apparatus 900 may include a plurality of CPUs 901 or may include a CPU 901 configured by a multi-core processor.

そして、上述した実施形態を例に説明した本願発明は、図7に示した情報処理装置900に対して、次の機能を実現可能なコンピュータプログラムを供給する。その機能とは、その実施形態の説明において参照したブロック構成図(図1、及び、図6)における上述した構成、或いはフローチャート(図3A及び3B、図4、図5)の機能である。本願発明は、その後、そのコンピュータプログラムを、当該ハードウェアのCPU901に読み出して解釈し実行することによって達成される。また、当該装置内に供給されたコンピュータプログラムは、読み書き可能な揮発性のメモリ(RAM903)、または、ROM902やハードディスク904等の不揮発性の記憶デバイスに格納すれば良い。 The present invention described by taking the above-described embodiment as an example supplies the information processing apparatus 900 shown in FIG. 7 with a computer program capable of realizing the following functions. The function is the above-mentioned configuration in the block configuration diagram (FIGS. 1 and 6) referred to in the description of the embodiment, or the function of the flowchart (FIGS. 3A and 3B, FIGS. 4 and 5). The present invention is subsequently achieved by reading, interpreting, and executing the computer program in the CPU 901 of the hardware. Further, the computer program supplied in the apparatus may be stored in a readable / writable volatile memory (RAM 903) or a non-volatile storage device such as ROM 902 or a hard disk 904.

また、前記の場合において、当該ハードウェア内へのコンピュータプログラムの供給方法は、現在では一般的な手順を採用することができる。その手順としては、例えば、CD-ROM等の各種記録媒体907を介して当該装置内にインストールする方法や、インターネット等の通信回線を介して外部よりダウンロードする方法等がある。そして、このような場合において、本願発明は、係るコンピュータプログラムを構成するコード或いは、そのコードが格納された記録媒体907によって構成されると捉えることができる。 Further, in the above case, as a method of supplying a computer program into the hardware, a general procedure can be adopted at present. As the procedure, for example, there are a method of installing in the apparatus via various recording media 907 such as a CD-ROM, a method of downloading from the outside via a communication line such as the Internet, and the like. In such a case, the present invention can be regarded as being composed of a code constituting the computer program or a recording medium 907 in which the code is stored.

以上、上述した実施形態を模範的な例として本願発明を説明した。しかしながら、本願発明は、上述した実施形態には限定されない。即ち、本願発明は、本願発明のスコープ内において、当業者が理解し得る様々な態様を適用することができる。 The invention of the present application has been described above by using the above-described embodiment as a model example. However, the invention of the present application is not limited to the above-described embodiment. That is, the invention of the present application can apply various aspects that can be understood by those skilled in the art within the scope of the invention of the present application.

1 ストレージシステム
10 メインサイト
100 ストレージ装置
110 順序保証バッファ
111 更新データ
120 差分管理部
121 差分ビットマップ
130 検出部
140 取得部
150 制御部
160 論理ディスクアクセス制御部
170 キャッシュ
181及び182 論理ディスク
190 ホスト装置
20 リモートサイト
200 ストレージ装置
210 順序保証バッファ
270 キャッシュ
281及び282 論理ディスク
30 通信ネットワーク
40 ストレージ制御装置
41 第一の記憶部
410 更新情報
42 差分管理部
420 差分情報
43 検出部
430 所定の事象
44 取得部
45 制御部
46 第二の記憶部
460 転送データ
50 第一のストレージ装置
500 データ
51 第二のストレージ装置
510 複製
2 ストレージシステム
60 メインサイト
600 ストレージ装置
610 論理ディスク
611 コピー領域
620 バッファ
70 リモートサイト
700 ストレージ装置
710 論理ディスク
711 コピー領域
80 通信ネットワーク
900 情報処理装置
901 CPU
902 ROM
903 RAM
904 ハードディスク(記憶装置)
905 通信インタフェース
906 バス
907 記録媒体
908 リーダライタ
909 入出力インタフェース
1 Storage system 10 Main site 100 Storage device 110 Order guarantee buffer 111 Update data 120 Difference management unit 121 Difference bitmap 130 Detection unit 140 Acquisition unit 150 Control unit 160 Logical disk access control unit 170 Cache 181 and 182 Logical disk 190 Host device 20 Remote Site 200 Storage device 210 Order guarantee buffer 270 Cache 281 and 282 Logical disk 30 Communication network 40 Storage control device 41 First storage unit 410 Update information 42 Difference management unit 420 Difference information 43 Detection unit 430 Predetermined event 44 Acquisition unit 45 Control Part 46 Second storage 460 Transfer data 50 First storage device 500 Data 51 Second storage device 510 Replica 2 Storage system 60 Main site 600 Storage device 610 Logical disk 611 Copy area 620 Buffer 70 Remote site 700 Storage device 710 Logic Disk 711 Copy area 80 Communication network 900 Information processing device 901 CPU
902 ROM
903 RAM
904 Hard disk (storage device)
905 Communication interface 906 Bus 907 Recording medium 908 Reader / writer 909 Input / output interface

Claims (8)

第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を記憶する記憶手段と、
前記第一のストレージ装置に記憶されている前記データと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理する差分管理手段と、
記記憶手段の使用状況に関する所定の事象を検出する検出手段と、
前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態に設定する取得手段と、
前記記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除するよう前記差分管理手段を制御する制御手段と、
備え
前記差分管理手段は、前記更新情報が前記記憶手段に格納されたときに前記更新情報に関する前記差分情報を削除したのち、前記検出手段によって前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報に関する前記差分情報を生成し、
前記制御手段は、前記検出手段によって前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報を削除する、
ストレージ制御装置。
When the update content for the data stored in the first storage device is applied to the duplication of the data stored in the second storage device, the storage means for storing the update information representing the update content. When,
A difference management means for managing difference information representing a difference between the data stored in the first storage device and the duplication of the data stored in the second storage device.
A detection means for detecting a predetermined event related to the usage status of the storage means, and a detection means.
When the predetermined event is detected, the transfer data from the first storage device to the second storage device is acquired based on the difference information, and the transfer data in the first storage device is acquired. Acquisition means to set the storage area of the update to the update exclusive state,
When the transfer data to be transferred to the second storage device via the storage means is stored in the storage means, the update exclusive state is released and the difference information regarding the transfer data is deleted. A control means for controlling the difference management means and
Equipped with
When the update information is stored in the storage means, the difference management means deletes the difference information related to the update information, and then when the detection means detects the predetermined event, the storage means stores the update information. Generate the difference information regarding the stored update information,
The control means deletes the update information stored in the storage means when the predetermined event is detected by the detection means.
Storage controller.
前記差分管理手段は、前記第一のストレージ装置に記憶されている前記データにおいて前記差分が存在する場所を特定可能な前記差分情報を管理する、
請求項1に記載のストレージ制御装置。
The difference management means manages the difference information that can specify the place where the difference exists in the data stored in the first storage device.
The storage control device according to claim 1 .
前記検出手段は、前記所定の事象として、前記記憶手段において、新たに前記更新情報を格納可能な記憶領域が不足することを検出する、
請求項1または請求項2に記載のストレージ制御装置。
As the predetermined event, the detection means detects that the storage means newly lacks a storage area capable of storing the update information.
The storage control device according to claim 1 or 2 .
前記制御手段は、前記第一のストレージ装置と前記第二のストレージ装置とを通信可能に接続する通信ネットワークの状況を表す情報を外部から受信し、前記通信ネットワークの状況を表す情報と、前記転送データのデータ量とが条件を満たす場合に、前記第一のストレージ装置から前記第二のストレージ装置へ前記転送データを転送する、
請求項1乃至請求項3のいずれか一項に記載のストレージ制御装置。
The control means receives information representing the status of a communication network that communicably connects the first storage device and the second storage device from the outside, and the information representing the status of the communication network and the transfer. When the data amount of the data satisfies the condition, the transfer data is transferred from the first storage device to the second storage device.
The storage control device according to any one of claims 1 to 3 .
記記憶手段は、前記更新情報が表す更新が発生した順序と関連付けられ、前記順序に従って前記更新内容が前記第二のストレージ装置に記憶されている前記データの複製に適用される前記更新情報を記憶する、
請求項1乃至請求項のいずれか一項に記載のストレージ制御装置。
The storage means is associated with the order in which the updates represented by the update information occur, and the update content is applied to the duplication of the data stored in the second storage device according to the order. Remember,
The storage control device according to any one of claims 1 to 4 .
請求項1乃至請求項のいずれか一項に記載のストレージ制御装置と、
前記第一のストレージ装置と、
前記第二のストレージ装置と、
を有するストレージシステム。
The storage control device according to any one of claims 1 to 5 .
The first storage device and
With the second storage device
Storage system with.
情報処理装置によって、
第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を記憶手段に記憶し、
前記第一のストレージ装置に記憶されている前記データと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理し、
記記憶手段の使用状況に関する所定の事象を検出し、
前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態に設定し、
前記記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除する、
方法であって、
前記更新情報が前記記憶手段に格納されたときに前記更新情報に関する前記差分情報を削除したのち、前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報に関する前記差分情報を生成し、
前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報を削除する、
ストレージ制御方法。
Depending on the information processing device
When the update content for the data stored in the first storage device is applied to the duplication of the data stored in the second storage device, the update information representing the update content is stored in the storage means. ,
The difference information representing the difference between the data stored in the first storage device and the duplication of the data stored in the second storage device is managed.
Detecting a predetermined event related to the usage status of the storage means,
When the predetermined event is detected, the transfer data from the first storage device to the second storage device is acquired based on the difference information, and the transfer data in the first storage device is acquired. Set the storage area of to the update exclusive state,
When the transfer data to be transferred to the second storage device via the storage means is stored in the storage means, the update exclusive state is released and the difference information regarding the transfer data is deleted.
It ’s a method,
When the update information is stored in the storage means, the difference information regarding the update information is deleted, and then when the predetermined event is detected, the difference regarding the update information stored in the storage means. Generate information,
When the predetermined event is detected, the update information stored in the storage means is deleted.
Storage control method.
第一のストレージ装置に記憶されているデータに対する更新内容を、第二のストレージ装置に記憶されている前記データの複製に適用する場合において、前記更新内容を表す更新情報を記憶する記憶手段を備えるコンピュータに、
前記第一のストレージ装置に記憶されている前記データと、前記第二のストレージ装置に記憶されている前記データの複製との差分を表す差分情報を管理する差分管理処理と、
記記憶手段の使用状況に関する所定の事象を検出する検出処理と、
前記所定の事象が検出された場合に、前記差分情報に基づいて、前記第一のストレージ装置から、前記第二のストレージ装置に対する転送データを取得するとともに、前記第一のストレージ装置における前記転送データの格納領域を、更新排他状態に設定する取得処理と、
前記記憶手段を介して前記第二のストレージ装置に転送する前記転送データを前記記憶手段に格納する際に、前記更新排他状態を解除するとともに、前記転送データに関する前記差分情報を削除するよう前記差分管理処理を制御する制御処理と、
を実行させるためのプログラムであって、
前記差分管理処理は、前記更新情報が前記記憶手段に格納されたときに前記更新情報に関する前記差分情報を削除したのち、前記検出処理によって前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報に関する前記差分情報を生成し、
前記制御処理は、前記検出処理によって前記所定の事象が検出された場合に、前記記憶手段に記憶されている前記更新情報を削除する、
ストレージ制御プログラム。
When applying the update content for the data stored in the first storage device to the duplication of the data stored in the second storage device, a storage device that stores the update information representing the update content. For computers with steps ,
A difference management process for managing difference information representing a difference between the data stored in the first storage device and the duplication of the data stored in the second storage device.
A detection process for detecting a predetermined event related to the usage status of the storage means, and
When the predetermined event is detected, the transfer data from the first storage device to the second storage device is acquired based on the difference information, and the transfer data in the first storage device is acquired. Acquisition process to set the storage area of
When the transfer data to be transferred to the second storage device via the storage means is stored in the storage means, the update exclusive state is released and the difference information regarding the transfer data is deleted. The control process that controls the difference management process and
It is a program to execute
In the difference management process, when the update information is stored in the storage means, the difference information related to the update information is deleted, and then when the predetermined event is detected by the detection process, the storage means stores the update information. Generate the difference information regarding the stored update information,
The control process deletes the update information stored in the storage means when the predetermined event is detected by the detection process.
Storage control program.
JP2019048565A 2019-03-15 2019-03-15 Storage control device, storage system, storage control method, and storage control program Active JP7050707B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019048565A JP7050707B2 (en) 2019-03-15 2019-03-15 Storage control device, storage system, storage control method, and storage control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019048565A JP7050707B2 (en) 2019-03-15 2019-03-15 Storage control device, storage system, storage control method, and storage control program

Publications (2)

Publication Number Publication Date
JP2020149573A JP2020149573A (en) 2020-09-17
JP7050707B2 true JP7050707B2 (en) 2022-04-08

Family

ID=72432070

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019048565A Active JP7050707B2 (en) 2019-03-15 2019-03-15 Storage control device, storage system, storage control method, and storage control program

Country Status (1)

Country Link
JP (1) JP7050707B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182222A (en) 2003-12-17 2005-07-07 Hitachi Ltd Remote copy system
JP2007226596A (en) 2006-02-24 2007-09-06 Hitachi Ltd Storage controller, and data migration method using storage controller
JP2008009660A (en) 2006-06-28 2008-01-17 Nec Corp Data management system, data management method, and data management program
JP2008134988A (en) 2006-10-30 2008-06-12 Hitachi Ltd Information system and data transfer method
JP2007305161A5 (en) 2007-08-13 2009-01-15
JP5170169B2 (en) 2010-06-18 2013-03-27 Necシステムテクノロジー株式会社 Remote copy processing system, processing method, and processing program between disk array devices
WO2014181406A1 (en) 2013-05-08 2014-11-13 株式会社日立製作所 Storage system and method for managing data
JP2015153280A (en) 2014-02-18 2015-08-24 日本電気株式会社 Replication control system, replication control method, and replication control program

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2742186B2 (en) * 1992-10-28 1998-04-22 株式会社日立製作所 Disk driver, disk array device, data storage system, and data backup method for disk array system
US6701455B1 (en) * 2000-08-29 2004-03-02 Hitachi, Ltd. Remote copy system with data integrity
JP5052257B2 (en) * 2007-08-13 2012-10-17 株式会社日立製作所 Storage system and storage control device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182222A (en) 2003-12-17 2005-07-07 Hitachi Ltd Remote copy system
JP2007226596A (en) 2006-02-24 2007-09-06 Hitachi Ltd Storage controller, and data migration method using storage controller
JP2008009660A (en) 2006-06-28 2008-01-17 Nec Corp Data management system, data management method, and data management program
JP2008134988A (en) 2006-10-30 2008-06-12 Hitachi Ltd Information system and data transfer method
JP2007305161A5 (en) 2007-08-13 2009-01-15
JP5170169B2 (en) 2010-06-18 2013-03-27 Necシステムテクノロジー株式会社 Remote copy processing system, processing method, and processing program between disk array devices
WO2014181406A1 (en) 2013-05-08 2014-11-13 株式会社日立製作所 Storage system and method for managing data
JP2015153280A (en) 2014-02-18 2015-08-24 日本電気株式会社 Replication control system, replication control method, and replication control program

Also Published As

Publication number Publication date
JP2020149573A (en) 2020-09-17

Similar Documents

Publication Publication Date Title
US6950915B2 (en) Data storage subsystem
JP5192226B2 (en) Method for adding standby computer, computer and computer system
JP4727437B2 (en) Storage control method for storage system having database
US7971011B2 (en) Remote copy method and storage system
US7343449B2 (en) Storage subsystem and storage system
TWI470459B (en) Storage control system, method, data carrier, and computer program product to operate as a remote copy pair by communicating between a primary and a secondary of said remote copy pair
US20140208012A1 (en) Virtual disk replication using log files
EP2557494B1 (en) Storage apparatus and data copy method between thin-provisioning virtual volumes
JP5094460B2 (en) Computer system, data matching method, and data matching processing program
US8024537B2 (en) Storage system, remote copy and management method therefor
US10191685B2 (en) Storage system, storage device, and data transfer method
US7979651B1 (en) Method, system, and computer readable medium for asynchronously processing write operations for a data storage volume having a copy-on-write snapshot
JP6136629B2 (en) Storage control device, storage system, and control program
JP2007122117A (en) Storage system and storage control method
JP5561334B2 (en) Data transfer device
JP2014048835A (en) Information processor, area release control program, and area release control method
JP7050707B2 (en) Storage control device, storage system, storage control method, and storage control program
EP1693756B1 (en) Storage subsystem and storage system
US10656867B2 (en) Computer system, data management method, and data management program
JP5509272B2 (en) Computer system, data matching method, and data matching processing program
JP4721057B2 (en) Data management system, data management method, and data management program
JP6802304B2 (en) Storage control device, storage control system, storage control method, and storage control program
JP2009157880A (en) Server device and file system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200715

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20210730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210810

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211007

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20211110

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220308

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220329

R150 Certificate of patent or registration of utility model

Ref document number: 7050707

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150