JP2009151635A - Operation continuation system - Google Patents

Operation continuation system Download PDF

Info

Publication number
JP2009151635A
JP2009151635A JP2007330174A JP2007330174A JP2009151635A JP 2009151635 A JP2009151635 A JP 2009151635A JP 2007330174 A JP2007330174 A JP 2007330174A JP 2007330174 A JP2007330174 A JP 2007330174A JP 2009151635 A JP2009151635 A JP 2009151635A
Authority
JP
Japan
Prior art keywords
storage medium
data
storage device
site
medium
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007330174A
Other languages
Japanese (ja)
Inventor
Shunichi Taniguchi
俊一 谷口
Kenichi Kiyami
憲一 木闇
Masaaki Okano
正明 岡野
Hidehiko Asahi
英彦 朝日
Kiichi Matsumiya
嘉一 松宮
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP2007330174A priority Critical patent/JP2009151635A/en
Publication of JP2009151635A publication Critical patent/JP2009151635A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To hold actual data at a secondary site even if a test using a primary site is under execution, and to rapidly synchronize the secondary site with the primary site after resuming operation. <P>SOLUTION: The primary site 10 comprises a storage device 15 having a storage medium 17 and a management part 19, and a DBMS 13. The management part 19 generates difference data 50 when the data of the storage medium 17 is updated according to instructions of the DBMS 13. The secondary site 30 comprises a storage device 35 having a storage medium 37 and a management part 39; an intermediate storage device 40 having a storage medium 41 and a management part 43, and a DBMS 33. The management part 43 updates the storage medium 41 based on the difference data 50, and outputs the difference data 60. The management part 39 updates the storage medium 37 based on the difference data 60. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、プライマリサイトとセカンダリサイトとを備えた業務継続可能なシステムに関し、特にプライマリサイトとセカンダリサイトのデータを同期させる技術に関する。   The present invention relates to a business continuation system including a primary site and a secondary site, and more particularly to a technique for synchronizing data of a primary site and a secondary site.

近年、企業において、台風や大地震などの自然災害や、テロ攻撃、火災などの大事故など不測の緊急事態に遭遇した場合でも被害を最小限にとどめ、迅速に復旧して中核業務を継続して行うための業務継続計画(Business Continuity Plan)を予め策定しておく取り組みが行われている。   In recent years, even if a company encounters an unforeseen emergency such as a natural disaster such as a typhoon or a major earthquake, or a major accident such as a terrorist attack or a fire, it can minimize damage and recover quickly to continue its core operations. Efforts have been made to formulate a business continuity plan in advance.

特に、コンピュータシステムにおいては、通常の業務で用いるプライマリサイトに対して、地理的に離れた地点に、プライマリサイトのバックアップであるセカンダリサイトを設けた業務継続システムが知られている。そして、この業務継続システムでは、プライマリサイトのデータをセカンダリサイトでも保持し、いつでもセカンダリサイトでプライマリサイトの機能をバックアップできるようにしている。そのために、プライマリサイトのデータが更新されると、その度に更新内容(差分データ)をセカンダリサイトに通知して、セカンダリサイトのデータを同期させることが行われている(随時コピー)。   In particular, in a computer system, a business continuation system is known in which a secondary site, which is a backup of the primary site, is provided at a geographically distant point from the primary site used for normal business. In this business continuity system, data of the primary site is also retained at the secondary site, and the functions of the primary site can be backed up at the secondary site at any time. For this reason, every time the data at the primary site is updated, the update content (difference data) is notified to the secondary site to synchronize the data at the secondary site (as needed).

この業務継続システムにおいて、プライマリサイトを用いてテストを実行する場合がある。つまり、このテストは、プライマリサイトを一時的に停止させて行われる。このテストのときには、プライマリサイトのデータ記憶装置に記憶されている実データをテストデータに入れ替えてテストを実行し、テスト終了後には再び実データを復旧させる処理が必要である。   In this business continuity system, a test may be executed using the primary site. In other words, this test is performed with the primary site temporarily suspended. At the time of this test, it is necessary to execute a test by replacing the actual data stored in the data storage device at the primary site with the test data, and to restore the actual data again after the test is completed.

このため、テストを実行している間も随時コピーを行うと、テスト中はセカンダリサイトのデータもテストデータに置き換わる。このときに災害などが発生してプライマリサイトが被災すると、セカンダリサイトの記憶装置にはテストデータが記憶されていて、直ちにセカンダリサイトを稼働させることができない。   Therefore, if copying is performed at any time while the test is being executed, the data at the secondary site is also replaced with the test data during the test. If a disaster occurs at this time and the primary site is damaged, test data is stored in the storage device at the secondary site, and the secondary site cannot be operated immediately.

そこで、テスト開始前に随時コピーを停止させ、テスト終了後に随時コピーを再開させることもできる。このようにすれば、テスト中にプライマリサイトが被災してもセカンダリサイトの記憶装置にはテスト開始前のデータが残っているので、直ちにセカンダリサイトを稼働させることが可能である。   Therefore, copying can be stopped at any time before the test is started, and copying can be restarted at any time after the test is completed. In this way, even if the primary site is damaged during the test, the data before the start of the test remains in the storage device at the secondary site, so that the secondary site can be operated immediately.

ところが、テスト終了後に随時コピーを再開させたとき、セカンダリサイトにテストデータへの入れ替え、テスト実行及び実データへの復旧をさせるための差分データを、プライマリサイトからセカンダリサイトへ送る必要がある。しかし、この差分データのデータ量が膨大でデータの転送に長時間を要する(セカンダリサイトでの差分データを反映させる処理にはそれほど時間はかからない)。つまり、この差分データの転送及びプライマリサイトへ追いつくためのデータ更新は、プライマリサイトの運用再開後に長時間を要して行うことになり、好ましくない。   However, when copying is resumed at any time after the end of the test, it is necessary to send differential data to the secondary site from the primary site for replacement with test data, test execution, and recovery to actual data. However, the data amount of the difference data is enormous, and it takes a long time to transfer the data (the process for reflecting the difference data at the secondary site does not take much time). That is, the transfer of the differential data and the data update for catching up with the primary site are not preferable because it takes a long time after the operation of the primary site is resumed.

そこで、本発明の目的は、プライマリサイトを用いたテストを実行中であっても、セカンダリサイトで実データを保持できるとともに、運用再開後にセカンダリサイトをプライマリサイトと迅速に同期させることである。   Therefore, an object of the present invention is to hold actual data at the secondary site even while a test using the primary site is being performed, and to quickly synchronize the secondary site with the primary site after the operation is resumed.

本発明の一つの実施態様に従う業務継続システムは、プライマリサイトと、前記プライマリサイトのバックアップサイトであるセカンダリサイトとを備え、前記プライマリサイトで障害が発生したときに前記セカンダリサイトで業務を継続するシステムである。前記プライマリサイトは、第1記憶装置と、前記第1記憶装置上に構成されたデータベースを管理する第1データベース管理システムと、を備える。前記第1記憶装置は、データを記憶する第1記憶媒体と、前記第1データベース管理システムの指示に応じて前記第1記憶媒体に対してデータの読み出し及び書き込みを行い、前記第1記憶媒体に対して書き込んだときの差分データを出力する第1媒体管理部とを備える。前記セカンダリサイトは、第2記憶装置と、前記第2記憶装置上に構成されたデータベースを管理する第2データベース管理システムと、中間記憶装置とを備える。前記中間記憶装置は、データを記憶する第3記憶媒体と、前記第1媒体管理部が生成した差分データに基づいて前記第3記憶媒体へ書き込みを行って、前記第1記憶媒体と前記第3記憶媒体とを同期させるとともに、前記第3記憶媒体に対して書き込んだときの差分データを出力する第3媒体管理部とを備える。そして、前記第2記憶装置は、データを記憶する第2記憶媒体と、前記第2データベース管理システムの指示に応じて前記第2記憶媒体に対してデータの読み出し及び書き込みを行うとともに、前記第3媒体管理部が生成した差分データに基づいて前記第2の記憶媒体へ書き込みを行って、前記第3記憶媒体と前記第2記憶媒体とを同期させる第2媒体管理部とを備える。   A business continuity system according to an embodiment of the present invention includes a primary site and a secondary site that is a backup site of the primary site, and a system that continues business at the secondary site when a failure occurs at the primary site It is. The primary site includes a first storage device and a first database management system that manages a database configured on the first storage device. The first storage device reads and writes data to and from the first storage medium in accordance with instructions from the first database management system and the first database management system. And a first medium management unit that outputs difference data when written. The secondary site includes a second storage device, a second database management system that manages a database configured on the second storage device, and an intermediate storage device. The intermediate storage device writes to the third storage medium based on the third storage medium that stores data and the difference data generated by the first medium management unit, and the first storage medium and the third storage medium A third medium management unit that synchronizes with the storage medium and outputs difference data when writing to the third storage medium; The second storage device reads and writes data to and from the second storage medium that stores data, and the second storage medium in accordance with an instruction from the second database management system. A second medium management unit configured to perform writing to the second storage medium based on the difference data generated by the medium management unit and to synchronize the third storage medium and the second storage medium;

好適な実施形態では、前記第1媒体管理部及び前記第3媒体管理部が動作して、前記第1記録媒体と前記第3記録媒体とが同期しているときに、前記第2媒体管理部の動作を一時停止させることが可能であってもよい。   In a preferred embodiment, when the first medium management unit and the third medium management unit operate and the first recording medium and the third recording medium are synchronized, the second medium management unit It may be possible to pause the operation.

以下、本発明の一実施形態に係る業務継続システムについて、図面を参照して説明する。   Hereinafter, a business continuation system according to an embodiment of the present invention will be described with reference to the drawings.

図1は、本実施形態に係る業務継続システムの構成図である。本システムは、互いにネットワーク9で接続されているプライマリサイト10とセカンダリサイト30とを備える。そして、本システムは、プライマリサイト10が大規模地震などの自然災害やハードウェアのトラブルなどで業務停止したときに、セカンダリサイト30が速やかに稼働し、ユーザの業務が継続できるように運用することを目指すシステムである。   FIG. 1 is a configuration diagram of a business continuity system according to this embodiment. The system includes a primary site 10 and a secondary site 30 that are connected to each other via a network 9. This system is operated so that when the primary site 10 is stopped due to a natural disaster such as a large-scale earthquake or a hardware trouble, the secondary site 30 operates quickly and the user's business can be continued. It is a system aiming at.

プライマリサイト10及びセカンダリサイト30は、いずれも例えば汎用的なコンピュータシステムにより構成され、以下に説明するプライマリサイト10及びセカンダリサイト30内の個々の構成要素または機能は、例えば、コンピュータプログラムを実行することにより実現される。   The primary site 10 and the secondary site 30 are both configured by, for example, a general-purpose computer system, and individual components or functions in the primary site 10 and the secondary site 30 described below execute, for example, a computer program. It is realized by.

プライマリサイト10は、種々の業務処理を行う業務処理部11と、デーベース管理システム(DBMS)13と、記憶装置15とを備える。記憶装置15は、データを記憶する記憶媒体17と、記憶媒体17を管理する管理部19とを備える。   The primary site 10 includes a business processing unit 11 that performs various business processes, a database management system (DBMS) 13, and a storage device 15. The storage device 15 includes a storage medium 17 that stores data, and a management unit 19 that manages the storage medium 17.

記憶装置15は、例えばRAID(Redundant Arrays of Inexpensive Disks)機能を有するストレージシステムで構成されていてもよい。   The storage device 15 may be configured by a storage system having a RAID (Redundant Arrays of Independent Disks) function, for example.

データベース管理システム13は、業務処理部11からの指示に応じて、記憶装置15に構築されているデータベースに対してデータの書き込み及び読み出しを行う。   The database management system 13 writes and reads data to and from the database built in the storage device 15 in accordance with instructions from the business processing unit 11.

記憶装置15においては、管理部19が記憶媒体17のどこにデータを格納するかなどを管理する。そして、管理部19が記憶媒体17へのデータの書き込み及び読み出しを行う。また、管理部19は、記憶媒体17へデータの書き込みを行って記憶媒体17に記憶されているデータが変動すると、その変動を示す差分データ50を生成する。差分データ50は、ネットワーク9を介してセカンダリサイト30へ送られる。   In the storage device 15, the management unit 19 manages where in the storage medium 17 data is stored. Then, the management unit 19 writes and reads data to and from the storage medium 17. In addition, when the data stored in the storage medium 17 is changed by writing data to the storage medium 17, the management unit 19 generates difference data 50 indicating the change. The difference data 50 is sent to the secondary site 30 via the network 9.

セカンダリサイト30は、プライマリサイト10のバックアップサイトであるから、少なくとも、プライマリサイト10と同等の構成を備える。すなわち、セカンダリサイト30は、種々の業務処理を行う業務処理部31と、デーベース管理システム(DBMS)33と、記憶装置35とを備える。記憶装置35は、データを記憶する記憶媒体37と、記憶媒体37を管理する管理部39とを備える。   Since the secondary site 30 is a backup site of the primary site 10, it has at least the same configuration as the primary site 10. That is, the secondary site 30 includes a business processing unit 31 that performs various business processes, a database management system (DBMS) 33, and a storage device 35. The storage device 35 includes a storage medium 37 that stores data, and a management unit 39 that manages the storage medium 37.

セカンダリサイト30は、さらに、中間記憶装置40を備える。中間記憶装置40は、データを記憶する記憶媒体41と、記憶媒体41を管理する管理部43とを備える。   The secondary site 30 further includes an intermediate storage device 40. The intermediate storage device 40 includes a storage medium 41 that stores data, and a management unit 43 that manages the storage medium 41.

記憶装置35及び中間記憶装置40は、例えばRAID(Redundant Arrays of Inexpensive Disks)機能を有するストレージシステムで構成されていてもよい。   The storage device 35 and the intermediate storage device 40 may be configured by a storage system having, for example, a RAID (Redundant Arrays of Inexpensive Disks) function.

セカンダリサイト30では、プライマリサイト10から差分データ50を取得すると、まず、中間記憶装置40に反映させる。つまり、管理部43が差分データ50を取り込み、これに基づいて記憶媒体41を更新する。これにより、記憶媒体41が記憶媒体17と同期する。従って、差分データ50がプライマリサイト10から直ちに転送されてくれば、ネットワーク9の転送に要する時間程度の遅れで、記憶媒体41を記憶媒体17と同期させる、随時コピーが実行される。なお、記憶媒体41を更新するときに、管理部43は記憶媒体41のデータの変動を示す差分データ60を生成する。   In the secondary site 30, when the difference data 50 is acquired from the primary site 10, first, the difference data 50 is reflected in the intermediate storage device 40. That is, the management unit 43 takes in the difference data 50 and updates the storage medium 41 based on this. Thereby, the storage medium 41 is synchronized with the storage medium 17. Therefore, if the differential data 50 is immediately transferred from the primary site 10, copying is performed as needed to synchronize the storage medium 41 with the storage medium 17 with a delay of about the time required for the transfer of the network 9. Note that, when the storage medium 41 is updated, the management unit 43 generates difference data 60 indicating a change in data in the storage medium 41.

記憶装置35は、この差分データ60を取り込んで、データの変更を反映する。つまり、管理部39が差分データ60を取り込み、これに基づいて記憶媒体37を更新する。これにより、記憶媒体37が記憶媒体41と同期する。つまり、記憶媒体37が記憶媒体17と同期する。記憶装置35は、差分データ60を取り込んで行う上記の更新処理を、任意のタイミングで一時停止することができる。   The storage device 35 takes in the difference data 60 and reflects the data change. That is, the management unit 39 takes in the difference data 60 and updates the storage medium 37 based on this. Thereby, the storage medium 37 is synchronized with the storage medium 41. That is, the storage medium 37 is synchronized with the storage medium 17. The storage device 35 can temporarily stop the update process performed by taking in the difference data 60 at an arbitrary timing.

次に、図2を用いて本実施形態に係る業務継続システムにおけるデータの同期処理について説明する。   Next, data synchronization processing in the business continuity system according to the present embodiment will be described with reference to FIG.

まず、同図(a)は、通常運用を行っているときのデータの保存処理を示す。すなわち、データベース管理システム13が記憶装置15に対してデータ「A」の書き込みを指示すると、記憶装置15が記憶媒体17にデータ「A」を保存して、データ「A」の差分データ50aを生成する。ここで生成された差分データ50aは、セカンダリサイト30へ転送され、まず中間記憶装置40に保存される。つまり、セカンダリサイト30では、管理部43がデータ「A」を記憶媒体41に保存する。このとき、管理部43が差分データ60aを生成する。この差分データ60aに基づいて、管理部39が記憶媒体37にデータ「A」を保存し、これにより記憶装置35にデータ「A」が保存される。   First, FIG. 5A shows a data saving process during normal operation. That is, when the database management system 13 instructs the storage device 15 to write the data “A”, the storage device 15 stores the data “A” in the storage medium 17 and generates the difference data 50 a of the data “A”. To do. The difference data 50 a generated here is transferred to the secondary site 30 and first stored in the intermediate storage device 40. That is, in the secondary site 30, the management unit 43 stores the data “A” in the storage medium 41. At this time, the management unit 43 generates difference data 60a. Based on the difference data 60 a, the management unit 39 saves the data “A” in the storage medium 37, thereby saving the data “A” in the storage device 35.

通常運用中は、図2(a)に示す処理が随時行われ、記憶媒体17のデータが更新される度に、その更新内容が記憶媒体41及び記憶媒体37に反映され、記憶媒体17と記憶媒体41及び記憶媒体37の記憶内容が同一となる(随時コピー)。   During normal operation, the processing shown in FIG. 2A is performed at any time, and whenever the data in the storage medium 17 is updated, the updated contents are reflected in the storage medium 41 and the storage medium 37 and stored in the storage medium 17 and the storage medium 17. The storage contents of the medium 41 and the storage medium 37 are the same (copying as needed).

ところで、プライマリサイト10では、運用を一時停止して、テストが行われることがある。このテストを開始する前に、セカンダリサイト30では、差分データ60aに基づく記憶媒体37の更新処理を一時停止させる。つまり、セカンダリサイト30では、差分データ60aが生成されても、管理部39が記憶媒体37を更新しない状態となる。この状態で、プライマリサイト10でテストが行われると、図2(b)に示すような動作になる。   By the way, in the primary site 10, the operation may be temporarily stopped and a test may be performed. Before starting this test, the secondary site 30 temporarily stops the update process of the storage medium 37 based on the difference data 60a. That is, at the secondary site 30, the management unit 39 does not update the storage medium 37 even if the difference data 60 a is generated. When a test is performed at the primary site 10 in this state, the operation shown in FIG.

すなわち、テスト実行中は、同図(b)に示すように、プライマリサイト10において、データベース管理システム13が記憶装置15に対してデータ「B」の書き込みを指示すると、記憶装置15が記憶媒体17にデータ「B」を保存して、データ「B」の差分データ50bを生成する。セカンダリサイト30では、この差分データ50bに従って、管理部43がデータ「B」を記憶媒体41に保存する。このとき、管理部43が差分データ60bを生成するが、管理部39による記憶媒体37への書き込み処理は一時停止されているので、管理部39は差分データ60bに基づいて記憶媒体37を更新しない。   That is, during the test execution, when the database management system 13 instructs the storage device 15 to write the data “B” at the primary site 10, as shown in FIG. The data “B” is stored in the data and the difference data 50b of the data “B” is generated. In the secondary site 30, the management unit 43 stores the data “B” in the storage medium 41 according to the difference data 50 b. At this time, the management unit 43 generates the difference data 60b, but since the writing process to the storage medium 37 by the management unit 39 is temporarily stopped, the management unit 39 does not update the storage medium 37 based on the difference data 60b. .

さらに、プライマリサイト10では、データベース管理システム13が記憶装置15に対してデータ「C」の書き込みを指示すると、管理部19が記憶媒体17にデータ「C」を保存して、データ「C」の差分データ50cが生成される。セカンダリサイト30では、この差分データ50cに基づいて、記憶媒体41にデータ「C」が保存される。このとき、データ「B」は未だ記憶媒体37に反映されていないので、データ「B」の差分データ60bが存在している。従って、管理部43は既にある差分データ60bに、さらにデータ「C」を追加したことを示すデータを追加する。この時点では、依然として管理部39による記憶媒体37への書き込み処理は一時停止されているので、管理部39は差分データ60bに基づいて記憶媒体37を更新しない。   Further, in the primary site 10, when the database management system 13 instructs the storage device 15 to write the data “C”, the management unit 19 stores the data “C” in the storage medium 17 and stores the data “C”. Difference data 50c is generated. In the secondary site 30, the data “C” is stored in the storage medium 41 based on the difference data 50 c. At this time, since the data “B” is not yet reflected in the storage medium 37, the difference data 60b of the data “B” exists. Therefore, the management unit 43 adds data indicating that the data “C” is further added to the existing difference data 60b. At this time, since the writing process to the storage medium 37 by the management unit 39 is still suspended, the management unit 39 does not update the storage medium 37 based on the difference data 60b.

この結果、プライマリサイト10でテストを実行している間、セカンダリサイト30では、中間記憶装置40の記憶媒体41にはテスト中のデータ更新が随時反映されているのに対して、記憶装置35の記憶媒体37には、テスト開始前の実データが保たれている。従って、テスト中にプライマリサイト10が被災したとしても、セカンダリサイト30が迅速に業務を再開することができる。   As a result, while the test is being performed at the primary site 10, the data update under test is reflected on the storage medium 41 of the intermediate storage device 40 at any time at the secondary site 30, whereas the storage device 35 The storage medium 37 holds actual data before the start of the test. Therefore, even if the primary site 10 is damaged during the test, the secondary site 30 can quickly resume operations.

次に、テスト終了後、管理部39による記憶媒体37への書き込み処理の一時停止が解除されると、図2(c)に示すように、管理部39は差分データ60bに基づいて記憶媒体37のデータを更新する。本実施形態では、比較的長時間を要するプライマリサイト10からセカンダリサイト30への差分データ50の転送処理は、テスト実行中に完了しているので、テスト終了後に行う差分データ60bの記憶媒体37への反映は、比較的短時間で終わる。従って、本実施形態によれば、プライマリサイト10でテストを実行し、セカンダリサイト30の記憶装置35への随時コピーを一時停止したようなときでも、迅速に追いついて、通常運用に戻ることができる。   Next, after the end of the test, when the suspension of the writing process to the storage medium 37 by the management unit 39 is cancelled, as shown in FIG. 2C, the management unit 39 is based on the difference data 60b. Update the data. In the present embodiment, since the transfer process of the differential data 50 from the primary site 10 to the secondary site 30 that requires a relatively long time is completed during the execution of the test, the transfer to the storage medium 37 of the differential data 60b performed after the test is completed. Reflection ends in a relatively short time. Therefore, according to the present embodiment, even when a test is executed at the primary site 10 and copying at any time to the storage device 35 at the secondary site 30 is temporarily stopped, it is possible to quickly catch up and return to normal operation. .

上述した本発明の実施形態は、本発明の説明のための例示であり、本発明の範囲をそれらの実施形態にのみ限定する趣旨ではない。当業者は、本発明の要旨を逸脱することなしに、他の様々な態様で本発明を実施することができる。   The above-described embodiments of the present invention are examples for explaining the present invention, and are not intended to limit the scope of the present invention only to those embodiments. Those skilled in the art can implement the present invention in various other modes without departing from the gist of the present invention.

例えば、上述した実施形態では、プライマリサイトにおいてテストを実行するためにプライマリサイトでの記憶装置への随時コピーを一時停止していたが、他の目的のために随時コピーを一時停止した場合であっても同様である。   For example, in the above-described embodiment, the copy at any time to the storage device at the primary site is temporarily suspended in order to execute the test at the primary site, but the copy is temporarily suspended for other purposes. But the same is true.

本発明の一実施形態に係る業務継続システムの構成図である。It is a block diagram of the business continuation system which concerns on one Embodiment of this invention. 本発明に係る業務継続システムにおけるデータの同期処理を示す。3 shows data synchronization processing in the business continuity system according to the present invention.

符号の説明Explanation of symbols

10 プライマリサイト
11、31 業務処理部
13、33 データベース管理システム
15、35 記憶装置
17、37、41 記憶媒体
19、39、43 管理部
30 セカンダリサイト
40 中間記憶装置
50、60 差分データ
10 Primary site 11, 31 Business processing unit 13, 33 Database management system 15, 35 Storage device 17, 37, 41 Storage medium 19, 39, 43 Management unit 30 Secondary site 40 Intermediate storage device 50, 60 Differential data

Claims (3)

プライマリサイトと、前記プライマリサイトのバックアップサイトであるセカンダリサイトとを備え、前記プライマリサイトで障害が発生したときに前記セカンダリサイトで業務を継続するシステムであって、
前記プライマリサイトは、
第1記憶装置と、
前記第1記憶装置上に構成されたデータベースを管理する第1データベース管理システムと、を備え、
前記第1記憶装置は、
データを記憶する第1記憶媒体と、
前記第1データベース管理システムの指示に応じて前記第1記憶媒体に対してデータの読み出し及び書き込みを行い、前記第1記憶媒体に対して書き込んだときの差分データを出力する第1媒体管理部とを備え、
前記セカンダリサイトは、
第2記憶装置と、
前記第2記憶装置上に構成されたデータベースを管理する第2データベース管理システムと、
中間記憶装置とを備え、
前記中間記憶装置は、
データを記憶する第3記憶媒体と、
前記第1媒体管理部が生成した差分データに基づいて前記第3記憶媒体へ書き込みを行って、前記第1記憶媒体と前記第3記憶媒体とを同期させるとともに、前記第3記憶媒体に対して書き込んだときの差分データを出力する第3媒体管理部とを備え、
前記第2記憶装置は、
データを記憶する第2記憶媒体と、
前記第2データベース管理システムの指示に応じて前記第2記憶媒体に対してデータの読み出し及び書き込みを行うとともに、前記第3媒体管理部が生成した差分データに基づいて前記第2の記憶媒体へ書き込みを行って、前記第3記憶媒体と前記第2記憶媒体とを同期させる第2媒体管理部とを備えることを特徴とする業務継続システム。
A system that includes a primary site and a secondary site that is a backup site of the primary site, and that continues operations at the secondary site when a failure occurs at the primary site,
The primary site is
A first storage device;
A first database management system for managing a database configured on the first storage device,
The first storage device
A first storage medium for storing data;
A first medium management unit that reads and writes data to and from the first storage medium in accordance with instructions from the first database management system, and outputs differential data when the data is written to the first storage medium; With
The secondary site is
A second storage device;
A second database management system for managing a database configured on the second storage device;
An intermediate storage device,
The intermediate storage device
A third storage medium for storing data;
Writing to the third storage medium based on the difference data generated by the first medium management unit to synchronize the first storage medium and the third storage medium, and for the third storage medium A third medium management unit that outputs difference data when written,
The second storage device
A second storage medium for storing data;
Data is read from and written to the second storage medium in accordance with instructions from the second database management system, and written to the second storage medium based on the difference data generated by the third medium management unit And a second medium management unit that synchronizes the third storage medium with the second storage medium.
前記第1媒体管理部及び前記第3媒体管理部が動作して、前記第1記録媒体と前記第3記録媒体とが同期しているときに、前記第2媒体管理部の動作を一時停止させることが可能である請求項1記載の業務継続システム。   When the first medium management unit and the third medium management unit operate and the first recording medium and the third recording medium are synchronized, the operation of the second medium management unit is temporarily stopped. The business continuity system according to claim 1, wherein プライマリサイトと、前記プライマリサイトのバックアップサイトであるセカンダリサイトとを備え、前記プライマリサイトで障害が発生したときに前記セカンダリサイトで業務を継続するシステムにおいて、前記プライマリサイトと前記セカンダリサイトのデータを同期させる方法であって、
前記プライマリサイトは、
第1記憶媒体を有する第1記憶装置と、
前記第1記憶装置上に構成されたデータベースを管理する第1データベース管理システムと、を備え、
前記セカンダリサイトは、
第2記憶媒体を有する第2記憶装置と、
前記第2記憶装置上に構成されたデータベースを管理する第2データベース管理システムと、
第3記憶媒体を有する中間記憶装置とを備え、
前記プライマリサイトの第1記憶装置は、前記第1データベース管理システムの指示に応じて前記第1記憶媒体に対してデータの書き込みを行い、データを書き込んだときの第1の差分データを出力し、
前記セカンダリサイトの中間記憶装置は、前記第1の差分データに基づいて前記第3記憶媒体へ書き込みを行って、前記第1記憶媒体と前記第3記憶媒体とを同期させるとともに、前記第3記憶媒体に対して書き込んだときの第2の差分データを出力し、
前記セカンダリサイトの第2記憶装置は、前記第2の差分データに基づいて前記第2の記憶媒体へ書き込みを行って、前記第3記憶媒体と前記第2記憶媒体とを同期させることを特徴とする方法。
In a system that includes a primary site and a secondary site that is a backup site for the primary site, and that continues operations at the secondary site when a failure occurs at the primary site, the data on the primary site and the secondary site are synchronized A method of
The primary site is
A first storage device having a first storage medium;
A first database management system for managing a database configured on the first storage device,
The secondary site is
A second storage device having a second storage medium;
A second database management system for managing a database configured on the second storage device;
An intermediate storage device having a third storage medium,
The first storage device at the primary site writes data to the first storage medium according to an instruction from the first database management system, and outputs first differential data when the data is written,
The intermediate storage device of the secondary site writes to the third storage medium based on the first difference data, synchronizes the first storage medium and the third storage medium, and also stores the third storage Output the second difference data when written to the medium,
The second storage device at the secondary site writes to the second storage medium based on the second difference data, and synchronizes the third storage medium and the second storage medium. how to.
JP2007330174A 2007-12-21 2007-12-21 Operation continuation system Pending JP2009151635A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007330174A JP2009151635A (en) 2007-12-21 2007-12-21 Operation continuation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007330174A JP2009151635A (en) 2007-12-21 2007-12-21 Operation continuation system

Publications (1)

Publication Number Publication Date
JP2009151635A true JP2009151635A (en) 2009-07-09

Family

ID=40920709

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007330174A Pending JP2009151635A (en) 2007-12-21 2007-12-21 Operation continuation system

Country Status (1)

Country Link
JP (1) JP2009151635A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002189570A (en) * 2000-12-20 2002-07-05 Hitachi Ltd Duplex method for storage system, and storage system
JP2003233518A (en) * 2001-12-27 2003-08-22 Hitachi Ltd Method and means for backup and recovery processing system
JP2005309793A (en) * 2004-04-22 2005-11-04 Hitachi Ltd Data processing system
JP2007066162A (en) * 2005-09-01 2007-03-15 Hitachi Ltd Storage system and method for managing storage system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002189570A (en) * 2000-12-20 2002-07-05 Hitachi Ltd Duplex method for storage system, and storage system
JP2003233518A (en) * 2001-12-27 2003-08-22 Hitachi Ltd Method and means for backup and recovery processing system
JP2005309793A (en) * 2004-04-22 2005-11-04 Hitachi Ltd Data processing system
JP2007066162A (en) * 2005-09-01 2007-03-15 Hitachi Ltd Storage system and method for managing storage system

Similar Documents

Publication Publication Date Title
JP4833734B2 (en) Database system, storage device, initial copy method, and log application method
JP4668763B2 (en) Storage device restore method and storage device
US7657718B1 (en) Storage automated replication processing
US7607037B1 (en) SAR restart and going home procedures
JP4727437B2 (en) Storage control method for storage system having database
JP4624829B2 (en) Data backup system and method
JP4581500B2 (en) Disaster recovery system, program, and database recovery method
JP4484618B2 (en) Disaster recovery system, program, and data replication method
EP1481324B1 (en) Producing a mirrored copy using incremental-divergence
US6742138B1 (en) Data recovery method and apparatus
US8468314B2 (en) Storage system, storage apparatus, and remote copy method for storage apparatus in middle of plural storage apparatuses
US20060179082A1 (en) Method, system and article of manufacture for metadata replication and restoration
JP2006023889A (en) Remote copy system and storage system
JP5521595B2 (en) Storage system and storage control method
JP2005309793A (en) Data processing system
JP2006079568A (en) Storage remote copy system
JP2006285336A (en) Storage, storage system, and control method thereof
JP2006293910A (en) Safe and fast database replication technology
WO2015104835A1 (en) Database-system control method and database system
US8639660B1 (en) Method and apparatus for creating a database replica
US8131958B2 (en) Storage system, storage device, and data updating method using a journal volume
US7194675B2 (en) Backup method, backup system, disk controller and backup program
JP2006072684A (en) Storage network system, management server, host and storage device
JP2007293821A (en) Database system management method and database system
US20210240351A1 (en) Remote copy system and remote copy management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100310

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120412

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120417

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120904