JP2007086987A - Data base duplex system, center server, remote server, data base duplex method and program - Google Patents
Data base duplex system, center server, remote server, data base duplex method and program Download PDFInfo
- Publication number
- JP2007086987A JP2007086987A JP2005273703A JP2005273703A JP2007086987A JP 2007086987 A JP2007086987 A JP 2007086987A JP 2005273703 A JP2005273703 A JP 2005273703A JP 2005273703 A JP2005273703 A JP 2005273703A JP 2007086987 A JP2007086987 A JP 2007086987A
- Authority
- JP
- Japan
- Prior art keywords
- remote
- database
- update time
- center
- update
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、センタサーバが備えているセンタ側データベースと、センタサーバと伝送路を介して接続されるリモートサーバが備えているリモート側データベースとの内容を一致させることにより、データベースの二重化を実現するデータベース二重化技術に関する。 The present invention realizes duplication of databases by matching the contents of the center side database provided in the center server and the remote side database provided in the remote server connected to the center server via a transmission path. It relates to database duplication technology.
従来のこの種の技術としては、次のような技術が知られている(例えば、特許文献1、2参照)。
The following techniques are known as conventional techniques of this type (see, for example,
特許文献1に記載されている従来の技術では、センタサーバにおいて、データベースに対する更新要求が発生した場合、上記更新要求に従ってセンタ側データベースを更新すると共に、上記更新要求をリモートサーバへ送信する。リモートサーバは、センタサーバから更新要求が送られてくると、それに従ってリモート側データベースを更新する。センタサーバとリモートサーバとの間の伝送路が正常な場合は、上述したようにすることにより、センタ側データベースの内容とリモート側データベースの内容とを一致させることができる。しかし、伝送路に障害が発生し、センタサーバからの更新要求がリモートサーバへ到達しなくなると、両サーバの内容が異なるものとなってしまう。そこで、特許文献1に記載されている従来の技術では、伝送路に障害が発生している間は、その間に発生した更新要求をセンタサーバ内に設けられている差分ファイルに保存しておき、伝送路が復旧した後、上記差分ファイルに保存しておいた更新要求をリモートサーバへ送信するようにしている。この更新要求に従って、リモート側データベースを更新することにより、両サーバの内容を一致させることができる。
In the conventional technique described in
また、特許文献2に記載されている従来の技術では、次のようにしてセンタ側データベースとリモート側データベースとの内容を一致させるようにしている。
In the conventional technique described in
センタサーバにおいて、データベースに対する更新要求が発生すると、更新要求に従ってセンタ側データベースのレコードを更新すると共に、更新対象レコードにタイムスタンプを付加する。更に、タイムスタンプを付加したレコードを含む更新要求をリモートサーバへ送信する。リモートサーバでは、上記更新要求に従ってリモート側データベースを更新する。センタサーバとリモートサーバとの間の伝送路が正常な場合は、上述したようにすることにより、センタ側データベースの内容とリモート側データベースの内容とを一致させることができる。しかし、センタサーバとリモートサーバとを接続する伝送路に障害が発生すると、両サーバに内容が一致しなくなってしまう。そこで、特許文献2に記載されている技術では、伝送路が復旧した場合、リモートサーバが、センタサーバに対してリモート側データベース内の最新のタイムスタンプ情報を含むデータベース更新情報要求を送信し、センタサーバが、上記データベース更新情報要求中のタイムスタンプ情報よりも新しいタイムスタンプを持つレコードをセンタ側データベースから読み出し圧縮して更新情報ファイルに格納し、リモートサーバへ送信する。リモートサーバでは、更新情報ファイルのデータを伸長してリモート側データベースに展開する。
When an update request for the database occurs in the center server, the record in the center side database is updated according to the update request, and a time stamp is added to the update target record. Further, an update request including a record with a time stamp added is transmitted to the remote server. The remote server updates the remote database according to the update request. When the transmission path between the center server and the remote server is normal, the contents of the center-side database and the contents of the remote-side database can be matched with each other as described above. However, if a failure occurs in the transmission path connecting the center server and the remote server, the contents of the two servers do not match. Therefore, in the technique described in
上述した特許文献1に記載されている従来の技術は、センタサーバとリモートサーバを接続する伝送路が復旧した際、センタサーバの差分ファイルに保持されている更新要求をリモートサーバに送信するだけでリモート側データベースの内容をセンタ側データベースの内容と一致させることができるので、伝送路の復旧後、短時間でリモート側データベースの内容をセンタ側データベースの内容と一致させることができる。
The conventional technique described in
しかし、この特許文献1に記載されている従来の技術は、差分ファイルが必要になるため、必要とするメモリ量が多くなってしまうという問題がある。すなわち、特許文献1に記載されている従来の技術では、伝送路が復旧するまでに多くの時間がかかり、且つ、その間の更新要求の発生頻度が高い場合であっても、発生した全ての更新要求を差分ファイルに保存しておく必要があるため、多くのメモリ量が必要となってしまう。
However, since the conventional technique described in
一方、特許文献2に記載されている従来の技術は、差分ファイルを必要としないので、特許文献1に記載されている技術に比較して、必要とするメモリ量を少なくすることができる。
On the other hand, since the conventional technique described in
しかし、特許文献2に記載されている従来の技術は、リモート側データベース中の全レコードを検索し、最新のタイムスタンプ情報を取得することが必要になるため、伝送路の復旧後、短時間でセンタ側データベースとリモート側データベースの内容を一致させることが難しいという問題がある。
However, since the conventional technique described in
また、特許文献2に記載されている従来の技術では、センタサーバは、伝送路の復旧時にリモートサーバから最新のタイムスタンプ情報を含むデータベース更新情報要求が送られてくると、常に、上記最新のタイムスタンプ情報よりも新しいタイムスタンプを持つレコードをセンタ側データベースから検索するという処理を行う。伝送路に障害が発生している間に、更新要求が発生した場合は、上記処理は両データベースの内容を一致させるために必要な処理であるが、伝送路に障害が発生している間に、更新要求が全く発生しなかった場合は、両サーバの内容は一致しているので、実行することが必要ではない処理である。つまり、特許文献2に記載されている従来の技術では、伝送路の復旧時に不必要な処理が行われ、この不必要な処理によってセンタサーバの通常業務が妨げられてしまう場合があるという問題がある。
Further, in the conventional technique described in
〔発明の目的〕
そこで、本発明の目的は、多くのメモリを使用せずとも、伝送路の復旧後、迅速にセンタ側データベースとリモート側データベースとの内容を一致させることができ、且つ、伝送路の復旧時に無駄な処理が行われないようにすることができるデータベース二重化技術を提供することにある。
(Object of invention)
Therefore, an object of the present invention is to quickly match the contents of the center side database and the remote side database after restoration of the transmission line without using a lot of memory, and it is wasteful when the transmission line is restored. It is an object of the present invention to provide a database duplication technique that can prevent an unnecessary process from being performed.
本発明にかかる第1のデータベース二重化システムは、
センタサーバがセンタ側データベースを備え、前記センタサーバと伝送路を介して接続されたリモートサーバが、前記センタ側データベースのコピーであるリモート側データベースを備えたデータベース二重化システムにおいて、
前記センタサーバが、
センタ側最新更新時刻記憶部と、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段と、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段と、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段とを備え、
前記リモートサーバが、
リモート側最新更新時刻記憶部と、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段とを備えたことを特徴とする。
A first database duplication system according to the present invention includes:
In the database duplication system, the center server includes a center database, and the remote server connected to the center server via a transmission path includes a remote database that is a copy of the center database.
The center server is
A center side latest update time storage unit;
When an update request for the database occurs, the center side database management means for updating the record of the center side database according to the update request and setting the update time in the update target record and the center side latest update time storage unit;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, if the update time set in the center-side latest update time storage unit and the update time set in the remote-side latest update time storage unit do not match, the center side Of the records stored in the database, the remote update is a record for which the added update time is later than the update time set in the latest remote update time storage unit. Differential copy means for sending to the server,
The remote server is
Remote side latest update time storage unit,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time And remote database management means for recovering the remote database according to the recovery record when a recovery record is sent from the center server.
本発明にかかる第2のデータベース二重化システムは、第1のデータベース二重化システムにおいて、
前記差分コピー手段が、前記リモート側データベース管理手段に対して最新更新時刻取得要求を送信する構成を有し、
前記リモート側データベース管理手段が、前記差分コピー手段から前記最新更新時刻取得要求が送られてきたとき、前記リモート側最新更新時刻記憶部に設定されている更新時刻を前記差分コピー手段に返却する構成を有することを特徴とする。
The second database duplex system according to the present invention is the first database duplex system,
The differential copy means has a configuration for transmitting a latest update time acquisition request to the remote database management means,
A configuration in which the remote database management unit returns the update time set in the remote latest update time storage unit to the differential copy unit when the latest update time acquisition request is sent from the differential copy unit It is characterized by having.
本発明にかかる第3のデータベース二重化システムは、第2のデータベース二重化システムにおいて、
前記リモート側データベース管理手段が、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードとキー項目の内容が一致するレコードが前記リモート側データベースに存在する場合は、前記レコードを前記復旧用レコードで置き換え、存在しない場合は前記復旧用レコードを前記リモート側データベースに追加する構成を有することを特徴とする。
A third database duplex system according to the present invention is the second database duplex system,
When the remote-side database management means receives a recovery record from the center server, if there is a record in the remote-side database that matches the recovery record and the key item, the record is It is replaced with a recovery record, and when it does not exist, the recovery record is added to the remote database.
本発明にかかる第4のデータベース二重化システムは、第3のデータベース二重化システムにおいて、
前記センタ側最新更新時刻記憶部が前記センタ側データベース上に設けられ、
前記リモート側最新更新時刻記憶部が前記リモート側データベース上に設けられていることを特徴とする。
A fourth database duplex system according to the present invention is the third database duplex system,
The center side latest update time storage unit is provided on the center side database,
The remote side latest update time storage unit is provided on the remote side database.
本発明にかかるセンタサーバは、
センタ側データベースを備え、且つ伝送路を介して前記センタ側データベースのコピーであるリモート側データベースを備えたリモートサーバと接続されるセンタサーバであって、
センタ側最新更新時刻記憶部と、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段と、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段と、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモートサーバが備えているリモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段とを備えたことを特徴とする。
The center server according to the present invention is:
A center server connected to a remote server having a center side database and having a remote side database that is a copy of the center side database via a transmission line;
A center side latest update time storage unit;
When an update request for the database occurs, the center side database management means for updating the record of the center side database according to the update request and setting the update time in the update target record and the center side latest update time storage unit;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, the update time set in the center-side latest update time storage unit does not match the update time set in the remote-side latest update time storage unit provided in the remote server In the case of the record stored in the center-side database, a record in which the added update time is later than the update time set in the remote-side latest update time storage unit And differential copy means for transmitting to the remote server as a recovery record.
本発明にかかるリモートサーバは、
センタ側データベースを備えたセンタサーバと伝送路を介して接続され、且つ、前記センタ側データベースのコピーであるリモート側データベースを備えたリモートサーバであって、
リモート側最新更新時刻記憶部と、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段とを備えたことを特徴とする。
The remote server according to the present invention is:
A remote server connected to a center server having a center side database via a transmission line and having a remote side database that is a copy of the center side database;
Remote side latest update time storage unit,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time And remote database management means for recovering the remote database according to the recovery record when a recovery record is sent from the center server.
本発明にかかるデータベース二重化方法は、
センタサーバがセンタ側データベースを備え、前記センタサーバと伝送路を介して接続されたリモートサーバが、前記センタ側データベースのコピーであるリモート側データベースを備えたデータベース二重化システムにおいて、
前記センタサーバが、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよびセンタ側最新更新時刻記憶部に更新時刻を設定するステップと、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信するステップと、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信するステップとを実行し、
前記リモートサーバが、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻をリモート側最新更新時刻記憶部に設定するステップと、
前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するステップとを実行することを特徴とする。
The database duplication method according to the present invention includes:
In the database duplication system, the center server includes a center database, and the remote server connected to the center server via a transmission path includes a remote database that is a copy of the center database.
The center server is
When an update request for the database occurs, updating the record in the center side database according to the update request, and setting an update time in the update target record and the center side latest update time storage unit;
Transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, if the update time set in the center-side latest update time storage unit and the update time set in the remote-side latest update time storage unit do not match, the center side Of the records stored in the database, the remote update is a record for which the added update time is later than the update time set in the latest remote update time storage unit. Sending to the server,
The remote server is
When a remote update request is sent from the center server, the remote database is updated in accordance with the remote update request, and the update time included in the remote update request is updated to the remote latest update time storage unit Step to set to
When a recovery record is sent from the center server, a step of recovering the remote database according to the recovery record is executed.
本発明にかかる第1のプログラムは、
センタ側データベース及びセンタ側最新更新時刻記憶部を備え、且つ伝送路を介して前記センタ側データベースのコピーであるリモート側データベースを備えたリモートサーバと接続されるコンピュータを、センタサーバとして機能させるためのプログラムであって、
前記コンピュータを、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモートサーバが備えているリモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段として機能させる。
The first program according to the present invention is:
A computer that includes a center-side database and a center-side latest update time storage unit, and that is connected to a remote server that includes a remote-side database that is a copy of the center-side database via a transmission path, functions as a center server. A program,
The computer,
A center-side database management means for updating a record in the center-side database according to the update request and setting an update time in an update target record and the center-side latest update time storage unit when an update request for the database occurs;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, the update time set in the center-side latest update time storage unit does not match the update time set in the remote-side latest update time storage unit provided in the remote server In the case of the record stored in the center-side database, a record in which the added update time is later than the update time set in the remote-side latest update time storage unit It is made to function as a differential copy means for transmitting to the remote server as a recovery record.
本発明にかかる第2のプログラムは、
センタ側データベースを備えたセンタサーバと伝送路を介して接続され、且つ、リモート側最新更新時刻記憶部および前記センタ側データベースのコピーであるリモート側データベースを備えたコンピュータをリモートサーバとして機能させるプログラムであって、
前記コンピュータを、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段として機能させる。
The second program according to the present invention is:
A program connected to a center server having a center side database via a transmission line, and causing a remote side latest update time storage unit and a computer having a remote side database that is a copy of the center side database to function as a remote server. There,
The computer,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time When the recovery record is sent from the center server, the remote side database management means for recovering the remote database according to the recovery record is set.
〔作用〕
センタサーバにおいて、データベースに対する更新要求が発生すると、センタ側データベース管理手段が、上記更新要求に従ってセンタ側データベースのレコードを更新すると共に、更新対象レコードおよびセンタ側最新更新時刻記憶部に更新時刻を設定し、二重化デーモン手段が、上記更新要求と上記更新時刻とを含むリモート用更新要求をリモートサーバへ送信する。
[Action]
When an update request for the database occurs in the center server, the center-side database management means updates the record in the center-side database in accordance with the update request and sets the update time in the update target record and the center-side latest update time storage unit. The duplex daemon means transmits a remote update request including the update request and the update time to the remote server.
リモートサーバでは、リモート側データベース管理手段が、センタサーバからリモート用更新要求が送られてくると、その要求に従ってリモート側データベースを更新すると共に、リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定する。もし、センタサーバとリモートサーバとを接続する伝送路に障害が発生し、その間に、センタサーバにおいてセンタ側データベースが更新されると、リモート用更新要求がリモートサーバに届かなくなるので、センタ側データベースとリモート側データベースの内容が異なるものになってしまう。また、センタ側最新更新時刻記憶部とリモート側最新更新時刻記憶部の内容も異なるものになってしまう。 In the remote server, when the remote database management means receives a remote update request from the center server, it updates the remote database according to the request, and sets the update time included in the remote update request to the remote server. Is set in the latest latest update time storage unit. If a failure occurs in the transmission path connecting the center server and the remote server, and the center side database is updated in the center server, the remote update request will not reach the remote server. The contents of the remote database will be different. In addition, the contents of the center-side latest update time storage unit and the remote-side latest update time storage unit are also different.
その後、伝送路が復旧すると、センタサーバ内の差分コピー手段が、センタ側最新更新時刻記憶部に設定されている更新時刻とリモート側最新更新時刻記憶部に設定されている更新時刻とを比較し、両者が不一致の場合、センタ側データベースに格納されているレコードの内の、付加されている更新時刻がリモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとしてリモートサーバへ送信する。 After that, when the transmission path is restored, the differential copy means in the center server compares the update time set in the center-side latest update time storage unit with the update time set in the remote-side latest update time storage unit. If the two do not match, the added update time of the records stored in the center-side database is later than the update time set in the remote-side latest update time storage unit. Send the record as a recovery record to the remote server.
リモートサーバ内のリモート側データベース管理手段は、センタサーバから復旧用レコードが送られてくると、それに従ってリモート側データベースを更新し、リモート側データベースの内容をセンタ側データベースの内容と一致させる。 When the recovery record is sent from the center server, the remote-side database management means in the remote server updates the remote-side database accordingly, and matches the contents of the remote-side database with the contents of the center-side database.
本発明によれば、多くのメモリを使用せずとも、伝送路の復旧後、迅速にセンタ側データベースとリモート側データベースとの内容を一致させることができ、且つ、伝送路の復旧時に無駄な処理が行われないようにすることが可能になる。その理由は、次の通りである。 According to the present invention, the contents of the center-side database and the remote-side database can be quickly matched after restoration of the transmission line without using a large amount of memory, and wasteful processing is performed when the transmission line is restored. Can be prevented from being performed. The reason is as follows.
多くのメモリを使用しなくても良い理由は、差分コピー手段が、リモート側データベースの内容とセンタ側データベースの内容とを一致させるために必要になる復旧用レコードをセンタ側データベースから取り出すようにしており、特許文献1のように、差分ファイルを設ける必要がないからである。また、伝送路の復旧後、迅速にセンタ側データベースとリモート側データベースの内容を一致させることができる理由は、センタ側最新更新時刻記憶部およびリモート側最新更新時刻記憶部を備えているからである。即ち、特許文献2のように、データベースを検索せずとも、データベースの最新更新時刻を取得することができるので、伝送路の復旧後、迅速に両データベースの内容を一致させることが可能になる。また、伝送路の復旧時に無駄な処理が行われないようにすることができる理由は、差分コピー手段が、センタ側、リモート側データベースの最新更新時刻が異なる場合のみ、データベースの内容を一致させるための処理を行っているからである。
The reason for not using a lot of memory is that the differential copy means retrieves the recovery records that are needed to match the contents of the remote database with the contents of the center database from the center database. This is because it is not necessary to provide a difference file as in
次に本発明の実施の形態について図面を参照して詳細に説明する。 Next, embodiments of the present invention will be described in detail with reference to the drawings.
〔実施の形態の構成の説明〕
図1は、本発明にかかるデータベース二重化システムの実施の形態の構成例を示すブロック図であり、センタサーバ1と、リモートサーバ2と、クライアント3と、それらを相互の接続する伝送路4とから構成されている。
[Description of Configuration of Embodiment]
FIG. 1 is a block diagram showing a configuration example of an embodiment of a database duplication system according to the present invention. From a
センタサーバ1及びリモートサーバ2は、例えば、UNIX(登録商標)マシンによって構成されるネットワーク管理システム用のサーバ等である。クライアント3は、データベース二重化システムの管理者などが使用するコンピュータによって実現されるものであり、センタサーバ1へデータベースのアクセス要求を送信する機能などを有する。また、伝送路4はTCP/IP等のプロトコルが用いられる伝送路である。
The
図2は、センタサーバ1及びリモートサーバ2の構成例を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration example of the
同図を参照すると、センタサーバ1は、データベース11と、DBMS(database management system;データベース管理システム)12と、サーバアプリケーションプログラム(サーバAPと称す)13と、データベース二重化デーモンプロセス(二重化デーモン手段と称す)15と、差分コピープロセス(差分コピー手段と称す)16とを備えている。また、リモートサーバ2は、データベース21と、DBMS22とを備えている。
Referring to FIG. 1, the
データベース11は、図3(A)に示すように、レコードが格納されるデータ記憶部111と、データベース11における最新更新時刻(最後の更新が行われた時刻)が格納される最新更新時刻記憶部112とを備えている。また、データベース21は、図3(B)に示すように、レコードが格納されるデータ記憶部211と、データベース21における最新更新時刻が格納される最新更新時刻記憶部212とを備えている。
As shown in FIG. 3A, the database 11 includes a
サーバAP13は、DBMS12から提供されているDBMS API(application programming interface)17と、タイムスタンプAPI14とを備えている。なお、図2の例では、サーバAP13を1個しか図示していないが、サーバAP13の個数はこれに限られるものではなく、複数個存在する場合もある。
The
サーバAP13は、データベース11をアクセスするための各種要求をタイムスタンプAPI14及びDBMS API17を介してDBMS12に供給する機能を有する。本実施の形態では、サーバAP13は、データベース11の内容を更新するための更新要求およびデータベース11の内容を参照するための参照要求をタイムスタンプAPI14及びDBMS API17を介してDBMS12に供給する。なお、更新要求には、データベース11に新規レコードを追加するための要求と、データベース11に既に格納されているレコードの内容を変更するための要求との2種類の要求が存在する。新規レコードを追加するための更新要求には、その種別「追加」と、追加するレコードとが含まれ、既に格納されているレコードの内容を変更するための更新要求には。その種別「変更」と、レコードの変更内容とが含まれている。
The
タイムスタンプAPI14は、サーバAP13から更新要求が渡されると、それに更新時刻として現在時刻を付加(スタンプ)し、DBMS API17を介してDBMS12に供給する機能を有する。なお、タイムスタンプAPI14は、サーバAP13から参照要求が渡された場合は、その要求をそのまま、DBMS API17を介してDBMS12に供給する。
The
DBMS12は、サーバAP13から参照要求が供給された場合には、上記参照要求によって要求されているレコードをデータベース11から読み出し、サーバAP13に返却する。また、サーバAP13から更新時刻が付加された更新要求が供給された場合には、上記更新要求に従ってデータベース11を更新(新規レコードの追加あるいは既存レコードの内容変更)すると共に、上記更新要求に付加されている更新時刻を最新更新時刻記憶部112及び更新対象レコードに設定する機能を有する。更に、DBMS12は、サーバAP13から更新時刻が付加された更新要求が供給された場合は、二重化デーモン手段15に対して更新イベントを発生し、上記更新時刻の付加された更新要求を渡す機能を有する。
When the reference request is supplied from the
二重化デーモン手段15は、DBMS12から渡された更新時刻の付加された更新要求をリモート用更新要求として伝送路4を介してリモートサーバ2へ送信する機能や、伝送路4に異常が発生し、データベース11、21の内容が不一致になった場合、そのことをクライアント3に通知する機能を有する。
The duplexing daemon means 15 has a function of transmitting an update request with an update time passed from the
差分コピー手段16は、伝送路4が復旧した後、最新更新時刻記憶部112、212に設定されている最新更新時刻が一致しているか否かを調べ、不一致の場合、データベース11に格納されているレコードの内の、付加(スタンプ)されている時刻がリモート側の最新更新時刻よりも後の時刻になっているレコードを、復旧用レコードとしてリモートサーバ2に送信する機能を有する。
After the transmission path 4 is restored, the differential copy means 16 checks whether or not the latest update times set in the latest update
リモートサーバ2側に設けられているDBMS22は、センタサーバ1からリモート用更新要求が送られてきた場合、それに従ってデータベース21を更新すると共に、データベース21の最新更新時刻記憶部212に上記リモート用更新要求に付加されている更新時刻を設定する機能を有する。更に、センタサーバ1から復旧用レコードが送られてきた場合、それに従ってデータベース21を復旧する機能を有する。
When the remote update request is sent from the
なお、上記した機能を有するセンタサーバ1及びリモートサーバ2は、コンピュータによって実現可能である。コンピュータによってセンタサーバ1を実現する場合は、コンピュータをセンタサーバ1として機能させるためのプログラムを記録したディスク、半導体メモリ、その他の記録媒体を用意し、コンピュータに上記プログラムを読み取らせる。コンピュータは、読み取ったプログラムに従って自身の動作を制御することにより、自コンピュータ上に、DBMS12、二重化デーモン手段15、差分コピー手段16を実現する。また、リモートサーバ2をコンピュータによって実現する場合は、コンピュータをリモートサーバ2として機能させるためのプログラムを記録したディスク、半導体メモリ、その他の記録媒体を用意し、コンピュータに上記プログラムを読み取らせる。コンピュータは、読み取ったプログラムに従って自身の動作を制御することにより、自コンピュータ上に、DBMS22を実現する。
The
〔実施の形態の動作の説明〕
次に、本実施の形態の動作について詳細に説明する。
[Description of Operation of Embodiment]
Next, the operation of the present embodiment will be described in detail.
サーバAP13において、データベース11に対する更新要求が発生すると、図4のフローチャートに示すように、タイムスタンプAPI14が上記更新要求に更新時刻として現在時刻を付加し(ステップS41)、DBMS API17が更新時刻が付加された更新要求をDBMS12に供給する。
When an update request for the database 11 is generated in the
DBMS12は、更新要求を受け付けると、図5のフローチャートに示すように、上記更新要求に従ってデータベース11を更新する(ステップS51)。より具体的には、更新要求の種別が「追加」である場合には、図6に示すようなレコードをデータ記憶部111に追加する。その際、レコードの項目「更新時刻」には、更新要求に付加されている更新時刻を設定する。また、更新要求の種別が「変更」である場合には、データ記憶部111に格納されている変更対象となるレコードの内容を変更すると共に、項目「更新時刻」に更新要求に付加されている更新時刻を設定する。
Upon receiving the update request, the
その後、DBMS12は、上記更新要求に付加されている更新時刻を、最新更新時刻記憶部112に設定(ステップS52)、二重化デーモン手段15に対して更新イベントを発生し、上記更新要求を渡す(ステップS53)。
Thereafter, the
二重化デーモン手段15は、DBMS12から更新時刻の付加されている更新要求が渡されると、図7のフローチャートに示すように、上記更新要求をリモート用更新要求としてリモートサーバ2へ送信し、応答待ち状態となる(ステップS71)。
When the update request to which the update time is added is delivered from the
リモートサーバ2内のDBMS22は、リモート用更新要求を受信すると、図8のフローチャートに示すように、リモート用更新要求に従ってデータベース21を更新し(ステップS81)、その後、上記リモート用更新要求に付加されている更新時刻を最新更新時刻記憶部212に設定する(ステップS82)。そして、ステップS81、S82の処理が正常終了した場合は、二重化デーモン手段15に正常応答を返し(ステップS83がYES、S84)、異常終了した場合は、異常応答を返す(ステップS83がNO、S85)。
When the
応答待ち状態にある二重化デーモン手段15は、正常応答が返却された場合(ステップS73がYES)は、その処理を終了し、異常応答が返却された場合(ステップS72がYES)は、リモート用更新要求の再送処理を行う(ステップS76)。また、リモート用更新要求を送信した後、所定時間が経過しても、DBMS22から正常応答も異常応答も返却されなかった場合(ステップS74がYES)は、伝送路4の障害により、データベース21の内容をデータベース11の内容と一致させることができなくなったと判断し、クライアント3にそのことを通知する(ステップS75)。
If the normal response is returned (YES in step S73), the duplexing daemon means 15 in the response waiting state ends the processing, and if the abnormal response is returned (YES in step S72), the remote update is performed. Request retransmission processing is performed (step S76). Further, if neither a normal response nor an abnormal response is returned from the
伝送路4の障害が復旧すると、差分コピー手段16は、図9のフローチャートに示すように、最新更新時刻記憶部112に格納されている、データベース11の最新更新時刻(Tcとする)を取得後、リモートサーバ2に対して最新時刻取得要求を送信する(ステップS91、S92)。これにより、リモートサーバ2内のDBMS22は、最新更新時刻記憶部212に格納されている、データベース21の最新更新時刻(Trとする)をセンタサーバ1へ送信する。差分コピー手段16は、データベース21の最新更新時刻Trを受信すると、ステップS91で取得したデータベース11の最新更新時刻Tcと比較する(ステップS94)。
When the failure of the transmission path 4 is recovered, the
そして、最新更新時刻Tc、Trが等しい場合(ステップS94がYES)は、データベース11、21に差分がないと判断し、クライアント3に対してデータベース11、21の内容が一致したことを通知し(ステップS96)、その後、処理を終了する。
If the latest update times Tc and Tr are equal (YES in step S94), it is determined that there is no difference between the
これに対して、最新更新時刻Tc、Trが異なる場合(ステップS94がNO)は、差分情報送信処理を行う(ステップS95)。差分情報送信処理では、データベース11から、項目「更新時刻」に設定されている更新時刻が、データベース21の最新更新時刻Trよりも後のレコードを検索し、検索したレコードを復旧用レコードとしてリモートサーバ2へ送信する処理を行う。その後、差分コピー手段16は、クライアント3に対してデータベース11、21の内容が一致したことを通知し(ステップS96)、処理を終了する。
On the other hand, if the latest update times Tc and Tr are different (NO in step S94), a difference information transmission process is performed (step S95). In the difference information transmission process, a record in which the update time set in the item “update time” is later than the latest update time Tr in the
一方、リモートサーバ2内のDBMS22は、センタサーバ1からの復旧用レコードを受信する毎に、図10のフローチャートに示す処理を行う。図10を参照すると、DBMS22は、復旧用レコードを受信すると、復旧用レコードとキー項目の内容が一致するレコードが、データベース21内に存在するか否かを調べる(ステップS101)。そして、そのようなレコードが存在する場合(ステップS101がYES)は、上記レコードを復旧用レコードで置き換える(ステップS102)。これに対して、そのようなレコードが存在しない場合は、復旧用レコードをデータベース21に追加する。
On the other hand, every time the
図11は、センタサーバ1及びリモートサーバ2で行われる動作の一例を示すタイムチャートである。
FIG. 11 is a time chart illustrating an example of operations performed in the
センタサーバ1内のサーバAP13において、更新要求が発生すると、タイムスタンプAPI14が、上記更新要求に現在時刻(更新時刻)を付加してDBMS12に渡す(図11のステップS111、図4のステップS41、S42)。
When an update request is generated in the
これにより、DBMS12がデータベース11を更新すると共に最新更新時刻記憶部112に上記更新要求に付加されている更新時刻を設定し、更に、二重化デーモン手段15に対して更新イベントを発生する(図11のステップS112、図5のステップS51〜S53)。
As a result, the
これにより、二重化デーモン手段15は、リモート用更新要求をリモートサーバ2へ送信する(図11のステップS113、図7のステップS71)。 Thereby, the duplexing daemon means 15 transmits a remote update request to the remote server 2 (step S113 in FIG. 11 and step S71 in FIG. 7).
リモートサーバ2内のDBMS22は、リモート用更新要求に従ってデータベース21を更新すると共に、上記リモート用更新要求に付加されている更新時刻を最新更新時刻記憶部212に設定する(図11のステップS114、図8のステップS81、S82)。
The
図11の例では、その後、再びサーバAP13で更新要求が発生し(ステップS115)、データベース11の更新とリモート用更新要求の送出とが行われているが(ステップS116、S117)、伝送路4の障害により、リモート用更新要求はリモートサーバ2に到達せず、その目的を達成していない。即ち、データベース21の内容がデータベース11の内容と異なるものになってしまう。また、このような事態が発生すると、センタサーバ1内の差分コピー手段16は、そのことをクライアント3に通知する(図11のステップS118、図7のステップS75)。
In the example of FIG. 11, an update request is again generated at the server AP 13 (step S115), and the database 11 is updated and a remote update request is sent (steps S116 and S117). Due to the failure, the remote update request does not reach the
その後、伝送路4が復旧すると(図11のステップS119)、差分コピー手段16が、最新更新時刻記憶部112、212からデータベース11、21それぞれの最新更新時刻Tc、Trを取得し、両者が一致するか否かを調べることにより、データベース11、21の内容が一致しているか否かを判断する(図11のステップS120〜S123、図9のステップS91〜94)。
After that, when the transmission path 4 is restored (step S119 in FIG. 11), the
そして、両データベース11、21の内容が等しいと判断した場合は、クライアント3にデータベースベース不一致復旧を通知する(図11のステップS123がNO、S126、図9のステップS94がYES、S96)。これに対して、両データベース11、21の内容が一致していないと判断した場合は、差分コピー手段16が差分情報送信処理を行い(図11のステップS123がYES、S124、図9のステップS94がYES、S95)、リモートサーバ2内のDBMS22が復旧処理を行う(図11のステップS125、図10のステップS101〜S103)。
If it is determined that the contents of the
〔実施の形態の効果〕
本実施の形態によれば、多くのメモリを使用せずとも、伝送路の復旧後、迅速にセンタ側データベースとリモート側データベースとの内容を一致させることができ、且つ、伝送路の復旧時に無駄な処理が行われないようにすることが可能になる。その理由は、次の通りである。
[Effect of the embodiment]
According to the present embodiment, it is possible to quickly match the contents of the center side database and the remote side database after restoration of the transmission line without using a lot of memory, and it is wasteful when the transmission line is restored. It is possible to prevent the processing from being performed. The reason is as follows.
多くのメモリを使用しなくても良い理由は、差分コピー手段16が、リモート側のデータベース21の内容をセンタ側のデータベース11の内容と一致させるために必要になる復旧用レコードをセンタ側のデータベース11から取り出すようにしており、特許文献1のように、差分ファイルを設ける必要がないからである。また、伝送路4の復旧後、迅速にセンタ側、リモート側のデータベース11、21の内容を一致させることができる理由は、センタ側、リモート側の最新更新時刻記憶部112、212を備えているからである。即ち、特許文献2のように、データベースを検索せずとも、データベース11、21の最新更新時刻を取得することができるので、伝送路4の復旧後、迅速に両データベース11、21の内容を一致させることが可能になる。また、伝送路の復旧時に無駄な処理が行われないようにすることができる理由は、差分コピー手段16が、センタ側、リモート側のデータベース11、21の最新更新時刻が異なる場合のみ、データベースの内容を一致させるための処理を行っているからである。
The reason for not using a lot of memory is that the differential copy means 16 sends a recovery record required for the contents of the
1…センタサーバ
11…データベース
12…DBMS
13…サーバAP
14…タイムスタンプAPI
15…二重化デーモン手段
16…差分コピー手段
17…DBMS API
2…リモートサーバ
21…データベース
22…DBMS
3…クライアント
4…伝送路
1 ... Center server 11 ...
13 ... Server AP
14 ... Timestamp API
15 ... Duplex daemon means 16 ... Differential copy means 17 ... DBMS API
2 ...
3 ... Client 4 ... Transmission path
Claims (9)
前記センタサーバが、
センタ側最新更新時刻記憶部と、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段と、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段と、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段とを備え、
前記リモートサーバが、
リモート側最新更新時刻記憶部と、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段とを備えたことを特徴とするデータベース二重化システム。 In the database duplication system, the center server includes a center database, and the remote server connected to the center server via a transmission path includes a remote database that is a copy of the center database.
The center server is
A center side latest update time storage unit;
When an update request for the database occurs, the center side database management means for updating the record of the center side database according to the update request and setting the update time in the update target record and the center side latest update time storage unit;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, if the update time set in the center-side latest update time storage unit and the update time set in the remote-side latest update time storage unit do not match, the center side Of the records stored in the database, the remote update is a record for which the added update time is later than the update time set in the latest remote update time storage unit. Differential copy means for sending to the server,
The remote server is
Remote side latest update time storage unit,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time A database duplication system comprising: a remote database management unit configured to restore the remote database according to the recovery record when a recovery record is sent from the center server.
前記差分コピー手段が、前記リモート側データベース管理手段に対して最新更新時刻取得要求を送信する構成を有し、
前記リモート側データベース管理手段が、前記差分コピー手段から前記最新更新時刻取得要求が送られてきたとき、前記リモート側最新更新時刻記憶部に設定されている更新時刻を前記差分コピー手段に返却する構成を有することを特徴とするデータベース二重化システム。 The database duplication system according to claim 1,
The differential copy means has a configuration for transmitting a latest update time acquisition request to the remote database management means,
A configuration in which the remote database management unit returns the update time set in the remote latest update time storage unit to the differential copy unit when the latest update time acquisition request is sent from the differential copy unit A database duplication system characterized by comprising:
前記リモート側データベース管理手段が、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードとキー項目の内容が一致するレコードが前記リモート側データベースに存在する場合は、前記レコードを前記復旧用レコードで置き換え、存在しない場合は前記復旧用レコードを前記リモート側データベースに追加する構成を有することを特徴とするデータベース二重化システム。 In the database duplication system according to claim 2,
When the remote-side database management means receives a recovery record from the center server, if there is a record in the remote-side database that matches the recovery record and the key item, the record is A database duplication system characterized in that it is replaced with a recovery record, and if it does not exist, the recovery record is added to the remote database.
前記センタ側最新更新時刻記憶部が前記センタ側データベース上に設けられ、
前記リモート側最新更新時刻記憶部が前記リモート側データベース上に設けられていることを特徴とするデータベース二重化システム。 In the database duplication system according to claim 3,
The center side latest update time storage unit is provided on the center side database,
The database duplex system, wherein the remote latest update time storage unit is provided on the remote database.
センタ側最新更新時刻記憶部と、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段と、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段と、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモートサーバが備えているリモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段とを備えたことを特徴とするセンタサーバ。 A center server connected to a remote server having a center side database and having a remote side database that is a copy of the center side database via a transmission line;
A center side latest update time storage unit;
When an update request for the database occurs, the center side database management means for updating the record of the center side database according to the update request and setting the update time in the update target record and the center side latest update time storage unit;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, the update time set in the center-side latest update time storage unit does not match the update time set in the remote-side latest update time storage unit provided in the remote server In the case of the record stored in the center-side database, a record in which the added update time is later than the update time set in the remote-side latest update time storage unit A center server comprising differential copy means for transmitting to the remote server as a recovery record.
リモート側最新更新時刻記憶部と、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段とを備えたことを特徴とするリモートサーバ。 A remote server connected to a center server having a center side database via a transmission line and having a remote side database that is a copy of the center side database;
Remote side latest update time storage unit,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time A remote server comprising: a remote database management unit configured to restore the remote database according to the recovery record when a recovery record is sent from the center server.
前記センタサーバが、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよびセンタ側最新更新時刻記憶部に更新時刻を設定するステップと、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信するステップと、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信するステップとを実行し、
前記リモートサーバが、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻をリモート側最新更新時刻記憶部に設定するステップと、
前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するステップとを実行することを特徴とするデータベース二重化方法。 In the database duplication system, the center server includes a center database, and the remote server connected to the center server via a transmission path includes a remote database that is a copy of the center database.
The center server is
When an update request for the database occurs, updating the record in the center side database according to the update request, and setting an update time in the update target record and the center side latest update time storage unit;
Transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, if the update time set in the center-side latest update time storage unit and the update time set in the remote-side latest update time storage unit do not match, the center side Of the records stored in the database, the remote update is a record for which the added update time is later than the update time set in the latest remote update time storage unit. Sending to the server,
The remote server is
When a remote update request is sent from the center server, the remote database is updated in accordance with the remote update request, and the update time included in the remote update request is updated to the remote latest update time storage unit Step to set to
And a step of restoring the remote database according to the recovery record when a recovery record is sent from the center server.
前記コンピュータを、
データベースに対する更新要求が発生したとき、前記更新要求に従って前記センタ側データベースのレコードを更新すると共に、更新対象レコードおよび前記センタ側最新更新時刻記憶部に更新時刻を設定するセンタ側データベース管理手段、
前記更新要求と前記更新時刻とを含むリモート用更新要求を前記リモートサーバへ送信する二重化デーモン手段、
前記伝送路の障害が復旧したとき、前記センタ側最新更新時刻記憶部に設定されている更新時刻と前記リモートサーバが備えているリモート側最新更新時刻記憶部に設定されている更新時刻とが不一致の場合、前記センタ側データベースに格納されているレコードの内の、付加されている更新時刻が前記リモート側最新更新時刻記憶部に設定されている更新時刻よりも後の時刻になっているレコードを復旧用レコードとして前記リモートサーバへ送信する差分コピー手段として機能させるためのプログラム。 A computer that includes a center-side database and a center-side latest update time storage unit, and that is connected to a remote server that includes a remote-side database that is a copy of the center-side database via a transmission path, functions as a center server. A program,
The computer,
A center-side database management means for updating a record in the center-side database according to the update request and setting an update time in an update target record and the center-side latest update time storage unit when an update request for the database occurs;
A duplex daemon means for transmitting a remote update request including the update request and the update time to the remote server;
When the failure of the transmission path is recovered, the update time set in the center-side latest update time storage unit does not match the update time set in the remote-side latest update time storage unit provided in the remote server In the case of the record stored in the center-side database, a record in which the added update time is later than the update time set in the remote-side latest update time storage unit A program for functioning as differential copy means for transmitting to the remote server as a recovery record.
前記コンピュータを、
前記センタサーバからリモート用更新要求が送られてきたとき、該リモート用更新要求に従って前記リモート側データベースを更新すると共に、前記リモート用更新要求に含まれている更新時刻を前記リモート側最新更新時刻記憶部に設定し、前記センタサーバから復旧用レコードが送られてきたとき、該復旧用レコードに従って前記リモート側データベースを復旧するリモート側データベース管理手段として機能させるためのプログラム。 A program connected to a center server having a center side database via a transmission line, and causing a remote side latest update time storage unit and a computer having a remote side database that is a copy of the center side database to function as a remote server. There,
The computer,
When a remote update request is sent from the center server, the remote database is updated according to the remote update request, and the update time included in the remote update request is stored in the remote latest update time And a program for functioning as remote database management means for recovering the remote database according to the recovery record when a recovery record is sent from the center server.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005273703A JP2007086987A (en) | 2005-09-21 | 2005-09-21 | Data base duplex system, center server, remote server, data base duplex method and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005273703A JP2007086987A (en) | 2005-09-21 | 2005-09-21 | Data base duplex system, center server, remote server, data base duplex method and program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2007086987A true JP2007086987A (en) | 2007-04-05 |
Family
ID=37973928
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005273703A Pending JP2007086987A (en) | 2005-09-21 | 2005-09-21 | Data base duplex system, center server, remote server, data base duplex method and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2007086987A (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010044553A (en) * | 2008-08-12 | 2010-02-25 | Hitachi Ltd | Data processing method, cluster system, and data processing program |
GB2484086A (en) * | 2010-09-28 | 2012-04-04 | Metaswitch Networks Ltd | Reliability and performance modes in a distributed storage system |
JP2014075060A (en) * | 2012-10-05 | 2014-04-24 | Azbil Corp | Control apparatus and data restoration method |
CN116149712A (en) * | 2023-04-04 | 2023-05-23 | 湖南中青能科技有限公司 | Database version updating compatible matching method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05204739A (en) * | 1992-01-29 | 1993-08-13 | Nec Corp | System for synchronizing overlapped distributed data bases |
JPH0954719A (en) * | 1995-08-14 | 1997-02-25 | Meidensha Corp | Client and server type data base |
JPH09305466A (en) * | 1996-05-14 | 1997-11-28 | Toshiba Corp | Power distribution system supervisory and control unit |
JP2002202906A (en) * | 2000-12-28 | 2002-07-19 | Nec Corp | Database duplex system and method therefor |
JP2004038349A (en) * | 2002-07-01 | 2004-02-05 | Nec Engineering Ltd | Network database update system |
-
2005
- 2005-09-21 JP JP2005273703A patent/JP2007086987A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05204739A (en) * | 1992-01-29 | 1993-08-13 | Nec Corp | System for synchronizing overlapped distributed data bases |
JPH0954719A (en) * | 1995-08-14 | 1997-02-25 | Meidensha Corp | Client and server type data base |
JPH09305466A (en) * | 1996-05-14 | 1997-11-28 | Toshiba Corp | Power distribution system supervisory and control unit |
JP2002202906A (en) * | 2000-12-28 | 2002-07-19 | Nec Corp | Database duplex system and method therefor |
JP2004038349A (en) * | 2002-07-01 | 2004-02-05 | Nec Engineering Ltd | Network database update system |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010044553A (en) * | 2008-08-12 | 2010-02-25 | Hitachi Ltd | Data processing method, cluster system, and data processing program |
JP4612714B2 (en) * | 2008-08-12 | 2011-01-12 | 株式会社日立製作所 | Data processing method, cluster system, and data processing program |
GB2484086A (en) * | 2010-09-28 | 2012-04-04 | Metaswitch Networks Ltd | Reliability and performance modes in a distributed storage system |
JP2014075060A (en) * | 2012-10-05 | 2014-04-24 | Azbil Corp | Control apparatus and data restoration method |
CN116149712A (en) * | 2023-04-04 | 2023-05-23 | 湖南中青能科技有限公司 | Database version updating compatible matching method |
CN116149712B (en) * | 2023-04-04 | 2023-06-27 | 湖南中青能科技有限公司 | Database version updating compatible matching method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7676503B2 (en) | Hybrid computer restore using network service | |
US6782398B1 (en) | Method for executing commands on multiple computers of a network | |
US8626778B2 (en) | System and method for conversion of JMS message data into database transactions for application to multiple heterogeneous databases | |
US7941814B1 (en) | Device driver processing for automated system restores | |
US6647399B2 (en) | Method, system, program, and data structures for naming full backup versions of files and related deltas of the full backup versions | |
US7114094B2 (en) | Information processing system for judging if backup at secondary site is necessary upon failover | |
CN102460398B (en) | Source classification for performing deduplication in a backup operation | |
US8250202B2 (en) | Distributed notification and action mechanism for mirroring-related events | |
CN107924362B (en) | Database system, server device, computer-readable recording medium, and information processing method | |
US8019727B2 (en) | Pull model for file replication at multiple data centers | |
US20100030818A1 (en) | System and method for applying once a transaction delivered in a message published asynchronously in a distributed database | |
US20060075004A1 (en) | Method, system, and program for replicating a file | |
US8615494B1 (en) | Segment-based method for efficient file restoration | |
JP2003308210A (en) | Method of replicating source file across networked resources and recording medium | |
US8046329B2 (en) | Incremental backup of database for non-archive logged servers | |
JP2009288836A (en) | System failure recovery method of virtual server, and its system | |
JP2005011354A (en) | System and method for managing cache object using notification bond | |
US8250313B1 (en) | Conflict avoidance in data store replication | |
KR20020003859A (en) | Web server content replication | |
JP2007220103A (en) | Method, system, and program for consolidating session information for a cluster of sessions in coupled session environment | |
US20090070336A1 (en) | Method and system for managing transmitted requests | |
JP4159750B2 (en) | Distributed computer system and maintenance data application method | |
US11416235B2 (en) | System and method for managed server independence for deployment of software applications and libraries | |
JP2007086987A (en) | Data base duplex system, center server, remote server, data base duplex method and program | |
US20110137866A1 (en) | Method for generating backup script |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080818 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20090721 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20090721 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110607 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110804 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20120124 |