JP2013175079A - Distributed data management system and operation method thereof - Google Patents

Distributed data management system and operation method thereof Download PDF

Info

Publication number
JP2013175079A
JP2013175079A JP2012039663A JP2012039663A JP2013175079A JP 2013175079 A JP2013175079 A JP 2013175079A JP 2012039663 A JP2012039663 A JP 2012039663A JP 2012039663 A JP2012039663 A JP 2012039663A JP 2013175079 A JP2013175079 A JP 2013175079A
Authority
JP
Japan
Prior art keywords
data
internal device
internal
consistent
data stored
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012039663A
Other languages
Japanese (ja)
Other versions
JP5670935B2 (en
Inventor
Kotaro Mikami
高太朗 三上
Shigeki Tokunaga
茂樹 徳永
Noritaka Horigome
紀貴 堀米
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012039663A priority Critical patent/JP5670935B2/en
Publication of JP2013175079A publication Critical patent/JP2013175079A/en
Application granted granted Critical
Publication of JP5670935B2 publication Critical patent/JP5670935B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To detect whether or not a plurality of data to be matched match in a short time and with a small processing load.SOLUTION: In an internal device 1B, when data C and a serial number "50" are lost, the data C and a serial number "40" are restored from a backup file. For example, when the data C are referenced, matching is determined in accordance with serial numbers "50", "50" of data A and B of an internal device 1A and a serial number "40" of the data C of the internal device 1B. That is, when those parameters are not the same parameter, it is determined that the data A, B and C do not match.

Description

本発明は、分散データ管理システムおよびその動作方法に関するものである。   The present invention relates to a distributed data management system and an operation method thereof.

従来において、分散データ管理システムは、複数のデータを複数の内部装置で分散して記憶し、これにより、各内部装置への負荷を軽減している。   Conventionally, a distributed data management system stores a plurality of data in a plurality of internal devices in a distributed manner, thereby reducing the load on each internal device.

図6は、従来の分散データ管理システムの動作方法を示すシーケンス図である。   FIG. 6 is a sequence diagram showing an operation method of a conventional distributed data management system.

内部装置1a、1bは、互いに整合すべき複数のデータを分散して記憶している。ここでは、内部装置1aはデータA、Bを記憶し、内部装置1bはデータCを記憶し、データA、B、Cは互いに整合すべきものとする。内部装置1a、1bは、この他にも、同様なデータの組み合わせを多数記憶している。バックアップ装置10aは、これらのデータのバックアップファイルを記憶している。   The internal devices 1a and 1b store a plurality of data to be matched with each other in a distributed manner. Here, it is assumed that the internal device 1a stores data A and B, the internal device 1b stores data C, and the data A, B, and C should match each other. In addition, the internal devices 1a and 1b store many similar data combinations. The backup device 10a stores a backup file of these data.

内部装置1aは、自身で障害が発生すると(S101)、障害発生通知を保守運用装置3に送信する(S103)。障害により、例えば、データCが消失する。   When a failure occurs by itself (S101), the internal device 1a transmits a failure occurrence notification to the maintenance operation device 3 (S103). For example, data C is lost due to the failure.

保守運用装置3は、復旧指示をバックアップ装置10aに送信する(S105)。   The maintenance operation device 3 transmits a recovery instruction to the backup device 10a (S105).

バックアップ装置10aは、内部装置1bに記憶される全データをバックアップファイルからリストアする(S107)。これにより、データCは復旧するが、最新でない可能性があり、その場合、データA、B、Cの整合性が失われる。   The backup device 10a restores all data stored in the internal device 1b from the backup file (S107). As a result, the data C is recovered, but there is a possibility that the data C is not up-to-date. In this case, the consistency of the data A, B, C is lost.

内部装置1bは、復旧完了通知を保守運用装置3に送信する(S109)。   The internal device 1b transmits a recovery completion notification to the maintenance operation device 3 (S109).

保守運用装置3は、予め記憶した更新履歴において、最後のデータ投入時刻と最後のバックアップ時刻を比較し(S121)、最後のバックアップ時刻より最後のデータ投入時刻の方が遅い場合は、例えば、内部装置1aに対し、データA、B、Cについてデータ更新要求を送信する(S123)。   The maintenance operation device 3 compares the last data input time and the last backup time in the update history stored in advance (S121), and if the last data input time is later than the last backup time, A data update request for data A, B, and C is transmitted to the device 1a (S123).

内部装置1aは、内部装置1bにデータ更新要求を転送する(S125)。   The internal device 1a transfers a data update request to the internal device 1b (S125).

内部装置1bは、データA、B、CにアクセスするAPL処理装置4にデータ更新要求を転送する(S127)。   The internal device 1b transfers the data update request to the APL processing device 4 that accesses the data A, B, and C (S127).

APL処理装置4は、データA、B、Cに関する自身のデータを更新し(S129)、データ更新結果を内部装置1bに送信する(S131)。   The APL processing device 4 updates its own data regarding the data A, B, and C (S129), and transmits the data update result to the internal device 1b (S131).

内部装置1bは、データCを更新し(S133)、データ更新結果を内部装置1aに送信する(S135)。これにより、データCは最新のものとなる。   The internal device 1b updates the data C (S133) and transmits the data update result to the internal device 1a (S135). Thereby, the data C becomes the latest.

内部装置1aは、データA、Bを更新し(S137)、データ更新結果を保守運用装置3に送信する(S139)。これにより、データA、Bは最新のものとなる。つまり、データA、B、Cは整合状態となる。   The internal device 1a updates the data A and B (S137), and transmits the data update result to the maintenance operation device 3 (S139). Thereby, the data A and B become the latest. That is, the data A, B, and C are in a consistent state.

なお、障害検出の方法については、上記のように、内部装置自らが行う方法の他に、特許文献1および2に記載のような専用のヘルスチェックサーバが行う方法もある。   In addition to the method performed by the internal device itself as described above, there is a method performed by a dedicated health check server as described in Patent Documents 1 and 2 as the failure detection method.

特開2001−282761号公報JP 2001-282761 A 特開2001−156778号公報JP 2001-156778 A

上記のように、従来においては、保守運用装置3は、最後のデータ投入時刻と最後のバックアップ時刻を比較するので、データ量が多い場合は、処理に長時間を要する。また、内部装置と保守運用装置3への負荷が高くなり、メモリ等のリソースを大量に消費しなければならない。   As described above, conventionally, since the maintenance operation device 3 compares the last data input time and the last backup time, when the amount of data is large, the processing takes a long time. In addition, the load on the internal device and the maintenance operation device 3 becomes high, and a large amount of resources such as memory must be consumed.

また、チェック中は、不整合なデータはそのままなので、APL処理装置4がデータにアクセスすると、処理エラーや誤処理になる可能性がある。しかも、チェックは長時間を要するので、処理エラー等の原因究明にも長時間を要する。   Further, since inconsistent data remains as it is during the check, when the APL processing device 4 accesses the data, there is a possibility of processing errors or erroneous processing. In addition, since the check takes a long time, it takes a long time to investigate the cause of a processing error or the like.

本発明は、上記の課題に鑑みてなされたものであり、その目的とするところは、互いに整合すべき複数のデータが整合しているか否かを短時間かつ小さい処理負荷にて検出できる分散データ管理システムおよびその動作方法を提供することにある。   The present invention has been made in view of the above-described problems, and an object of the present invention is to provide distributed data that can detect whether or not a plurality of data that should be matched with each other is matched in a short time and with a small processing load. A management system and an operation method thereof are provided.

上記の課題を解決するために、第1の本発明は、互いに整合すべき複数のデータを分散して記憶する複数の内部装置ならびに前記各内部装置に記憶されるデータのバックアップファイルを記憶するバックアップ装置を備える分散データ管理システムであって、前記各内部装置は、前記複数のデータが互いに整合している状態でいずれかが更新される際は、当該内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する一方、当該内部装置に記憶されるデータが外部装置から参照される際、他の内部装置から当該他の内部装置に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに当該内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致するか否かを判定する信号制御部を備え、前記バックアップ装置は、前記各内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルを記憶し、いずれかの前記内部装置に障害が発生した際は、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルにより、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータを復旧することを特徴とする分散データ管理システムをもって解決手段とする。   In order to solve the above-described problems, the first aspect of the present invention provides a plurality of internal devices that store a plurality of data that should be matched with each other and a backup file that stores a backup file of data stored in each of the internal devices. A distributed data management system comprising an apparatus, wherein each of the internal devices is updated with respect to data stored in the internal device when any one of the internal devices is updated in a state where the plurality of data are consistent with each other. While giving parameters that constitute information indicating that a plurality of data are consistent with each other, when data stored in the internal device is referred to from the external device, the other internal device transfers to the other internal device. Acquires parameters assigned to stored data, and includes each parameter and parameters assigned to data stored in the internal device A signal control unit that determines whether or not the information matches information indicating that the plurality of pieces of data are consistent with each other, and the backup device adds data stored in each internal device and the data If a failure occurs in any of the internal devices, the data is stored in the internal device using the data stored in the internal device and the parameter backup file attached to the data. The distributed data management system is characterized in that the data given and the parameters assigned to the data are restored.

例えば、前記パラメータは、前記複数のデータが互いに整合している状態でいずれかが更新された場合の当該更新回を示すシリアル番号である。   For example, the parameter is a serial number indicating the update time when one of the plurality of data is updated in a state where the plurality of data are consistent with each other.

例えば、前記信号制御部は、前記取得された各パラメータならびに当該信号制御部を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致しないなら、当該複数のデータが互いに整合していないことを所定の保守運用装置に通知し、当該保守運用装置からのデータ更新要求により前記複数のデータが互いに整合している状態になった際は、当該信号制御部を備える内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する。   For example, the signal control unit indicates that the plurality of data are consistent with each other, the information including the acquired parameters and the parameters assigned to the data stored in the internal device including the signal control unit. If the information does not match, the predetermined maintenance operation device is notified that the plurality of data are not consistent with each other, and the plurality of data are in alignment with each other by a data update request from the maintenance operation device. In this case, a parameter constituting information indicating that the plurality of data are consistent with each other is added to the data stored in the internal device including the signal control unit.

例えば、前記信号制御部は、前記取得された各パラメータならびに当該信号制御部を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致しないなら、当該複数のデータが互いに整合していないことを前記外部装置に通知する。   For example, the signal control unit indicates that the plurality of data are consistent with each other, the information including the acquired parameters and the parameters assigned to the data stored in the internal device including the signal control unit. If the information does not match, the external device is notified that the plurality of data are not consistent with each other.

第2の本発明は、互いに整合すべき複数のデータを分散して記憶する複数の内部装置ならびに前記各内部装置に記憶されるデータのバックアップファイルを記憶するバックアップ装置を備える分散データ管理システムの動作方法であって、前記各内部装置の信号制御部が、前記複数のデータが互いに整合している状態でいずれかが更新される際は、当該内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する一方、当該内部装置に記憶されるデータが外部装置から参照される際、他の内部装置から当該他の内部装置に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに当該内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致するか否かを判定し、前記バックアップ装置は、前記各内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルを記憶し、いずれかの前記内部装置に障害が発生した際は、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルにより、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータを復旧することを特徴とする分散データ管理システムの動作方法をもって解決手段とする。   The second aspect of the present invention is an operation of a distributed data management system comprising a plurality of internal devices that distribute and store a plurality of data to be matched with each other, and a backup device that stores a backup file of data stored in each of the internal devices. In the method, the signal control unit of each internal device updates the plurality of data with respect to the data stored in the internal device when any of the plurality of data is updated in a state in which the plurality of data are consistent with each other. While giving parameters that constitute information indicating that the data is consistent with each other, when data stored in the internal device is referenced from the external device, it is stored in the other internal device from the other internal device. Information obtained from the parameters assigned to the data and the parameters assigned to the data stored in the internal device. It is determined whether or not a plurality of data matches information indicating that they are consistent with each other, and the backup device stores data stored in each internal device and a backup file of parameters assigned to the data. When a failure occurs in any of the internal devices, the data stored in the internal device and the data stored in the internal device and the data are stored in a backup file of parameters assigned to the data. The solving means is an operation method of the distributed data management system characterized by restoring the assigned parameters.

本発明によれば、互いに整合すべき複数のデータが整合しているか否かを短時間かつ小さい処理負荷にて検出することができる。   According to the present invention, it can be detected in a short time and with a small processing load whether or not a plurality of data to be matched with each other is matched.

本実施の形態に係る分散データ管理システムを含む通信システムの構成図である。It is a block diagram of the communication system containing the distributed data management system which concerns on this Embodiment. 内部装置の構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of an internal device. データA、B、Cが互いに整合している状態(整合状態)から、障害発生およびリストアにより、互いに整合していない状態(不整合状態)になり、データA、B、CがAPL処理装置4から参照される際、不整合状態が検出され、その後、整合状態になる様子を示す図である。The state in which the data A, B, and C are consistent with each other (consistent state) is changed to a state in which the data A, B, and C are not consistent with each other due to the occurrence of a failure and restoration (inconsistent state). It is a figure which shows a mode that an inconsistent state is detected when it refers from 1 and it will be in an aligned state after that. 整合状態のデータA、B、Cの中のデータCが障害発生により消失されたが、リストアにより、データCおよびデータA、B、Cの整合状態が復元され、それらデータがAPL処理装置4から参照される際、整合状態が検出される様子を示す図である。The data C among the data A, B, and C in the consistent state has been lost due to the occurrence of the failure. However, the data C and the consistent state of the data A, B, and C are restored by the restoration, and these data are transferred from the APL processor 4. It is a figure which shows a mode that a matching state is detected when referred. 分散データ管理システム1の動作方法を示すシーケンス図であるIt is a sequence diagram which shows the operation | movement method of the distributed data management system 1. 従来の分散データ管理システムの動作方法を示すシーケンス図である。It is a sequence diagram which shows the operation | movement method of the conventional distributed data management system.

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

図1は、本実施の形態に係る分散データ管理システムを含む通信システムの構成図である。   FIG. 1 is a configuration diagram of a communication system including a distributed data management system according to the present embodiment.

分散データ管理システム1は、互いに整合すべき複数のデータを分散して記憶する内部装置1A、1Bおよび他の内部装置(図示せず)と、各内部装置1A、1B等に記憶されるデータ等のバックアップファイルを記憶し、いずれかの内部装置に障害が発生した際は、バックアップファイルにより、内部装置に記憶されるデータ等を復旧(リストア)するバックアップ装置10と、これらを接続する内部ネットワーク20とを備える。   The distributed data management system 1 includes internal devices 1A, 1B and other internal devices (not shown) that store a plurality of data to be matched with each other, data stored in the internal devices 1A, 1B, etc. When a failure occurs in any of the internal devices, the backup device 10 restores the data stored in the internal device using the backup file, and the internal network 20 connecting them. With.

内部装置1A、1B等は、上記のような互いに整合すべき複数のデータ(データの組み合わせ)を複数記憶している。各組み合わせについては、上記のような方法で、つまり、その中の複数のデータを複数の内部装置で分散して記憶するようになっている。   The internal devices 1A, 1B, etc. store a plurality of data (a combination of data) that should be matched with each other as described above. Each combination is stored in a manner as described above, that is, a plurality of pieces of data are distributed and stored in a plurality of internal devices.

内部ネットワークDは、外部ネットワーク2を介して、複数の外部装置つまり、複数の保守運用装置3および複数のアプリケーション処理装置(以下、APL処理装置)4に接続されている。   The internal network D is connected to a plurality of external devices, that is, a plurality of maintenance operation devices 3 and a plurality of application processing devices (hereinafter referred to as APL processing devices) 4 via the external network 2.

図2は、内部装置の構成を示す機能ブロック図である。図2は内部装置1Aのものであるが、他の内部装置も同様な構成であり、以下の説明は、他の内部装置にも適用できる。   FIG. 2 is a functional block diagram showing the configuration of the internal device. Although FIG. 2 shows the internal device 1A, other internal devices have the same configuration, and the following description can be applied to other internal devices.

内部装置1Aは、データを記憶するためのデータ記憶部11と、各内部装置1A、1B等の内部装置名と、当該内部装置名の内部装置に記憶されるデータのデータ名とを対応づけたデータ格納先リスト12と、互いに整合すべき複数のデータが内部装置1Aを含む複数の内部装置に記憶され、これらが互いに整合している状態でいずれかが更新される際は、内部装置1Aに記憶されるデータに対し、これらのデータが互いに整合していることを示す情報を構成するパラメータを付与する信号制御部13を備える。   The internal device 1A associates the data storage unit 11 for storing data with the internal device names of the internal devices 1A, 1B, and the data names of the data stored in the internal device of the internal device names. The data storage destination list 12 and a plurality of data to be matched with each other are stored in a plurality of internal devices including the internal device 1A. A signal control unit 13 for assigning parameters constituting information indicating that these data are consistent with each other is stored.

また、信号制御部13は、互いに整合すべき複数のデータがAPL処理装置4から参照される際、内部装置1A以外の各内部装置1B等から該内部装置1B等に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに内部装置1Aに記憶されたデータに付与されたパラメータからなる情報が前述の複数のデータが互いに整合していることを示す情報に一致するか否かを判定するようになっている。   Further, when a plurality of data to be matched with each other is referred to from the APL processing device 4, the signal control unit 13 is given to the data stored in the internal device 1B from each internal device 1B other than the internal device 1A. To determine whether the information consisting of the parameters and the parameters assigned to the data stored in the internal device 1A matches the information indicating that the plurality of data are consistent with each other. It is supposed to be.

以下の説明では、例として、互いに整合すべき3つのデータ(データA、B、Cという)が内部装置1A、1Bに分散して記憶される場合について説明する。つまり、内部装置1AはデータA、Bを記憶し、内部装置1BはデータCを記憶することとする。   In the following description, as an example, a case will be described in which three pieces of data (data A, B, and C) to be matched with each other are distributed and stored in the internal devices 1A and 1B. That is, the internal device 1A stores data A and B, and the internal device 1B stores data C.

また、バックアップ装置10は、毎日、午前4:00にバックアップファイルを作成することとする。以下、時間については、24時間表記を用いる。   The backup device 10 creates a backup file at 4:00 am every day. Hereinafter, the 24-hour notation is used for the time.

図3は、データA、B、Cが互いに整合している状態(整合状態)から、障害発生およびリストアにより、互いに整合していない状態(不整合状態)になり、データA、B、CがAPL処理装置4から参照される際、不整合状態が検出され、その後、整合状態になる様子を示す図である。   FIG. 3 shows that data A, B, and C are in a mutually inconsistent state (inconsistent state) due to failure occurrence and restoration from a state in which the data A, B, and C are consistent with each other. It is a figure which shows a mode that an inconsistent state is detected when it refers from the APL processing apparatus 4, and will be in an aligned state after that.

(a)更新時
内部装置1Aの信号制御部13は、整合状態のデータA、B、Cの中の、例えば、データCが、10月27日11:00に更新される際、データA、Bのそれぞれに、その更新回を示すパラメータ(シリアル番号であり、以下、「50」と表記する。また他のパラメータについても同様な形式で表記する。)を付与する。一方、内部装置1Bの信号制御部13は、データCに「50」を付与する。つまり、各パラメータは互いに等しく、これにより、データA、B、Cが整合状態であることがわかるようになっている。
(A) At the time of update The signal control unit 13 of the internal device 1A, for example, when the data C among the data A, B, and C in the matching state is updated at 11:00 on October 27, the data A, A parameter indicating the update time (a serial number, hereinafter referred to as “50”, and other parameters are also described in a similar format) is assigned to each of B. On the other hand, the signal control unit 13 of the internal device 1B gives “50” to the data C. In other words, the parameters are equal to each other, so that the data A, B, and C are in a consistent state.

(b)障害発生時
その後、内部装置1Bにおいて、10月27日11:30に障害が発生し、データCおよび「50」が例えば消失してしまった場合、10月27日の4:00に作成されたバックアップファイルから、例えば、データCおよび「40」が内部装置1Bにリストアされる。
(B) At the time of failure When the failure occurs in the internal device 1B at 11:30 on October 27 and data C and “50” are lost, for example, at 4:00 on October 27 For example, data C and “40” are restored to the internal device 1B from the created backup file.

(c)参照時
例えば、10月27日12:00において処理に使用すべく、APL処理装置4からデータCが参照される際、内部装置1Bの信号制御部13は、内部装置1Aに記憶されたデータA、Bに付与された「50」、「50」を取得する。
(C) Reference time For example, when data C is referred from the APL processing device 4 to be used for processing at 12:00 on October 27, the signal control unit 13 of the internal device 1B is stored in the internal device 1A. "50" and "50" given to the data A and B obtained.

内部装置1Bの信号制御部13は、この「50」、「50」ならびにデータCに付与された「40」からなる情報(「50」、「50」、「40」)が整合状態を示す情報(つまり同一の3パラメータからなる情報)に一致するか否かを判定する。   The signal control unit 13 of the internal device 1B indicates that the information (“50”, “50”, “40”) including “50”, “50” and “40” assigned to the data C indicates the matching state. It is determined whether or not they match (that is, information consisting of the same three parameters).

この場合、一致しないので、内部装置1Bの信号制御部13は、そのこと、つまり、データA、B、Cが不整合状態であることを、APL処理装置4ならびに、例えば、1つの保守運用装置3に通知する。   In this case, since they do not match, the signal control unit 13 of the internal device 1B indicates that this means that the data A, B, and C are in an inconsistent state, as well as, for example, one maintenance operation device. 3 is notified.

(d)再更新時
その後、「40」を付与されたデータC、つまり、古いデータCは、保守運用装置3から送信されるデータ更新要求により、例えば、10月27日12:00に更新される。
(D) At the time of re-update After that, the data C to which “40” is assigned, that is, the old data C is updated at 12:00 on October 27, for example, by a data update request transmitted from the maintenance operation device 3. The

前述の10月27日11:00の更新と同様な方法により、各データA、B、Cには、データCの更新回を示す「51」が付与される。   The data A, B, and C are given “51” indicating the update time of the data C by the same method as the update on October 27, 11:00.

図4は、整合状態のデータA、B、Cの中のデータCが障害発生により消失されたが、リストアにより、データCおよびデータA、B、Cの整合状態が復元され、それらデータがAPL処理装置4から参照される際、整合状態が検出される様子を示す図である。   In FIG. 4, the data C in the data A, B, and C in the consistent state is lost due to the occurrence of the failure. However, the data C and the data A, B, and C are restored by the restoration, and the data is APL. It is a figure which shows a mode that a matching state is detected when referred from the processing apparatus.

(a)更新時
内部装置1Aの信号制御部13は、整合状態のデータA、B、Cの中の、例えば、データCが、10月26日10:00に更新される際、データA、Bのそれぞれに「40」を付与する。一方、内部装置1Bの信号制御部13は、データCに「40」を付与する。
(A) At the time of update The signal control unit 13 of the internal device 1A, for example, when the data C among the data A, B, and C in the matching state is updated at 10:00 on October 26, the data A, “40” is assigned to each of B. On the other hand, the signal control unit 13 of the internal device 1B gives “40” to the data C.

(b)障害発生時
その後、内部装置1Bにおいて、10月27日11:30に障害が発生し、データCおよび「40」が例えば消失してしまった場合、10月27日の4:00に作成されたバックアップファイルから、例えば、データCおよび「40」が内部装置1Bにリストアされる。
(B) At the time of failure When the failure occurs at 11:30 on October 27 in the internal device 1B and the data C and “40” are lost, for example, at 4:00 on October 27 For example, data C and “40” are restored to the internal device 1B from the created backup file.

(c)参照時
例えば、10月27日12:00において処理に使用すべく、APL処理装置4からデータCが参照される際、内部装置1Bの信号制御部13は、内部装置1Aに記憶されたデータA、Bに付与された「40」、「40」を取得する。
(C) Reference time For example, when data C is referred from the APL processing device 4 to be used for processing at 12:00 on October 27, the signal control unit 13 of the internal device 1B is stored in the internal device 1A. "40" and "40" given to the data A and B obtained.

内部装置1Bの信号制御部13は、この「40」、「40」ならびにデータCに付与された「40」からなる情報(「40」、「40」、「40」)が整合状態を示す情報(つまり同一の3パラメータからなる情報)に一致するか否かを判定する。   The signal control unit 13 of the internal device 1B indicates that the information (“40”, “40”, “40”) including “40”, “40” and “40” assigned to the data C indicates the matching state. It is determined whether or not they match (that is, information consisting of the same three parameters).

この場合、一致するので、データCは、APL処理装置4から参照される。   In this case, since they match, the data C is referred to from the APL processing device 4.

図5は、分散データ管理システム1の動作方法を示すシーケンス図である。   FIG. 5 is a sequence diagram showing an operation method of the distributed data management system 1.

ある保守運用装置3は、例えば、内部装置1B内のデータを更新する際、例えば、内部装置1Aにデータ更新要求を送信する(S1)。   For example, when updating data in the internal device 1B, a certain maintenance operation device 3 transmits a data update request to, for example, the internal device 1A (S1).

内部装置1Aの信号制御部13は、内部装置1Aに記憶されたデータ格納先リスト12において、このデータ更新要求の対象であるデータのデータ名に対し、内部装置1Bの内部装置名が対応づけられている場合は、その内部装置名に対応する内部装置つまり内部装置1Bに対し、データ更新要求を送信する(S3)。   In the data storage destination list 12 stored in the internal device 1A, the signal control unit 13 of the internal device 1A associates the internal device name of the internal device 1B with the data name of the data that is the target of the data update request. If so, a data update request is transmitted to the internal device corresponding to the internal device name, that is, the internal device 1B (S3).

内部装置1Bの信号制御部13は、内部装置1Bに記憶されたデータ格納先リスト12において、データ更新要求の対象であるデータのデータ名に対し、内部装置1Bの内部装置名が対応づけられている場合は、そのデータを参照するAPL処理装置4にデータ更新要求を送信する(S5)。   In the data storage destination list 12 stored in the internal device 1B, the signal control unit 13 of the internal device 1B associates the internal device name of the internal device 1B with the data name of the data that is the target of the data update request. If so, a data update request is transmitted to the APL processing device 4 that refers to the data (S5).

APL処理装置4は、自身のデータを更新し(S7)、データ更新結果を内部装置1Bに送信する(S9)。   The APL processing device 4 updates its own data (S7), and transmits the data update result to the internal device 1B (S9).

内部装置1Bの信号制御部13は、上記のようにデータ名に内部装置1Bの内部装置名が対応づけられている場合は、データ記憶部11に記憶されたデータを更新し、更新後のデータに対し、上記のようなシリアル番号(パラメータ)を付与し(S11)、データ更新結果を内部装置1Aに送信する(S13)。   When the internal device name of the internal device 1B is associated with the data name as described above, the signal control unit 13 of the internal device 1B updates the data stored in the data storage unit 11, and the updated data The serial number (parameter) as described above is assigned (S11), and the data update result is transmitted to the internal device 1A (S13).

内部装置1Aの信号制御部13は、上記のようにデータ名に内部装置1Bの内部装置名が対応づけられている場合は、そのデータに整合すべきデータを更新し、更新後のデータに対し、上記のようなシリアル番号(パラメータ)を付与し(S15)、データ更新結果を保守運用装置3に送信する(S17)。   When the internal device name of the internal device 1B is associated with the data name as described above, the signal control unit 13 of the internal device 1A updates the data to be matched with the data, The serial number (parameter) as described above is assigned (S15), and the data update result is transmitted to the maintenance operation device 3 (S17).

一方、バックアップ装置10は、例えば、毎日、所定の時刻になると、各内部装置1A、1Bに記憶されるデータおよびパラメータのバックアップファイルを作成し、記憶する(S21)。   On the other hand, the backup device 10 creates and stores backup files of data and parameters stored in the internal devices 1A and 1B, for example, every day at a predetermined time (S21).

例えば、内部装置1Bは、自身で障害が発生すると(S31)、障害発生通知を保守運用装置3に送信する(S33)。   For example, when a failure occurs by itself (S31), the internal device 1B transmits a failure occurrence notification to the maintenance operation device 3 (S33).

これにより、保守運用装置3は、復旧指示をバックアップ装置10に送信する(S35)。   Thereby, the maintenance operation device 3 transmits a recovery instruction to the backup device 10 (S35).

バックアップ装置10は、内部装置1Bに記憶される全データをバックアップファイルからリストアする(S37)。   The backup device 10 restores all data stored in the internal device 1B from the backup file (S37).

内部装置1Bは、復旧完了通知を保守運用装置3に送信する(S39)。   The internal device 1B transmits a recovery completion notification to the maintenance operation device 3 (S39).

APL処理装置4は、例えば、内部装置1Bに記憶されたデータを参照すべく、内部装置1Bにアクセスする(S41)。   For example, the APL processing device 4 accesses the internal device 1B to refer to the data stored in the internal device 1B (S41).

内部装置1Bの信号制御部13は、そのデータに整合すべきデータを記憶している内部装置(例えば、内部装置1A)からパラメータを取得する(S43)。   The signal control unit 13 of the internal device 1B acquires parameters from the internal device (for example, the internal device 1A) that stores data to be matched with the data (S43).

内部装置1Bの信号制御部13は、この取得したパラメータならびに参照されるデータに付与されたパラメータからなる情報が整合状態を示す情報(つまり同一の3パラメータからなる情報)に一致するか否かを判定する(S45)。   The signal control unit 13 of the internal device 1B determines whether or not the information including the acquired parameter and the parameter added to the referenced data matches the information indicating the matching state (that is, the information including the same three parameters). Determine (S45).

例えば、一致しない場合、内部装置1Bの信号制御部13は、整合すべき複数のデータが互いに整合していない旨のデータ不整合通知を保守運用装置3およびAPL処理装置4に送信する(S47、S49)。これにより、APL処理装置4はデータ参照を中止することができる。   For example, if they do not match, the signal control unit 13 of the internal device 1B transmits a data mismatch notification to the maintenance operation device 3 and the APL processing device 4 that a plurality of data to be matched are not matched to each other (S47, S49). Thereby, the APL processing device 4 can stop the data reference.

一方、保守運用装置3は、例えば、ステップS45で一致しないと判定される原因である、例えば、内部装置1Bでの古いデータを更新すべく、ステップS1と同様に、内部装置1Aにデータ更新要求を送信する(S51)。以降、ステップS3〜S17と同様に、ステップS53〜S67が実行される。これにより、整合すべき複数のデータには、同一のパラメータが付与されることとなり、次回のアクセスにおいてステップS45と同様の判定がなされた際は一致すると判定される。   On the other hand, for example, the maintenance operation device 3 is a cause of being determined not to match in step S45. For example, in order to update old data in the internal device 1B, the data update request is sent to the internal device 1A in the same manner as in step S1. Is transmitted (S51). Thereafter, steps S53 to S67 are executed in the same manner as steps S3 to S17. As a result, the same parameter is assigned to the plurality of data to be matched, and it is determined that they match when the same determination as in step S45 is performed in the next access.

したがって、本実施の形態に係る分散データ管理システム1は、互いに整合すべき複数のデータを分散して記憶する複数の内部装置(1A、1B、…)ならびに各内部装置に記憶されるデータのバックアップファイルを記憶するバックアップ装置10を備える分散データ管理システムであって、各内部装置(1A、1B、…)は、複数のデータ(A、B、C)が互いに整合している状態でいずれかが更新される際は、自身に記憶されるデータに対し、複数のデータ(A、B、C)が互いに整合していることを示す情報を構成するパラメータ(シリアル番号)を付与する一方、自身に記憶されるデータが外部装置(APL処理装置4)から参照される際、他の内部装置から当該他の内部装置に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに自身に記憶されたデータに付与されたパラメータからなる情報が、複数のデータが互いに整合していることを示す情報(同一の3パラメータからなる情報)に一致するか否かを判定する信号制御部13を備え、バックアップ装置10は、各内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルを記憶し、いずれかの内部装置に障害が発生した際は、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルにより、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータを復旧する。   Therefore, the distributed data management system 1 according to the present embodiment includes a plurality of internal devices (1A, 1B,...) That distribute and store a plurality of data to be matched with each other, and a backup of data stored in each internal device. A distributed data management system including a backup device 10 for storing a file, wherein each internal device (1A, 1B,...) Is in a state where a plurality of data (A, B, C) are in alignment with each other. When updating, a parameter (serial number) that constitutes information indicating that a plurality of data (A, B, C) are consistent with each other is added to the data stored in itself, while When the stored data is referenced from the external device (APL processing device 4), the parameter assigned to the data stored in the other internal device is acquired from the other internal device. Determines whether the information made up of each parameter and the parameters assigned to the data stored in itself matches information (information made up of the same three parameters) indicating that the plurality of data are consistent with each other The backup device 10 stores the data stored in each internal device and the backup file of the parameters assigned to the data, and when a failure occurs in any of the internal devices, the backup device 10 The data stored in the internal device and the parameters attached to the data are restored by the data stored in the internal device and the backup file of the parameters attached to the data.

例えば、障害が発生せず、これにより、各パラメータが同一であれば、データは整合しており、つまり、整合性を検出できる。   For example, if a failure does not occur and each parameter is the same, data is consistent, that is, consistency can be detected.

一方、例えば、障害が発生し、バックアップファイルにより、古いデータとパラメータが復旧されれば、各パラメータは同一でなくなり、つまり、データは整合していないことがわかる。すなわち、整合性を検出できる。   On the other hand, for example, if a failure occurs and old data and parameters are restored by a backup file, it is understood that the parameters are not the same, that is, the data is not consistent. That is, consistency can be detected.

このように、整合性の有無の検出を全てまとめて行うのでなく、参照されるデータのみについて参照の際に整合の有無を検出するので、整合の有無を短時間かつ小さい処理負荷にて検出することができる。   In this way, the detection of consistency is not performed all at once, but the presence or absence of matching is detected when referring only to the referenced data, so the presence or absence of matching is detected in a short time and with a small processing load. be able to.

よって、内部装置と保守運用装置3への負荷が軽減され、メモリ等のリソースを少量にできる。また、不整合なデータが長時間放置されることなく、APL処理装置4がデータにアクセスした際に、処理エラーや誤処理になる可能性を低減できる。   Therefore, the load on the internal device and the maintenance operation device 3 is reduced, and resources such as memory can be reduced. Inconsistent data is not left for a long time, and when the APL processing device 4 accesses the data, the possibility of processing errors and erroneous processing can be reduced.

また、信号制御部13は、取得された各パラメータならびに信号制御部13を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が、複数のデータが互いに整合していることを示す情報(同一の3パラメータからなる情報)に一致しないなら、当該複数のデータが互いに整合していないことを保守運用装置3に通知し、保守運用装置3からのデータ更新要求により、複数のデータが互いに整合している状態になった際は、信号制御部13を備える内部装置に記憶されるデータに対し、複数のデータが互いに整合していることを示す情報を構成するパラメータを付与するので、このように整合したデータが、その後において、再び整合しなくなっても、それを検出することができる。   Further, the signal control unit 13 is information indicating that a plurality of pieces of data are consistent with each other obtained from the parameters provided to the parameters stored in the internal device including the signal control unit 13. If the information does not match (information consisting of the same three parameters), the maintenance operation device 3 is notified that the plurality of data are not consistent with each other, and the data update request from the maintenance operation device 3 causes the plurality of data to be exchanged with each other. When it is in a consistent state, a parameter that constitutes information indicating that a plurality of data is consistent with each other is added to the data stored in the internal device including the signal control unit 13. Thus, even if the matched data is not matched again after that, it can be detected.

また、信号制御部13は、取得された各パラメータならびに信号制御部13を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が、複数のデータが互いに整合していることを示す情報(同一の3パラメータからなる情報)に一致しないなら、当該複数のデータが互いに整合していないことを外部装置(APL処理装置4)に通知するので、外部装置はデータ参照を中止でき、処理エラーや誤処理を未然に防ぐことができる。   Further, the signal control unit 13 is information indicating that a plurality of pieces of data are consistent with each other obtained from the parameters provided to the parameters stored in the internal device including the signal control unit 13. If it does not match (information consisting of the same three parameters), the external device (APL processing device 4) is notified that the plurality of data are not consistent with each other. And erroneous processing can be prevented.

なお、本実施の形態では、パラメータとしてシリアル番号を用いたが、パラメータはシリアル番号に限らず、例えば、更新時を示すタイムスタンプとしてもよい。また、特開2005−339091号公報に開示されるようなデータ更新の開始有無情報とデータ更新の終了有無情報を各内部装置でパラメータとして管理し、不整合を検出してもよい。   In this embodiment, a serial number is used as a parameter. However, the parameter is not limited to a serial number, and for example, a time stamp indicating an update time may be used. Also, data update start / non-existence information and data update end / non-existence information as disclosed in JP-A-2005-339091 may be managed as parameters in each internal device to detect inconsistencies.

また、内部装置1A、1Bなどとしてコンピュータを機能させるためのコンピュータプログラムは、半導体メモリ、磁気ディスク、光ディスク、光磁気ディスク、磁気テープなどのコンピュータ読み取り可能な記録媒体に記録でき、また、インターネットなどの通信網を介して伝送させて、広く流通させることができる。   A computer program for causing a computer to function as the internal devices 1A, 1B can be recorded on a computer-readable recording medium such as a semiconductor memory, a magnetic disk, an optical disk, a magneto-optical disk, a magnetic tape, and the like. It can be distributed widely through transmission via a communication network.

1 分散データ管理システム
1A、1B 内部装置
3 保守運用装置
4 APL処理装置
10 バックアップ装置
11 データ記憶部
12 データ格納先リスト
13 信号制御部
DESCRIPTION OF SYMBOLS 1 Distributed data management system 1A, 1B Internal apparatus 3 Maintenance operation apparatus 4 APL processing apparatus 10 Backup apparatus 11 Data storage part 12 Data storage destination list 13 Signal control part

Claims (6)

互いに整合すべき複数のデータを分散して記憶する複数の内部装置ならびに前記各内部装置に記憶されるデータのバックアップファイルを記憶するバックアップ装置を備える分散データ管理システムであって、
前記各内部装置は、
前記複数のデータが互いに整合している状態でいずれかが更新される際は、当該内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する一方、当該内部装置に記憶されるデータが外部装置から参照される際、他の内部装置から当該他の内部装置に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに当該内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致するか否かを判定する信号制御部を備え、
前記バックアップ装置は、
前記各内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルを記憶し、いずれかの前記内部装置に障害が発生した際は、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルにより、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータを復旧することを特徴とする分散データ管理システム。
A distributed data management system comprising a plurality of internal devices that store a plurality of data that should be consistent with each other and a backup device that stores a backup file of data stored in each of the internal devices,
Each internal device is
When any one of the plurality of data is updated in a state where they are consistent with each other, a parameter constituting information indicating that the plurality of data is consistent with each other with respect to the data stored in the internal device On the other hand, when the data stored in the internal device is referred to from the external device, the parameter assigned to the data stored in the other internal device is acquired from the other internal device, and each parameter and A signal control unit for determining whether or not information including parameters assigned to data stored in the internal device matches information indicating that the plurality of data are consistent with each other;
The backup device is
Stores data stored in each internal device and a backup file of parameters assigned to the data. When a failure occurs in any of the internal devices, the data stored in the internal device and the data are stored in the data. A distributed data management system, wherein data stored in the internal device and parameters assigned to the data are restored by a backup file of the assigned parameters.
前記パラメータは、前記複数のデータが互いに整合している状態でいずれかが更新された場合の当該更新回を示すシリアル番号である
ことを特徴とする請求項1記載の分散データ管理システム。
2. The distributed data management system according to claim 1, wherein the parameter is a serial number indicating the update time when any of the plurality of data is updated in a state in which the plurality of data are consistent with each other.
前記信号制御部は、
前記取得された各パラメータならびに当該信号制御部を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致しないなら、当該複数のデータが互いに整合していないことを所定の保守運用装置に通知し、当該保守運用装置からのデータ更新要求により前記複数のデータが互いに整合している状態になった際は、当該信号制御部を備える内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する
ことを特徴とする請求項1または2記載の分散データ管理システム。
The signal controller is
If the information made up of each parameter acquired and the parameter assigned to the data stored in the internal device including the signal control unit does not match the information indicating that the plurality of data are consistent with each other, the plurality Is notified to a predetermined maintenance operation device, and when the plurality of data are in a state of being consistent with each other by a data update request from the maintenance operation device, the signal control unit The distributed data management system according to claim 1, wherein a parameter constituting information indicating that the plurality of pieces of data is consistent with each other is attached to data stored in an internal device.
前記信号制御部は、
前記取得された各パラメータならびに当該信号制御部を備える内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致しないなら、当該複数のデータが互いに整合していないことを前記外部装置に通知する
ことを特徴とする請求項1ないし3のいずれかに記載の分散データ管理システム。
The signal controller is
If the information made up of each parameter acquired and the parameter assigned to the data stored in the internal device including the signal control unit does not match the information indicating that the plurality of data are consistent with each other, the plurality The distributed data management system according to any one of claims 1 to 3, wherein the external device is notified that the pieces of data are not consistent with each other.
互いに整合すべき複数のデータを分散して記憶する複数の内部装置ならびに前記各内部装置に記憶されるデータのバックアップファイルを記憶するバックアップ装置を備える分散データ管理システムの動作方法であって、
前記各内部装置の信号制御部が、
前記複数のデータが互いに整合している状態でいずれかが更新される際は、当該内部装置に記憶されるデータに対し、前記複数のデータが互いに整合していることを示す情報を構成するパラメータを付与する一方、当該内部装置に記憶されるデータが外部装置から参照される際、他の内部装置から当該他の内部装置に記憶されたデータに付与されたパラメータを取得し、当該各パラメータならびに当該内部装置に記憶されたデータに付与されたパラメータからなる情報が前記複数のデータが互いに整合していることを示す情報に一致するか否かを判定し、
前記バックアップ装置は、前記各内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルを記憶し、いずれかの前記内部装置に障害が発生した際は、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータのバックアップファイルにより、当該内部装置に記憶されるデータならびに当該データに付与されたパラメータを復旧することを特徴とする分散データ管理システムの動作方法。
A method for operating a distributed data management system comprising a plurality of internal devices that store a plurality of data to be matched with each other and a backup device that stores a backup file of data stored in each of the internal devices,
The signal control unit of each internal device is
When any one of the plurality of data is updated in a state where they are consistent with each other, a parameter constituting information indicating that the plurality of data is consistent with each other with respect to the data stored in the internal device On the other hand, when the data stored in the internal device is referred to from the external device, the parameter assigned to the data stored in the other internal device is acquired from the other internal device, and each parameter and Determining whether information consisting of parameters assigned to data stored in the internal device matches information indicating that the plurality of data are consistent with each other;
The backup device stores data stored in each internal device and a backup file of parameters assigned to the data, and is stored in the internal device when a failure occurs in any of the internal devices. A method for operating a distributed data management system, comprising: restoring data stored in the internal device and parameters assigned to the data by using a backup file of the data and parameters assigned to the data.
請求項1ないし4のいずれかに記載の分散データ管理システムの内部装置としてコンピュータを機能させるためのコンピュータプログラム。   A computer program for causing a computer to function as an internal device of the distributed data management system according to claim 1.
JP2012039663A 2012-02-27 2012-02-27 Distributed data management system and operation method thereof Expired - Fee Related JP5670935B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012039663A JP5670935B2 (en) 2012-02-27 2012-02-27 Distributed data management system and operation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012039663A JP5670935B2 (en) 2012-02-27 2012-02-27 Distributed data management system and operation method thereof

Publications (2)

Publication Number Publication Date
JP2013175079A true JP2013175079A (en) 2013-09-05
JP5670935B2 JP5670935B2 (en) 2015-02-18

Family

ID=49267920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012039663A Expired - Fee Related JP5670935B2 (en) 2012-02-27 2012-02-27 Distributed data management system and operation method thereof

Country Status (1)

Country Link
JP (1) JP5670935B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033435A (en) * 2015-08-05 2017-02-09 日本電信電話株式会社 Data decentralization management system and operation method thereof
WO2019164328A1 (en) * 2018-02-22 2019-08-29 한국전자통신연구원 Method for controlling operation of terminal in wireless distributed communication system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290098A (en) * 1993-03-31 1994-10-18 Hitachi Software Eng Co Ltd Method for processing distributed data base
JPH07200378A (en) * 1993-12-31 1995-08-04 Nec Corp Library file management equipment
JP2001166976A (en) * 1999-12-10 2001-06-22 Toshiba Corp Database system
JP2004334739A (en) * 2003-05-12 2004-11-25 Tokyo Institute Of Technology Backup method of data, restoration method of backup data, network storage device, and network storage program
JP2006262047A (en) * 2005-03-17 2006-09-28 Konica Minolta Business Technologies Inc Color image forming apparatus
JP2008225740A (en) * 2007-03-12 2008-09-25 Konica Minolta Holdings Inc Information processor and information processing method
JP2009048443A (en) * 2007-08-21 2009-03-05 Hitachi Ltd Information update method and information update system
JP2012038154A (en) * 2010-08-09 2012-02-23 Nippon Telegr & Teleph Corp <Ntt> Data matching method and service providing device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06290098A (en) * 1993-03-31 1994-10-18 Hitachi Software Eng Co Ltd Method for processing distributed data base
JPH07200378A (en) * 1993-12-31 1995-08-04 Nec Corp Library file management equipment
JP2001166976A (en) * 1999-12-10 2001-06-22 Toshiba Corp Database system
JP2004334739A (en) * 2003-05-12 2004-11-25 Tokyo Institute Of Technology Backup method of data, restoration method of backup data, network storage device, and network storage program
JP2006262047A (en) * 2005-03-17 2006-09-28 Konica Minolta Business Technologies Inc Color image forming apparatus
JP2008225740A (en) * 2007-03-12 2008-09-25 Konica Minolta Holdings Inc Information processor and information processing method
JP2009048443A (en) * 2007-08-21 2009-03-05 Hitachi Ltd Information update method and information update system
JP2012038154A (en) * 2010-08-09 2012-02-23 Nippon Telegr & Teleph Corp <Ntt> Data matching method and service providing device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017033435A (en) * 2015-08-05 2017-02-09 日本電信電話株式会社 Data decentralization management system and operation method thereof
WO2019164328A1 (en) * 2018-02-22 2019-08-29 한국전자통신연구원 Method for controlling operation of terminal in wireless distributed communication system
KR20190101304A (en) * 2018-02-22 2019-08-30 한국전자통신연구원 Method for controlling operation of terminals in wireless distributed communication systems
KR102309336B1 (en) * 2018-02-22 2021-10-06 한국전자통신연구원 Method for controlling operation of terminals in wireless distributed communication systems

Also Published As

Publication number Publication date
JP5670935B2 (en) 2015-02-18

Similar Documents

Publication Publication Date Title
US8181071B2 (en) Automatically managing system downtime in a computer network
US7958210B2 (en) Update management method and update management unit
US10839377B2 (en) Syncing blockchain nodes with snapshots
CN101567807B (en) Knowledge-based failure recovery support system
US20150026323A1 (en) State Synchronization in a Service Environment
JP5734240B2 (en) Programmable display
CN106575227B (en) Automatic software update framework
CN112100005B (en) Redis copy set implementation method and device
TW201306632A (en) Recovery service location for a service
US20130166505A1 (en) Monitoring replication lag between geographically dispersed sites
JP2013505512A (en) System health and performance care of computer equipment
CN102193841B (en) Backup method and device of Subversion configuration database
JP5670935B2 (en) Distributed data management system and operation method thereof
JP6015750B2 (en) Log collection server, log collection system, and log collection method
EP4162649A1 (en) Stable references for network function life cycle management automation
US8621451B1 (en) Responsiveness of a computing device in connection with software distribution
US20150234866A1 (en) Data Distribution System
US9880855B2 (en) Start-up control program, device, and method
JP6169485B2 (en) Distributed processing system
WO2012177597A1 (en) Networking elements as a patch distribution platform for distributed automation and control domains
US11714631B2 (en) Method, electronic device, and computer program product for managing operating system
JP6111209B2 (en) Virtual machine management system, virtual machine management method, environment management server, and program
US11442828B2 (en) Handling failures in distributed data system
CN114466026A (en) Application program interface updating method and device, storage medium and computing equipment
Lien et al. Recovery mechanism for diff-based reprogramming in WSNs

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140130

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140714

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140722

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140918

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20141216

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141218

R150 Certificate of patent or registration of utility model

Ref document number: 5670935

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees