JP2014170448A - Replication system, job processing system, replication method and program - Google Patents

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

Info

Publication number
JP2014170448A
JP2014170448A JP2013042745A JP2013042745A JP2014170448A JP 2014170448 A JP2014170448 A JP 2014170448A JP 2013042745 A JP2013042745 A JP 2013042745A JP 2013042745 A JP2013042745 A JP 2013042745A JP 2014170448 A JP2014170448 A JP 2014170448A
Authority
JP
Japan
Prior art keywords
update log
update
storage device
backup system
serial number
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2013042745A
Other languages
Japanese (ja)
Inventor
Takeshi Ishibashi
毅 石橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2013042745A priority Critical patent/JP2014170448A/en
Publication of JP2014170448A publication Critical patent/JP2014170448A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a replication system capable of surely executing replication even in the case where update logs are rapidly stagnated by fault occurrence or the like, while implementing high-speed transfer of update logs, a job processing system, a replication method and a program.SOLUTION: A replication system comprises: a job processing system 100; and a backup system 200. The job processing system 100 includes: a storage device 30a for storing update object data and its update log; a storage device 40b of which the read speed and the write speed are lower than the storage device 30a but the storage capacity is higher; an update log transmission section 7 for transmitting the update log on the storage device 30a to the backup system 200; and an update log retreat section 5 for creating an update log file 11 including a plurality of update logs on the storage device 30a under a preset condition, temporarily storing the update log file 11 in the storage device 40a and then transmitting the update log file 11 to the backup system 200.

Description

本発明は、業務処理システムのバックアップを行なうための、レプリケーションシステム、業務処理システム、レプリケーション方法、及びこれらを実現するためのプログラムに関する。   The present invention relates to a replication system, a business processing system, a replication method, and a program for realizing them, for backing up a business processing system.

従来から、データをバックアップする手法の一つとして、レプリケーションが用いられている。レプリケーションでは、オンラインで業務を処理する業務処理システム上のデータは、別の拠点にある予備のシステムに複製され、常に、複製されたデータの内容は最新のデータと同期される(例えば、特許文献1〜3参照)。なお、本明細書においては、以降において、オンラインで業務を処理する業務処理システムを「フロントシステム」と表記し、予備のシステムを「バックアップシステム」と表記する。   Conventionally, replication is used as one of methods for backing up data. In replication, data on a business processing system that processes business online is replicated to a spare system at another site, and the content of the replicated data is always synchronized with the latest data (for example, patent literature). 1-3). In the present specification, hereinafter, a business processing system that processes business online is referred to as a “front system”, and a spare system is referred to as a “backup system”.

ところで、このようなレプリケーションを採用する場合は、フロントシステムでの障害発生時に、業務処理への影響を抑えるため、フロントシステムでの更新ログをバックアップシステムに速やかに反映させる必要がある。このため、例えば、特許文献3においては、フロントシステムは、データベースのレコードのキーに基づき、レコードが同一となる更新ログが同一の処理系列となるように、更新ログを分割し、分割した状態でバックアップシステムに転送する。その後、バックアップシステムにおいて、速やかに更新ログが反映される。   By the way, when such replication is adopted, it is necessary to promptly reflect the update log in the front system to the backup system in order to suppress the influence on the business process when a failure occurs in the front system. For this reason, for example, in Patent Document 3, the front system divides the update log based on the key of the record in the database so that the update log with the same record becomes the same processing sequence, Transfer to backup system. Thereafter, the update log is immediately reflected in the backup system.

特開平6−67959号公報Japanese Patent Laid-Open No. 6-67959 特開平10−49418号公報Japanese Patent Laid-Open No. 10-49418 特開2012−133417号公報JP 2012-133417 A

ところで、上記特許文献3に開示されたシステムでは、フロントシステムからバックアップシステムへと、高速に更新ログを転送して、反映させる必要があるため、更新ログは、各システムのメモリデータベースに格納される。   By the way, in the system disclosed in Patent Document 3, it is necessary to transfer and reflect the update log from the front system to the backup system at a high speed. Therefore, the update log is stored in the memory database of each system. .

しかしながら、メモリデータベースは、ディスク装置によるデータベースに対して上述の点では優れているが、容量限界値が低いため、障害発生時等によって更新ログが急激に滞留した場合に、更新ログをバックアップシステム20に送信しきれない状態、即ち、更新ログが溢れてしまう状態が発生する可能性がある。このような場合、レプリケーションが実行できなくなる危険性がある。   However, the memory database is superior to the database by the disk device in the above point, but since the capacity limit value is low, the update log is stored in the backup system 20 when the update log stagnates suddenly due to a failure or the like. There is a possibility that a state where the update log cannot be transmitted, that is, a state where the update log overflows. In such a case, there is a risk that replication cannot be executed.

本発明の目的の一例は、上記問題を解消し、更新ログの高速転送を実現しつつ、障害発生時等によって更新ログが急激に滞留した場合であっても確実にレプリケーションを実行し得る、レプリケーションシステム、業務処理システム、レプリケーション方法、及びプログラムを提供することにある。   An example of an object of the present invention is a replication that solves the above problems and realizes high-speed transfer of update logs, and can reliably execute replication even when update logs are stagnant due to a failure or the like. A system, a business processing system, a replication method, and a program are provided.

上記目的を達成するため、本発明の一側面におけるレプリケーションシステムは、業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを備え、
前記業務処理システムは、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とする。
To achieve the above object, a replication system according to an aspect of the present invention includes a business processing system for executing business processing, and a backup system for backing up the business processing system,
The business processing system includes:
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
It is characterized by having.

上記目的を達成するため、本発明の一側面における業務処理システムは、バックアップシステムと連携してレプリケーションを実行する業務処理システムであって、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とする。
In order to achieve the above object, a business processing system according to an aspect of the present invention is a business processing system that performs replication in cooperation with a backup system,
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
It is characterized by having.

また、上記目的を達成するため、本発明の一側面におけるレプリケーション方法は、業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを用いたレプリケーション方法であって、
(a)前記業務処理システムにおいて、更新対象となるデータと前記データの更新ログとを、第1の記憶装置に格納するステップと、
(b)前記業務処理システムにおいて、前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)前記業務処理システムにおいて、設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を有する、ことを特徴とする。
In order to achieve the above object, a replication method according to an aspect of the present invention is a replication method using a business processing system for executing business processing and a backup system for backing up the business processing system. And
(A) in the business processing system, storing data to be updated and an update log of the data in a first storage device;
(B) in the business processing system, sending an update log stored in the first storage device to the backup system;
(C) In the business processing system, when a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
It is characterized by having.

更に、上記目的を達成するため、本発明の一側面におけるプログラムは、コンピュータに、バックアップシステムとの連携によるレプリケーションを実行させるためのプログラムであって、
前記コンピュータに、
(a)更新対象となるデータと前記データの更新ログとを、前記コンピュータが備える第1の記憶装置に格納するステップと、
(b)前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記コンピュータに備えられ、且つ前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を実行させることを特徴とする。
Furthermore, in order to achieve the above object, a program according to one aspect of the present invention is a program for causing a computer to execute replication in cooperation with a backup system,
In the computer,
(A) storing data to be updated and an update log of the data in a first storage device included in the computer;
(B) transmitting an update log stored in the first storage device to the backup system;
(C) When a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is provided in the computer; and Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
Is executed.

以上のように、本発明によれば、更新ログの高速転送を実現しつつ、障害発生時等によって更新ログが急激に滞留した場合であっても確実にレプリケーションを実行することができる。   As described above, according to the present invention, high-speed transfer of update logs can be realized, and replication can be reliably executed even when the update logs are steeply accumulated due to a failure or the like.

図1は、本発明の実施の形態におけるレプリケーションシステムの概略構成を示す図である。FIG. 1 is a diagram showing a schematic configuration of a replication system according to an embodiment of the present invention. 図2は、本発明の実施の形態におけるレプリケーションシステムの構成を示すブロック図である。FIG. 2 is a block diagram showing the configuration of the replication system according to the embodiment of the present invention. 図3は、本実施の形態においてフロントシステムで格納される更新ログ格納表の一例を示す図である。FIG. 3 is a diagram showing an example of an update log storage table stored in the front system in the present embodiment. 図4は、本実施の形態においてフロントシステム及びバックアップシステムで格納される通番表の一例を示す図である。FIG. 4 is a diagram showing an example of a serial number table stored in the front system and the backup system in the present embodiment. 図5は、本実施の形態においてフロントシステムで用いられる滞留閾値の一例を示す図である。FIG. 5 is a diagram illustrating an example of a stay threshold used in the front system in the present embodiment. 図6は、本実施の形態においてバックアップシステムで格納される更新ログ格納表の一例を示す図である。FIG. 6 is a diagram showing an example of an update log storage table stored in the backup system in the present embodiment. 図7は、本発明の実施の形態におけるフロントシステム(業務処理システム)の更新ログ送信処理時の動作を示すフロー図である。FIG. 7 is a flowchart showing an operation during update log transmission processing of the front system (business processing system) in the embodiment of the present invention. 図8は、通常時におけるレプリケーションシステムの処理の流れを示す説明図である。FIG. 8 is an explanatory diagram showing the flow of processing of the replication system during normal times. 図9は、通常時におけるレプリケーションシステムの更新ログの流れを示す説明図である。FIG. 9 is an explanatory diagram showing the flow of the update log of the replication system at the normal time. 図10は、本発明の実施の形態で用いられる更新ログ電文の一例を示す図である。FIG. 10 is a diagram showing an example of an update log message used in the embodiment of the present invention. 図11は、本発明の実施の形態におけるフロントシステム(業務処理システム)の更新ログ退避処理時の動作を示すフロー図である。FIG. 11 is a flowchart showing the operation during update log saving processing of the front system (business processing system) in the embodiment of the present invention. 図12は、更新ログ滞留時におけるレプリケーションシステムの処理の流れを示す説明図である。FIG. 12 is an explanatory diagram showing the flow of processing of the replication system when the update log stays. 図13は、更新ログ滞留時におけるレプリケーションシステムの更新ログの流れを示す説明図である。FIG. 13 is an explanatory diagram showing the flow of the update log of the replication system when the update log stays. 図14は、本実施の形態で作成される更新ログファイルの一例を示す図である。FIG. 14 is a diagram illustrating an example of an update log file created in the present embodiment. 図15は、本実施の形態で用いられるファイル転送通知電文の一例を示す図である。FIG. 15 is a diagram illustrating an example of a file transfer notification message used in the present embodiment. 図16は、本発明の実施の形態におけるバックアップシステムの更新ログ受信処理時の動作を示すフロー図である。FIG. 16 is a flowchart showing an operation during update log reception processing of the backup system in the embodiment of the present invention. 図17は、本発明の実施の形態におけるバックアップシステムの更新ログ反映処理時の動作を示すフロー図である。FIG. 17 is a flowchart showing an operation during update log reflection processing of the backup system in the embodiment of the present invention. 図18は、本発明の実施の形態におけるフロントシステム(業務処理システム)を実現するコンピュータの一例を示すブロック図である。FIG. 18 is a block diagram illustrating an example of a computer that implements the front system (business processing system) according to the embodiment of the present invention.

(実施の形態)
以下、本発明の実施の形態における、レプリケーションシステム、業務処理システム、レプリケーション方法、及びプログラムについて、図1〜図18を参照しながら説明する。
(Embodiment)
Hereinafter, a replication system, a business processing system, a replication method, and a program according to an embodiment of the present invention will be described with reference to FIGS.

[システム構成:全体構成]
最初に、図1を用いて、本実施の形態におけるレプリケーションシステムのシステム構成について説明する。図1は、本発明の実施の形態におけるレプリケーションシステムの概略構成を示す図である。
[System configuration: Overall configuration]
First, the system configuration of the replication system according to this embodiment will be described with reference to FIG. FIG. 1 is a diagram showing a schematic configuration of a replication system according to an embodiment of the present invention.

図1に示すように、本実施の形態におけるレプリケーションシステム300は、業務処理を実行するための業務処理システム100と、業務処理システム100をバックアップするためのバックアップシステム200とを備えている。本実施の形態において、業務処理システム100とバックアップシステム200とは、ネットワークを介して接続されている。なお、本実施の形態では、以降において、業務処理システムを「フロントシステム」と表記する。   As shown in FIG. 1, the replication system 300 according to this embodiment includes a business processing system 100 for executing business processing and a backup system 200 for backing up the business processing system 100. In the present embodiment, the business processing system 100 and the backup system 200 are connected via a network. In the present embodiment, the business processing system is hereinafter referred to as “front system”.

また、図1に示すように、フロントシステム100は、第1の記憶装置30aと、第2の記憶装置40aと、更新ログ送信部7と、更新ログ退避部5とを備えている。このうち、第1の記憶装置30aは、更新対象となるデータと、このデータの更新ログとを格納している。第2の記憶装置40aは、第1の記憶装置30aよりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい記憶装置である。   As shown in FIG. 1, the front system 100 includes a first storage device 30 a, a second storage device 40 a, an update log transmission unit 7, and an update log saving unit 5. Among these, the first storage device 30a stores data to be updated and an update log of this data. The second storage device 40a is a storage device having a lower storage speed and a higher storage capacity than the first storage device 30a.

更新ログ送信部7は、第1の記憶装置30aに格納されている更新ログを、バックアップシステム200に送信する。よって、業務処理システム100で生成された更新ログは、バックアップシステム200においてバックアップされる。   The update log transmission unit 7 transmits the update log stored in the first storage device 30 a to the backup system 200. Therefore, the update log generated in the business processing system 100 is backed up in the backup system 200.

また、更新ログ退避部5は、設定条件が満たされる場合、例えば、更新ログが急激に増加するような場合に、まず、第1の記憶装置30aに格納されている複数の更新ログを含む更新ログファイル11を作成する。続いて、更新ログ退避部5は、作成した更新ログファイル11を、第2の記憶装置40aに一旦格納した後、格納した更新ログファイル11をバックアップシステム200に送信する。   In addition, the update log saving unit 5 first includes an update including a plurality of update logs stored in the first storage device 30a when the set condition is satisfied, for example, when the update log increases rapidly. A log file 11 is created. Subsequently, the update log saving unit 5 temporarily stores the created update log file 11 in the second storage device 40a, and then transmits the stored update log file 11 to the backup system 200.

このように、本実施の形態では、更新ログは、通常、読み出し速度及び書き込み速度の速い第1の記憶装置30aに格納されているので、更新ログの高速転送を実現できる。そして、障害の発生、業務処理の一時的な増加等によって更新ログが滞留した場合は、更新ログは、更新ログファイルにまとめられ、容量の大きな第2の記憶装置に格納されてから、バックアップシステム200へと送られる。このため、更新ログが溢れてしまう事態の発生が回避され、上述の場合であっても、確実にレプリケーションが実行される。   As described above, in this embodiment, the update log is normally stored in the first storage device 30a having a high read speed and high write speed, so that high-speed transfer of the update log can be realized. When the update log stays due to the occurrence of a failure, a temporary increase in business processing, etc., the update log is collected into an update log file and stored in the second storage device having a large capacity before the backup system. 200. For this reason, occurrence of a situation where the update log overflows is avoided, and even in the above-described case, replication is reliably performed.

続いて、図2〜図6を用いて、本実施の形態におけるレプリケーションシステムの構成について更に具体的に説明する。図2は、本発明の実施の形態におけるレプリケーションシステムの構成を示すブロック図である。   Next, the configuration of the replication system according to the present embodiment will be described more specifically with reference to FIGS. FIG. 2 is a block diagram showing the configuration of the replication system according to the embodiment of the present invention.

[システム構成:フロントシステム]
図2に示すように、本実施の形態では、フロントシステム100は、第1の記憶装置30aとしてメモリ記憶装置を備え、第2の記憶装置3040aとしてディスク装置を備えている。また、メモリ記憶装置の記憶領域に構築されたメモリデータベース(以下「メモリDB」と表記する。)に、更新対象となるデータ及び更新ログが格納される。以降の説明においては、メモリDB30a、ディスク装置40aと表記する。
[System configuration: Front system]
As shown in FIG. 2, in the present embodiment, the front system 100 includes a memory storage device as the first storage device 30a and a disk device as the second storage device 3040a. Further, data to be updated and an update log are stored in a memory database (hereinafter referred to as “memory DB”) constructed in the storage area of the memory storage device. In the following description, they will be referred to as memory DB 30a and disk device 40a.

また、本実施の形態では、フロントシステム100において実行されるアプリケーションプログラム(以下「AP」と表記する)1によって、更新対象となるデータが更新される。具体的には、更新対象となるデータは、メモリDB30aに格納されているユーザ表2である。ユーザ表2は、メモリDB30aのレコードを表わすキー(Key)と、ユーザを表わす値(Value)とで構成されているものとする。   In the present embodiment, data to be updated is updated by an application program (hereinafter referred to as “AP”) 1 executed in the front system 100. Specifically, the data to be updated is the user table 2 stored in the memory DB 30a. The user table 2 is composed of a key (Key) representing a record in the memory DB 30a and a value (Value) representing the user.

また、AP1は、ユーザ表2の更新によって更新ログが発生すると、それが備える更新ログ格納処理部3をAPIとして呼び出す。更新ログ格納処理部3は、呼び出されると、発生した更新ログに、発生した順に通番を付与し、これらをメモリDB30aに格納する。具体的には、通番が付与された更新ログは、更新ログ格納処理部3に格納されている更新ログ格納表3として、メモリDB30aに格納されている。   Further, when an update log is generated by updating the user table 2, AP1 calls the update log storage processing unit 3 included therein as an API. When called, the update log storage processing unit 3 assigns serial numbers to the generated update logs in the order of generation, and stores them in the memory DB 30a. Specifically, the update log to which the serial number is assigned is stored in the memory DB 30 a as the update log storage table 3 stored in the update log storage processing unit 3.

図3に示すように、更新ログ格納表4は、更新ログ毎に、その通番と、各更新ログが更新ログファイル11としての転送対象かどうかを示すフラグと、更新ログの内容とを登録している。図3は、本実施の形態においてフロントシステムで格納される更新ログ格納表の一例を示す図である。なお、「更新ログの内容」としては、ユーザ表2の更新内容が挙げられる。   As shown in FIG. 3, the update log storage table 4 registers, for each update log, its serial number, a flag indicating whether each update log is a transfer target as the update log file 11, and the contents of the update log. ing. FIG. 3 is a diagram showing an example of an update log storage table stored in the front system in the present embodiment. The “update log contents” includes the update contents of the user table 2.

また、更新ログ格納処理部3は、格納した更新ログの通番を、「登録済通番」として通番表6に登録する。通番表6は、図4に示すように、処理済通番と登録済通番とを特定する通番情報である。図4は、本実施の形態においてフロントシステム及びバックアップシステムで格納される通番表の一例を示す図である。   Further, the update log storage processing unit 3 registers the serial number of the stored update log in the serial number table 6 as “registered serial number”. As shown in FIG. 4, the serial number table 6 is serial number information that identifies processed serial numbers and registered serial numbers. FIG. 4 is a diagram showing an example of a serial number table stored in the front system and the backup system in the present embodiment.

なお、処理済通番とは、バックアップシステム200への送信が完了した更新ログの通番である。登録済通番とは、更新ログ格納処理部3によって登録された通番であって、バックアップシステム200への送信が完了していない更新ログの通番である。   The processed serial number is the serial number of the update log that has been transmitted to the backup system 200. The registered serial number is a serial number registered by the update log storage processing unit 3, and is a serial number of an update log that has not been transmitted to the backup system 200.

また、本実施の形態では、更新ログ送信部7は、通常時において、メモリDB30a上の更新ログ格納表4及び通番表6を参照し、更新ログを、更新ログ電文(後述の図10参照)によって、バックアップシステム200の更新ログ受信部13に送信する。また、このとき、更新ログ送信部7は、メモリDB30aに格納されている通番表6の処理済通番を更新する。なお、「通常時」とは、上述の設定条件が満たされず、更新ログ退避部5が処理を行なっていない場合をいう。   Further, in the present embodiment, the update log transmission unit 7 refers to the update log storage table 4 and the serial number table 6 on the memory DB 30a in normal times, and updates the update log message (see FIG. 10 described later). To the update log receiving unit 13 of the backup system 200. At this time, the update log transmission unit 7 updates the processed serial number of the serial number table 6 stored in the memory DB 30a. “Normal time” refers to a case where the above-described setting condition is not satisfied and the update log saving unit 5 is not performing processing.

上述したように、更新ログ退避部5は、設定条件が満たされる場合に、更新ログ格納表4から複数の更新ログを取得し、これらをまとめて更新ログファイル11(後述の図14参照)として、ディスク装置40aへ退避させる。また、更新ログ退避部5は、退避した更新ログを、メモリDB30aの更新ログ格納表4から削除する。   As described above, the update log saving unit 5 acquires a plurality of update logs from the update log storage table 4 when the set condition is satisfied, and collectively collects them as an update log file 11 (see FIG. 14 described later). Then, it is evacuated to the disk device 40a. Further, the update log saving unit 5 deletes the saved update log from the update log storage table 4 of the memory DB 30a.

また、ディスク装置40aに格納された更新ログファイル11は、更新ログ退避部5によるFTP(File Transfer Protocol)などのファイル転送によって、バックアップシステム200に転送される。また、ファイル転送が成功した場合、ディスク装置40aは、更新ログファイル11を削除する。   The update log file 11 stored in the disk device 40a is transferred to the backup system 200 by file transfer such as FTP (File Transfer Protocol) by the update log saving unit 5. If the file transfer is successful, the disk device 40a deletes the update log file 11.

更新ログ退避部5は、更新ログ格納表4においてファイル転送対象(図3参照)となっている全ての更新ログについて、退避、ファイル転送を繰り返す。ファイル転送対象となっている全ての更新ログの退避、ファイル転送の終了後、更新ログ退避部5は、ファイル転送通知電文を更新ログ受信部13に通知する。このファイル転送通知電文では、ファイル転送対象となった複数の更新ログの最初の通番(開始通番)と、同更新ログの最後の通番(終了通番)とが記録されている(後述の図15参照)。   The update log saving unit 5 repeats saving and file transfer for all update logs that are subject to file transfer in the update log storage table 4 (see FIG. 3). After saving all update logs subject to file transfer and file transfer, the update log saving unit 5 notifies the update log receiving unit 13 of a file transfer notification message. In this file transfer notification message, the first serial number (start serial number) of a plurality of update logs that are file transfer targets and the last serial number (end serial number) of the update log are recorded (see FIG. 15 described later). ).

また、本実施の形態では、設定条件としては、フロントシステム100において、更新ログが滞留した場合、具体的には、滞留数(=登録済通番−処理済通番)が滞留閾値以上になった場合である。滞留閾値は、滞留閾値9として、メモリDB30aに格納されている。図5は、本実施の形態においてフロントシステムで用いられる滞留閾値の一例を示す図である。   In the present embodiment, the setting condition is that when the update log stays in the front system 100, specifically, when the staying number (= registered serial number−processed serial number) is equal to or greater than the retention threshold. It is. The stay threshold is stored as the stay threshold 9 in the memory DB 30a. FIG. 5 is a diagram illustrating an example of a stay threshold used in the front system in the present embodiment.

更に、図2に示すように、メモリDB30a上には、ロット数10が格納されている。ロット数10は、更新ログファイルに含められる更新ログの数の設定値である。また、本実施の形態では、滞留閾値9及びロット数10は、設定部8によって設定される。設定部8は、フロントシステム100の管理者からの指示に応じて、又は予め設定されたルールに応じて、滞留閾値9及びロット数10を設定する。   Further, as shown in FIG. 2, the number of lots 10 is stored on the memory DB 30a. The lot number 10 is a set value of the number of update logs included in the update log file. In the present embodiment, the retention threshold 9 and the number of lots 10 are set by the setting unit 8. The setting unit 8 sets the stay threshold 9 and the lot number 10 according to an instruction from the administrator of the front system 100 or according to a preset rule.

[システム構成:バックアップシステム]
図2に示すように、バックアップシステム200は、フロントシステム100に障害が発生した場合に備えて、レプリケーションデータ、即ち、更新対象となるデータと更新ログとを保持するため、記憶装置30bと、記憶装置40bとを備えている。
[System configuration: Backup system]
As shown in FIG. 2, the backup system 200 stores replication data, that is, data to be updated and an update log in preparation for the occurrence of a failure in the front system 100. And a device 40b.

このうち、記憶装置30bは、フロントシステム100のメモリDB30aと同様に、メモリDBが構築されたメモリ装置である。また、記憶装置40bは、フロントシステム100のディスク装置40aと同様に、ディスク装置である。以降の説明においては、メモリDB30b、ディスク装置40bと表記する。   Among these, the storage device 30b is a memory device in which the memory DB is constructed, like the memory DB 30a of the front system 100. The storage device 40b is a disk device, similar to the disk device 40a of the front system 100. In the following description, they are expressed as memory DB 30b and disk device 40b.

メモリDB30bには、更新対象となるデータのバックアップデータとして、ユーザ表2と同様のユーザ表17が格納される。更に、メモリDB30bには、通番表6と同様の通番表15、更新ログ退避部5から送信されてきたファイル転送通知電文中の開始通番19及び終了通番20も、格納されている。   The memory DB 30b stores a user table 17 similar to the user table 2 as backup data of data to be updated. Further, the memory DB 30 b also stores a sequence number table 15 similar to the sequence number table 6, and a start sequence number 19 and an end sequence number 20 in the file transfer notification message transmitted from the update log saving unit 5.

また、メモリDB30bには、更新ログ送信部7から送信されてきた更新ログが、更新ログ格納表14として格納される。図6は、本実施の形態においてバックアップシステムで格納される更新ログ格納表の一例を示す図である。図6に示すように、更新ログ格納表14は、更新ログ毎に、その通番と、終端フラグと、更新ログの内容とを格納している。   In addition, the update log transmitted from the update log transmission unit 7 is stored in the memory DB 30b as the update log storage table 14. FIG. 6 is a diagram showing an example of an update log storage table stored in the backup system in the present embodiment. As shown in FIG. 6, the update log storage table 14 stores the serial number, the termination flag, and the contents of the update log for each update log.

終端フラグは、更新ログの更新処理時(反映時)における更新ログの参照先を、更新ログ格納表14からディスク装置40bに格納される更新ログファイル11に切り替える際のポイントを示している。   The end flag indicates a point when switching the reference destination of the update log during update log update processing (reflection) from the update log storage table 14 to the update log file 11 stored in the disk device 40b.

また、ディスク装置40bは、メモリDB30bよりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい記憶装置である。このため、ディスク装置40bには、フロントシステム100の更新ログ退避部5によって送信されてきた更新ログファイル11が格納される。   The disk device 40b is a storage device that has a lower storage speed and a higher storage capacity than the memory DB 30b. Therefore, the update log file 11 transmitted by the update log saving unit 5 of the front system 100 is stored in the disk device 40b.

また、図2に示すように、バックアップシステム200は、更新ログ受信部13と、更新ログ反映部16とを備えている。このうち、更新ログ受信部13は、更新ログ電文によって、更新ログを受信すると、これを、メモリDB30b上の更新ログ格納表14に格納し、通番表15の登録済通番を更新する。また、更新ログ受信部13は、更新ログ退避部5から、ファイル転送通知電文を受信した場合は、メモリDB30b上の開始通番19と終了通番20とを更新する。   As illustrated in FIG. 2, the backup system 200 includes an update log receiving unit 13 and an update log reflecting unit 16. Among these, when receiving the update log by the update log message, the update log receiving unit 13 stores the update log in the update log storage table 14 on the memory DB 30b and updates the registered serial number of the serial number table 15. Further, when receiving the file transfer notification message from the update log saving unit 5, the update log receiving unit 13 updates the start sequence number 19 and the end sequence number 20 on the memory DB 30b.

更新ログ反映部16は、ディスク装置40bに更新ログファイル11が格納されていない場合は、メモリDB30bに格納されている更新ログ(更新ログ格納表14)に基づいて、ユーザ表17を更新する。また、更新ログ反映部16は、ディスク装置40bに更新ログファイル11が格納されている場合、具体的には、上述の終端フラグがYESに設定されている場合(図6参照)は、更新ログファイル11に基づいて、ユーザ表17を更新する。   When the update log file 11 is not stored in the disk device 40b, the update log reflection unit 16 updates the user table 17 based on the update log (update log storage table 14) stored in the memory DB 30b. The update log reflecting unit 16 updates the update log file 11 when the update log file 11 is stored in the disk device 40b, specifically, when the above-described termination flag is set to YES (see FIG. 6). The user table 17 is updated based on the file 11.

具体的には、後者の場合、更新ログ反映部16は、メモリDB30b上の通番表15、更新ログ格納表4、及びディスク装置40bを参照し、受信した更新ログファイル11に基づいて、メモリDB30b上のユーザ表17を更新する。更に、この場合、更新ログ反映部16は、メモリDB30b上の通番表15の処理済通番も更新する。更新ログ反映部16は、更新処理が成功した時点で、更新処理の終了した更新ログファイル11を削除する。   Specifically, in the latter case, the update log reflecting unit 16 refers to the serial number table 15, the update log storage table 4, and the disk device 40 b on the memory DB 30 b, and based on the received update log file 11, the memory DB 30 b The above user table 17 is updated. Furthermore, in this case, the update log reflecting unit 16 also updates the processed serial number of the serial number table 15 on the memory DB 30b. The update log reflection unit 16 deletes the update log file 11 for which the update process has been completed when the update process is successful.

[システム動作]
次に、本発明の実施の形態におけるレプリケーションシステム300の動作について図7〜図17を用いて説明する。以下の説明においては、適宜図1〜図6を参酌する。また、本実施の形態では、レプリケーションシステム300を動作させることによって、レプリケーション方法が実施される。よって、本実施の形態におけるレプリケーション方法の説明は、以下のレプリケーションシステム300の動作説明に代える。
[System operation]
Next, the operation of the replication system 300 according to the embodiment of the present invention will be described with reference to FIGS. In the following description, FIGS. In this embodiment, the replication method is performed by operating the replication system 300. Therefore, the description of the replication method in the present embodiment is replaced with the following description of the operation of the replication system 300.

[システム動作:通常処理]
最初に、図7〜図10を用いて、通常時におけるレプリケーションシステム300の通常処理について説明する。
[System operation: Normal processing]
First, normal processing of the replication system 300 in normal time will be described with reference to FIGS.

フロントシステム:
図7は、本発明の実施の形態におけるフロントシステム(業務処理システム)の更新ログ送信処理時の動作を示すフロー図である。図8は、通常時におけるレプリケーションシステムの処理の流れを示す説明図である。図9は、通常時におけるレプリケーションシステムの更新ログの流れを示す説明図である。図10は、本発明の実施の形態で用いられる更新ログ電文の一例を示す図である。
Front system:
FIG. 7 is a flowchart showing an operation during update log transmission processing of the front system (business processing system) in the embodiment of the present invention. FIG. 8 is an explanatory diagram showing the flow of processing of the replication system during normal times. FIG. 9 is an explanatory diagram showing the flow of the update log of the replication system at the normal time. FIG. 10 is a diagram showing an example of an update log message used in the embodiment of the present invention.

まず、最初に、図8及び図9に示すように、フロントシステム100において、AP1がメモリDB上のユーザ表2を更新すると、更新ログ格納処理部3が、APIとして呼び出され、メモリDB30a上の更新ログ格納表4に更新ログを格納する。また、更新ログ格納処理部3は、通番表6(図4参照)の登録済通番を更新する。   First, as shown in FIGS. 8 and 9, in the front system 100, when the AP 1 updates the user table 2 on the memory DB, the update log storage processing unit 3 is called as an API and is stored on the memory DB 30a. The update log is stored in the update log storage table 4. Further, the update log storage processing unit 3 updates the registered serial numbers in the serial number table 6 (see FIG. 4).

次に、図7に示すように、フロントシステム100において、更新ログ送信部7は、一定間隔で、更新ログ格納表4を監視し、更新ログ格納表4に未処理(処理済通番+1)の更新ログが存在しているかどうかを判定する(ステップA1)。   Next, as shown in FIG. 7, in the front system 100, the update log transmission unit 7 monitors the update log storage table 4 at regular intervals, and the update log storage table 4 is unprocessed (processed serial number + 1). It is determined whether an update log exists (step A1).

ステップA1の判定の結果、未処理の更新ログが存在していない場合は、更新ログ送信部7は待機状態となる。一方、ステップA1の判定の結果、未処理の更新ログが存在している場合は、更新ログ送信部7は、未処理の更新ログを読み込み、更新ログ電文を作成する(ステップA2)。   If there is no unprocessed update log as a result of the determination in step A1, the update log transmission unit 7 enters a standby state. On the other hand, if there is an unprocessed update log as a result of the determination in step A1, the update log transmission unit 7 reads the unprocessed update log and creates an update log message (step A2).

具体的には、ステップA2では、更新ログ送信部7は、図8に示すように、通番表6から処理済通番を特定する。そして、更新ログ送信部7は、更新ログ格納表4(図3参照)から、特定した処理済通番に1を加算した値以上の通番が付与され、且つ、ファイル転送対象が対象外に設定された更新ログを一定数分読み出す。   Specifically, in step A2, the update log transmission unit 7 specifies a processed serial number from the serial number table 6, as shown in FIG. Then, the update log transmission unit 7 is given a serial number equal to or greater than the value obtained by adding 1 to the specified processed serial number from the update log storage table 4 (see FIG. 3), and the file transfer target is set as a non-target. Read a certain number of updated logs.

そして、更新ログ送信部7は、読み出した一定数分の更新ログを用いて、図10に示す更新ログ電文を作成する。図10に示すように、更新ログ電文には、一定数分の更新ログそれぞれ毎に、通番、サイズ、更新ログ自体が含まれている。なお、本実施の形態では、「一定数」は、予めフロントシステム100の管理者によって固定値として設定されている。   And the update log transmission part 7 produces the update log message | telegram shown in FIG. 10 using the update log for the fixed number of read. As shown in FIG. 10, the update log message includes a serial number, a size, and the update log for each of a certain number of update logs. In the present embodiment, the “certain number” is set as a fixed value by the administrator of the front system 100 in advance.

次に、更新ログ送信部7は、ステップA2で作成した更新ログ電文を、バックアップシステム200の更新ログ受信部13に送信する(ステップA3)。そして、更新ログ送信部7は、送信後に、通番表6の処理済通番を一定数分だけインクリメントする(ステップA4)。   Next, the update log transmission unit 7 transmits the update log message created in step A2 to the update log reception unit 13 of the backup system 200 (step A3). Then, after the transmission, the update log transmission unit 7 increments the processed serial number in the serial number table 6 by a certain number (step A4).

その後、更新ログ送信部7は、送信済の更新ログを、更新ログ格納表4から削除する(ステップA5)。ステップA5の実行後は、更新ログ送信部7は、再度、ステップA1を実行する。   Thereafter, the update log transmission unit 7 deletes the transmitted update log from the update log storage table 4 (step A5). After execution of step A5, the update log transmission unit 7 executes step A1 again.

バックアップシステム:
また、ステップA1〜A5が実行されると、図8及び図9に示すように、バックアップシステム200においては、更新ログ受信部13は、更新ログを受信する。そして、更新ログ受信部13は、受信した更新ログを、メモリDB30b上の更新ログ格納表14に格納し、通番表15(図4参照)の登録済通番を更新する。
Backup system:
Further, when Steps A1 to A5 are executed, as shown in FIGS. 8 and 9, in the backup system 200, the update log receiving unit 13 receives the update log. Then, the update log receiving unit 13 stores the received update log in the update log storage table 14 on the memory DB 30b, and updates the registered serial number in the serial number table 15 (see FIG. 4).

その後、更新ログ反映部16は、一定間隔で更新ログ格納表14を監視し、更新ログ格納表14から未処理の更新ログ(通番=処理済通番+1)を読み込み、読み込んだ更新ログの内容をユーザ表17に反映する。また、更新ログ反映部16は、通番表15(図4参照)の処理済通番を更新する。   Thereafter, the update log reflection unit 16 monitors the update log storage table 14 at regular intervals, reads an unprocessed update log (serial number = processed serial number + 1) from the update log storage table 14, and reads the contents of the read update log. This is reflected in the user table 17. Further, the update log reflecting unit 16 updates the processed serial number in the serial number table 15 (see FIG. 4).

[システム動作:更新ログ退避処理]
次に、図11〜図17を用いて、更新ログ滞留時におけるレプリケーションシステム300の更新ログ退避処理について説明する。
[System operation: Update log backup processing]
Next, the update log saving process of the replication system 300 when the update log is retained will be described with reference to FIGS.

フロントシステム:
図11は、本発明の実施の形態におけるフロントシステム(業務処理システム)の更新ログ退避処理時の動作を示すフロー図である。図12は、更新ログ滞留時におけるレプリケーションシステムの処理の流れを示す説明図である。図13は、更新ログ滞留時におけるレプリケーションシステムの更新ログの流れを示す説明図である。図14は、本実施の形態で作成される更新ログファイルの一例を示す図である。図15は、本実施の形態で用いられるファイル転送通知電文の一例を示す図である。
Front system:
FIG. 11 is a flowchart showing the operation during update log saving processing of the front system (business processing system) in the embodiment of the present invention. FIG. 12 is an explanatory diagram showing the flow of processing of the replication system when the update log stays. FIG. 13 is an explanatory diagram showing the flow of the update log of the replication system when the update log stays. FIG. 14 is a diagram illustrating an example of an update log file created in the present embodiment. FIG. 15 is a diagram illustrating an example of a file transfer notification message used in the present embodiment.

まず、図12及び図13に示すように、通常時の状態から業務処理が増加し、更新ログの滞留数が増加しているとする。   First, as shown in FIG. 12 and FIG. 13, it is assumed that business processing has increased from the normal state, and the number of update log retention has increased.

図11に示すように、更新ログ退避部5は、一定間隔で通番表6(図4参照)の登録済通番と処理済通番とを参照して、更新ログの滞留数(=登録済通番−処理済通番)を算出し、滞留数が滞留閾値(図5参照)以上となっているかどうかを判定する(ステップB1)。   As shown in FIG. 11, the update log saving unit 5 refers to the registered serial numbers and processed serial numbers in the serial number table 6 (see FIG. 4) at regular intervals to store the update log retention number (= registered serial number− (Processed serial number) is calculated, and it is determined whether the staying number is equal to or greater than the staying threshold (see FIG. 5) (step B1).

ステップB1の判定の結果、滞留数が滞留閾値以上となっていない場合は、更新ログ退避部5は、待機状態となる。一方、ステップB1の判定の結果、滞留数が滞留閾値以上となっている場合は、更新ログ退避部5は、更新ログ格納表4(図3参照)の現時点の処理済通番に1を加算した値(処理済通番+1)の通番から登録済通番までの更新ログについて、ファイル転送対象を「対象」に変更する(ステップB2)。   As a result of the determination in step B1, if the staying number is not equal to or greater than the staying threshold value, the update log saving unit 5 enters a standby state. On the other hand, if the result of determination in step B1 is that the staying number is equal to or greater than the staying threshold, the update log saving unit 5 adds 1 to the current processed serial number in the update log storage table 4 (see FIG. 3). For the update log from the serial number of the value (processed serial number + 1) to the registered serial number, the file transfer target is changed to “target” (step B2).

次に、更新ログ退避部5は、更新ログ格納表4にファイル転送対象が「対象」に設定された更新ログが存在するかどうかを判定する(ステップB3)。   Next, the update log saving unit 5 determines whether there is an update log in which the file transfer target is set to “target” in the update log storage table 4 (step B3).

ステップB3の判定の結果、更新ログ格納表4にファイル転送対象が「対象」に設定された更新ログが存在する場合は、更新ログ退避部5は、更新ログ格納表4から、ロット数10を取得する。そして、更新ログ退避部5は、ロット数分の更新ログを一つのファイルにまとめ、これを更新ログファイル11とし、この更新ログファイル11をディスク装置40aへ格納する(ステップB4)。   As a result of the determination in step B 3, if there is an update log in which the file transfer target is set to “target” in the update log storage table 4, the update log saving unit 5 calculates the lot number 10 from the update log storage table 4. get. Then, the update log saving unit 5 combines the update logs for the number of lots into one file, which is set as the update log file 11, and stores the update log file 11 in the disk device 40a (step B4).

本実施の形態では、更新ログファイル11は、図14に示すように、ロット数分の更新ファイルの、通番、サイズ、更新ログ自体で構成されている。また、更新ログファイル11のファイル名は、開始通番と終了通番とで作成されている。   In the present embodiment, the update log file 11 is composed of serial numbers, sizes, and update logs of the update files for the number of lots, as shown in FIG. Further, the file name of the update log file 11 is created with a start sequence number and an end sequence number.

また、ステップB4では、更新ログ格納表4において、ファイル転送対象が「対象」の更新ログがロット数未満である場合は、更新ログ退避部5は、更新ログ格納表4に存在する未処理の更新ログ全てを用いて、更新ログファイル11を作成する。また、更新ログ退避部5は、更新ログファイル11の作成の際、更新ログ格納表4から、未処理の最も通番が若い更新ログから順に取り出し、更新ログファイル11に登録する。   In step B4, if the update log with the file transfer target “target” is less than the number of lots in the update log storage table 4, the update log saving unit 5 stores the unprocessed log that exists in the update log storage table 4. An update log file 11 is created using all the update logs. Further, when creating the update log file 11, the update log saving unit 5 sequentially extracts from the update log storage table 4 the update log with the lowest serial number that has not been processed and registers it in the update log file 11.

次に、更新ログ退避部5は、ロット数分の更新ログを更新ログファイル11に退避させると、更新ログ格納表4から退避させた更新ログを削除する(ステップB5)。   Next, when the update log saving unit 5 saves the update logs for the number of lots in the update log file 11, the update log saving unit 5 deletes the update logs saved from the update log storage table 4 (step B5).

次に、更新ログ退避部5は、ディスク装置40a上に退避した更新ログファイル11を、FTPなどのファイル転送を実行して、バックアップシステム200側のディスク装置40bへと転送する(ステップB6)。次に、ファイル転送後、更新ログ退避部5は、ディスク装置40a上の更新ログファイル11を削除する(ステップB7)。   Next, the update log saving unit 5 transfers the update log file 11 saved on the disk device 40a to the disk device 40b on the backup system 200 side by executing file transfer such as FTP (step B6). Next, after the file transfer, the update log saving unit 5 deletes the update log file 11 on the disk device 40a (step B7).

更新ログ退避部5は、この更新ログの退避、ファイル転送の一連の処理(ステップB4〜B7)を、更新ログ格納表4において、ファイル転送対象が「対象」の更新ログがある限り繰り返し実行する。   The update log saving unit 5 repeatedly executes this series of update log saving and file transfer processing (steps B4 to B7) as long as there is an update log whose file transfer target is “target” in the update log storage table 4. .

また、上述のステップB3の判定の結果、更新ログ格納表4にファイル転送対象が「対象」に設定された更新ログが存在しない場合は、更新ログ退避部5は、退避させた最後の更新ログの通番が処理済通番よりも大きいかどうかを判定する(ステップB8)。   If there is no update log in which the file transfer target is set to “target” in the update log storage table 4 as a result of the determination in step B3, the update log saving unit 5 saves the last update log saved. Is determined to be greater than the processed serial number (step B8).

ステップB8の判定の結果、退避させた最後の更新ログの通番が処理済通番よりも大きい場合は、更新ログ退避部5は、通番表6の処理済通番を更新する(ステップB9)。その後、更新ログ退避部5は、ステップB10を実行する。   As a result of the determination in step B8, when the serial number of the last update log saved is larger than the processed serial number, the update log saving unit 5 updates the processed serial number in the serial number table 6 (step B9). Thereafter, the update log saving unit 5 executes Step B10.

一方、ステップB8の判定の結果、退避させた最後の更新ログの通番が処理済通番よりも大きくない場合は、既に、更新ログ送信部7によって処理済通番が更新されていて、処理済通番は、更新ログファイル11の最後の更新ログの通番以上となっている。よって、更新ログ退避部5は、この場合は更新せず、ステップB10を実行する。   On the other hand, as a result of the determination in step B8, when the serial number of the last update log saved is not larger than the processed serial number, the processed serial number has already been updated by the update log transmission unit 7, and the processed serial number is The serial number of the last update log in the update log file 11 is greater than or equal to. Therefore, the update log saving unit 5 does not update in this case, and executes Step B10.

ステップB10では、更新ログ退避部5は、図15に示すファイル転送通知電文によって、更新ログ受信部13に対して、ファイル転送対象が「対象」となっている更新ログの最初の通番を開始通番とし、最後の通番を終了通番として通知する。その後、更新ログ退避部5は、再度ステップB1を実行する。   In step B10, the update log saving unit 5 uses the file transfer notification message shown in FIG. 15 to indicate to the update log receiving unit 13 the first serial number of the update log whose file transfer target is “target”. And the last serial number is notified as the end serial number. Thereafter, the update log saving unit 5 executes Step B1 again.

また、本実施の形態では、ステップB1〜B10が実行されている間(ファイル転送が実行されている)間、この処理と並行して、更新ログ送信部7は、以下の処理を実行する。まず、更新ログ送信部7は、更新ログ格納表4から、ファイル転送対象が「対象外」となっている、一定数分の更新ログを読み込み、バックアップシステム200の更新ログ受信部13に、電文によって一定数分の更新ログを転送する。   Further, in the present embodiment, while the steps B1 to B10 are being executed (file transfer is being executed), the update log transmission unit 7 executes the following processing in parallel with this processing. First, the update log transmission unit 7 reads a certain number of update logs whose file transfer target is “not applicable” from the update log storage table 4, and sends a message to the update log reception unit 13 of the backup system 200. To transfer a certain number of update logs.

次に、更新ログ送信部7は、転送終了後、通番表6の処理済通番を、一定数分だけインクリメントする。なお、「一定数」は、上述のステップA2の場合と同様に、予めフロントシステム100の管理者によって固定値として設定されている。   Next, after the transfer is completed, the update log transmission unit 7 increments the processed serial number in the serial number table 6 by a certain number. The “certain number” is set as a fixed value by the administrator of the front system 100 in advance, as in the case of step A2 described above.

バックアップシステム:
図16は、本発明の実施の形態におけるバックアップシステムの更新ログ受信処理時の動作を示すフロー図である。図17は、本発明の実施の形態におけるバックアップシステムの更新ログ反映処理時の動作を示すフロー図である。
Backup system:
FIG. 16 is a flowchart showing an operation during update log reception processing of the backup system in the embodiment of the present invention. FIG. 17 is a flowchart showing an operation during update log reflection processing of the backup system in the embodiment of the present invention.

上述の図11に示すステップB1〜B10が実行されると、バックアップシステムでは、図16に示す更新ログ受信処理と、図17に示す更新ログ反映処理とが実行される。以下に、これらの処理について説明する。   When Steps B1 to B10 shown in FIG. 11 are executed, the backup system executes the update log reception process shown in FIG. 16 and the update log reflection process shown in FIG. Hereinafter, these processes will be described.

図16に示すように、更新ログ受信部13は、フロントシステム100の更新ログ送信部7から、更新ログ電文を受信しているかどうかを判定する(ステップC1)。   As shown in FIG. 16, the update log receiving unit 13 determines whether an update log message has been received from the update log transmitting unit 7 of the front system 100 (step C1).

ステップC1の判定の結果、更新ログ電文を受信している場合は、更新ログ受信部13は、それに含まれる更新ログの通番が、メモリDB30b上の開始通番19以上、終了通番20以下であるかどうかを判定する(ステップC2)。   If the result of determination in step C1 is that an update log message has been received, the update log receiving unit 13 determines whether the update log sequence number included in the update log message is greater than or equal to the start sequence number 19 and the end sequence number 20 on the memory DB 30b. It is determined whether or not (step C2).

ステップC2の判定の結果、更新ログの通番が、既に受信しているファイル転送通知の開始通番19以上、終了通番20以下である場合は、既に更新ログをファイル転送通知によって受信しているので、更新ログ受信部13は、待機状態となる。   As a result of the determination in step C2, if the update log sequence number is not less than the start sequence number 19 of the file transfer notification already received and the end sequence number 20 or less, the update log has already been received by the file transfer notification. The update log receiving unit 13 enters a standby state.

一方、ステップC2の結果、更新ログの通番が、既に受信しているファイル転送通知の開始通番19以上、終了通番20以下でない場合は、更新ログ受信部13は、受信した更新ログ電文に含まれる更新ログを、メモリDB30bの更新ログ格納表14に格納する(ステップC3)。   On the other hand, as a result of step C2, if the update log sequence number is not greater than or equal to the start sequence number 19 and the end sequence number 20 of the already received file transfer notification, the update log receiving unit 13 is included in the received update log message. The update log is stored in the update log storage table 14 of the memory DB 30b (step C3).

次に、ステップC3の実行後、更新ログ受信部13は、更新ログの通番が、メモリDB30b上の終了通番20より大きいかどうかを判定する(ステップC4)。ステップC4の判定の結果、更新ログの通番が、終了通番20より大きい場合は、更新ログ受信部13は、その更新ログの通番で、通番表15の登録済通番を更新する(ステップC5)。その後、更新ログ受信部13は、再度、ステップC1を実行する。   Next, after executing step C3, the update log receiving unit 13 determines whether the update log sequence number is greater than the end sequence number 20 on the memory DB 30b (step C4). As a result of the determination in step C4, if the update log sequence number is larger than the end sequence number 20, the update log receiving unit 13 updates the registered sequence number in the sequence number table 15 with the update log sequence number (step C5). Thereafter, the update log receiving unit 13 executes Step C1 again.

一方、ステップC4の判定の結果、更新ログの通番が、終了通番20より大きくない(終了通番20以下)である場合は、更新ログ受信部13は、更新ログの通番が、開始通番19から1を減算した値(開始通番−1)となっているかどうかを判定する(ステップC6)。   On the other hand, as a result of the determination in step C4, when the update log sequence number is not greater than the end sequence number 20 (end sequence number 20 or less), the update log receiving unit 13 sets the update log sequence number from the start sequence number 19 to 1. It is determined whether or not a value (start serial number -1) is obtained by subtracting (step C6).

ステップC6の判定の結果、更新ログの通番が開始通番19から1を減算した値となっていない場合は、更新ログ受信部13は、再度ステップC5を実行する。一方、ステップC6の判定の結果、更新ログの通番が開始通番から1を減算した値となっている場合は、更新ログ受信部13は、メモリDB30b上の終了通番20の値で、通番表15の登録済通番を更新する(ステップC7)。その後、更新ログ受信部13は、再度、ステップC1を実行する。   As a result of the determination in step C6, when the update log sequence number is not a value obtained by subtracting 1 from the start sequence number 19, the update log receiving unit 13 executes step C5 again. On the other hand, if the result of the determination in step C6 is that the update log sequence number is a value obtained by subtracting 1 from the start sequence number, the update log receiving unit 13 uses the value of the end sequence number 20 on the memory DB 30b and the sequence number table 15 The registered serial number is updated (step C7). Thereafter, the update log receiving unit 13 executes Step C1 again.

また、上述のステップC1の判定の結果、更新ログ電文を受信していない場合は、更新ログ受信部13は、フロントシステム100の更新ログ退避部5からファイル転送通知電文を受信したかどうかを判定する(ステップC8)。   If the update log message has not been received as a result of the determination in step C1, the update log receiving unit 13 determines whether the file transfer notification message has been received from the update log saving unit 5 of the front system 100. (Step C8).

ステップC8の判定の結果、ファイル転送通知電文を受信していない場合は、更新ログ受信部13は待機状態となる。一方、ステップC8の結果、ファイル転送通知電文を受信している場合は、更新ログ受信部13は、受信したメモリDB30b上の開始通番と終了通番とを更新する(ステップC9)。   As a result of the determination in step C8, when the file transfer notification message has not been received, the update log receiving unit 13 enters a standby state. On the other hand, when the file transfer notification message is received as a result of step C8, the update log receiving unit 13 updates the received start sequence number and end sequence number on the memory DB 30b (step C9).

次に、更新ログ受信部13は、メモリDB30b上の更新ログ格納表14に、開始通番19から1を減算した値(開始通番−1)が通番となった更新ログが存在しているかどうかを判定する(ステップC10)。   Next, the update log receiving unit 13 determines whether or not there is an update log in which the value obtained by subtracting 1 from the start sequence number 19 (start sequence number -1) is a sequence number in the update log storage table 14 on the memory DB 30b. Determine (step C10).

ステップC10の判定の結果、開始通番19から1を減算した値が通番となった更新ログが存在してない場合は、更新ログ受信部13は、再度、ステップC1を実行する。   As a result of the determination in step C10, when there is no update log in which the value obtained by subtracting 1 from the start sequence number 19 is a sequence number, the update log receiving unit 13 executes step C1 again.

一方、ステップC10の判定の結果、開始通番19から1を減算した値が通番となった更新ログが存在している場合は、更新ログ受信部13は、更新ログ格納表14(図6参照)において、通番が開始通番19から1を減算した値となっている更新ログの終端フラグを「YES」とする(ステップC11)。その後、更新ログ受信部13は、再度、ステップC1を実行する。   On the other hand, as a result of the determination in step C10, if there is an update log in which the value obtained by subtracting 1 from the start serial number 19 is a serial number, the update log receiving unit 13 updates the update log storage table 14 (see FIG. 6). , The end flag of the update log in which the serial number is a value obtained by subtracting 1 from the start serial number 19 is set to “YES” (step C11). Thereafter, the update log receiving unit 13 executes Step C1 again.

以上のステップC1〜C11により、バックアップシステム200において、更新ログが更新される。   The update log is updated in the backup system 200 by the above steps C1 to C11.

また、図17に示すように、最初に、更新ログ反映部16は、メモリDB30b上の通番表15(図4参照)を参照し、登録済通番が処理済通番よりも大きいかどうかを判定する(ステップD1)。   As shown in FIG. 17, first, the update log reflecting unit 16 refers to the serial number table 15 (see FIG. 4) on the memory DB 30b to determine whether the registered serial number is larger than the processed serial number. (Step D1).

ステップD1の判定の結果、登録済通番が処理済通番よりも大きくない(処理済通番以下である)場合は、更新ログ反映部16は、待機状態となる。一方、ステップD1の判定の結果、登録済通番が処理済通番よりも大きい場合は、更新ログ反映部16は、メモリDB30b上の更新ログ格納表14を参照し、処理済通番に1を加算した値の通番を持った更新ログが存在しているかどうかを判定する(ステップD2)。   If the registered serial number is not greater than the processed serial number as a result of the determination in step D1, the update log reflecting unit 16 enters a standby state. On the other hand, if the registered serial number is larger than the processed serial number as a result of the determination in step D1, the update log reflecting unit 16 refers to the update log storage table 14 on the memory DB 30b and adds 1 to the processed serial number. It is determined whether or not an update log having a value serial number exists (step D2).

ステップD2の判定の結果、処理済通番に1を加算した値の通番を持った更新ログが存在していない場合は、更新ログ反映部16は、後述のステップD8を実行する。   As a result of the determination in step D2, if there is no update log having a serial number obtained by adding 1 to the processed serial number, the update log reflecting unit 16 executes step D8 described later.

一方、ステップD2の判定の結果、処理済通番に1を加算した値の通番を持った更新ログが存在している場合は、更新ログ反映部16は、処理済通番に1を加算した値の通番から、一定数分の更新ログを読み込む(ステップD3)。そして、更新ログ反映部16は、読み込んだ更新ログを、ユーザ表17に反映する(ステップD4)。なお、本実施の形態では、一定数は固定値として予め設定されている。   On the other hand, as a result of the determination in step D2, if there is an update log having a serial number with a value obtained by adding 1 to the processed serial number, the update log reflecting unit 16 sets the value obtained by adding 1 to the processed serial number. A certain number of update logs are read from the serial number (step D3). Then, the update log reflecting unit 16 reflects the read update log in the user table 17 (step D4). In the present embodiment, the fixed number is preset as a fixed value.

ステップD4の実行後、更新ログ反映部16は、通番表15の処理済通番を更新し(ステップD5)、更に、更新ログ格納表14から、処理済通番以下の更新ログを削除する(ステップD6)。   After execution of step D4, the update log reflecting unit 16 updates the processed serial number of the serial number table 15 (step D5), and further deletes the update log below the processed serial number from the update log storage table 14 (step D6). ).

次に、更新ログ反映部16は、更新ログ格納表14に、終端フラグがYESとなった更新ログ、又は処理済通番に1を加算した値の通番を持った更新ログが存在しているかどうかを判定する(ステップD7)。   Next, the update log reflection unit 16 determines whether there is an update log in which the termination flag is set to YES or an update log having a serial number obtained by adding 1 to the processed serial number in the update log storage table 14. Is determined (step D7).

ステップD7の判定の結果、いずれかの更新ログが存在していない場合は、更新ログ反映部16は、再度ステップD1を実行する。   If any update log does not exist as a result of the determination in step D7, the update log reflection unit 16 executes step D1 again.

一方、ステップD7の判定の結果、いずれかの更新ログが存在している場合は、更新ログ反映部16は、ディスク装置40b上に、処理済通番に1を加算した値の通番が開始通番以上終了通番以下となる、更新ログファイル11が存在しているかどうかを判定する(ステップD8)。   On the other hand, if one of the update logs exists as a result of the determination in step D7, the update log reflecting unit 16 has a serial number of a value obtained by adding 1 to the processed serial number on the disk device 40b or higher. It is determined whether or not the update log file 11 having an end sequence number or less exists (step D8).

ステップD8の判定の結果、上述の更新ログファイル11が存在していない場合は、更新ログ反映部16は、再度ステップD1を実行する。   As a result of the determination in step D8, if the update log file 11 does not exist, the update log reflection unit 16 executes step D1 again.

一方、ステップD8の判定の結果、上述の更新ログファイル11が存在している場合は、更新ログ反映部16は、更に、処理済通番が終了通番20より小さいかどうかを判定する(ステップD9)。   On the other hand, if the above-mentioned update log file 11 exists as a result of the determination in step D8, the update log reflection unit 16 further determines whether the processed serial number is smaller than the end serial number 20 (step D9). .

ステップD9の判定の結果、処理済通番が終了通番20より小さい場合は、更新ログ反映部16は、ディスク装置40b上の更新ログファイル11から、一定数分の更新ログを読み込む(ステップD10)。なお、この場合の、一定数も、上述のステップD3と同様に、固定値として予め設定されている。   If the processed sequence number is smaller than the end sequence number 20 as a result of the determination in step D9, the update log reflecting unit 16 reads a predetermined number of update logs from the update log file 11 on the disk device 40b (step D10). In this case, the fixed number is also set in advance as a fixed value in the same manner as in step D3 described above.

次に、更新ログ反映部16は、読み込んだ一定数分の更新ログを、ユーザ表17に反映し(ステップD11)、通番表15の処理済通番を更新する(ステップD12)。その後、更新ログ反映部16は、再度ステップD9を実行する。ステップD9〜D12は、処理済通番が終了通番より小さい限り、繰り返し実行され、更新ログファイル11の内容がユーザ表に反映される。   Next, the update log reflection unit 16 reflects the read update logs for a certain number in the user table 17 (step D11), and updates the processed serial number in the serial number table 15 (step D12). Thereafter, the update log reflecting unit 16 executes Step D9 again. Steps D9 to D12 are repeatedly executed as long as the processed sequence number is smaller than the end sequence number, and the contents of the update log file 11 are reflected in the user table.

また、上述のステップD9の判定の結果、処理済通番が処理通番20より小さくない(終了通番20以上)である場合は、更新ログ反映部16は、ディスク装置40b上にある更新ログファイル11を処理済ファイルとして削除する(ステップD13)。その後、更新ログ反映部16は、再度ステップD1を実行する。   If the processed serial number is not smaller than the processed serial number 20 (end serial number 20 or more) as a result of the determination in step D9 described above, the update log reflecting unit 16 stores the update log file 11 on the disk device 40b. It deletes as a processed file (step D13). Thereafter, the update log reflecting unit 16 executes Step D1 again.

以上のステップD1〜D13により、バックアップシステム200において、更新ログの内容が、ユーザ表に反映され、フロントシステム100のレプリケーションが完了する。   Through the above steps D1 to D13, the contents of the update log are reflected in the user table in the backup system 200, and the replication of the front system 100 is completed.

[本実施の形態における効果]
以上のように本実施の形態では、更新ログは、読み出し速度及び書き込み速度の速いメモリDBに格納されるので、更新ログの高速転送が実現される。そして、障害の発生、業務処理の一時的な増加等によって更新ログが滞留した場合は、更新ログは、更新ログファイルとして、ディスク装置に一旦格納された後、バックアップシステムへと転送される。このため、更新ログが溢れてしまう事態の発生が回避され、上述の場合であっても、確実にレプリケーションが実行される。
[Effects of the present embodiment]
As described above, in the present embodiment, the update log is stored in the memory DB having a high reading speed and writing speed, so that high-speed transfer of the update log is realized. If the update log stays due to the occurrence of a failure, a temporary increase in business processing, etc., the update log is temporarily stored in the disk device as an update log file and then transferred to the backup system. For this reason, occurrence of a situation where the update log overflows is avoided, and even in the above-described case, replication is reliably performed.

またフロントシステム100のメモリDBから転送されてきた更新ログと、ファイル転送によって転送されてきた更新ログとは、発生順に付与された通番によって管理されている。従って、更新ログが重複して転送された場合であっても、バックアップシステム200において、順序性が保証された状態で、メモリDBへ反映されるので、レプリケーションが実現する。   The update log transferred from the memory DB of the front system 100 and the update log transferred by file transfer are managed by serial numbers assigned in the order of occurrence. Therefore, even when the update logs are transferred in duplicate, the backup system 200 reflects the data in the memory DB in a state in which the order is guaranteed, so that replication is realized.

[変形例]
上述の実施の形態では、フロントシステム100は、設定部8によって、滞留閾値9及びロット数10の値を設定している。しかし、本実施の形態は、これに限定されず、フロントシステム100において、滞留閾値9及びロット数10のデフォルト値が予め設定されており、フロントシステム100は、設定部8を備えていない構成であっても良い。
[Modification]
In the above-described embodiment, the front system 100 sets the retention threshold value 9 and the number of lots 10 by the setting unit 8. However, the present embodiment is not limited to this, and in the front system 100, the default values for the retention threshold 9 and the number of lots 10 are preset, and the front system 100 does not include the setting unit 8. There may be.

また、本実施の形態では、複数のフロントシステム100に対して、一つのバックアップシステム200が対応している態様であっても良い。この態様では、処理の停滞を防止するため、バックアップシステム200における各記憶装置の読み出し速度及び書き込み速度は、各フロントシステム100における対応する記憶装置の読み出し速度及び書き込み速度よりも高いのが好ましい。   In the present embodiment, one backup system 200 may correspond to a plurality of front systems 100. In this aspect, in order to prevent processing stagnation, it is preferable that the read speed and write speed of each storage device in the backup system 200 be higher than the read speed and write speed of the corresponding storage device in each front system 100.

[プログラム]
本実施の形態におけるプログラムは、コンピュータに、図7に示すステップA1〜A5、図11に示すステップB1〜B10を実行させるプログラムであれば良い。このプログラムをコンピュータにインストールし、実行することによって、本実施の形態におけるフロントシステムとレプリケーション方法とを実現することができる。この場合、コンピュータのCPU(Central Processing Unit)は、更新ログ退避部5、及び更新ログ送信部7として機能し、処理を行なう。
[program]
The program in the present embodiment may be a program that causes a computer to execute steps A1 to A5 shown in FIG. 7 and steps B1 to B10 shown in FIG. By installing and executing this program on a computer, the front system and the replication method in the present embodiment can be realized. In this case, a CPU (Central Processing Unit) of the computer functions as the update log saving unit 5 and the update log transmission unit 7 and performs processing.

ここで、本実施の形態におけるプログラムを実行することによって、フロントシステム100を実現するコンピュータについて図18を用いて説明する。図18は、本発明の実施の形態におけるフロントシステム(業務処理システム)を実現するコンピュータの一例を示すブロック図である。   Here, a computer that realizes the front system 100 by executing the program according to the present embodiment will be described with reference to FIG. FIG. 18 is a block diagram illustrating an example of a computer that implements the front system (business processing system) according to the embodiment of the present invention.

図18に示すように、コンピュータ110は、CPU111と、メインメモリ112と、記憶装置113と、入力インターフェイス114と、表示コントローラ115と、データリーダ/ライタ116と、通信インターフェイス117とを備える。これらの各部は、バス121を介して、互いにデータ通信可能に接続される。   As shown in FIG. 18, the computer 110 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.

CPU111は、記憶装置113に格納された、本実施の形態におけるプログラム(コード)をメインメモリ112に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メインメモリ112は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性の記憶装置である。また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体120に格納された状態で提供される。なお、本実施の形態におけるプログラムは、通信インターフェイス117を介して接続されたインターネット上で流通するものであっても良い。   The CPU 111 performs various calculations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order. The main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory). Further, the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.

また、記憶装置113の具体例としては、ハードディスクドライブの他、フラッシュメモリ等の半導体記憶装置が挙げられる。入力インターフェイス114は、CPU111と、キーボード及びマウスといった入力機器118との間のデータ伝送を仲介する。表示コントローラ115は、ディスプレイ装置119と接続され、ディスプレイ装置119での表示を制御する。   Specific examples of the storage device 113 include a hard disk drive and a semiconductor storage device such as a flash memory. The input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse. The display controller 115 is connected to the display device 119 and controls display on the display device 119.

データリーダ/ライタ116は、CPU111と記録媒体120との間のデータ伝送を仲介し、記録媒体120からのプログラムの読み出し、及びコンピュータ110における処理結果の記録媒体120への書き込みを実行する。通信インターフェイス117は、CPU111と、他のコンピュータとの間のデータ伝送を仲介する。   The data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 110 to the recording medium 120. The communication interface 117 mediates data transmission between the CPU 111 and another computer.

また、記録媒体120の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイス、フレキシブルディスク(Flexible Disk)等の磁気記憶媒体、又はCD−ROM(Compact Disk Read Only Memory)などの光学記憶媒体が挙げられる。   Specific examples of the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital), magnetic storage media such as a flexible disk, or CD- An optical storage medium such as ROM (Compact Disk Read Only Memory) can be used.

上述した実施の形態の一部又は全部は、以下に記載する(付記1)〜(付記14)によって表現することができるが、以下の記載に限定されるものではない。   Part or all of the above-described embodiments can be expressed by (Appendix 1) to (Appendix 14) described below, but is not limited to the following description.

(付記1)
業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを備え、
前記業務処理システムは、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とするレプリケーションシステム。
(Appendix 1)
A business processing system for executing business processing; and a backup system for backing up the business processing system;
The business processing system includes:
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
A replication system characterized by comprising:

(付記2)
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を超えていることである、
付記1に記載のレプリケーションシステム。
(Appendix 2)
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The replication system according to appendix 1.

(付記3)
前記バックアップシステムが、
前記更新対象となるデータのバックアップデータと、前記更新ログ送信部によって送信されてきた前記更新ログとを格納する、第3の記憶装置と、
前記更新ログ退避部によって送信されてきた前記更新ログファイルを格納する、第4の記憶装置と、
前記第4の記憶装置に前記更新ログファイルが格納されていない場合に、前記第3の記憶装置に格納されている前記更新ログに基づいて、前記バックアップデータを更新し、前記第4の記憶装置に前記更新ログファイルが格納されている場合に、前記更新ログファイルに基づいて、前記バックアップデータを更新する、更新ログ反映部と、
を備えている、付記1または2に記載のレプリケーションシステム。
(Appendix 3)
The backup system is
A third storage device for storing backup data of the data to be updated and the update log transmitted by the update log transmission unit;
A fourth storage device for storing the update log file transmitted by the update log saving unit;
When the update log file is not stored in the fourth storage device, the backup data is updated based on the update log stored in the third storage device, and the fourth storage device An update log reflection unit that updates the backup data based on the update log file when the update log file is stored in
The replication system according to appendix 1 or 2, comprising:

(付記4)
前記更新ログに対し、発生した順に通番が付与されており、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記更新ログ送信部は、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記更新ログ退避部は、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
付記1〜3のいずれかに記載のレプリケーションシステム。
(Appendix 4)
A serial number is assigned to the update log in the order in which it occurs, and the first storage device, together with the update log, transmits the serial number of the update log that has been transmitted to the backup system and the transmission to the backup system. Stores serial number information that identifies serial numbers of update logs that have not been completed,
The update log transmission unit identifies an update log that has not been transmitted to the backup system based on the serial number information, transmits the identified update log to the backup system,
The update log saving unit identifies an update log that has not been transmitted to the backup system based on the serial number information when a set condition is satisfied, and uses the identified update log to identify the update log. Create a file,
The replication system according to any one of appendices 1 to 3.

(付記5)
バックアップシステムと連携してレプリケーションを実行する業務処理システムであって、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とする業務処理システム。
(Appendix 5)
A business processing system that performs replication in conjunction with a backup system,
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
A business processing system characterized by comprising:

(付記6)
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を超えていることである、
付記5に記載の業務処理システム。
(Appendix 6)
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The business processing system according to attachment 5.

(付記7)
前記更新ログに対し、発生した順に通番が付与されており、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記更新ログ送信部は、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記更新ログ退避部は、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
付記5または6に記載の業務処理システム。
(Appendix 7)
A serial number is assigned to the update log in the order in which it occurs, and the first storage device, together with the update log, transmits the serial number of the update log that has been transmitted to the backup system and the transmission to the backup system. Stores serial number information that identifies serial numbers of update logs that have not been completed,
The update log transmission unit identifies an update log that has not been transmitted to the backup system based on the serial number information, transmits the identified update log to the backup system,
The update log saving unit identifies an update log that has not been transmitted to the backup system based on the serial number information when a set condition is satisfied, and uses the identified update log to identify the update log. Create a file,
The business processing system according to appendix 5 or 6.

(付記8)
業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを用いたレプリケーション方法であって、
(a)前記業務処理システムにおいて、更新対象となるデータと前記データの更新ログとを、第1の記憶装置に格納するステップと、
(b)前記業務処理システムにおいて、前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)前記業務処理システムにおいて、設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を有する、ことを特徴とするレプリケーション方法。
(Appendix 8)
A replication method using a business processing system for executing business processing and a backup system for backing up the business processing system,
(A) in the business processing system, storing data to be updated and an update log of the data in a first storage device;
(B) in the business processing system, sending an update log stored in the first storage device to the backup system;
(C) In the business processing system, when a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
A replication method characterized by comprising:

(付記9)
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を超えていることである、
付記8に記載のレプリケーション方法。
(Appendix 9)
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The replication method according to appendix 8.

(付記10)
(d)前記バックアップシステムにおいて、前記更新対象となるデータのバックアップデータと、前記更新ログ送信部によって送信されてきた前記更新ログとを、第3の記憶装置に格納する、ステップと、
(e)前記バックアップシステムにおいて、前記(b)のステップで送信されてきた前記更新ログファイルを、第4の記憶装置に格納する、ステップと、
(f)前記第4の記憶装置に前記更新ログファイルが格納されていない場合に、前記第3の記憶装置に格納されている前記更新ログに基づいて、前記バックアップデータを更新する、ステップと、
(e)前記第4の記憶装置に前記更新ログファイルが格納されている場合に、前記更新ログファイルに基づいて、前記バックアップデータを更新する、ステップと、
を更に有する、付記8または9に記載のレプリケーション方法。
(Appendix 10)
(D) in the backup system, storing backup data of the data to be updated and the update log transmitted by the update log transmission unit in a third storage device;
(E) in the backup system, storing the update log file transmitted in the step (b) in a fourth storage device;
(F) updating the backup data based on the update log stored in the third storage device when the update log file is not stored in the fourth storage device;
(E) updating the backup data based on the update log file when the update log file is stored in the fourth storage device;
The replication method according to appendix 8 or 9, further comprising:

(付記11)
前記更新ログに対し、発生した順に通番が付与されており、前記(a)のステップにおいて、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記(b)のステップにおいて、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記(c)のステップにおいて、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
付記8〜10のいずれかに記載のレプリケーション方法。
(Appendix 11)
Serial numbers are assigned to the update logs in the order in which they occurred, and in the step (a), the first storage device, together with the update logs, is the serial number of the update log that has been transmitted to the backup system. And serial number information that identifies the serial number of the update log that has not been transmitted to the backup system,
In the step (b), based on the serial number information, an update log that has not been transmitted to the backup system is identified, and the identified update log is transmitted to the backup system,
In the step (c), when a set condition is satisfied, an update log that has not been transmitted to the backup system is identified based on the serial number information, and the update log is identified using the identified update log. Create log files,
The replication method according to any one of appendices 8 to 10.

(付記12)
コンピュータに、バックアップシステムとの連携によるレプリケーションを実行させるためのプログラムであって、
前記コンピュータに、
(a)更新対象となるデータと前記データの更新ログとを、前記コンピュータが備える第1の記憶装置に格納するステップと、
(b)前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記コンピュータに備えられ、且つ前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を実行させるプログラム。
(Appendix 12)
A program that allows a computer to perform replication by linking with a backup system,
In the computer,
(A) storing data to be updated and an update log of the data in a first storage device included in the computer;
(B) transmitting an update log stored in the first storage device to the backup system;
(C) When a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is provided in the computer; and Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
A program that executes

(付記13)
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を超えていることである、
付記12に記載のプログラム。
(Appendix 13)
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The program according to attachment 12.

(付記14)
前記更新ログに対し、発生した順に通番が付与されており、前記(a)のステップにおいて、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記(b)のステップにおいて、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記(c)のステップにおいて、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
付記12または13に記載のプログラム。
(Appendix 14)
Serial numbers are assigned to the update logs in the order in which they occurred, and in the step (a), the first storage device, together with the update logs, is the serial number of the update log that has been transmitted to the backup system. And serial number information that identifies the serial number of the update log that has not been transmitted to the backup system,
In the step (b), based on the serial number information, an update log that has not been transmitted to the backup system is identified, and the identified update log is transmitted to the backup system,
In the step (c), when a set condition is satisfied, an update log that has not been transmitted to the backup system is identified based on the serial number information, and the update log is identified using the identified update log. Create log files,
The program according to appendix 12 or 13.

以上のように、本発明によれば、更新ログの高速転送を実現しつつ、障害発生時等によって更新ログが急激に滞留した場合であっても確実にレプリケーションを実行することができる。本発明は、レプリケーションが必要な種々のシステムに有効である。   As described above, according to the present invention, high-speed transfer of update logs can be realized, and replication can be reliably executed even when the update logs are steeply accumulated due to a failure or the like. The present invention is effective for various systems that require replication.

1 アプリケーションプログラム
2 ユーザ表
3 更新ログ格納処理部
4 更新ログ格納表
5 更新ログ退避部
6 通番表
7 更新ログ送信部
8 設定部
9 滞留閾値
10 ロット数
11 更新ログファイル
13 更新ログ受信部
14 更新ログ格納表
15 通番表
16 更新ログ反映部
17 ユーザ表
19 開始通番
20 終了通番
30a メモリDB(フロントシステム)
30b メモリDB(バックアップシステム)
40a ディスク装置(フロントシステム)
40b ディスク装置(バックアップシステム)
100 フロントシステム
110 コンピュータ
111 CPU
112 メインメモリ
113 記憶装置
114 入力インターフェイス
115 表示コントローラ
116 データリーダ/ライタ
117 通信インターフェイス
118 入力機器
119 ディスプレイ装置
120 記録媒体
121 バス
200 バックアップシステム
300 レプリケーションシステム
DESCRIPTION OF SYMBOLS 1 Application program 2 User table 3 Update log storage process part 4 Update log storage table 5 Update log saving part 6 Serial number table 7 Update log transmission part 8 Setting part 9 Stay threshold 10 Number of lots 11 Update log file 13 Update log reception part 14 Update Log storage table 15 Sequence number table 16 Update log reflection unit 17 User table 19 Start sequence number 20 End sequence number 30a Memory DB (front system)
30b Memory DB (backup system)
40a Disk unit (front system)
40b Disk unit (backup system)
100 Front system 110 Computer 111 CPU
112 Main Memory 113 Storage Device 114 Input Interface 115 Display Controller 116 Data Reader / Writer 117 Communication Interface 118 Input Device 119 Display Device 120 Recording Medium 121 Bus 200 Backup System 300 Replication System

Claims (9)

業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを備え、
前記業務処理システムは、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とするレプリケーションシステム。
A business processing system for executing business processing; and a backup system for backing up the business processing system;
The business processing system includes:
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
A replication system characterized by comprising:
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を超えていることである、
請求項1に記載のレプリケーションシステム。
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The replication system according to claim 1.
前記バックアップシステムが、
前記更新対象となるデータのバックアップデータと、前記更新ログ送信部によって送信されてきた前記更新ログとを格納する、第3の記憶装置と、
前記更新ログ退避部によって送信されてきた前記更新ログファイルを格納する、第4の記憶装置と、
前記第4の記憶装置に前記更新ログファイルが格納されていない場合に、前記第3の記憶装置に格納されている前記更新ログに基づいて、前記バックアップデータを更新し、前記第4の記憶装置に前記更新ログファイルが格納されている場合に、前記更新ログファイルに基づいて、前記バックアップデータを更新する、更新ログ反映部と、
を備えている、請求項1または2に記載のレプリケーションシステム。
The backup system is
A third storage device for storing backup data of the data to be updated and the update log transmitted by the update log transmission unit;
A fourth storage device for storing the update log file transmitted by the update log saving unit;
When the update log file is not stored in the fourth storage device, the backup data is updated based on the update log stored in the third storage device, and the fourth storage device An update log reflection unit that updates the backup data based on the update log file when the update log file is stored in
The replication system according to claim 1, further comprising:
前記更新ログに対し、発生した順に通番が付与されており、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記更新ログ送信部は、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記更新ログ退避部は、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
請求項1〜3のいずれかに記載のレプリケーションシステム。
A serial number is assigned to the update log in the order in which it occurs, and the first storage device, together with the update log, transmits the serial number of the update log that has been transmitted to the backup system and the transmission to the backup system. Stores serial number information that identifies serial numbers of update logs that have not been completed,
The update log transmission unit identifies an update log that has not been transmitted to the backup system based on the serial number information, transmits the identified update log to the backup system,
The update log saving unit identifies an update log that has not been transmitted to the backup system based on the serial number information when a set condition is satisfied, and uses the identified update log to identify the update log. Create a file,
The replication system according to claim 1.
バックアップシステムと連携してレプリケーションを実行する業務処理システムであって、
更新対象となるデータと前記データの更新ログとを格納する、第1の記憶装置と、
前記第1の記憶装置よりも、読み出し速度及び書き込み速度は低いが、記憶容量が大きい、第2の記憶装置と、
前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、更新ログ送信部と、
設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを前記第2の記憶装置に一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、更新ログ退避部と、
を備えている、ことを特徴とする業務処理システム。
A business processing system that performs replication in conjunction with a backup system,
A first storage device for storing data to be updated and an update log of the data;
A second storage device having a lower storage speed and a higher storage capacity than the first storage device;
An update log transmission unit for transmitting an update log stored in the first storage device to the backup system;
After setting conditions are satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is temporarily stored in the second storage device An update log saving unit for transmitting the stored update log file to the backup system;
A business processing system characterized by comprising:
前記設定条件が、前記バックアップシステムへの送信が終了していない更新ログの数が閾値を越えていることである、
請求項5に記載の業務処理システム。
The setting condition is that the number of update logs that have not been transmitted to the backup system exceeds a threshold.
The business processing system according to claim 5.
前記更新ログに対し、発生した順に通番が付与されており、前記第1の記憶装置が、前記更新ログと共に、前記バックアップシステムへの送信が完了した更新ログの通番と前記バックアップシステムへの送信が完了していない更新ログの通番とを特定する通番情報を格納し、
前記更新ログ送信部は、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを前記バックアップシステムに送信し、
前記更新ログ退避部は、設定条件が満たされる場合に、前記通番情報に基づいて、前記バックアップシステムへの送信が完了していない更新ログを特定し、特定した更新ログを用いて、前記更新ログファイルを作成する、
請求項5または6に記載の業務処理システム。
A serial number is assigned to the update log in the order in which it occurs, and the first storage device, together with the update log, transmits the serial number of the update log that has been transmitted to the backup system and the transmission to the backup system. Stores serial number information that identifies serial numbers of update logs that have not been completed,
The update log transmission unit identifies an update log that has not been transmitted to the backup system based on the serial number information, transmits the identified update log to the backup system,
The update log saving unit identifies an update log that has not been transmitted to the backup system based on the serial number information when a set condition is satisfied, and uses the identified update log to identify the update log. Create a file,
The business processing system according to claim 5 or 6.
業務処理を実行するための業務処理システムと、前記業務処理システムをバックアップするためのバックアップシステムとを用いたレプリケーション方法であって、
(a)前記業務処理システムにおいて、更新対象となるデータと前記データの更新ログとを、第1の記憶装置に格納するステップと、
(b)前記業務処理システムにおいて、前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)前記業務処理システムにおいて、設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を有する、ことを特徴とするレプリケーション方法。
A replication method using a business processing system for executing business processing and a backup system for backing up the business processing system,
(A) in the business processing system, storing data to be updated and an update log of the data in a first storage device;
(B) in the business processing system, sending an update log stored in the first storage device to the backup system;
(C) In the business processing system, when a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
A replication method characterized by comprising:
コンピュータに、バックアップシステムとの連携によるレプリケーションを実行させるためのプログラムであって、
前記コンピュータに、
(a)更新対象となるデータと前記データの更新ログとを、前記コンピュータが備える第1の記憶装置に格納するステップと、
(b)前記第1の記憶装置に格納されている更新ログを、前記バックアップシステムに送信する、ステップと、
(c)設定条件が満たされる場合に、前記第1の記憶装置に格納されている複数の更新ログを含む更新ログファイルを作成し、作成した前記更新ログファイルを、前記コンピュータに備えられ、且つ前記第1の記憶装置よりも読み出し速度及び書き込み速度は低いが記憶容量は大きい前記第2の記憶装置に、一旦格納した後、格納した前記更新ログファイルを前記バックアップシステムに送信する、ステップと、
を実行させるプログラム。
A program that allows a computer to perform replication by linking with a backup system,
In the computer,
(A) storing data to be updated and an update log of the data in a first storage device included in the computer;
(B) transmitting an update log stored in the first storage device to the backup system;
(C) When a set condition is satisfied, an update log file including a plurality of update logs stored in the first storage device is created, and the created update log file is provided in the computer; and Transmitting the stored update log file to the backup system after temporarily storing it in the second storage device having a lower storage speed and a higher storage capacity than the first storage device;
A program that executes
JP2013042745A 2013-03-05 2013-03-05 Replication system, job processing system, replication method and program Pending JP2014170448A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013042745A JP2014170448A (en) 2013-03-05 2013-03-05 Replication system, job processing system, replication method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013042745A JP2014170448A (en) 2013-03-05 2013-03-05 Replication system, job processing system, replication method and program

Publications (1)

Publication Number Publication Date
JP2014170448A true JP2014170448A (en) 2014-09-18

Family

ID=51692787

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013042745A Pending JP2014170448A (en) 2013-03-05 2013-03-05 Replication system, job processing system, replication method and program

Country Status (1)

Country Link
JP (1) JP2014170448A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019079266A (en) * 2017-10-24 2019-05-23 株式会社Nobori Medical information transfer system and medical information transfer method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09152985A (en) * 1995-12-01 1997-06-10 Nippon Telegr & Teleph Corp <Ntt> Method and system for journal backup
JPH1049418A (en) * 1996-08-02 1998-02-20 Nippon Telegr & Teleph Corp <Ntt> Method and device for reflecting journal data, and redundant constitution type computer system
JP2006338064A (en) * 2005-05-31 2006-12-14 Hitachi Ltd Disaster recovery method and system
JP2009104488A (en) * 2007-10-24 2009-05-14 Hitachi Ltd Storage device, its control method, and storage system
JP2009122873A (en) * 2007-11-13 2009-06-04 Hitachi Ltd Apparatus for managing remote copying between storage systems

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09152985A (en) * 1995-12-01 1997-06-10 Nippon Telegr & Teleph Corp <Ntt> Method and system for journal backup
JPH1049418A (en) * 1996-08-02 1998-02-20 Nippon Telegr & Teleph Corp <Ntt> Method and device for reflecting journal data, and redundant constitution type computer system
JP2006338064A (en) * 2005-05-31 2006-12-14 Hitachi Ltd Disaster recovery method and system
JP2009104488A (en) * 2007-10-24 2009-05-14 Hitachi Ltd Storage device, its control method, and storage system
JP2009122873A (en) * 2007-11-13 2009-06-04 Hitachi Ltd Apparatus for managing remote copying between storage systems

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019079266A (en) * 2017-10-24 2019-05-23 株式会社Nobori Medical information transfer system and medical information transfer method

Similar Documents

Publication Publication Date Title
US10261853B1 (en) Dynamic replication error retry and recovery
US9015527B2 (en) Data backup and recovery
US7925856B1 (en) Method and apparatus for maintaining an amount of reserve space using virtual placeholders
US20180285216A1 (en) Virtual Machine Recovery Method and Virtual Machine Management Device
US20120331104A1 (en) Controlling communication among multiple industrial control systems
US10157000B2 (en) Data operation method and device
US10558547B2 (en) Methods for proactive prediction of disk failure in a RAID group and devices thereof
WO2018121456A1 (en) Data storage method, server and storage system
EP3147797B1 (en) Data management method, node and system for database cluster
US10229010B2 (en) Methods for preserving state across a failure and devices thereof
JP2007323507A (en) Storage system and data processing method using the same
CN110413694A (en) Metadata management method and relevant apparatus
CN103713972A (en) Incremental backup system and method
US20160139996A1 (en) Methods for providing unified storage for backup and disaster recovery and devices thereof
CN112835740A (en) Method, electronic device and computer program product for managing data backup
JP6287308B2 (en) Replication control system, replication control method, and replication control program
JP2014170448A (en) Replication system, job processing system, replication method and program
CN111506450A (en) Method, apparatus and computer program product for data processing
US10268375B2 (en) Methods for proactive prediction of disk failure in the disk maintenance pipeline and devices thereof
JP2017208113A (en) Data storage method, data storage apparatus, and storage device
JP5466740B2 (en) System failure recovery method and system for virtual server
CN114253460A (en) Method, apparatus and computer program product for managing storage pools
US9160610B1 (en) Method and apparatus for coordinating service execution within a shared file system environment to optimize cluster performance
CN104461382A (en) Internal writing method for file server operating multiple file systems and server
JP6981098B2 (en) Recovery control device, recovery control system, recovery control method, and recovery control program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20150123

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161129

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161206

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170203

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20170613