JP2009199197A - Computer system, data matching method and data matching program - Google Patents

Computer system, data matching method and data matching program Download PDF

Info

Publication number
JP2009199197A
JP2009199197A JP2008038169A JP2008038169A JP2009199197A JP 2009199197 A JP2009199197 A JP 2009199197A JP 2008038169 A JP2008038169 A JP 2008038169A JP 2008038169 A JP2008038169 A JP 2008038169A JP 2009199197 A JP2009199197 A JP 2009199197A
Authority
JP
Japan
Prior art keywords
data
computer
memory
transfer
transferred
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.)
Granted
Application number
JP2008038169A
Other languages
Japanese (ja)
Other versions
JP5094460B2 (en
Inventor
Masanori Yoshida
雅徳 吉田
Shusuke Yamamoto
秀典 山本
Tsuneo Sofue
恒夫 祖父江
Hiromitsu Kato
博光 加藤
Yoshiaki Adachi
芳昭 足達
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2008038169A priority Critical patent/JP5094460B2/en
Publication of JP2009199197A publication Critical patent/JP2009199197A/en
Application granted granted Critical
Publication of JP5094460B2 publication Critical patent/JP5094460B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a fault-tolerant computer system that ensures consistency between memory data in operating computers and that in other computers without stopping the operating computers to continue processing. <P>SOLUTION: (1) A snapshot of all the data in a memory of an operating source computer at a certain time point is acquired, transferred to a destination computer and written to a memory of the destination computer. (2) In the process of (1), the data updated in the memory of the source computer is continuously monitored, and differential data on detected updates is repeatedly transferred to the destination computer and written to the memory of the destination computer. (3) When the size of the differential data becomes smaller than that to be stored in one transmission message, the last differential data is transferred and written to the memory of the destination computer, and the processing of the destination computer is restarted in synchronism with the source computer. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、ネットワークを介して相互接続した、複数の独立した、メモリの階層管理機構を有し、ユーザプログラムがメモリデータの更新を行う計算機により構成される、計算機システムにおいて、稼働中の計算機は無停止、処理継続のまま、該稼働中の計算機の有するメモリデータを他の計算機に一致させ、一致化させた計算機もシステム内で実行状態に移行させることに関するものである。   The present invention provides a computer system having a plurality of independent memory hierarchy management mechanisms interconnected via a network and configured by a computer in which a user program updates memory data. The present invention relates to the process of matching the memory data of the operating computer with another computer without stopping and continuing the processing, and shifting the matched computer to the execution state in the system.

複数のサブシステムから送出される同一データを二台のホストコンピュータで同時に処理する二重化コンピュータシステムにおいて、二重化運転を開始する際の、処理データの同期合わせ、すなわちマスター系処理データのスレーブ系へのコピー処理(この処理を「スレーブ組み込み処理」という)を、二台のディスク装置と、系間通信路を用いて行う、ことを特徴とする二重化コンピュータシステムのスレーブ組込方法(特許文献1参照)などが提案されている。   In a duplex computer system that simultaneously processes the same data sent from multiple subsystems on two host computers, synchronization of processing data when starting duplex operation, that is, copying master processing data to a slave system A slave-embedding method for a duplex computer system (see Patent Document 1) characterized in that the processing (this processing is referred to as “slave incorporation processing”) is performed using two disk devices and an inter-system communication path. Has been proposed.

特開平11−73278号公報Japanese Patent Laid-Open No. 11-73278

上記従来技術では、稼働中の計算機は無停止のままで、計算機間のデータ一致化を実施する場合、稼働中の計算機よりコピー先計算機へデータコピーを行っても、稼働中の計算機の実行状態やデータ更新頻度によっては、データコピー中にコピー元の稼働中の計算機でのデータ更新が発生し、コピー先計算機へコピーされたデータとコピー元の稼働中の計算機のデータとが異なり得て、データの一致化が達成できない可能性がある。   In the above prior art, when performing data matching between computers without stopping the operating computers, even if data is copied from the operating computer to the copy destination computer, the running state of the operating computer is Depending on the data update frequency, data may be updated on the copy source computer during data copy, and the data copied to the copy destination computer may be different from the data on the copy source computer. Data matching may not be achieved.

本発明の目的は、稼働中の計算機システムにおいて、正常稼働中の計算機の処理を中断することなく、メモリデータのサイズに関わらず高速に該計算機のメモリデータを、システム内の他の計算機のメモリデータに一致化させるシステム、方法およびプログラムを提供することである。   It is an object of the present invention to, in an operating computer system, to transfer the memory data of the computer at high speed regardless of the size of the memory data without interrupting the processing of the normally operating computer. It is to provide a system, method and program for matching data.

本発明は、データ転送元計算機の処理装置が、データ転送元計算機のメモリ上のデータが更新された場合に、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで、更新されたデータを複数の転送メッセージに分割・挿入してデータ転送先計算機へ転送し、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えない場合に、更新されたデータを1つのメッセージに挿入してデータ転送先計算機へ転送すると共に、データ転送先計算機の処理装置に、プログラムに従ったデータ転送先計算機のメモリを使用したデータの処理を開始させることを特徴とする。好ましくは、データ転送元計算機の処理装置が、データ転送先計算機から所定の要求を受信した場合に、データ転送元計算機のメモリ上のデータを読み出し、データのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、データのサイズが1つの転送メッセージで転送可能なデータのサイズを超える場合に、データを複数の転送メッセージに分割・挿入してデータ転送先計算機へ転送し、データをデータ転送先計算機へ転送した後にデータ転送元計算機のメモリ上のデータが更新されたか否かを所定の周期で検出し、データが更新された場合に、更新されたデータをデータ転送元計算機のメモリから読み出し、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超える場合に、更新されたデータを複数の転送メッセージに分割・挿入してデータ転送先計算機へ転送することを、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで繰り返し、更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えない場合に、プログラムに従ったデータの処理の待機中に、更新されたデータを1つのメッセージに挿入してデータ転送先計算機へ転送すると共に、所定の通知をデータ転送先計算機へ転送し、データ転送先計算機の処理装置が、データ転送元計算機から受信されたデータおよび更新されたデータをデータ転送先計算機のメモリに順次書込み、所定の通知を受信した場合に、データ転送元計算機の処理装置のプログラムに従ったデータの処理の待機中に、データ転送元計算機から受信された1つのメッセージに挿入された更新されたデータをデータ転送先計算機のメモリに書込み、所定の通知に基づいて、データ転送元計算機の処理装置のプログラムに従ったデータの処理に同期して、プログラムに従ったデータの処理を開始することを特徴とする。   According to the present invention, when the data transfer source computer processing device updates data in the memory of the data transfer source computer, the size of the updated data does not exceed the size of data that can be transferred in one transfer message. Until the updated data is divided and inserted into multiple transfer messages and transferred to the data transfer destination computer, the update is performed when the size of the updated data does not exceed the size of data that can be transferred with one transfer message. The inserted data is inserted into one message and transferred to the data transfer destination computer, and the processing device of the data transfer destination computer starts processing the data using the memory of the data transfer destination computer according to the program. Features. Preferably, when the processing device of the data transfer source computer receives a predetermined request from the data transfer destination computer, the data in the memory of the data transfer source computer is read and the data size can be transferred by one transfer message Determines whether the data size is exceeded, and if the data size exceeds the data size that can be transferred in one transfer message, the data is divided and inserted into multiple transfer messages and transferred to the data transfer destination computer After the data is transferred to the data transfer destination computer, it is detected at a predetermined cycle whether the data in the memory of the data transfer source computer has been updated. If the data is updated, the updated data is transferred to the data transfer destination computer. Whether the size of the data read and updated from the memory of the original computer exceeds the size of data that can be transferred in one transfer message If the size of the updated data exceeds the size of data that can be transferred in one transfer message, the updated data is divided and inserted into multiple transfer messages and transferred to the data transfer destination computer. If the updated data size does not exceed the size of the data that can be transferred in one transfer message, the program is executed when the updated data size does not exceed the size of the data that can be transferred in one transfer message. While waiting for data processing according to the above, the updated data is inserted into one message and transferred to the data transfer destination computer, and a predetermined notification is transferred to the data transfer destination computer. The device sequentially writes the data received from the data transfer source computer and the updated data to the memory of the data transfer destination computer. When the predetermined notification is received, the updated data inserted into one message received from the data transfer source computer while waiting for data processing according to the program of the processing device of the data transfer source computer Is written in the memory of the data transfer destination computer, and based on a predetermined notification, data processing according to the program is started in synchronization with the data processing according to the program of the processing device of the data transfer source computer And

また、本発明は、ネットワークを介して相互接続した、複数の独立した、メモリの階層管理機構を有し、ユーザプログラムがメモリデータの更新を行う計算機により構成される、計算機システムにおいて、計算機間でのメモリデータの一致化を、コピー元の計算機は無停止、処理継続のままで行うための方法であり、コピー元の計算機におけるある時点でのメモリの全データを抜き出し、コピー先の計算機へ転送し、前記抜き出した全データを該コピー先計算機のメモリへ上書きを許して書込むステップと、該コピー元計算機においてユーザプログラムの処理によるメモリデータの更新を、階層に従って監視するステップと、前記更新監視により検出したメモリデータの差分のみを該コピー先計算機に転送し、メモリデータの該当箇所へ上書きを許して書き込むことを繰り返すステップとを含む。   Further, the present invention provides a computer system having a plurality of independent memory hierarchy management mechanisms interconnected via a network and configured by a computer in which a user program updates memory data. This is a method to match the memory data of the copy source computer without stopping and continuing the process. Extract all the memory data at a certain point in the copy source computer and transfer it to the copy destination computer. Writing all the extracted data into the memory of the copy destination computer with overwriting, monitoring the update of memory data by processing of a user program in the copy source computer according to the hierarchy, and the update monitoring Transfer only the difference of the memory data detected by the above to the copy destination computer, and overwrite the corresponding part of the memory data. Repeat to write the forgiveness and a step.

本発明によれば、稼働中の計算機システムにおいて、正常稼働中の計算機の処理を中断することなく、メモリデータのサイズに関わらず高速に該計算機のメモリデータを、システム内の他の計算機のメモリデータに一致化させることを可能とし、計算機システムの信頼性の維持、該システムにより実行、提供されるサービスの無停止を保証できる。   According to the present invention, in an operating computer system, the memory data of the computer can be transferred at high speed regardless of the size of the memory data without interrupting the processing of the normally operating computer. It is possible to match the data, and it is possible to maintain the reliability of the computer system and to guarantee the non-stop of the service executed and provided by the system.

図1は、本発明による、ネットワークを介して相互接続した、複数の独立した、メモリの階層管理機構を有し、ユーザプログラムがメモリデータの更新を行う計算機により構成される、計算機システムを対象として実施する、メモリの階層管理機構を有する計算機間でのメモリデータ一致化方法の概要を示す図である。   FIG. 1 is directed to a computer system having a plurality of independent memory hierarchy management mechanisms interconnected via a network according to the present invention and configured by a computer in which a user program updates memory data. It is a figure which shows the outline | summary of the memory data matching method between computers which have the hierarchy management mechanism of a memory to implement.

主な構成要素は、コピー元計算機0111、コピー先計算機0112とコピー元計算機0111にて稼動するユーザプログラム0121、該ユーザプログラム0121が処理中にデータ更新を行うメモリ0131、またコピー先計算機0112にて稼動するユーザプログラム0122、該ユーザプログラム0122が処理中にデータ更新を行うメモリ0132である。メモリ0131やメモリ0132の記憶容量は、例えば、8Gバイトである。   The main components are a copy source computer 0111, a user program 0121 that operates on the copy destination computer 0112 and the copy source computer 0111, a memory 0131 that updates data while the user program 0121 is processing, and a copy destination computer 0112. An operating user program 0122, and a memory 0132 for updating data during the processing of the user program 0122. The storage capacity of the memory 0131 and the memory 0132 is, for example, 8 Gbytes.

本発明による、メモリの階層管理機構を有する計算機間でのメモリデータ一致化方法は、“全データコピー”(0101)、“差分データコピー”(0102)、“最終コピー”(0103)の3段階にて実施する。   The memory data matching method between computers having a memory hierarchy management mechanism according to the present invention has three stages: “all data copy” (0101), “difference data copy” (0102), and “final copy” (0103). To implement.

第1段階の“全データコピー”(0101)では、コピー元計算機0111のメモリ0131のある時点での全データのスナップショット(メモリ上のデータの集合をそのまま収集)を取り、該データをコピー先計算機0112へと転送する。コピー先計算機0112では前記転送された全データを受信し、該コピー先計算機0112のメモリ0132へ上書きを許して書込みを行う(0141)。前記転送に関し、メモリ0131の全データはサイズが所定の閾値よりも大きいと判定した場合は、複数のメッセージに分割して送信する。ここでコピー元計算機0111ではユーザプログラム0121は動作中であり、メモリ0131に対してデータ更新を行うが、コピー先計算機0112ではユーザプログラム0122は動作していない。よって前記全データの転送及びコピー先計算機0112のメモリ0132への書込みの処理実施中にもコピー元計算機0111のメモリ0131はデータ更新され得る。   In the first stage “all data copy” (0101), a snapshot of all data at a certain point in the memory 0131 of the copy source computer 0111 (a set of data on the memory is collected as it is) is taken and the data is copied to Transfer to computer 0112. The copy destination computer 0112 receives all the transferred data, and writes to the memory 0132 of the copy destination computer 0112 with overwriting permitted (0141). Regarding the transfer, if it is determined that the size of all data in the memory 0131 is larger than a predetermined threshold, the data is divided into a plurality of messages and transmitted. Here, the user program 0121 is operating in the copy source computer 0111 and updates the data in the memory 0131, but the user program 0122 is not operating in the copy destination computer 0112. Therefore, the data of the memory 0131 of the copy source computer 0111 can be updated even during the process of transferring all the data and writing to the memory 0132 of the copy destination computer 0112.

第2段階の“差分データコピー”(0102)では、第1段階の実施中にコピー元計算機0111にてメモリ0121へのデータ更新を監視しておき(0151)、検出した更新箇所のデータをメモリ0121より抽出し、前記第1段階(0101)にて全コピーしたデータからの差分データとして、コピー先計算機0112へと転送する。コピー先計算機で0112では前記転送された差分データを受信し、該コピー先計算機0112のメモリ0132の該当箇所へ上書きを許して書込みを行う(0142)。前記転送に関し、該差分データはサイズが所定の閾値よりも大きいと判定した場合は、複数のメッセージに分割して送信する。なお上記差分データの抽出、転送及びコピー先計算機0112のメモリ0132への該差分データの書込みの処理実施中もさらにコピー元計算機0111では動作中のユーザプログラム0121によるメモリ0131へのデータ更新が実施される。このためメモリ0131へのデータ更新の監視及び上記差分データの抽出、コピー先計算機0112への転送及び該コピー先計算機0112のメモリ0132への該差分データの書込みの処理は繰り返し実施する。   In the second stage “difference data copy” (0102), the copy source computer 0111 monitors the data update to the memory 0121 during the execution of the first stage (0151), and the detected update location data is stored in the memory. The data extracted from 0121 and transferred to the copy destination computer 0112 as difference data from the data copied in the first stage (0101). At 0112, the copy destination computer receives the transferred difference data, and writes to the corresponding portion of the memory 0132 of the copy destination computer 0112 with overwriting permitted (0142). Regarding the transfer, when it is determined that the difference data has a size larger than a predetermined threshold, the difference data is divided into a plurality of messages and transmitted. Even during the above-described extraction, transfer, and writing of the difference data to the memory 0132 of the copy destination computer 0112, the copy source computer 0111 further updates the data to the memory 0131 by the operating user program 0121. The For this reason, monitoring of data update to the memory 0131, extraction of the difference data, transfer to the copy destination computer 0112, and writing of the difference data to the memory 0132 of the copy destination computer 0112 are repeatedly performed.

コピー元計算機0111でのメモリ0131からのデータ抽出、コピー先計算機0112への転送及び該コピー先計算機0112のメモリ0132への書込みの一連の処理に要する時間をデータコピー時間と定義する(0161、0162、0163)。データコピー時間の大部分はコピー元計算機0111からコピー先計算機0112への転送時間が占めており、データコピー時間の大きさは転送するデータのサイズに比例する。よって第2段階(0102)では、前記差分データの抽出、コピー先計算機0112への転送及び該コピー先計算機0112のメモリ0132への該差分データの書込みを繰り返し実行していくと、1回あたりの差分データのサイズは減少していき、合わせて1回あたりのデータコピー時間0162は小さくなっていく。   The time required for a series of processes of data extraction from the memory 0131 in the copy source computer 0111, transfer to the copy destination computer 0112, and writing to the memory 0132 of the copy destination computer 0112 is defined as data copy time (0161, 0162). , 0163). Most of the data copy time occupies the transfer time from the copy source computer 0111 to the copy destination computer 0112, and the size of the data copy time is proportional to the size of the data to be transferred. Therefore, in the second stage (0102), if the extraction of the difference data, the transfer to the copy destination computer 0112, and the writing of the difference data to the memory 0132 of the copy destination computer 0112 are repeatedly executed, The size of the difference data decreases, and the data copy time 0162 per time decreases accordingly.

ここでデータコピー時間(データ転送時間)が最小となる時、すなわち差分データのサイズが1つの送信メッセージに格納できるサイズ以下となった時、第2段階0102から第3段階の“最終コピー”(0103)へと移行する。   Here, when the data copy time (data transfer time) becomes the minimum, that is, when the size of the difference data becomes smaller than the size that can be stored in one transmission message, the “final copy” (from the second stage 0102 to the third stage) 0103).

第3段階0103では、コピー元計算機0111のユーザプログラム0121を一時停止させ(0171)、前記1つの送信メッセージに格納できるサイズ(例えば、1Mバイト)以下となった差分データのコピー先計算機0112への転送及び該コピー先計算機0112のメモリ0132への該差分データの書込み(0143)を実施する。本処理にて差分データの転送および書込みは最後とし、メモリデータ一致化完了とする(0172)。以後、コピー元計算機0111及びコピー先計算機0112との間で同期を取ってから、つまり同一タイミングでユーザプログラム(0121、0122)の処理を再開させる(0173)。   In the third stage 0103, the user program 0121 of the copy source computer 0111 is temporarily stopped (0171), and the difference data whose size can be stored in the one transmission message (for example, 1 Mbyte) or less is transferred to the copy destination computer 0112. The transfer and writing of the difference data to the memory 0132 of the copy destination computer 0112 (0143) is performed. In this process, the transfer and writing of the difference data is the last, and the memory data matching is completed (0172). Thereafter, the processing of the user program (0121, 0122) is resumed after synchronization is established between the copy source computer 0111 and the copy destination computer 0112, that is, at the same timing (0173).

上記において、ユーザプログラムは周期的に動作し、1周期の処理終了後、次周期までの間に待機時間が存在するものである。よって前記0171におけるユーザプログラム0121の一時停止は前記待機時間中に実施するものとする。また第3段階0103に要する時間は前記ユーザプログラムの待機時間内に収める必要がある。そのために第3段階0103におけるデータコピー時間0163の許容範囲がユーザプログラムの動作仕様に従って決まる。   In the above, the user program operates periodically, and there is a waiting time between the end of processing in one cycle and the next cycle. Therefore, the user program 0121 is temporarily stopped at 0171 during the standby time. The time required for the third stage 0103 needs to be within the waiting time of the user program. Therefore, the allowable range of the data copy time 0163 in the third stage 0103 is determined according to the operation specification of the user program.

図2は、本発明による、計算機システムを構成する、メモリの階層管理機構を有する計算機間でのメモリデータ一致化のための処理の流れをシーケンス図である。   FIG. 2 is a sequence diagram showing the flow of processing for matching memory data between computers having a memory hierarchy management mechanism constituting a computer system according to the present invention.

主な構成要素は、コピー元計算機0111における、メモリデータ一致化処理を行う一致化処理部0203、メモリ0131、該メモリ0131のデータ更新を行うユーザプログラム0121と、コピー先計算機0112における、メモリデータ一致化処理を行う一致化処理部0204、メモリ0132、該メモリ0132のデータ更新を行うユーザプログラム0122である。   The main components are a matching processing unit 0203 for performing memory data matching processing in the copy source computer 0111, a memory 0131, a user program 0121 for updating data in the memory 0131, and a memory data match in the copy destination computer 0112. 4 are a matching processing unit 0204 that performs data processing, a memory 0132, and a user program 0122 that updates data in the memory 0132.

コピー先計算機0112において、0261にて、ユーザプログラム0122は初期化処理を完了し、待機状態となる。0241にて、一致化処理部0204は、コピー元計算機0111の一致化処理部0203に対して、一致化開始要求を送信する。   In the copy destination computer 0112, at 0261, the user program 0122 completes the initialization process and enters a standby state. In 0241, the matching processing unit 0204 transmits a matching start request to the matching processing unit 0203 of the copy source computer 0111.

コピー元計算機0111において、一致化処理部0203が、前記コピー先計算機0112の一致化処理部0204からの一致化開始要求を受信すると、0231において、メモリ0131より、全メモリデータを読込み、バッファ領域に一時蓄積する。バッファ領域は、記憶装置(メモリ)上のメモリ0131とは異なる領域に形成されるのが好ましい。0232において、0231にて読込んだ全メモリデータをコピー先計算機0112に対して転送する。コピー先計算機0112の一致化処理部0204が、前記コピー元計算機0111から転送される全メモリデータを受信すると、0242において、前記全メモリデータをメモリ0132に上書きを許して書込む。この結果、メモリ0131上とメモリ0132上の同一アドレスには、同一データが存在することとなる。   In the copy source computer 0111, when the matching processing unit 0203 receives the matching start request from the matching processing unit 0204 of the copy destination computer 0112, in 0231, all the memory data is read from the memory 0131 and stored in the buffer area. Accumulate temporarily. The buffer area is preferably formed in an area different from the memory 0131 on the storage device (memory). In 0232, all the memory data read in 0231 is transferred to the copy destination computer 0112. When the matching processing unit 0204 of the copy destination computer 0112 receives all the memory data transferred from the copy source computer 0111, the entire memory data is written to the memory 0132 with overwriting at 0242. As a result, the same data exists at the same address on the memory 0131 and the memory 0132.

コピー元計算機0111では、前記0231にて全メモリデータを読込み、0232にてコピー先計算機0112に該全メモリデータを転送し、0242にてコピー先計算機0112のメモリ0132に書込んでいる間にも、ユーザプログラム0121は稼働中であり、処理の過程でメモリ0131に対してデータ更新を行うことが可能である(0251、0252)。このため0231、0232、0242の処理を終えた時点のコピー先計算機0112のメモリ0132はコピー元計算機0111のメモリ0131とデータ内容が異なっている可能性がある。よって0233において、一致化処理部0203が、全メモリデータを転送した後にメモリ0131のデータ更新を検出した場合に、該更新箇所のデータを差分データとして読み込む。0234において、0233にて読み込んだ差分データをコピー先計算機0112に転送する。コピー先計算機0112の一致化処理部0204が、前記コピー元計算機0111から転送される差分データを受信すると、0243において、該差分データをメモリ0132に上書きを許して書込む。以降、コピー元計算機0111での更新検出、差分データの読込み及びコピー先計算機0112への転送、コピー先計算機0112での該差分データの書込みの処理(0235、0236、0244)を、差分データがなくなるまで繰り返す。   The copy source computer 0111 reads all memory data at 0231, transfers all the memory data to the copy destination computer 0112 at 0232, and writes to the memory 0132 of the copy destination computer 0112 at 0242. The user program 0121 is in operation and can update data in the memory 0131 in the course of processing (0251, 0252). For this reason, there is a possibility that the data content of the memory 0132 of the copy destination computer 0112 at the time of completing the processing of 0231, 0232, 0242 is different from the memory 0131 of the copy source computer 0111. Therefore, in 0233, when the matching processing unit 0203 detects data update of the memory 0131 after transferring all the memory data, the data at the updated portion is read as difference data. In 0234, the difference data read in 0233 is transferred to the copy destination computer 0112. When the matching processing unit 0204 of the copy destination computer 0112 receives the difference data transferred from the copy source computer 0111, the difference data is written to the memory 0132 with overwriting at 0243. Thereafter, the update data is read by the copy source computer 0111, the difference data is read and transferred to the copy destination computer 0112, and the difference data is written by the copy destination computer 0112 (0235, 0236, 0244). Repeat until.

0237において、コピー元計算機0111の一致化処理部0203が、差分データがなくメモリデータ一致化の完了を判定すると、コピー先計算機0112に通知する。コピー先計算機0112では、0262において、ユーザプログラム0122の処理を再開する。   In 0237, when the matching processing unit 0203 of the copy source computer 0111 has no difference data and determines completion of memory data matching, it notifies the copy destination computer 0112. In the copy destination computer 0112, the process of the user program 0122 is resumed in 0262.

図3は、本発明における、計算機システムを構成し、外部からの要求に対する処理等を実行する計算機のモジュール構成を示す図である。   FIG. 3 is a diagram showing a module configuration of a computer that constitutes a computer system and executes processing for an external request in the present invention.

計算機0300には、外部システムからの要求に対する処理を実行し応答を返すユーザプログラム0301、該ユーザプログラム0301が処理中に読み込み、書込みを行うメモリ0302、計算機間でのメモリデータ一致化、等の処理を行う一致化処理部0303が導入される。ユーザプログラム0301によるメモリ0302へのデータの読み込み、書込みはユーザプログラム0301に従って処理するCPUによって実現され、一致化処理部0303は一致化処理プログラムに従って処理するCPUによって実現される。   The computer 0300 includes processing such as a user program 0301 that executes processing for a request from an external system and returns a response, a memory 0302 that the user program 0301 reads and writes during processing, and memory data matching between computers. A matching processing unit 0303 is introduced. Reading and writing of data to the memory 0302 by the user program 0301 is realized by a CPU that processes according to the user program 0301, and the matching processing unit 0303 is realized by a CPU that processes according to the matching processing program.

一致化処理部0303の主な構成要素は、ユーザプログラム0301によるメモリ0302へのデータ更新を監視し、更新検出時には更新箇所に関する情報をページ更新管理テーブル0341及びグループ管理テーブル0342を用いて逐次記録する更新監視部0331、前記ページ更新管理テーブル0341を参照し、計算機間でのメモリデータ一致化のための処理を行うデータ転送・書込み部0332、メモリデータ一致化処理の進捗に応じてユーザプログラムの一時停止、処理再開、計算機間での同期等の制御を行うユーザプログラム実行管理部0333、通信媒体0305を介してシステム内の他の計算機0300との間の通信を行う、データ通信部0334がある。更新の監視は、ユーザプログラムの処理周期と同一周期で行ってもよいし、ユーザプログラムの処理周期よりも短い周期で行ってもよい。   The main component of the matching processing unit 0303 monitors the data update to the memory 0302 by the user program 0301, and sequentially records information about the update location using the page update management table 0341 and the group management table 0342 when an update is detected. Refers to the update monitoring unit 0331, the page update management table 0341, a data transfer / write unit 0332 for performing processing for memory data matching between computers, and a temporary user program according to the progress of the memory data matching processing There is a user program execution management unit 0333 that performs control such as stop, processing restart, and synchronization between computers, and a data communication unit 0334 that performs communication with other computers 0300 in the system via the communication medium 0305. The monitoring of the update may be performed at the same cycle as the processing cycle of the user program, or may be performed at a cycle shorter than the processing cycle of the user program.

メモリデータ一致化処理において、コピー元となる計算機0300では、データ転送・書込み部0332は、メモリ0302の全データの読込み及びデータ通信部0334を介してのコピー先計算機への該データの転送、もしくはページ更新管理テーブル0341を参照して、更新箇所のデータの読込み及びデータ通信部0334を介してのコピー先計算機への該データの転送等の処理を行う。一方コピー先となる計算機0300では、データ転送・書込み部0332は、前記コピー元計算機のデータ転送・書込み部0332より転送されるデータを受信し、該データのメモリ0302への書込みを行う。   In the memory data matching process, in the computer 0300 serving as the copy source, the data transfer / write unit 0332 reads all the data in the memory 0302 and transfers the data to the copy destination computer via the data communication unit 0334, or With reference to the page update management table 0341, processing such as reading of data at the update location and transfer of the data to the copy destination computer via the data communication unit 0334 is performed. On the other hand, in the computer 0300 as the copy destination, the data transfer / write unit 0332 receives the data transferred from the data transfer / write unit 0332 of the copy source computer and writes the data to the memory 0302.

図4は、本発明における、計算機にて階層管理されるメモリデータの更新監視のためにページを割振るグループ構造を示す図である。   FIG. 4 is a diagram showing a group structure for allocating pages for monitoring the update of memory data hierarchically managed by a computer in the present invention.

主な構成要素は、メモリ0302を構成する個々のページ(0、1、2、…、m、m+1、m+2、…)毎に割り当てるノード0401、重複なく複数の該ノード0401毎に形成するグループ0402である。   Main components are a node 0401 assigned to each page (0, 1, 2,..., M, m + 1, m + 2,...) Constituting the memory 0302, and a plurality of nodes 0401 without duplication. Group 0402 to be formed.

メモリ0302を構成する個々のページ毎に割り当てるノード0401により、ユーザプログラム0301によるメモリ0302へのデータ更新の発生箇所をページ単位で検出、記録する。なお該メモリ0302を構成するページのサイズ等は、プロセッサもしくはOSの仕様により決定されるものであり、例えば、4kバイトである。   A node 0401 assigned to each individual page constituting the memory 0302 detects and records the occurrence location of data update to the memory 0302 by the user program 0301 in units of pages. Note that the size of the page constituting the memory 0302 is determined by the specifications of the processor or OS, and is 4 kbytes, for example.

グループ0402により、各グループに含まれる複数のノード0401の中にデータ更新発生を記録したもの1つ以上が存在するか否かを検出、記録する。ここで該グループ0402に含まれるノード0401にマッピングされるページの中で1つでもデータ更新が発生していれば、該グループ0402にはデータ更新発生が記録される。   The group 0402 detects and records whether or not one or more of the data update occurrences recorded exist among the plurality of nodes 0401 included in each group. Here, if at least one of the pages mapped to the node 0401 included in the group 0402 has been updated, the occurrence of data update is recorded in the group 0402.

前記ノード0401及びグループ0402を用いてのメモリ0302へのデータ更新の検出・記録の実施の一例として、ノード0401には、ページへのデータ更新発生時にページ毎でハードウェアにより値がセットされるダーティビットが利用できる。該ダーティビットは、データ更新のあったページのデータを読み込む際に値を解除するものとする。グループ0402には、メモリ0302への書込み処理実施時に例外処理を発生させるライトプロテクションが利用できる。該ライトプロテクションを用いて、個々のグループ0402に対してデータ更新発生の有無を示すフラグ情報を記録する。なおここで前記グループ0402のデータ更新発生に関するフラグ情報を記録するテーブルの詳細は図5Aに示す。ダーティビットは、ページごとにページ上に格納されるのに対して、ライトプロテクションは、複数のグループのライトプロテクションを管理するテーブル内に格納される。よって、数が多く、また、ページ領域へアクセスする必要があるため、ダーティビットの検索には時間がかかるが、数が少なく、また、テーブル内を検索すればよいので、ライトプロテクションの検索には時間をかからない。   As an example of the detection / recording of data update to the memory 0302 using the node 0401 and the group 0402, the node 0401 has a dirty value whose value is set by hardware for each page when data update to the page occurs. A bit is available. It is assumed that the dirty bit is cleared when reading the data of the page that has been updated. The group 0402 can use write protection that generates an exception process when a write process to the memory 0302 is performed. Using the write protection, flag information indicating whether or not data update has occurred is recorded for each group 0402. The details of the table for recording the flag information related to the occurrence of data update of the group 0402 is shown in FIG. 5A. Dirty bits are stored on a page for each page, while write protection is stored in a table that manages write protection for multiple groups. Therefore, because the number is large and it is necessary to access the page area, it takes time to search for dirty bits, but the number is small and it is only necessary to search in the table. Does not take time.

図5Aは、本発明における、コピー元計算機にてメモリを構成するページのグループ毎の更新の有無を管理するグループ更新管理テーブルを示す図である。   FIG. 5A is a diagram showing a group update management table for managing presence / absence of update for each group of pages constituting the memory in the copy source computer in the present invention.

グループ更新管理テーブル0501の主な構成要素は、グループ0511、更新フラグ0512である。   The main components of the group update management table 0501 are a group 0511 and an update flag 0512.

グループ0511には、メモリ0302を構成する複数のページを重複無く割り振るグループの識別情報が格納される。更新フラグ0512には、該グループ0511に格納される情報に該当するグループ内に含まれる少なくとも1つのページにおいてデータ更新が発生したか否かを示すフラグ情報が格納される。図の例ではデータ更新の発生したページを少なくとも1つ含むグループには“TRUE”の値が、グループ内の全てのページでデータ更新が発生していなければ“FALSE”の値が格納される。なお該更新フラグ0512の値が“TRUE”である場合、一度該更新フラグ0512を参照し、該当するグループに含まれるページの中から更新の検出されたページの検索・参照を行う時点で、リセットし“FALSE”の値を格納する。   Group 0511 stores identification information of a group in which a plurality of pages constituting the memory 0302 are allocated without duplication. The update flag 0512 stores flag information indicating whether or not data update has occurred in at least one page included in the group corresponding to the information stored in the group 0511. In the example shown in the figure, a value of “TRUE” is stored in a group including at least one page in which data update has occurred, and a value of “FALSE” is stored if no data update has occurred in all pages in the group. When the value of the update flag 0512 is “TRUE”, the update flag 0512 is referred to once, and is reset at the time of searching and referring to the page in which the update is detected from the pages included in the corresponding group. Then store the value of “FALSE”.

図5Bは、本発明における、コピー元計算機にてメモリデータの更新箇所及び差分データの転送状態を管理するページ更新管理テーブルを示す図である。   FIG. 5B is a diagram showing a page update management table for managing the update location of memory data and the transfer state of difference data in the copy source computer in the present invention.

ページ更新管理テーブル0502の主な構成要素は、グループ0521、アドレス0522、検出時刻0523、ステータス0524である。   The main components of the page update management table 0502 are a group 0521, an address 0522, a detection time 0523, and a status 0524.

グループ0521には、データ更新が検出されたページが含まれるグループの識別情報が格納される。同一グループ内であっても更新されたページが異なれば、別レコードとする。該グループ0521に格納される情報はグループ更新管理テーブル0501のグループ0511に該当する。アドレス0522には、データ更新が検出されたページのアドレスが格納される。検出時刻0523には、アドレス0522に格納されるアドレスのページにてデータ更新が検出された時刻が格納される。ステータス0524には、該ページのデータ更新による差分データの転送状態に関するステータスが格納される。該差分データがメモリ領域より抽出され、コピー先計算機に転送済みであれば“SENT”、転送処理中であれば“SENDING”、まだ転送処理が実施されていなければ“NOT-SEND”が値として格納される。   Group 0521 stores identification information of a group including a page in which data update is detected. Even if it is within the same group, if the updated page is different, it is considered as another record. The information stored in the group 0521 corresponds to the group 0511 of the group update management table 0501. Address 0522 stores the address of the page where the data update is detected. In the detection time 0523, the time when the data update is detected in the page of the address stored in the address 0522 is stored. The status 0524 stores a status relating to the transfer state of the difference data due to the data update of the page. If the difference data is extracted from the memory area and transferred to the copy destination computer, the value is “SENT”, “SENDING” if the transfer process is in progress, and “NOT-SEND” if the transfer process has not been executed yet. Stored.

図6は、本発明における、コピー元計算機にてメモリデータの更新検出を行う処理の流れを示すフローチャートである。   FIG. 6 is a flowchart showing the flow of processing for detecting update of memory data in the copy source computer in the present invention.

0601において、コピー元計算機でのグループ更新管理テーブルを参照する。0602において、0601の結果、更新のあるグループがある場合、0603において、該当グループに属する各ページに該当するノードの更新記録を参照する。0604において、0603の結果、更新のあるページがある場合、0605において、ページ更新管理テーブルに該当箇所である更新のあるページに関する情報を追記する。0602において、0601の結果、更新のあるグループが無い場合、0603から0605の処理は実施しない。0604において、0603の結果、更新のあるページが無い場合、0605の処理は実施しない。0606において、全てのグループに関してグループ管理テーブルの確認が終了していない場合、0601から0605の処理を繰り返す。0606において、全てのグループに関してグループ管理テーブルの確認が終了している場合、0607において、メモリ一致化処理が完了している場合、処理を終了する。0607において、メモリ一致化処理が完了していない場合、0608において、指定時間の待機を行った後、0601からの処理を繰り返す。   In 0601, the group update management table in the copy source computer is referred to. In 0602, if there is a group having an update as a result of 0601, in 0603, the update record of the node corresponding to each page belonging to the group is referred to. In 0604, if there is a page with an update as a result of 0603, in 0605, information regarding the page with the update which is the corresponding part is added to the page update management table. In 0602, if there is no updated group as a result of 0601, the processing from 0603 to 0605 is not performed. In 0604, if there is no updated page as a result of 0603, the process of 0605 is not performed. In 0606, when the confirmation of the group management table is not completed for all groups, the processing from 0601 to 0605 is repeated. If the confirmation of the group management table has been completed for all groups in 0606, if the memory matching process has been completed in 0607, the process ends. If the memory matching process is not completed in 0607, the process from 0601 is repeated after waiting for a designated time in 0608.

図7は、本発明における、コピー元計算機にてメモリデータの更新検出により抽出した差分データをコピー先計算機へ転送する処理の流れを示すフローチャートである。   FIG. 7 is a flowchart showing a flow of processing for transferring the difference data extracted by detecting update of memory data in the copy source computer to the copy destination computer in the present invention.

0701において、ページ更新管理テーブルにおける1グループに関する領域の情報を読込む。0702において、0701の結果、該グループに属するページの中に更新箇所がある場合、0706において、前記ページ更新管理テーブルの情報を参照し、該当ページのデータを差分データとしてメモリより抽出する。0707において、アプリケーションの動作監視を実施している場合、0708において、アプリケーションが動作中である場合、アプリケーションが待機状態になるまで待ち受ける。0708において、アプリケーションが待機中である場合、0709において、0706にて抽出した差分データを転送用のメッセージに格納する。ここで該差分データのサイズが1つの転送用メッセージに格納可能なサイズを超える場合は、該差分データを複数のメッセージに分割して格納する。0707において、アプリケーションの動作監視を実施しない場合、0708の処理は行わずに前記0709の処理を行う。0710において、0709にて生成したメッセージをコピー先計算機に対して送信する。0711において、0706にて抽出した全ての差分データの送信が完了していない場合、0707から0710までの処理を繰り返す。0711において、0706にて抽出した全ての差分データの送信が完了した場合、0703において、ページ更新管理テーブル内の全グループに関する領域の情報の読込みが終了していない場合、0701からの処理を繰り返す。0702において、0701の結果、該グループに属するページの中に更新箇所が無い場合、前記0703の処理を行う。0703において、ページ更新管理テーブル内の全グループに関する領域の情報の読込みが終了している場合、0704において、メモリ一致化処理が完了している場合、処理を終了する。0704において、メモリ一致化処理が完了していない場合、0705において、指定時間の待機を行った後、0701からの処理を繰り返す。ここで待機する時間はアプリケーションによるメモリデータの更新頻度に応じて予め指定するものである。   In 0701, information on the area related to one group in the page update management table is read. In 0702, if there is an update location in the page belonging to the group as a result of 0701, the information of the page update management table is referred to in 0706, and the data of the corresponding page is extracted from the memory as difference data. In 0707, when the application operation is being monitored, in 0708, when the application is operating, it waits until the application enters a standby state. If the application is waiting at 0708, the difference data extracted at 0706 is stored in the transfer message at 0709. If the size of the difference data exceeds the size that can be stored in one transfer message, the difference data is divided into a plurality of messages and stored. In 0707, when the application operation is not monitored, the processing of 0709 is performed without performing the processing of 0708. In 0710, the message generated in 0709 is transmitted to the copy destination computer. If the transmission of all the difference data extracted in 0706 is not completed in 0711, the processing from 0707 to 0710 is repeated. If the transmission of all the difference data extracted in 0706 is completed in 0711, the process from 0701 is repeated if the reading of the area information regarding all groups in the page update management table is not completed in 0703. In 0702, if the result of 0701 is that there is no update location in the page belonging to the group, the processing of 0703 is performed. In 0703, when the reading of the area information regarding all the groups in the page update management table has been completed, in 0704, when the memory matching process has been completed, the process ends. If the memory matching process is not completed in 0704, the process from 0701 is repeated after waiting for a specified time in 0705. The waiting time is specified in advance according to the update frequency of the memory data by the application.

0707、0708にてアプリケーションの動作監視を行い、アプリケーション処理の待機中にデータ送信処理を行うことにより、コピー元計算機の負荷を軽減し、データの更新によるデータ差分量を早期に縮小させることができる。   By monitoring application operations at 0707 and 0708 and performing data transmission processing while waiting for application processing, the load on the copy source computer can be reduced and the amount of data difference due to data update can be reduced early. .

図8は、本発明における、コピー先計算機にてコピー元計算機より受信した差分データをメモリへ書込む処理の流れを示すフローチャートである。   FIG. 8 is a flowchart showing a flow of processing for writing the difference data received from the copy source computer to the memory by the copy destination computer in the present invention.

コピー先計算機ではコピー元計算機から送信されるメッセージを待ち受けており、0801において、メッセージを受信する。0802において、0801にて受信したメッセージの種別が“全データ”である場合、0803において、受信メッセージよりデータを抽出する。0804において、0803にて抽出したデータのメモリの該当箇所(コピー元計算機のメモリ内のアドレスと同一アドレス)への書込みを行う。その後、コピー元計算機からのメッセージ受信待ち状態になり、0801からの処理を繰り返す。0801にて受信したメッセージの種別が“差分データ”である場合、0805において、受信メッセージに含まれる1つ以上の差分データの中から1つの差分データを抽出する。0806において、0805にて抽出した差分データのメモリの該当箇所(コピー元計算機のメモリ内のアドレスと同一アドレス)への書込みを行う。0807において、受信メッセージからの全ての差分データの抽出を終了した場合、コピー元計算機からのメッセージ受信待ち状態になり、0801からの処理を繰り返す。0807において、受信メッセージからの全ての差分データの抽出を終了していない場合、0805、0806の処理を繰り返す。0801にて受信したメッセージの種別が“終了予告通知”である場合、0808において、通信の終了、必要データのバックアップ等の終了処理を行い、処理を終了する。   The copy destination computer waits for a message transmitted from the copy source computer. In 0801, the message is received. If the type of the message received in 0801 is “all data” in 0802, data is extracted from the received message in 0803. In 0804, the data extracted in 0803 is written into the corresponding location in the memory (the same address as the address in the memory of the copy source computer). Thereafter, the message reception waiting state from the copy source computer is entered, and the processing from 0801 is repeated. If the type of the message received at 0801 is “difference data”, at 0805, one difference data is extracted from one or more difference data included in the received message. In 0806, the difference data extracted in 0805 is written to the corresponding location in the memory (the same address as the address in the memory of the copy source computer). In 0807, when extraction of all the difference data from the received message is completed, a message reception waiting state from the copy source computer is entered, and the processing from 0801 is repeated. If the extraction of all the difference data from the received message is not completed in 0807, the processes of 0805 and 0806 are repeated. If the type of the message received in 0801 is “notice of end notice”, in 0808, end processing such as end of communication and backup of necessary data is performed, and the processing ends.

図9は、本発明の適用先である、ネットワーク(通信媒体)を介して相互接続した、複数の独立したノードにより構成され、構成する各ノードにおいて同じ処理を並列実行させることによるフォールトトレラントコンピュータシステムの概要を示す図である。尚、図9で示すノードは、システムの構成要素(例えば、計算機)をいい、図4で示したノード0401(ディレクトリのノード)とは異なる。   FIG. 9 is a fault tolerant computer system configured by a plurality of independent nodes interconnected via a network (communication medium) to which the present invention is applied, and executing the same processing in parallel in each of the constituent nodes. It is a figure which shows the outline | summary. The node shown in FIG. 9 is a system component (for example, a computer) and is different from the node 0401 (directory node) shown in FIG.

本フォールトトレラントコンピュータシステム0901の主な構成要素は、LAN0912を介して相互接続する2つ以上のノード0911、広域ネットワーク0902に接続し外部システムとの通信の中継を行うゲートウェイサーバ0913、等である。   The main components of the fault tolerant computer system 0901 are two or more nodes 0911 interconnected via the LAN 0912, a gateway server 0913 connected to the wide area network 0902 and relaying communication with an external system, and the like.

フォールトトレラントコンピュータシステム0901は、広域ネットワーク0902を介して通信可能な外部システム0903からの要求を受け付けて、該要求に対する処理を実施し、処理結果を応答として該外部システム0903に返信することによるサービスを提供する。ここでは外部システム0903からの要求として入力メッセージ0931を受信し、該要求に対する処理結果を格納した出力メッセージ0941を外部システム0903に対して送信する。   The fault tolerant computer system 0901 receives a request from an external system 0903 that can communicate via the wide area network 0902, performs processing for the request, and returns a service result to the external system 0903 as a response. provide. Here, the input message 0931 is received as a request from the external system 0903, and an output message 0941 storing the processing result for the request is transmitted to the external system 0903.

フォールトトレラントコンピュータシステム0901の内部では、広域ネットワーク0902を介して外部システム0903からの要求として入力メッセージ0931を受信したゲートウェイサーバ0913がLAN0912を介して、システム内の全てのノード0911に対して入力メッセージ0932として転送し直す。ここでほぼ同時に全てのノード0911が該メッセージを受信し、概メッセージに対する処理を開始できるように、入力メッセージ0932はブロードキャスト送信する。該入力メッセージ0932を受信した各ノード0911は、各々該入力メッセージ0932に対する処理を実行して、処理結果を格納した出力メッセージ0942を、LAN0912を介してゲートウェイサーバ0913に対して送信する。各ノード0911からの出力メッセージ0942を受信したゲートウェイサーバ0913は要求元の外部システム0903への応答として出力メッセージ0941を作成し、外部システム0903に対して送信する。ここでゲートウェイサーバ0913は、各ノード0911から受信した1つ以上の出力メッセージ0942のデータ内容の比較照合、正誤判定等を行い、正しいメッセージデータを出力メッセージ0941として、要求元の外部システム0903に送信する。   Inside the fault tolerant computer system 0901, the gateway server 0913 that has received the input message 0931 as a request from the external system 0903 via the wide area network 0902 sends the input message 0932 to all the nodes 0911 in the system via the LAN 0912. Retransfer as. Here, almost all of the nodes 0911 receive the message, and the input message 0932 is broadcast so that the processing for the approximate message can be started. Each node 0911 that has received the input message 0932 executes processing for the input message 0932, and transmits an output message 0942 storing the processing result to the gateway server 0913 via the LAN 0912. The gateway server 0913 that has received the output message 0942 from each node 0911 creates an output message 0941 as a response to the requesting external system 0903 and transmits it to the external system 0903. Here, the gateway server 0913 performs comparison and collation of data contents of one or more output messages 0942 received from each node 0911, correctness determination, and the like, and transmits correct message data to the requesting external system 0903 as the output message 0941. To do.

ノード0911の主なハードウェア構成は、処理装置(CPU)0921、記憶装置(メモリ、ハードディスク)0922、通信装置0923からなる。記憶装置0922には、フォールトトレラントコンピュータシステム0901により外部システム0903に対して提供するサービスを実行する上で必要なデータ、上記サービスに関する外部システム0903からの要求に対して処理を実行するためのユーザプログラム、複数のノード0911の間での稼動中及び再組込み中の同期を実施するためのソフトウェアプログラム、LAN0912を介してノード0911とゲートウェイサーバ0913との間の通信を行うためのソフトウェアプログラム等が格納され、処理装置0921により処理される。つまり、プログラムに従って処理装置が記憶装置に所定のデータを読み書き(更新を含む)することによって所定のデータに対して所定の処理を実現する。メモリ0131、0132およびバッファは、記憶装置に含まれる。また通信装置0923は、ゲートウェイサーバ0913からの入力メッセージ0932を受信し、ゲートウェイサーバ0913に対して出力メッセージ0942を送信するための通信処理を行う。   The main hardware configuration of the node 0911 includes a processing device (CPU) 0921, a storage device (memory, hard disk) 0922, and a communication device 0923. The storage device 0922 stores data necessary for executing a service provided to the external system 0903 by the fault-tolerant computer system 0901, and a user program for executing processing for a request from the external system 0903 regarding the service. A software program for performing synchronization during operation and re-installation among a plurality of nodes 0911, a software program for performing communication between the node 0911 and the gateway server 0913 via the LAN 0912, and the like. Processed by the processing device 0921. That is, predetermined processing is realized for predetermined data by reading and writing (including updating) predetermined data to and from the storage device according to the program. The memories 0131 and 0132 and the buffer are included in the storage device. The communication device 0923 receives the input message 0932 from the gateway server 0913, and performs communication processing for transmitting the output message 0942 to the gateway server 0913.

なおフォールトトレラントコンピュータシステム0901では、複数のノード0911が同一のハードウェア構成をとり、同一のプログラムを同期して(併行して)実行する。そして、フォールトトレラントコンピュータシステム0901内に2つ以上のノード0911を含め、これらで外部システム0903からの要求に対する処理を同時に併行して実行させていることで、1つ以上のノードにて障害が発生した場合でも、残りの稼働中のノードが処理を実行することで、システムとして正常動作によるサービス提供を維持することを可能とし、システムの耐障害性、信頼性を高めている。   In the fault tolerant computer system 0901, a plurality of nodes 0911 have the same hardware configuration and execute the same program in synchronization (in parallel). In addition, two or more nodes 0911 are included in the fault-tolerant computer system 0901, and the processing for the request from the external system 0903 is simultaneously executed by these to cause a failure in one or more nodes. Even in such a case, the remaining operating nodes execute processing, so that it is possible to maintain service provision by normal operation as a system, and to improve the fault tolerance and reliability of the system.

図10は、本発明における、メモリの領域を分割し、2つ以上の稼働中の計算機に各々分担し、コピー元として各計算機にて分担されたメモリ領域内の更新を監視し、検出した差分データをコピー先計算機に転送し、書込みを行う処理の概要を示す図である。   FIG. 10 shows the difference between the detected memory areas divided into two or more operating computers in the present invention, and the update in the memory area shared by each computer is monitored as a copy source. It is a figure which shows the outline | summary of the process which transfers data to a copy destination computer, and performs writing.

主な構成要素は、システム内で稼働中の複数の計算機であり、更新監視対象となるメモリ領域を分担されコピー元計算機となる、計算機1010、1011、1012、これらのコピー元計算機とLAN0912を介して相互接続しているコピー先計算機0112である。コピー元計算機1010、1011、1012では、それぞれユーザプログラム1040、1041、1042が同じタイミングで同一の処理を行い、各計算機のメモリ領域1020、1021、1022に対して同様のデータ更新を行う。   The main components are a plurality of computers operating in the system, the computers 1010, 1011, 1012, and the copy source computers and the LAN 0912 that share the memory area to be updated and are the copy source computers. The copy destination computers 0112 interconnected with each other. In the copy source computers 1010, 1011, and 1012, the user programs 1040, 1041, and 1042 perform the same processing at the same timing, respectively, and perform similar data updates on the memory areas 1020, 1021, and 1022 of the computers.

ここでコピー元計算機1010、1011、1012にはデータ更新監視対象として、領域0、領域1、領域nを分担させ、メモリ領域のうちこれらの分担領域のみを更新監視するものとする。ゆえにコピー元計算機1010は、領域0でのデータ更新を検出すると、該領域に関する差分データをコピー先計算機0112に転送し、該コピー先計算機0112のメモリ領域0132内の領域0に書込みを行う(1030)。コピー元計算機1011は、領域1でのデータ更新を検出すると、該領域に関する差分データをコピー先計算機0112に転送し、該コピー先計算機0112のメモリ領域0132内の領域1に書込みを行う(1031)。コピー元計算機1012は、領域nでのデータ更新を検出すると、該領域に関する差分データをコピー先計算機0112に転送し、該コピー先計算機0112のメモリ領域0132内の領域nに書込みを行う(1032)。   Here, it is assumed that the copy source computers 1010, 1011, and 1012 share the areas 0, 1, and n as data update monitoring targets, and update and monitor only these shared areas among the memory areas. Therefore, when the copy source computer 1010 detects the data update in the area 0, the copy source computer 1010 transfers the difference data related to the area to the copy destination computer 0112 and writes it in the area 0 in the memory area 0132 of the copy destination computer 0112 (1030). ). When the copy source computer 1011 detects the data update in the area 1, the copy source computer 1011 transfers the difference data related to the area to the copy destination computer 0112, and writes it in the area 1 in the memory area 0132 of the copy destination computer 0112 (1031). . When the copy source computer 1012 detects the data update in the area n, the copy source computer 1012 transfers the difference data relating to the area to the copy destination computer 0112 and writes it in the area n in the memory area 0132 of the copy destination computer 0112 (1032). .

上述のように複数の計算機に更新監視対象のメモリ領域を分担することにより、コピー元計算機における、メモリデータ一致化処理に伴う処理負荷を軽減することができる。   As described above, by sharing the memory area subject to update monitoring to a plurality of computers, the processing load associated with the memory data matching processing in the copy source computer can be reduced.

図11は、本発明における、コピー元計算機とコピー先計算機との間でのメモリデータ一致化処理の終了からコピー先計算機でのユーザプログラムの処理再開までの処理の流れを示すフローチャートである。   FIG. 11 is a flowchart showing a processing flow from the end of the memory data matching process between the copy source computer and the copy destination computer to the resumption of the processing of the user program in the copy destination computer in the present invention.

コピー元計算機では、1101において、図6に示した手順によりメモリデータの更新を検出する。1102において、1101にて検出した更新による差分データを、図7に示した手順によりコピー先計算機に転送する。1103において、1102にて転送する差分データのサイズが指定した閾値以上か否かを判定し、1102にて転送する差分データのサイズが指定した閾値以上である場合、1101、1102の処理を繰り返す。1103において、1102にて転送する差分データのサイズが指定した閾値以下である場合、1104において、コピー先計算機に対して終了予告通知を送信する。ここで前記差分データサイズの閾値は、差分データの転送に要する時間が最小となるように、コピー元計算機からコピー先計算機への転送に用いている1回の送信メッセージに格納可能なデータの最大サイズとする。前記終了予告通知は、1102にて最後に送信した差分データにてメモリデータ一致化処理を終了することを事前に通知するためのものである。1105において、コピー元計算機にて稼働中のユーザプログラムを一時停止させる。   In the copy source computer, in 1101, the update of the memory data is detected by the procedure shown in FIG. In 1102, the difference data by the update detected in 1101 is transferred to the copy destination computer according to the procedure shown in FIG. In 1103, it is determined whether or not the size of the difference data transferred in 1102 is equal to or larger than the specified threshold value. If the size of the difference data transferred in 1102 is equal to or larger than the specified threshold value, the processing of 1101 and 1102 is repeated. In step 1103, if the size of the difference data transferred in step 1102 is equal to or less than the specified threshold value, in step 1104, an end notice is transmitted to the copy destination computer. Here, the threshold value of the difference data size is the maximum amount of data that can be stored in one transmission message used for transfer from the copy source computer to the copy destination computer so that the time required to transfer the difference data is minimized. Size. The end notice notification is for informing in advance that the memory data matching process is ended with the difference data last transmitted in 1102. In 1105, the user program running on the copy source computer is temporarily stopped.

コピー先計算機では、1111において、1102にてコピー元計算機より転送された差分データを受信する。1112において、1111にて受信した差分データを、該コピー先計算機のメモリの該当箇所に書込む。1113において、1104にてコピー元計算機より送信される終了予告通知を受信していない場合、1111、1112の処理を繰り返す。1113において、1104にてコピー元計算機より送信される終了予告通知を受信した場合、1114において、1112にて行うメモリへのデータ書込みの処理の経過時間の計測を行い、指定されたタイムアウトが発生する場合、1111、1112、1113の処理を繰り返す。ここでタイムアウト時間はユーザプログラムの処理周期(これは、ユーザプログラムがメモリ上のデータを更新する周期になる)、待機時間等に応じて決定する。1114において、1112にて行うメモリへのデータ書込みの処理の経過時間の計測を行い、タイムアウトが発生する前に、1112のデータ書込みの処理が完了した場合、1115において、コピー元計算機に対して、書込み完了通知を送信する。1116において、コピー先計算機のユーザプログラムの処理を再開する。   In the copy destination computer, in 1111, the difference data transferred from the copy source computer in 1102 is received. In 1112, the difference data received in 1111 is written in the corresponding location in the memory of the copy destination computer. If the end notice notice transmitted from the copy source computer is not received in 1104 at 1113, the processing of 1111 and 1112 is repeated. In 1113, when the end notice notification transmitted from the copy source computer is received in 1104, the elapsed time of the data writing process to the memory performed in 1112 is measured in 1114, and the specified timeout occurs. In this case, the processing of 1111, 1112, 1113 is repeated. Here, the time-out time is determined according to the processing cycle of the user program (this is a cycle in which the user program updates data in the memory), the standby time, and the like. In 1114, the elapsed time of the data write process to the memory performed in 1112 is measured, and when the data write process in 1112 is completed before the timeout occurs, in 1115, the copy source computer is Send write completion notification. In 1116, the processing of the user program of the copy destination computer is resumed.

コピー元計算機では、1106において、1115にてコピー先計算機より送信される書込み完了通知の受信待ちとなり、タイムアウトが発生した場合、1107において、1105にて一時停止していたユーザプログラムの処理を再開し、1101から1106までの処理を繰り返す。1106において、1115にてコピー先計算機より送信される書込み完了通知を受信した場合、1108において、1116にて処理再開したコピー先計算機のユーザプログラムと同期をとって、1105にて一時停止していたユーザプログラムの処理を再開する。同期をとる方法として、コピー先計算機から送信される書込み完了通知内にコピー先計算機のユーザプログラムの処理開始時刻を埋め込み、書込み完了通知を受信したコピー元計算機がその処理開始時刻にコピー元計算機内のユーザプログラムの処理を再開する。また、同期をとる他の方法として、コピー元計算機より送信される終了予告通知内にコピー元計算機のユーザプログラムの処理再開時刻(稼動中のユーザプログラムの処理周期に沿った次の処理時刻であるのが好ましい)を埋め込み、終了予告通知を受信したコピー先計算機がその処理再開時刻にコピー先計算機内のユーザプログラムの処理を開始する。   In the copy source computer, in 1106, the process waits for reception of the write completion notification transmitted from the copy destination computer in 1115, and if a timeout occurs, the process of the user program suspended in 1105 is resumed in 1107. The processing from 1101 to 1106 is repeated. In 1106, when a write completion notification transmitted from the copy destination computer is received in 1115, in 1108, the process was temporarily stopped in 1105 in synchronization with the user program of the copy destination computer resumed in 1116. Resumes user program processing. As a method of synchronization, the processing start time of the user program of the copy destination computer is embedded in the write completion notification transmitted from the copy destination computer, and the copy source computer that received the write completion notification is within the copy source computer at the processing start time. The processing of the user program is resumed. In addition, as another method of synchronizing, the process restart time of the user program of the copy source computer (the next process time along the processing cycle of the active user program is included in the end notice transmitted from the copy source computer. The copy destination computer receiving the notice of completion notice starts processing of the user program in the copy destination computer at the processing resumption time.

図12は、本発明における、コピー元計算機とコピー先計算機との間でのメモリデータ一致化の正常完了を検証する処理の流れを示す図である。   FIG. 12 is a diagram showing a flow of processing for verifying normal completion of memory data matching between the copy source computer and the copy destination computer in the present invention.

主な構成要素は、システム内で稼働中であり、メモリデータ一致化処理においてコピー元となるコピー元計算機0111と、該コピー元計算機0111とLAN0912を介して相互接続し、メモリデータ一致化処理においてコピー先となるコピー先計算機0112である。   The main components are operating in the system, and are connected to the copy source computer 0111 that is the copy source in the memory data matching process and the copy source computer 0111 via the LAN 0912, and in the memory data matching process. The copy destination computer 0112 is a copy destination.

コピー元計算機0111内には、メモリデータ一致化の対象であり、ユーザプログラム0121によりデータ更新され、更新監視の対象となるメモリ領域0131の他に、該メモリ領域0131と同サイズ、同一構成である予備メモリ領域1213を用意しておく。   The copy source computer 0111 has a memory data matching target, the data is updated by the user program 0121, and has the same size and the same configuration as the memory area 0131 in addition to the memory area 0131 to be monitored for update. A spare memory area 1213 is prepared.

メモリデータ一致化処理において、コピー元計算機0111にてメモリ領域0131の更新を検出し(1221)、該更新検出による差分データをコピー先計算機0112に転送し、該コピー先計算機0112のメモリ領域0132の該当箇所にデータを書込む際に、前記コピー元計算機0111内の予備メモリ領域1213に対しても、該更新検出による差分データを同様に書込んでおく(1223)。これにより該予備メモリ領域1213とコピー先計算機0112のメモリ領域0132は同一のデータ内容になるはずである。   In the memory data matching process, the copy source computer 0111 detects the update of the memory area 0131 (1221), transfers the difference data based on the update detection to the copy destination computer 0112, and stores the memory area 0132 of the copy destination computer 0112. When data is written in the corresponding location, the difference data based on the update detection is similarly written in the spare memory area 1213 in the copy source computer 0111 (1223). As a result, the spare memory area 1213 and the memory area 0132 of the copy destination computer 0112 should have the same data contents.

メモリデータ一致化処理が終了する時点で、コピー元計算機0111にて、メモリ領域0131と予備メモリ領域1213とのデータ内容の比較を行い、両領域のデータ内容が同一であれば、メモリデータ一致化処理は正常完了したと判定する。   When the memory data matching process ends, the copy source computer 0111 compares the data contents of the memory area 0131 and the spare memory area 1213. If the data contents of both areas are the same, the memory data matching is performed. It is determined that the process has been normally completed.

上記によりメモリデータ一致化の正常完了の検証を高速化できる。   With the above, verification of normal completion of memory data matching can be speeded up.

図13は、本発明における、コピー元計算機からコピー先計算機へと送信される転送データのメッセージ形式を示す図である。   FIG. 13 is a diagram showing a message format of transfer data transmitted from the copy source computer to the copy destination computer in the present invention.

メッセージ1301の主な構成要素は、ヘッダ情報1311、識別情報1312、通番1313、データ数1314、データ総サイズ1315、データ領域1316である。   The main components of the message 1301 are header information 1311, identification information 1312, serial number 1313, number of data 1314, total data size 1315, and data area 1316.

ヘッダ情報1311には、メッセージプロトコル等に関する情報が格納される。識別情報1312には、本メッセージが全データ転送のメッセージか、差分データ転送のメッセージか、終了予告通知のメッセージのいずれであるかを示す識別情報が格納される。通番1313には、コピー元計算機からコピー先計算機へ送信されるメッセージに付与される通し番号が格納される。データ数1314には、データ領域1316に含まれるデータの数が格納される。データ総サイズ1315には、データ領域1316に含まれるデータの総サイズが格納される。データ領域1316には、個々のデータ(1321、1322、1323)が格納される。   The header information 1311 stores information related to the message protocol and the like. The identification information 1312 stores identification information indicating whether this message is an all data transfer message, a differential data transfer message, or an end notice notification message. The serial number 1313 stores a serial number assigned to a message transmitted from the copy source computer to the copy destination computer. The number of data 1314 stores the number of data included in the data area 1316. The total data size 1315 stores the total size of data included in the data area 1316. The data area 1316 stores individual data (1321, 1322, 1323).

データ領域1316に格納されるデータ(1321、1322、1323)の内訳はアドレス1331、データサイズ1332、データ本体1333である。アドレス1331には、該データが格納されているメモリ領域内のアドレスが格納される。データサイズ1332には、該データのサイズが格納される。データ本体1333には、メモリ領域より抽出した該データの現在値が格納される。   The breakdown of the data (1321, 1322, 1323) stored in the data area 1316 is an address 1331, a data size 1332, and a data body 1333. The address 1331 stores an address in the memory area where the data is stored. The data size 1332 stores the size of the data. The data body 1333 stores the current value of the data extracted from the memory area.

メッセージ1301が差分データ転送のメッセージである場合、データ領域1316に格納される個々のデータ(1321、1322、1323)は、メモリ領域より更新抽出した個々の差分データとなる。メモリ領域より更新抽出した差分データの総サイズがメッセージに格納可能な最大サイズよりも大きい場合、該差分データは複数のメッセージに分割格納して転送される。メッセージ1301が全データ転送のメッセージである場合、データ領域1316に格納されるデータは1つのみで、メッセージに格納可能なサイズのデータを全データの中から切り出して格納される。全データのサイズがメッセージに格納可能な最大サイズよりも大きい場合、該全データは複数のメッセージに分割格納して転送される。メッセージ1301が終了予告通知(一致化処理の終了予告を通知)である場合、該メッセージにはヘッダ情報1311、識別情報1312のみが含まれ、他の情報は含まれない。   When the message 1301 is a differential data transfer message, the individual data (1321, 1322, 1323) stored in the data area 1316 is the individual differential data updated and extracted from the memory area. When the total size of the differential data updated and extracted from the memory area is larger than the maximum size that can be stored in the message, the differential data is divided and stored in a plurality of messages and transferred. When the message 1301 is a message for all data transfer, only one data is stored in the data area 1316, and data of a size that can be stored in the message is cut out from all the data and stored. When the size of all data is larger than the maximum size that can be stored in a message, the entire data is divided and stored in a plurality of messages and transferred. When the message 1301 is an end notice (notification of the end of matching process), the message includes only header information 1311 and identification information 1312 and no other information.

以上、本発明の実施の形態について、その実施の形態に基づき具体的に説明したが、これに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   As mentioned above, although embodiment of this invention was described concretely based on the embodiment, it is not limited to this and can be variously changed in the range which does not deviate from the summary.

本発明は、フォールトトレラントコンピュータシステムに利用可能である。   The present invention is applicable to a fault tolerant computer system.

本発明による、ネットワークを介して相互接続した、複数の独立した、メモリの階層管理機構を有し、ユーザプログラムがメモリデータの更新を行う計算機により構成される、計算機システムを対象として実施する、メモリの階層管理機構を有する計算機間でのメモリデータ一致化方法の概要を示す図である。A memory implemented according to the present invention for a computer system having a plurality of independent memory hierarchical management mechanisms interconnected via a network and configured by a computer in which a user program updates memory data. It is a figure which shows the outline | summary of the memory data matching method between computers which have the hierarchy management mechanism of. 本発明における、計算機システムを構成する、メモリの階層管理機構を有する計算機間でのメモリデータ一致化のための処理の流れを示すシーケンス図である。It is a sequence diagram which shows the flow of the process for memory data matching between the computers which have the hierarchy management mechanism of a memory which comprises the computer system in this invention. 本発明における、計算機システムを構成し、外部からの要求に対する処理等を実行する計算機のモジュール構成を示す図である。It is a figure which shows the module structure of the computer which comprises the computer system in this invention, and performs the process with respect to the request | requirement from the outside. 本発明における、計算機にて階層管理されるメモリデータの更新監視のためにページを割振るグループ構造を示す図である。It is a figure which shows the group structure which allocates a page for the update monitoring of the memory data hierarchically managed by the computer in this invention. 本発明における、コピー元計算機にてメモリを構成するページのグループ毎の更新の有無を管理するグループ更新管理テーブルを示す図である。It is a figure which shows the group update management table which manages the presence or absence of the update for every group of the page which comprises memory in a copy origin computer in this invention. 本発明における、コピー元計算機にてメモリデータの更新箇所及び差分データの転送状態を管理するページ更新管理テーブルを示す図である。It is a figure which shows the page update management table which manages the update location of memory data, and the transfer state of difference data in the copy source computer in this invention. 本発明における、コピー元計算機にてメモリデータの更新検出を行う処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process which performs update detection of memory data in the copy source computer in this invention. 本発明における、本発明における、コピー元計算機にてメモリデータの更新検出により抽出した差分データをコピー先計算機へ転送する処理の流れを示すフローチャートである。5 is a flowchart showing a flow of processing for transferring difference data extracted by detecting update of memory data in a copy source computer to a copy destination computer in the present invention. 本発明における、コピー先計算機にてコピー元計算機より受信した差分データをメモリへ書込む処理の流れを示すフローチャートである。It is a flowchart which shows the flow of the process which writes in the memory the difference data received from the copy origin computer in the copy destination computer in this invention. 本発明の適用先である、ネットワーク(通信媒体)を介して相互接続した、複数の独立したノードにより構成され、構成する各ノードにおいて同じ処理を並列実行させることによるフォールトトレラントコンピュータシステムの概要を示す図である。1 shows an overview of a fault-tolerant computer system that is configured by a plurality of independent nodes interconnected via a network (communication medium), to which the present invention is applied, and in which the same processing is executed in parallel in each of the configured nodes. FIG. 本発明における、メモリの領域を分割し、2つ以上の稼働中の計算機に各々分担し、コピー元として各計算機にて分担されたメモリ領域内の更新を監視し、検出した差分データをコピー先計算機に転送し、書込みを行う処理の概要を示す図である。In the present invention, the memory area is divided and assigned to two or more operating computers, the update in the memory area shared by each computer is monitored as a copy source, and the detected difference data is copied to the copy destination. It is a figure which shows the outline | summary of the process which transfers to a computer and performs writing. 本発明における、コピー元計算機とコピー先計算機との間でのメモリデータ一致化処理の終了からコピー先計算機でのユーザプログラムの処理再開までの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process from the completion | finish of a memory data matching process between a copy source computer and a copy destination computer in the present invention to a user program process resumption in a copy destination computer. 本発明における、コピー元計算機とコピー先計算機との間でのメモリデータ一致化の正常完了を検証する処理の流れを示す図である。It is a figure which shows the flow of a process which verifies the normal completion of memory data matching between a copy source computer and a copy destination computer in this invention. 本発明における、本発明における、コピー元計算機からコピー先計算機へと送信される転送データのメッセージ形式を示す図である。It is a figure which shows the message format of the transfer data in this invention transmitted from a copy source computer to a copy destination computer in this invention.

符号の説明Explanation of symbols

0111‥コピー元計算機、0112‥コピー先計算機、0121‥ユーザプログラム、0131、0132‥メモリ、0122‥ユーザプログラム。   0111, copy source computer, 0112, copy destination computer, 0121, user program, 0131, 0132, memory, 0122, user program.

Claims (15)

相互に接続された複数の計算機を備えた計算機システムにおいて、
各計算機は、処理装置と記憶装置を備え、
各計算機の処理装置は、当該計算機システム外部からのデータを処理するためのプログラムと、当該計算機システム内の他の計算機とのデータの一致化を処理する一致化処理プログラムとを実行可能で、
各計算機の記憶装置は、前記各計算機の処理装置が前記プログラムに従って前記データを処理する際に使用するメモリを備え、
当該計算機システム内のデータ転送元計算機の処理装置は、前記一致化処理プログラムに従って、前記データ転送元計算機のメモリ上のデータが更新された場合に、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで、前記更新されたデータを複数の転送メッセージに分割・挿入して当該計算機システム内のデータ転送先計算機へ転送し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記更新されたデータを前記1つのメッセージに挿入して前記データ転送先計算機へ転送すると共に、前記データ転送先計算機の処理装置に、前記プログラムに従った前記データ転送先計算機のメモリを使用した前記データの処理を開始させることを特徴とする計算機システム。
In a computer system having a plurality of computers connected to each other,
Each computer includes a processing device and a storage device,
The processing device of each computer can execute a program for processing data from outside the computer system and a matching processing program for processing data matching with other computers in the computer system.
The storage device of each computer includes a memory used when the processing device of each computer processes the data according to the program,
When the data on the memory of the data transfer source computer is updated according to the matching processing program, the processing device of the data transfer source computer in the computer system has a transfer message whose size of the updated data is one transfer message. The updated data is divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer in the computer system until the size of the data that can be transferred in the computer system is not exceeded. When the size of the data that can be transferred by one transfer message does not exceed the size, the updated data is inserted into the one message and transferred to the data transfer destination computer, and the processing device of the data transfer destination computer Starting the processing of the data using the memory of the data transfer destination computer according to the program Computer system, characterized in that.
請求項1の計算機システムにおいて、
前記データ転送元計算機の処理装置は、前記一致化処理プログラムに従って、
前記データ転送先計算機から所定の要求を受信した場合に、前記データ転送元計算機のメモリ上のデータを読み出し、前記データのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記データのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記データを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送し、
前記データを前記データ転送先計算機へ転送した後に前記データ転送元計算機のメモリ上のデータが更新されたか否かを所定の周期で検出し、前記データが更新された場合に、更新されたデータを前記データ転送元計算機のメモリから読み出し、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記更新されたデータを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送することを、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで繰り返し、
前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記プログラムに従った前記データの処理の待機中に、前記更新されたデータを前記1つのメッセージに挿入してデータ転送先計算機へ転送すると共に、所定の通知を前記データ転送先計算機へ転送し、
前記データ転送先計算機の処理装置は、前記一致化処理プログラムに従って、
前記データ転送元計算機から受信された前記データおよび前記更新されたデータを前記データ転送先計算機のメモリに順次書込み、
前記所定の通知を受信した場合に、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理の待機中に、前記データ転送元計算機から受信された前記1つのメッセージに挿入された前記更新されたデータを前記データ転送先計算機のメモリに書込み、
前記所定の通知に基づいて、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理に同期して、前記プログラムに従った前記データの処理を開始することを特徴とする計算機システム。
The computer system according to claim 1,
The processing device of the data transfer source computer, according to the matching processing program,
When a predetermined request is received from the data transfer destination computer, data in the memory of the data transfer source computer is read, and whether or not the size of the data exceeds the size of data that can be transferred in one transfer message Determining, if the size of the data exceeds the size of data that can be transferred in the one transfer message, the data is divided into a plurality of transfer messages and transferred to the data transfer destination computer,
After the data is transferred to the data transfer destination computer, it is detected at a predetermined cycle whether or not the data in the memory of the data transfer source computer has been updated, and when the data is updated, the updated data is Read from the memory of the data transfer source computer, determine whether the size of the updated data exceeds the size of data that can be transferred in one transfer message, and the size of the updated data is the one transfer When the size of the data that can be transferred by the message is exceeded, the updated data is divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer. Repeat until no more than the size of data that can be transferred in one transfer message,
When the size of the updated data does not exceed the size of data that can be transferred by the one transfer message, the updated data is transferred to the one message while waiting for processing of the data according to the program. And transfer it to the data transfer destination computer, transfer a predetermined notification to the data transfer destination computer,
The processing device of the data transfer destination computer, according to the matching processing program,
Sequentially writing the data received from the data transfer source computer and the updated data to the memory of the data transfer destination computer;
When the predetermined notification is received, it is inserted into the one message received from the data transfer source computer while waiting for the processing of the data according to the program of the processing device of the data transfer source computer Write the updated data to the memory of the data transfer destination computer,
A computer system which starts processing of the data according to the program in synchronization with the processing of the data according to the program of the processing device of the data transfer source computer based on the predetermined notification .
相互に接続された複数の計算機を備えた計算機システムであって、各計算機が、処理装置と記憶装置を備え、各計算機の処理装置が、当該計算機システム外部からのデータを処理するためのプログラムと、当該計算機システム内の他の計算機とのデータの一致化を処理する一致化処理プログラムとを実行可能で、各計算機の記憶装置が、前記各計算機の処理装置が前記プログラムに従って前記データを処理する際に使用するメモリを備えた計算機システム上で実行される計算機間でのデータ一致化方法において、
当該計算機システム内のデータ転送元計算機の処理装置が、前記一致化処理プログラムに従って、前記データ転送元計算機のメモリ上のデータが更新された場合に、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで、前記更新されたデータを複数の転送メッセージに分割・挿入して当該計算機システム内のデータ転送先計算機へ転送し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記更新されたデータを前記1つのメッセージに挿入して前記データ転送先計算機へ転送すると共に、前記データ転送先計算機の処理装置に、前記プログラムに従った前記データ転送先計算機のメモリを使用した前記データの処理を開始させることを特徴とするデータ一致化方法。
A computer system including a plurality of computers connected to each other, each computer including a processing device and a storage device, and the processing device of each computer processing data from outside the computer system, And a matching processing program for processing data matching with other computers in the computer system, and the storage device of each computer processes the data according to the program by the processing device of each computer In a data matching method between computers executed on a computer system having a memory to be used at the time,
When the processing device of the data transfer source computer in the computer system updates the data in the memory of the data transfer source computer according to the matching processing program, the size of the updated data is one transfer message. The updated data is divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer in the computer system until the size of the data that can be transferred in the computer system is not exceeded. When the size of the data that can be transferred by one transfer message does not exceed the size, the updated data is inserted into the one message and transferred to the data transfer destination computer, and the processing device of the data transfer destination computer Starting the processing of the data using the memory of the data transfer destination computer according to the program Data matching method, characterized in that.
請求項3のデータ一致化方法において、
前記データ転送元計算機の処理装置が、前記一致化処理プログラムに従って、
前記データ転送先計算機から所定の要求を受信した場合に、前記データ転送元計算機のメモリ上のデータを読み出し、前記データのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記データのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記データを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送し、
前記データを前記データ転送先計算機へ転送した後に前記データ転送元計算機のメモリ上のデータが更新されたか否かを所定の周期で検出し、前記データが更新された場合に、更新されたデータを前記データ転送元計算機のメモリから読み出し、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記更新されたデータを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送することを、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで繰り返し、
前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記プログラムに従った前記データの処理の待機中に、前記更新されたデータを前記1つのメッセージに挿入してデータ転送先計算機へ転送すると共に、所定の通知を前記データ転送先計算機へ転送し、
前記データ転送先計算機の処理装置が、前記一致化処理プログラムに従って、
前記データ転送元計算機から受信された前記データおよび前記更新されたデータを前記データ転送先計算機のメモリに順次書込み、
前記所定の通知を受信した場合に、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理の待機中に、前記データ転送元計算機から受信された前記1つのメッセージに挿入された前記更新されたデータを前記データ転送先計算機のメモリに書込み、
前記所定の通知に基づいて、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理に同期して、前記プログラムに従った前記データの処理を開始することを特徴とするデータ一致化方法。
The data matching method according to claim 3, wherein
The processing device of the data transfer source computer, according to the matching processing program,
When a predetermined request is received from the data transfer destination computer, data in the memory of the data transfer source computer is read, and whether or not the size of the data exceeds the size of data that can be transferred in one transfer message Determining, if the size of the data exceeds the size of data that can be transferred in the one transfer message, the data is divided into a plurality of transfer messages and transferred to the data transfer destination computer,
After the data is transferred to the data transfer destination computer, it is detected at a predetermined cycle whether or not the data in the memory of the data transfer source computer has been updated, and when the data is updated, the updated data is Read from the memory of the data transfer source computer, determine whether the size of the updated data exceeds the size of data that can be transferred in one transfer message, and the size of the updated data is the one transfer When the size of the data that can be transferred by the message is exceeded, the updated data is divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer. Repeat until no more than the size of data that can be transferred in one transfer message,
When the size of the updated data does not exceed the size of data that can be transferred by the one transfer message, the updated data is transferred to the one message while waiting for processing of the data according to the program. And insert it into the data transfer destination computer, transfer a predetermined notification to the data transfer destination computer,
The processing device of the data transfer destination computer, according to the matching processing program,
Sequentially writing the data received from the data transfer source computer and the updated data to the memory of the data transfer destination computer;
When the predetermined notification is received, it is inserted into the one message received from the data transfer source computer while waiting for the processing of the data according to the program of the processing device of the data transfer source computer Write the updated data to the memory of the data transfer destination computer,
Based on the predetermined notification, the processing of the data according to the program is started in synchronization with the processing of the data according to the program of the processing device of the data transfer source computer Method.
相互に接続された複数の計算機を備えた計算機システムであって、各計算機が、処理装置と記憶装置を備え、各計算機の処理装置が、当該計算機システム外部からのデータを処理するためのプログラムと、当該計算機システム内の他の計算機とのデータの一致化を処理する一致化処理プログラムとを実行可能で、各計算機の記憶装置が、前記各計算機の処理装置が前記プログラムに従って前記データを処理する際に使用するメモリを備えた計算機システムに、計算機間でのデータ一致化処理を実行させるデータ一致化処理プログラムにおいて、
当該計算機システム内のデータ転送元計算機の処理装置に、前記データ転送元計算機のメモリ上のデータが更新された場合に、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで、前記更新されたデータを複数の転送メッセージに分割・挿入して当該計算機システム内のデータ転送先計算機へ転送し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記更新されたデータを前記1つのメッセージに挿入して前記データ転送先計算機へ転送すると共に、前記データ転送先計算機の処理装置に、前記プログラムに従った前記データ転送先計算機のメモリを使用した前記データの処理を開始させる処理を実行させることを特徴とするデータ一致化処理プログラム。
A computer system including a plurality of computers connected to each other, each computer including a processing device and a storage device, and the processing device of each computer processing data from outside the computer system, And a matching processing program for processing data matching with other computers in the computer system, and the storage device of each computer processes the data according to the program by the processing device of each computer In a data matching processing program for causing a computer system having a memory to be used at the time to execute data matching processing between computers,
When the data in the memory of the data transfer source computer is updated in the processing device of the data transfer source computer in the computer system, the size of the updated data is the size of data that can be transferred in one transfer message The updated data can be divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer in the computer system until the size of the updated data is transferred by the one transfer message If the data size does not exceed the data size, the updated data is inserted into the one message and transferred to the data transfer destination computer, and the processing device of the data transfer destination computer is in accordance with the program. A process for starting processing of the data using a memory of a data transfer destination computer is executed. Over data match processing program.
請求項5のデータ一致化処理プログラムにおいて、
前記データ転送元計算機の処理装置に、
前記データ転送先計算機から所定の要求を受信した場合に、前記データ転送元計算機のメモリ上のデータを読み出し、前記データのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記データのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記データを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送する処理、
前記データを前記データ転送先計算機へ転送した後に前記データ転送元計算機のメモリ上のデータが更新されたか否かを所定の周期で検出し、前記データが更新された場合に、更新されたデータを前記データ転送元計算機のメモリから読み出し、前記更新されたデータのサイズが1つの転送メッセージで転送可能なデータのサイズを超えるか否かを判定し、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超える場合に、前記更新されたデータを複数の転送メッセージに分割・挿入して前記データ転送先計算機へ転送することを、前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えなくなるまで繰り返す処理、
前記更新されたデータのサイズが前記1つの転送メッセージで転送可能なデータのサイズを超えない場合に、前記プログラムに従った前記データの処理の待機中に、前記更新されたデータを前記1つのメッセージに挿入してデータ転送先計算機へ転送すると共に、所定の通知を前記データ転送先計算機へ転送する処理を実行させ、
前記データ転送先計算機の処理装置に、
前記データ転送元計算機から受信された前記データおよび前記更新されたデータを前記データ転送先計算機のメモリに順次書込む処理、
前記所定の通知を受信した場合に、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理の待機中に、前記データ転送元計算機から受信された前記1つのメッセージに挿入された前記更新されたデータを前記データ転送先計算機のメモリに書込む処理、
前記所定の通知に基づいて、前記データ転送元計算機の処理装置の前記プログラムに従った前記データの処理に同期して、前記プログラムに従った前記データの処理を開始する処理を実行させることを特徴とするデータ一致化プログラム。
In the data matching processing program of claim 5,
In the processing device of the data transfer source computer,
When a predetermined request is received from the data transfer destination computer, data in the memory of the data transfer source computer is read, and whether or not the size of the data exceeds the size of data that can be transferred in one transfer message Determining, when the size of the data exceeds the size of data that can be transferred by the one transfer message, dividing and inserting the data into a plurality of transfer messages and transferring the data to the data transfer destination computer;
After the data is transferred to the data transfer destination computer, it is detected at a predetermined cycle whether or not the data in the memory of the data transfer source computer has been updated, and when the data is updated, the updated data is Read from the memory of the data transfer source computer, determine whether the size of the updated data exceeds the size of data that can be transferred in one transfer message, and the size of the updated data is the one transfer When the size of the data that can be transferred by the message is exceeded, the updated data is divided and inserted into a plurality of transfer messages and transferred to the data transfer destination computer. Processing until it does not exceed the size of data that can be transferred in one transfer message,
When the size of the updated data does not exceed the size of data that can be transferred by the one transfer message, the updated data is transferred to the one message while waiting for processing of the data according to the program. Is inserted into the data transfer destination computer and transferred to the data transfer destination computer, and a predetermined notification is transferred to the data transfer destination computer.
In the processing device of the data transfer destination computer,
A process of sequentially writing the data received from the data transfer source computer and the updated data to the memory of the data transfer destination computer;
When the predetermined notification is received, it is inserted into the one message received from the data transfer source computer while waiting for the processing of the data according to the program of the processing device of the data transfer source computer A process of writing the updated data into the memory of the data transfer destination computer;
Based on the predetermined notification, a process of starting the processing of the data according to the program is executed in synchronization with the processing of the data according to the program of the processing device of the data transfer source computer. A data matching program.
ネットワークを介して相互接続した複数の計算機により構成され、各計算機はプログラムがメモリ内のデータの更新を行う計算機システムにおいて、計算機間でのメモリデータの一致化を行うためのメモリデータ一致化方法において、
コピー元の計算機におけるある時点でのメモリの全データを抜き出し、コピー先の計算機へ転送し、前記抜き出した全データを該コピー先計算機のメモリへ上書きを許して書込むステップと、
該コピー元計算機において前記プログラムの処理によるメモリ上のデータの更新を監視するステップと、
更新監視により検出したメモリデータの差分のみを該コピー先計算機に転送し、前記更新検出による差分データを該コピー先計算機のメモリ上の対応箇所へ上書きを許して書き込むことを、前記コピー元計算機のメモリ上のデータの更新なくなるまで繰り返すステップと、を含むことを特徴とするデータ一致化方法。
In a computer system comprising a plurality of computers interconnected via a network, each computer is a computer system in which a program updates data in a memory, and in a memory data matching method for matching memory data between computers ,
Extracting all data in the memory at a certain point in the copy source computer, transferring it to the copy destination computer, and writing the extracted all data to the copy destination computer with overwriting, and
Monitoring the update of data on the memory by the processing of the program in the copy source computer;
Only the difference of the memory data detected by update monitoring is transferred to the copy destination computer, and the difference data by the update detection is written to the corresponding location on the memory of the copy destination computer with overwriting. And a step of repeating until no data on the memory is updated.
請求項7のデータ一致化方法において、
各計算機は、メモリ上のデータを階層的に管理しており、
コピー元計算機において前記プログラムの処理によるメモリデータの更新を監視するために、階層管理されるメモリデータに対して、メモリを構成する複数のページをある範囲毎に重複なくグループに割振り、グループの単位でデータ更新を監視し、更新の検出したグループに対してのみ、該グループに含まれるページの中からさらにページ単位で更新箇所を特定することを特徴とするデータ一致化方法。
The data matching method according to claim 7, wherein
Each computer manages data in memory hierarchically,
In order to monitor the update of the memory data by the processing of the program in the copy source computer, a plurality of pages constituting the memory are allocated to a group without overlapping each other for the memory data to be hierarchically managed, and the unit of the group The data matching method is characterized in that the data update is monitored and the update location is specified in units of pages from the pages included in the group only for the group in which the update is detected.
請求項8のデータ一致化方法において、
メモリを構成するページを割振るグループを多段にすることを特徴とするデータ一致化方法。
The data matching method according to claim 8, wherein
A data matching method, characterized in that groups for allocating pages constituting a memory are arranged in multiple stages.
請求項7のデータ一致化方法において、
コピー元計算機でのメモリデータの更新検出による差分データのコピー先計算機への転送を、前記メモリ内のページを割振ったグループの単位でデータ更新を検出する毎に実施することを特徴とする計算機間でのデータ一致化方法。
The data matching method according to claim 7, wherein
A computer that performs transfer of difference data to a copy destination computer by detecting update of memory data in a copy source computer every time data update is detected in units of groups to which pages in the memory are allocated. Data matching method.
請求項7のデータ一致化方法において、
当該計算機システム内で稼動する計算機が2つ以上である場合、メモリの領域を分割し、コピー元計算機として2つ以上の稼働中の計算機に各々割当て、各計算機にて割当てられたメモリ領域内のデータ更新を監視し、検出した差分データをコピー先計算機に転送し、該コピー先計算機のメモリデータの対応箇所へ書込むことを特徴とするデータ一致化方法。
The data matching method according to claim 7, wherein
When there are two or more computers operating in the computer system, the memory area is divided and allocated to two or more operating computers as copy source computers, and the memory area allocated by each computer is allocated. A data matching method, wherein data update is monitored, detected difference data is transferred to a copy destination computer, and written to a corresponding portion of memory data of the copy destination computer.
請求項7又は請求項10のデータ一致化方法において、
前記計算機システムが、構成する各計算機において同じ処理を並列実行させ、該システムによるサービス提供を無停止で行うフォールトトレラントコンピュータシステムである場合、コピー元計算機でのデータ更新検出による差分データのコピー先計算機への転送を、該コピー元計算機におけるプログラムの動作を監視し、該プログラムが待機中であり、メモリデータの更新をしていないタイミングで実施することを特徴とするデータ一致化方法。
In the data matching method according to claim 7 or 10,
When the computer system is a fault-tolerant computer system in which the same processing is executed in parallel in each of the constituting computers and the service provision by the system is performed without interruption, the difference data copy destination computer by the data update detection in the copy source computer The data matching method is characterized in that the operation of the program in the copy source computer is monitored, and the transfer is executed at a timing when the program is waiting and the memory data is not updated.
請求項12のデータ一致化方法において、
前記フォールトトレラントコンピュータ内で稼動するコピー元計算機におけるメモリデータの更新検出量が1回の転送メッセージに格納可能なサイズ以下となった場合、該転送メッセージを送信する際に、コピー元計算機における前記プログラムの処理を一時停止させ、コピー先計算機が該転送メッセージを受信し、メモリデータの対応箇所への書込みを完了した時点で、メモリデータ一致化が完了したとみなし、該コピー元計算機におけるデータ更新検出及び差分データ転送を終了し、
コピー先計算機における前記プログラムの処理を、前記コピー元計算機の一時停止中のプログラムと同期をとって再開することを特徴とするデータ一致化方法。
The data matching method of claim 12, wherein
When the update detection amount of the memory data in the copy source computer operating in the fault tolerant computer is less than the size that can be stored in one transfer message, the program in the copy source computer is transmitted when the transfer message is transmitted. When the copy destination computer receives the transfer message and completes the writing of the memory data to the corresponding location, it is considered that the memory data matching is completed, and the data update detection in the copy source computer is completed. And end the differential data transfer,
A data matching method, comprising: resuming processing of the program in a copy destination computer in synchronization with a suspended program of the copy source computer.
請求項7又は請求項13のデータ一致化方法において、
コピー元計算機でのメモリデータの更新検出による差分データのコピー先計算機へ転送するとともに、該差分データを前記コピー元計算機内の領域にも書込んでおき、更新検出及び差分データ転送を終了する時点で検証することを特徴とするデータ一致化方法。
In the data matching method according to claim 7 or 13,
When the difference data is transferred to the copy destination computer by detecting the update of the memory data in the copy source computer, and the difference data is also written in the area in the copy source computer, and the update detection and the difference data transfer are finished. The data matching method characterized by verifying by.
請求項14のデータ一致化方法において、
コピー元計算機におけるデータ一致化の検証が完了した時点で、コピー先計算機に通知し、該コピー先計算機を前記計算機システム内でオンライン化することを特徴とするデータ一致化方法。
15. The data matching method of claim 14, wherein
A data matching method comprising: notifying a copy destination computer when verification of data matching in a copy source computer is completed, and bringing the copy destination computer online in the computer system.
JP2008038169A 2008-02-20 2008-02-20 Computer system, data matching method, and data matching processing program Active JP5094460B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008038169A JP5094460B2 (en) 2008-02-20 2008-02-20 Computer system, data matching method, and data matching processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008038169A JP5094460B2 (en) 2008-02-20 2008-02-20 Computer system, data matching method, and data matching processing program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2012172503A Division JP5509272B2 (en) 2012-08-03 2012-08-03 Computer system, data matching method, and data matching processing program

Publications (2)

Publication Number Publication Date
JP2009199197A true JP2009199197A (en) 2009-09-03
JP5094460B2 JP5094460B2 (en) 2012-12-12

Family

ID=41142647

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008038169A Active JP5094460B2 (en) 2008-02-20 2008-02-20 Computer system, data matching method, and data matching processing program

Country Status (1)

Country Link
JP (1) JP5094460B2 (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011099380A1 (en) * 2010-02-10 2011-08-18 三菱電機株式会社 Essential data management system, calculator, essential data management program, recording medium, and communication method
JP2011164888A (en) * 2010-02-09 2011-08-25 Fujitsu Ltd Firmware updating method, library apparatus and program
JP2011257846A (en) * 2010-06-07 2011-12-22 Nippon Telegr & Teleph Corp <Ntt> Distributed data management system, data server, load distribution method and program
JP2012022383A (en) * 2010-07-12 2012-02-02 Yokogawa Electric Corp Duplexing control system
JP2012221321A (en) * 2011-04-11 2012-11-12 Nec Corp Fault tolerant computer system, control method for fault tolerant computer system and control program for fault tolerant computer system
JP2012221063A (en) * 2011-04-05 2012-11-12 Nippon Telegr & Teleph Corp <Ntt> Virtual machine synchronization method and system, and virtual machine and program of active system
JP2013190879A (en) * 2012-03-12 2013-09-26 Nippon Telegr & Teleph Corp <Ntt> Computer system and system control method
JP2013206052A (en) * 2012-03-28 2013-10-07 Nec Corp Backup method in fault tolerant server
WO2014083672A1 (en) * 2012-11-30 2014-06-05 株式会社日立製作所 Management device, management method, and recording medium for storing program
JP2014146259A (en) * 2013-01-30 2014-08-14 Oki Electric Ind Co Ltd Redundant VoIP system
JP2014157492A (en) * 2013-02-15 2014-08-28 Nec Corp Fault tolerant server, its memory copy method and memory module for storing write address data
WO2014170952A1 (en) 2013-04-16 2014-10-23 株式会社日立製作所 Computer system, computer-system management method, and program
JP2015184866A (en) * 2014-03-24 2015-10-22 日本電気株式会社 fault tolerant server
JP2017173921A (en) * 2016-03-18 2017-09-28 大同信号株式会社 Multithread electronic computer and program for multithread electronic computer

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08202627A (en) * 1995-01-27 1996-08-09 Fujitsu Ltd Equivalence recovery processing method and device for duplex shared memory
JP2001188690A (en) * 1999-12-28 2001-07-10 Toshiba Corp Computer system and checkpoint information preserving method
JP2001331201A (en) * 2000-05-23 2001-11-30 Mitsubishi Electric Corp Computer system
JP2005018105A (en) * 2003-06-23 2005-01-20 Nec Corp Duplex system, and its data redundancy method
WO2005096155A1 (en) * 2004-04-01 2005-10-13 Nippon Telegraph And Telephone Corporation Multiplex database system
JP2006003985A (en) * 2004-06-15 2006-01-05 Toshiba Corp Multiplex system
JP2007299120A (en) * 2006-04-28 2007-11-15 Meidensha Corp Equalization system for duplicated programmable controller

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08202627A (en) * 1995-01-27 1996-08-09 Fujitsu Ltd Equivalence recovery processing method and device for duplex shared memory
JP2001188690A (en) * 1999-12-28 2001-07-10 Toshiba Corp Computer system and checkpoint information preserving method
JP2001331201A (en) * 2000-05-23 2001-11-30 Mitsubishi Electric Corp Computer system
JP2005018105A (en) * 2003-06-23 2005-01-20 Nec Corp Duplex system, and its data redundancy method
WO2005096155A1 (en) * 2004-04-01 2005-10-13 Nippon Telegraph And Telephone Corporation Multiplex database system
JP2006003985A (en) * 2004-06-15 2006-01-05 Toshiba Corp Multiplex system
JP2007299120A (en) * 2006-04-28 2007-11-15 Meidensha Corp Equalization system for duplicated programmable controller

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011164888A (en) * 2010-02-09 2011-08-25 Fujitsu Ltd Firmware updating method, library apparatus and program
JP5355725B2 (en) * 2010-02-10 2013-11-27 三菱電機株式会社 Essential data management system, computer, essential data management program, recording medium, and communication method
WO2011099380A1 (en) * 2010-02-10 2011-08-18 三菱電機株式会社 Essential data management system, calculator, essential data management program, recording medium, and communication method
JP2011257846A (en) * 2010-06-07 2011-12-22 Nippon Telegr & Teleph Corp <Ntt> Distributed data management system, data server, load distribution method and program
JP2012022383A (en) * 2010-07-12 2012-02-02 Yokogawa Electric Corp Duplexing control system
JP2012221063A (en) * 2011-04-05 2012-11-12 Nippon Telegr & Teleph Corp <Ntt> Virtual machine synchronization method and system, and virtual machine and program of active system
JP2012221321A (en) * 2011-04-11 2012-11-12 Nec Corp Fault tolerant computer system, control method for fault tolerant computer system and control program for fault tolerant computer system
US8990617B2 (en) 2011-04-11 2015-03-24 Nec Corporation Fault-tolerant computer system, fault-tolerant computer system control method and recording medium storing control program for fault-tolerant computer system
JP2013190879A (en) * 2012-03-12 2013-09-26 Nippon Telegr & Teleph Corp <Ntt> Computer system and system control method
JP2013206052A (en) * 2012-03-28 2013-10-07 Nec Corp Backup method in fault tolerant server
WO2014083672A1 (en) * 2012-11-30 2014-06-05 株式会社日立製作所 Management device, management method, and recording medium for storing program
JP2014146259A (en) * 2013-01-30 2014-08-14 Oki Electric Ind Co Ltd Redundant VoIP system
JP2014157492A (en) * 2013-02-15 2014-08-28 Nec Corp Fault tolerant server, its memory copy method and memory module for storing write address data
WO2014170952A1 (en) 2013-04-16 2014-10-23 株式会社日立製作所 Computer system, computer-system management method, and program
US9892183B2 (en) 2013-04-16 2018-02-13 Hitachi, Ltd. Computer system, computer system management method, and program
JP2015184866A (en) * 2014-03-24 2015-10-22 日本電気株式会社 fault tolerant server
US9785524B2 (en) 2014-03-24 2017-10-10 Nec Corporation Fault tolerant server
JP2017173921A (en) * 2016-03-18 2017-09-28 大同信号株式会社 Multithread electronic computer and program for multithread electronic computer

Also Published As

Publication number Publication date
JP5094460B2 (en) 2012-12-12

Similar Documents

Publication Publication Date Title
JP5094460B2 (en) Computer system, data matching method, and data matching processing program
US7234033B2 (en) Data synchronization of multiple remote storage facilities
JP4796854B2 (en) Measures against data overflow of intermediate volume in differential remote copy
EP1569120B1 (en) Computer system for recovering data based on priority of the data
US6950915B2 (en) Data storage subsystem
US7840536B1 (en) Methods and apparatus for dynamic journal expansion
US8060714B1 (en) Initializing volumes in a replication system
CN101755257B (en) Managing the copying of writes from primary storages to secondary storages across different networks
JP2007286860A (en) Data transfer method and information processor
US20100138687A1 (en) Recording medium storing failure isolation processing program, failure node isolation method, and storage system
JP2002149499A (en) Remote copy system with integrity of data
JP4201447B2 (en) Distributed processing system
JP2010160660A (en) Network interface, computer system, operation method therefor, and program
JP5509272B2 (en) Computer system, data matching method, and data matching processing program
JP4563412B2 (en) Software replication
JP2009151677A (en) Storage control device, storage control program, and storage control method
JP2007219809A (en) Data storage system, data storage method, and data storage program
US10656867B2 (en) Computer system, data management method, and data management program
JP6511737B2 (en) Redundant system, redundant method and redundant program
CN114077517A (en) Data processing method, equipment and system
JP4452494B2 (en) Data synchronization method after stopping remote copy on multiple remote storages
JP7050707B2 (en) Storage control device, storage system, storage control method, and storage control program
CN109271457A (en) A kind of method of data synchronization and device
JP2002057712A (en) Memory leakage recovery method for packet memory and buffer processing unit
JP5153310B2 (en) Fault tolerant computer system, resynchronization operation processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100728

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120502

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120605

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120803

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: 20120821

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120918

R151 Written notification of patent or utility model registration

Ref document number: 5094460

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150928

Year of fee payment: 3