JP2014115929A - Replication system, replication processing method and replication processing program - Google Patents

Replication system, replication processing method and replication processing program Download PDF

Info

Publication number
JP2014115929A
JP2014115929A JP2012270969A JP2012270969A JP2014115929A JP 2014115929 A JP2014115929 A JP 2014115929A JP 2012270969 A JP2012270969 A JP 2012270969A JP 2012270969 A JP2012270969 A JP 2012270969A JP 2014115929 A JP2014115929 A JP 2014115929A
Authority
JP
Japan
Prior art keywords
storage unit
replication
data
storage
storage units
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012270969A
Other languages
Japanese (ja)
Inventor
Hajime Harashima
一 原嶋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2012270969A priority Critical patent/JP2014115929A/en
Publication of JP2014115929A publication Critical patent/JP2014115929A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a replication system which does not cause processing delay even in the event of a defect in one storage part out of a plurality of storage parts.SOLUTION: The replication system 1 includes: a plurality of storage parts 4 storing same data; a storage part control part 2 which, in receiving a request for update of the data in the plurality of storage parts 4 from the outside, selects one storage part out of the plurality of storage parts 4 in accordance with a prescribed rule, updates the data in the selected storage part, and issues a replication command; and a replication part 3 performing replication for updating the data in the remaining storage parts, other than the selected storage part, out of the plurality of storage parts 4, which correspond to the updated data in the selected storage part, in response to the replication command.

Description

本発明は、レプリケーションシステム、レプリケーション処理方法及びレプリケーション処理プログラムに関し、特に、記憶部の障害の影響を極力受けないようにしたレプリケーションシステム、レプリケーション処理方法及びレプリケーション処理プログラムに関する。   The present invention relates to a replication system, a replication processing method, and a replication processing program, and more particularly, to a replication system, a replication processing method, and a replication processing program that are less affected by a failure in a storage unit.

コンピュータ関連分野では、レプリケーション(Replication)とは、コンピュータシステムを構成する記憶部(以下、「ディスク」、「ボリューム」または「記憶媒体」とも言う。)等のハードウェアに冗長性を設けることにより、コンピュータシステムとしての信頼性等を向上させる技術の総称である。   In the computer-related field, replication means replication by providing redundancy to hardware such as a storage unit (hereinafter also referred to as “disk”, “volume”, or “storage medium”) that constitutes a computer system. A generic term for technologies that improve the reliability of a computer system.

レプリケーションは、1つのデータを複数のボリュームが共有するデータレプリケーションと、1つの計算を複数のハードウェアで実行する計算レプリケーションとに大別されるが、以下の説明では、レプリケーションとはデータレプリケーションのことを指すものとする。   Replication is roughly divided into data replication in which one volume is shared by multiple volumes, and calculation replication in which one calculation is executed by multiple hardware. In the following explanation, replication refers to data replication. Shall be pointed to.

図3は、一般的なレプリケーションシステム15の構成を示すブロック図である。図3を参照すると、レプリケーションシステム15は、サーバ等の情報処理装置18と接続され、マスタ記憶部17−1と、レプリケーション記憶部17−2と、記憶部制御部16とを有する。レプリケーション記憶部17−2は、マスタ記憶部17−1に記憶された複製(コピー)を記憶している。   FIG. 3 is a block diagram showing a configuration of a general replication system 15. Referring to FIG. 3, the replication system 15 is connected to an information processing apparatus 18 such as a server, and includes a master storage unit 17-1, a replication storage unit 17-2, and a storage unit control unit 16. The replication storage unit 17-2 stores a copy (copy) stored in the master storage unit 17-1.

記憶部制御部16は、例えば、情報処理装置18からのデータ更新またはデータ登録の指示に応じて、マスタ記憶部17−1内の該当データを更新したり、マスタ記憶部17−1に新たなデータを登録したりする。その後、記憶部制御部16は、マスタ記憶部17−1におけるデータ更新または登録を反映するよう、レプリケーション記憶部17−2に対しても同じデータ更新または登録の処理を行う。   For example, the storage unit control unit 16 updates the corresponding data in the master storage unit 17-1 or adds new data to the master storage unit 17-1 in accordance with the data update or data registration instruction from the information processing device 18. Register data. Thereafter, the storage unit control unit 16 performs the same data update or registration process on the replication storage unit 17-2 so as to reflect the data update or registration in the master storage unit 17-1.

なお、情報処理装置18は、マスタ記憶部17−1に対してのみ、データ更新または登録処理を行えるよう構成されており、レプリケーション記憶部17−2に対してはこれらの処理を行うことはできない。   The information processing apparatus 18 is configured to perform data update or registration processing only on the master storage unit 17-1, and cannot perform these processing on the replication storage unit 17-2. .

また、特許文献1は、レプリケーションに関連する技術を開示する。具体的には、特許文献1は、災害発生時に、長距離離れた複数のサイト間におけるデータ転送において、データを消失しないコピー処理技術を開示する。特許文献1が開示するこのコピー処理技術においては、データをプロダクションサイトからリモートサイトへコピーする際に、ローカルサイトにもそのデータがコピーされる。   Patent Document 1 discloses a technique related to replication. Specifically, Patent Document 1 discloses a copy processing technique that does not lose data in data transfer between a plurality of sites separated by a long distance when a disaster occurs. In this copy processing technique disclosed in Patent Document 1, when data is copied from a production site to a remote site, the data is also copied to the local site.

特開2006−072635号公報JP 2006-072635 A

しかしながら、図3に示したレプリケーションシステム15では、マスタ記憶部17−1において障害が発生すると、記憶部制御部16は、情報処理装置18にその旨を通知し、その結果、情報処理装置18によるデータの更新処理が中断する。その後、マスタ記憶部17−1における障害が解消すると、記憶部制御部16は、レプリケーション記憶部17−2内のデータをマスタ記憶部17−1にコピーする。次に、記憶部制御部16は、情報処理装置18に障害が解消した旨の通知をし、情報処理装置18はデータの更新処理を再開する。   However, in the replication system 15 shown in FIG. 3, when a failure occurs in the master storage unit 17-1, the storage unit control unit 16 notifies the information processing device 18 to that effect, and as a result, the information processing device 18 Data update processing is interrupted. Thereafter, when the failure in the master storage unit 17-1 is resolved, the storage unit control unit 16 copies the data in the replication storage unit 17-2 to the master storage unit 17-1. Next, the storage unit control unit 16 notifies the information processing apparatus 18 that the failure has been resolved, and the information processing apparatus 18 resumes the data update process.

このように、図3に示したレプリケーションシステム15では、マスタ記憶部17−1において障害が発生すると、情報処理装置18は、データの更新処理を中断しなければならず、システム全体の処理遅延が避けられないという問題点がある。   As described above, in the replication system 15 shown in FIG. 3, when a failure occurs in the master storage unit 17-1, the information processing apparatus 18 must interrupt the data update process, resulting in a processing delay of the entire system. There is a problem that cannot be avoided.

また、特許文献1に記載のシステムにおいては、災害等によりデータを消失するのに備えて、複数のサイトにデータがコピーされるが、特許文献1はあるサイトのボリュームに障害が発生した際の処理遅延に関する点については何ら開示していない。   In the system described in Patent Document 1, data is copied to a plurality of sites in preparation for the loss of data due to a disaster or the like. Nothing is disclosed about the processing delay.

本発明の目的は、上述の問題点を解決し、ある記憶部での障害に起因する処理遅延等の悪影響を招かないレプリケーションシステム、レプリケーション処理方法及びレプリケーション処理プログラムを提供することにある。   An object of the present invention is to provide a replication system, a replication processing method, and a replication processing program that solve the above-described problems and do not cause adverse effects such as processing delay due to a failure in a storage unit.

本発明のレプリケーションシステムは、
同一のデータを記憶する複数の記憶部と、
前記複数の記憶部内のデータの更新の要求外部からを受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する記憶部制御部と、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーション部と
を備える。
The replication system of the present invention
A plurality of storage units for storing the same data;
When a request for updating data in the plurality of storage units is received from outside, one storage unit is selected from the plurality of storage units according to a predetermined rule, and the data in the selected storage unit is updated. And a storage control unit that issues a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit And a replication unit that executes replication to update the data corresponding to.

また、本発明のレプリケーション処理方法は、
同一のデータを記憶する複数の記憶部を備えるレプリケーションシステムにおいて使用され、
前記複数の記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する更新ステップと、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーションステップと
を含む。
Further, the replication processing method of the present invention includes:
Used in replication systems with multiple storage units that store the same data,
When a request for updating data in the plurality of storage units is received from the outside, according to a predetermined rule, one storage unit is selected from the plurality of storage units, and the data in the selected storage unit is updated. And an update step for issuing a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit And a replication step for performing replication to update data corresponding to the.

さらに、本発明のレプリケーション処理プログラムは、
同一のデータを記憶する複数の記憶部を備えるコンピュータに、
前記複数の記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する更新処理と、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーション処理と
を実行させる。
Furthermore, the replication processing program of the present invention provides:
In a computer having a plurality of storage units for storing the same data,
When a request for updating data in the plurality of storage units is received from the outside, according to a predetermined rule, one storage unit is selected from the plurality of storage units, and the data in the selected storage unit is updated. And an update process for issuing a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit Replication processing that executes replication to update data corresponding to the.

本発明には、複数の記憶部のうちのある記憶部に障害が発生した場合にも、情報処理装置から要求されたデータの更新処理を中断する必要がないため、処理遅延を招くことがないという効果がある。   In the present invention, even when a failure occurs in a storage unit among a plurality of storage units, it is not necessary to interrupt the update process of data requested by the information processing apparatus, so that a processing delay is not caused. There is an effect.

本発明の第1の実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of the 1st Embodiment of this invention. 本発明の第2の実施形態の構成を示すブロック図である。It is a block diagram which shows the structure of the 2nd Embodiment of this invention. 本発明に関連する一般的なレプリケーションシステムの構成を示すブロック図である。It is a block diagram which shows the structure of the general replication system relevant to this invention.

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

<第1の実施形態>
図1は、本発明の第1の実施形態の構成を示すブロック図である。
<First Embodiment>
FIG. 1 is a block diagram showing the configuration of the first exemplary embodiment of the present invention.

図1を参照すると、本実施形態は、レプリケーションシステム1と、複数の記憶部4と、情報処理装置5とを有する。   Referring to FIG. 1, the present embodiment includes a replication system 1, a plurality of storage units 4, and an information processing device 5.

レプリケーションシステム1は、自身と情報処理装置5との間でのデータのやり取り(図1では、「データアクセス」と表記している)を制御する記憶部制御部2と、同一のデータを記憶する複数の記憶部4とを有する。   The replication system 1 stores the same data as the storage unit control unit 2 that controls the exchange of data between itself and the information processing apparatus 5 (referred to as “data access” in FIG. 1). A plurality of storage units 4.

記憶部制御部2は、レプリケーションを処理するレプリケーション部3を有する。   The storage unit control unit 2 includes a replication unit 3 that processes replication.

情報処理装置5が記憶部4内のデータを更新する場合、記憶部制御部2は、まず、所定の規則に従って、それら複数の記憶部4のうちの1つの記憶部4を選定し、選定された記憶部4内の当該データを最初に更新する。この時点で、情報処理装置5はデータ更新が完了したと認識する。   When the information processing device 5 updates the data in the storage unit 4, the storage unit control unit 2 first selects one of the plurality of storage units 4 according to a predetermined rule. The data in the storage unit 4 is updated first. At this point, the information processing apparatus 5 recognizes that the data update has been completed.

ここで、所定の規則としては、例えば、ランダムに1つの記憶部を選び出す方法や、各記憶部4が有する処理余力に応じて処理余力の一番大きい1つの記憶部4を選び出す方法等がある。なお、所定の規則は、これらの方法に限定されないことは言うまでもない。   Here, as the predetermined rule, for example, there is a method of selecting one storage unit at random, a method of selecting one storage unit 4 having the largest processing capacity according to the processing capacity of each storage unit 4 and the like. . Needless to say, the predetermined rule is not limited to these methods.

こうして最初の記憶部4のデータが更新されると、記憶部制御部2は、残りの記憶部4内の対応するデータも同様に更新するレプリケーションを、レプリケーション部3に指示する。   When the data in the first storage unit 4 is updated in this way, the storage unit control unit 2 instructs the replication unit 3 to perform replication in which the corresponding data in the remaining storage units 4 is similarly updated.

レプリケーション部3は、上述した指示を受け取り、残りの記憶部4内のデータを更新する。   The replication unit 3 receives the above-described instruction and updates the data in the remaining storage unit 4.

次に、ある記憶部4に障害が発生した場合の処理ついて説明する。   Next, processing when a failure occurs in a certain storage unit 4 will be described.

今、ある記憶部4に障害が発生したとする。その場合、記憶部制御部2は、障害を発生した記憶部(以下、「障害記憶部」と言う。)に関しては、それ以降、レプリケーションを停止するように、レプリケーション部3に指示を出す。   Now, assume that a failure occurs in a certain storage unit 4. In this case, the storage unit control unit 2 issues an instruction to the replication unit 3 so as to stop the replication for the storage unit in which the failure has occurred (hereinafter referred to as “failure storage unit”).

レプリケーション部3は、該指示に従い、それ以降、障害記憶部に関するレプリケーションを止める。   The replication unit 3 then stops replication related to the failure storage unit according to the instruction.

このような場合に、情報処理装置5から記憶部4内のデータの更新要求が来ると、記憶部制御部2は、まず、上記所定の規則に従って、複数の記憶部4のうちから、障害記憶部を除く1つの記憶部4を選定し、選定された記憶部4内の当該データを最初に更新する。   In such a case, when an update request for data in the storage unit 4 is received from the information processing device 5, the storage unit control unit 2 first stores a fault memory from among the plurality of storage units 4 according to the predetermined rule. One storage unit 4 other than the storage unit 4 is selected, and the data in the selected storage unit 4 is updated first.

その後、記憶部制御部2は、残りの記憶部4内の対応するデータも同様に更新するレプリケーションを、レプリケーション部3に指示する。これに応答して、レプリケーション部3は、障害記憶部以外の記憶部4内の対応するデータを同様に更新し、障害記憶部に対してはレプリケーションを行わない。   Thereafter, the storage unit control unit 2 instructs the replication unit 3 to perform replication in which the corresponding data in the remaining storage unit 4 is similarly updated. In response to this, the replication unit 3 similarly updates the corresponding data in the storage unit 4 other than the failure storage unit, and does not perform replication on the failure storage unit.

以上、本実施形態には、ある記憶部4に障害が発生した場合にも、情報処理装置5から要求されたデータの更新処理を中断する必要がないため、処理遅延を招くことがないという効果がある。   As described above, according to the present embodiment, even when a failure occurs in a certain storage unit 4, there is no need to interrupt the data update process requested from the information processing apparatus 5, so that no processing delay is caused. There is.

その理由は、記憶部制御部2が、障害記憶部を除く1つの記憶部4を選定して、選定された記憶部4内のデータに対して要求された更新を行い、かつ、レプリケーション部3が障害記憶部以外の記憶部4に対してその更新のレプリケーションを行うからである。   The reason is that the storage control unit 2 selects one storage unit 4 excluding the failure storage unit, performs the requested update on the data in the selected storage unit 4, and the replication unit 3 This is because the update replication is performed on the storage unit 4 other than the failure storage unit.

<第2の実施形態>
次に、上述した第1の実施形態を基本とする第2の実施形態について説明する。
<Second Embodiment>
Next, a second embodiment based on the above-described first embodiment will be described.

なお、以下では、本実施形態に係る特徴的な部分を中心に説明し、本実施形態において、上述した第1の実施形態の構成要素と同一の構成要素については、同一の参照番号を付与し、それら構成要素についての重複する説明は省略する。   In the following, characteristic portions according to the present embodiment will be mainly described. In the present embodiment, the same reference numerals are given to the same components as those of the first embodiment described above. The overlapping description of these components will be omitted.

図2は、本発明の第2の実施形態の構成を示すブロック図である。   FIG. 2 is a block diagram showing the configuration of the second exemplary embodiment of the present invention.

図2を参照すると、本実施形態は、レプリケーションシステム6と、複数の記憶部4と、情報処理装置5とを有する。   Referring to FIG. 2, the present embodiment includes a replication system 6, a plurality of storage units 4, and an information processing device 5.

レプリケーションシステム6は、さらに、複数の記憶部4における処理負荷を計測する計測部8と、その処理負荷に応じて情報処理装置5と記憶部4との間のデータのやり取りを制御する記憶部制御部7とを有する。   The replication system 6 further includes a measurement unit 8 that measures the processing load in the plurality of storage units 4, and a storage unit control that controls data exchange between the information processing device 5 and the storage unit 4 in accordance with the processing load. Part 7.

計測部8は、複数の記憶部4のそれぞれの処理負荷を計測する。   The measuring unit 8 measures the processing load of each of the plurality of storage units 4.

本実施形態では、情報処理装置5から記憶部4内のデータの更新要求が来ると、記憶部制御部7は、計測部8が計測した処理負荷に基づき、処理負荷が最も低い記憶部4を選定し、選定された記憶部4内の当該データを最初に更新する。   In this embodiment, when an update request for data in the storage unit 4 is received from the information processing device 5, the storage unit control unit 7 selects the storage unit 4 with the lowest processing load based on the processing load measured by the measurement unit 8. The selected data in the storage unit 4 is updated first.

その後、記憶部制御部2は、残りの記憶部4内の対応するデータも同様に更新するレプリケーションを、レプリケーション部3に指示する。   Thereafter, the storage unit control unit 2 instructs the replication unit 3 to perform replication in which the corresponding data in the remaining storage unit 4 is similarly updated.

なお、ある記憶部4に障害が発生した場合の処理は、第1の実施形態と同様であるため、その説明は省略する。   In addition, since the process when a failure occurs in a certain storage unit 4 is the same as that in the first embodiment, the description thereof is omitted.

以上、本実施形態には、第1の実施形態と同様の効果があるとともに、データ更新処理が早期に完了するという効果がある。   As described above, the present embodiment has the same effects as those of the first embodiment and the effect that the data update process is completed early.

その理由は、情報処理装置5からのデータの更新要求に応答して、処理負荷が最も低い記憶部内等のデータが更新され、その時点で、情報処理装置5は要求したデータの更新が完了したと認識し、その後、残りの記憶部4内の対応するデータも同様に更新するレプリケーションが行われるからである。   The reason is that, in response to the data update request from the information processing device 5, the data in the storage unit or the like having the lowest processing load is updated, and at that time, the information processing device 5 has completed the update of the requested data. This is because, thereafter, replication is performed in which the corresponding data in the remaining storage unit 4 is similarly updated.

なお、第1及び第2の実施形態におけるレプリケーションシステムは、プログラム制御により動作するコンピュータシステムにより実現しても良いし、専用のハードウェアにより実現しても良い。   Note that the replication systems in the first and second embodiments may be realized by a computer system that operates under program control, or may be realized by dedicated hardware.

1 レプリケーションシステム
2 記憶部制御部
3 レプリケーション部
4 記憶部
5 情報処理装置
6 レプリケーションシステム
7 記憶部制御部
8 計測部
15 レプリケーションシステム
16 記憶部制御部
17−1 マスタ記憶部
17−2 レプリケーション記憶部
18 情報処理装置
DESCRIPTION OF SYMBOLS 1 Replication system 2 Storage part control part 3 Replication part 4 Storage part 5 Information processing apparatus 6 Replication system 7 Storage part control part 8 Measurement part 15 Replication system 16 Storage part control part 17-1 Master storage part 17-2 Replication storage part 18 Information processing device

Claims (9)

同一のデータを記憶する複数の記憶部と、
前記複数の記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する記憶部制御部と、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーション部と
を備えることを特徴とするレプリケーションシステム。
A plurality of storage units for storing the same data;
When a request for updating data in the plurality of storage units is received from the outside, according to a predetermined rule, one storage unit is selected from the plurality of storage units, and the data in the selected storage unit is updated. And a storage control unit that issues a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit And a replication unit that executes replication for updating data corresponding to the replication system.
前記記憶部制御部は、
前記複数の記憶部のうちのある記憶部に障害が発生した場合に、前記記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの、障害が発生した記憶部である障害記憶部を除く、1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、前記障害記憶部に対してはレプリケーションを止めるような第2のレプリケーション指示を出し、
前記レプリケーション部は、
前記第2のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部及び前記障害記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行する
ことを特徴とする請求項1に記載のレプリケーションシステム。
The storage unit control unit
When a failure occurs in a storage unit of the plurality of storage units, when a request for updating the data in the storage unit is received from the outside, the failure of the plurality of storage units according to a predetermined rule A second storage unit that selects one storage unit excluding the fault storage unit that is the storage unit in which the error occurred, updates the data in the selected storage unit, and stops replication for the fault storage unit. Issue replication instructions for
The replication unit
In response to the second replication instruction, data in each of the remaining storage units excluding the selected storage unit and the failure storage unit among the plurality of storage units, and in the selected storage unit The replication system according to claim 1, wherein replication is performed to update data corresponding to the updated data.
前記複数の記憶部のそれぞれにおける処理負荷を計測する計測部を更に備え、
前記所定の規則に従って選定される記憶部として前記処理負荷が最も低い記憶部を選定する
ことを特徴とする請求項1または請求項2に記載のレプリケーションシステム。
A measuring unit that measures a processing load in each of the plurality of storage units;
The replication system according to claim 1 or 2, wherein a storage unit having the lowest processing load is selected as a storage unit selected according to the predetermined rule.
同一のデータを記憶する複数の記憶部を備えるレプリケーションシステムにおいて、
前記複数の記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する更新ステップと、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーションステップと
を含むことを特徴とするレプリケーション処理方法。
In a replication system comprising a plurality of storage units for storing the same data,
When a request for updating data in the plurality of storage units is received from the outside, according to a predetermined rule, one storage unit is selected from the plurality of storage units, and the data in the selected storage unit is updated. And an update step for issuing a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit And a replication step for executing replication for updating data corresponding to the replication processing method.
前記複数の記憶部のうちのある記憶部に障害が発生した場合に、前記記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの、障害が発生した記憶部である障害記憶部を除く、1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、前記障害記憶部に対してはレプリケーションを止めるような第2のレプリケーション指示を出す障害発生時更新ステップと、
前記第2のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部及び前記障害記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行する障害発生時レプリケーションステップと
を含むことを特徴とする請求項4に記載のレプリケーション処理方法。
When a failure occurs in a storage unit of the plurality of storage units, when a request for updating the data in the storage unit is received from the outside, the failure of the plurality of storage units according to a predetermined rule A second storage unit that selects one storage unit excluding the fault storage unit that is the storage unit in which the error occurred, updates the data in the selected storage unit, and stops replication for the fault storage unit. An update step in the event of a failure to issue a replication instruction,
In response to the second replication instruction, data in each of the remaining storage units excluding the selected storage unit and the failure storage unit among the plurality of storage units, and in the selected storage unit The replication processing method according to claim 4, further comprising: a replication step in the event of a failure that executes replication for updating data corresponding to the updated data.
前記複数の記憶装置のそれぞれにおける処理負荷を計測する計測ステップと、
前記所定の規則に従って選定される記憶部として前記処理負荷が最も低い記憶部を選定する選定ステップと
を含むことを特徴とする請求項4または請求項5に記載のレプリケーション処理方法。
A measurement step of measuring a processing load in each of the plurality of storage devices;
The replication processing method according to claim 4, further comprising: a selecting step of selecting a storage unit having the lowest processing load as the storage unit selected according to the predetermined rule.
同一のデータを記憶する複数の記憶部を備えるコンピュータに
前記複数の記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、第1のレプリケーション指示を発行する更新処理と、
前記第1のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行するレプリケーション処理と
を実行させることを特徴とするレプリケーション処理プログラム。
When a computer having a plurality of storage units that store the same data receives a request for updating the data in the plurality of storage units from the outside, one storage unit of the plurality of storage units is set according to a predetermined rule. Selecting and updating the data in the selected storage unit and issuing a first replication instruction;
In response to the first replication instruction, data in each of the remaining storage units excluding the selected storage unit among the plurality of storage units, the updated data in the selected storage unit A replication processing program that executes replication processing for executing replication to update data corresponding to the.
前記複数の記憶部のうちのある記憶部に障害が発生した場合に、前記記憶部内のデータの更新の要求を外部から受け取ったとき、所定の規則に従い、前記複数の記憶部のうちの、障害が発生した記憶部である障害記憶部を除く、1つの記憶部を選定し、該選定された記憶部内の当該データを更新するとともに、前記障害記憶部に対してはレプリケーションを止めるような第2のレプリケーション指示を出す障害時更新処理と、
前記第2のレプリケーション指示に応答して、前記複数の記憶部のうちの、前記選定された記憶部及び前記障害記憶部を除く残りの各記憶部内のデータであって、前記選定された記憶部内の更新されたデータに対応するデータを更新するレプリケーションを実行する障害時レプリケーション処理と
を前記コンピュータに実行させることを特徴とする請求項7に記載のレプリケーション処理プログラム。
When a failure occurs in a storage unit of the plurality of storage units, when a request for updating the data in the storage unit is received from the outside, the failure of the plurality of storage units according to a predetermined rule A second storage unit that selects one storage unit excluding the fault storage unit that is the storage unit in which the error occurred, updates the data in the selected storage unit, and stops replication for the fault storage unit. Update process at the time of issuing a replication instruction,
In response to the second replication instruction, data in each of the remaining storage units excluding the selected storage unit and the failure storage unit among the plurality of storage units, and in the selected storage unit 8. The replication processing program according to claim 7, further comprising: causing the computer to execute a replication processing at the time of executing replication for updating data corresponding to the updated data.
前記複数の記憶部のそれぞれにおける処理負荷を計測する計測処理と、
前記所定の規則に従って選定される記憶部として前記処理負荷が最も低い記憶部を選定する選定処理と
を前記コンピュータに実行させることを特徴とする請求項7または請求項8に記載のレプリケーション処理プログラム。
A measurement process for measuring a processing load in each of the plurality of storage units;
9. The replication processing program according to claim 7, further comprising: causing the computer to execute selection processing for selecting a storage unit having the lowest processing load as a storage unit selected according to the predetermined rule.
JP2012270969A 2012-12-12 2012-12-12 Replication system, replication processing method and replication processing program Pending JP2014115929A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012270969A JP2014115929A (en) 2012-12-12 2012-12-12 Replication system, replication processing method and replication processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012270969A JP2014115929A (en) 2012-12-12 2012-12-12 Replication system, replication processing method and replication processing program

Publications (1)

Publication Number Publication Date
JP2014115929A true JP2014115929A (en) 2014-06-26

Family

ID=51171831

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012270969A Pending JP2014115929A (en) 2012-12-12 2012-12-12 Replication system, replication processing method and replication processing program

Country Status (1)

Country Link
JP (1) JP2014115929A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008204206A (en) * 2007-02-20 2008-09-04 Nec Corp Data distribution and storage system, data distribution method, device to be used for this and its program
JP2010146067A (en) * 2008-12-16 2010-07-01 Fujitsu Ltd Data processing program, server apparatus, and data processing method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008204206A (en) * 2007-02-20 2008-09-04 Nec Corp Data distribution and storage system, data distribution method, device to be used for this and its program
JP2010146067A (en) * 2008-12-16 2010-07-01 Fujitsu Ltd Data processing program, server apparatus, and data processing method

Similar Documents

Publication Publication Date Title
US10824361B2 (en) Changing data reliability type within a storage system
US9575785B2 (en) Cluster system and method for providing service availability in cluster system
US8463746B2 (en) Method and system for replicating data
US8676750B2 (en) Efficient data synchronization in a distributed data recovery system
US20140258659A1 (en) Protection of former primary volumes in a synchronous replication relationship
US8538928B2 (en) Flash-copying with asynchronous mirroring environment
US10719244B2 (en) Multi-mode data replication for data loss risk reduction
US20170168756A1 (en) Storage transactions
US20140108345A1 (en) Exchanging locations of an out of synchronization indicator and a change recording indicator via pointers
US9317383B2 (en) Communication of conditions at a primary storage controller to a host
US9948520B2 (en) Efficiently determining network topology
WO2013188332A1 (en) Software handling of hardware error handling in hypervisor-based systems
US20150237133A1 (en) Asynchronous pausing of the formation of consistency groups
US20170161349A1 (en) Read caching in pprc environments
US20130013566A1 (en) Storage group synchronization in data replication environments
EP3398060B1 (en) Replay of partially executed instruction blocks in a processor-based system employing a block-atomic execution model
US9043283B2 (en) Opportunistic database duplex operations
US20150212913A1 (en) Performance mitigation of logical unit numbers (luns) using small computer system interface (scsi) inband management
US20160036653A1 (en) Method and apparatus for avoiding performance decrease in high availability configuration
JP2014115929A (en) Replication system, replication processing method and replication processing program
JP2015095015A (en) Data arrangement method, data arrangement program, and information processing system
WO2014069007A1 (en) Storage device and data backup method
JP2020095322A (en) Distributed file device, failover method, program, and storage medium
JP2018206233A (en) Information processing device, process switching method and program
JP2012123670A (en) Replication system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20151117

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160729

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160823

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20170228