JPH06259274A - Duplex system - Google Patents

Duplex system

Info

Publication number
JPH06259274A
JPH06259274A JP5049472A JP4947293A JPH06259274A JP H06259274 A JPH06259274 A JP H06259274A JP 5049472 A JP5049472 A JP 5049472A JP 4947293 A JP4947293 A JP 4947293A JP H06259274 A JPH06259274 A JP H06259274A
Authority
JP
Japan
Prior art keywords
computer
shared data
standby
execution
data area
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
JP5049472A
Other languages
Japanese (ja)
Inventor
Takayuki Ito
孝之 伊藤
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP5049472A priority Critical patent/JPH06259274A/en
Publication of JPH06259274A publication Critical patent/JPH06259274A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To construct the high-reliability computer system of duplex system configuration at low cost without using any special shared memory device when constructing the system. CONSTITUTION:Two pieces of an execution system computer 1-1 and a standby system computer 1-2 are connected by a data transmission line 2, and an area shared data area 3 is provided on each computer. A duplex system managing process 4 of the execution system computer writes data into the shared data area 3 on the execution system computer 101 according to a write request (a) from a process executing means 5 and issues the write request to the duplex system managing process 4 of the standby system computer. According to the request, the duplex system managing process 4 of the standby system computer performs write into the shared data area 3 on the standby system computer 1-2. At the time of recovery from any fault, the standby system computer issues the read request of data to the execution system computer and copies the data from the shared data area 3 of the execution system computer to the shared data area 3 of the standby system computer.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は、計算機システムの障
害が発生した時に、他の計算機システムで処理を引き継
ぐ二重系システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a dual system in which when a failure occurs in a computer system, another computer system takes over the processing.

【0002】[0002]

【従来の技術】図3は従来の共有メモリを用いた二重系
システムを示す図である。1−1は実行系計算機で、現
在処理を行っている計算機である。1−2は待機系計算
機で、実行系計算機1−1に障害が発生した時に処理を
引き継ぐ計算機である。10は共有メモリで、実行系計
算機1−1から待機系計算機1−2に処理を引き継ぐた
めに必要なデータが格納されるメモリである。
2. Description of the Related Art FIG. 3 is a diagram showing a conventional dual system using a shared memory. Reference numeral 1-1 is an active computer, which is a computer that is currently performing processing. Reference numeral 1-2 is a standby computer, which is a computer that takes over the processing when a failure occurs in the active computer 1-1. Reference numeral 10 denotes a shared memory, which is a memory in which data required to take over the processing from the active computer 1-1 to the standby computer 1-2 is stored.

【0003】図4は特開昭63−236138号公報に
示された分散型システムのデータ保護方式で、21は親
計算機、22は外部記憶装置、2はデータ伝送路、25
−1〜25−nは子計算機、26はオンラインデータ記
憶部、27は外部周辺機器、28はデータ保護記憶部で
ある。
FIG. 4 shows a data protection system of a distributed system disclosed in Japanese Patent Laid-Open No. 63-236138, in which 21 is a parent computer, 22 is an external storage device, 2 is a data transmission line, and 25 is a data transmission line.
Reference numerals -1 to 25-n are slave computers, 26 is an online data storage unit, 27 is an external peripheral device, and 28 is a data protection storage unit.

【0004】図5は特開平2−27465のネットワー
ク仮想共有メモリに対する排他制御方式で、100は仮
想記憶領域、100aは実記憶、5は共有データへアク
セスするプロセス、110はセマフォキューである。
FIG. 5 shows an exclusive control system for a network virtual shared memory disclosed in Japanese Patent Laid-Open No. 2-27465, in which 100 is a virtual storage area, 100a is a real storage, 5 is a process for accessing shared data, and 110 is a semaphore queue.

【0005】次に動作について説明する。図3では、実
行系計算機1−1がオンライン運転を行い、待機系計算
機1−2が待機している。実行計算機1−1に障害が発
生すると、異常検知信号が待機系計算機1−2に入り、
待機系計算機1−2は実行計算機1−1に初期化要求信
号を出す。待機系計算機1−2は実行計算機1−1の処
理を引継ぎ、待機系計算機1−2によりオンライン運転
が続行される。待機系計算機1−2が処理を引き継ぐた
めの必要なデータは実行計算機1−1が共有メモリ装置
10に書き込み、待機系計算機1−2はそのデータを参
照し、処理を行う。実行計算機1−1の障害が取り除か
れると実行計算機1−1は待機系となり、待機系計算機
1−2の障害発生時には再び実行系になる。
Next, the operation will be described. In FIG. 3, the active system computer 1-1 performs online operation, and the standby system computer 1-2 is on standby. When a failure occurs in the execution computer 1-1, an abnormality detection signal enters the standby computer 1-2,
The standby computer 1-2 issues an initialization request signal to the execution computer 1-1. The standby computer 1-2 takes over the processing of the executing computer 1-1, and the standby computer 1-2 continues the online operation. The execution computer 1-1 writes necessary data for the standby computer 1-2 to take over the processing in the shared memory device 10, and the standby computer 1-2 refers to the data to perform the processing. When the failure of the execution computer 1-1 is removed, the execution computer 1-1 becomes the standby system, and when the failure of the standby computer 1-2 occurs, it becomes the execution system again.

【0006】図4では子計算機25−1上のオンライン
記憶データ記憶部26のデータを、子計算機25−1以
外の子計算機のデータ保護記憶部28の上にバックアッ
プする。子計算機25−1に障害が発生した後、障害を
修復したら、データを他の小計算機のデータ保護記憶部
28からリストアをし、中断していた処理を子計算機2
5−1が続行する。
In FIG. 4, the data in the online storage data storage unit 26 on the slave computer 25-1 is backed up on the data protection storage unit 28 of the slave computers other than the slave computer 25-1. After the failure occurs in the child computer 25-1, after the failure is repaired, the data is restored from the data protection storage unit 28 of another small computer, and the interrupted processing is performed by the child computer 2
5-1 continues.

【0007】図5では、計算機間で共有したいデータ
を、どれか1つの計算機上の実記憶に保持する。そのデ
ータにアクセスしたい計算機は、そのデータが存在する
実記憶をもった計算機から、排他制御を行った後データ
を転送してもらうものである。
In FIG. 5, the data desired to be shared between the computers is held in the real memory on any one of the computers. A computer that wants to access the data is a computer having an actual storage in which the data resides and having the data transferred after performing exclusive control.

【0008】[0008]

【発明が解決しようとする課題】図3の方式では、実行
系と待機系で共有したいデータを格納するための外部に
特別な共有メモリ装置が必要であった。
In the system of FIG. 3, a special shared memory device is required outside for storing the data to be shared by the active system and the standby system.

【0009】図4の方式は、計算機に障害が発生した
ら、その計算機を修復した後で、他計算機上にバックア
ップしておいたデータをリストアし、処理を続行するも
ので、障害が発生した計算機の処理を他計算機が引き継
ぐものではない。
In the system shown in FIG. 4, when a computer fails, the computer is restored, the data backed up on another computer is restored, and the processing is continued. Other computers do not take over the processing of.

【0010】図5の方式は、実メモリを保持している計
算機に障害が発生すると、共有データが失われる。
In the system shown in FIG. 5, if a computer holding a real memory fails, shared data is lost.

【0011】この発明は、上記のような問題点を解消す
るためになされたもので、特別な外部共有メモリを使用
せずに二重系システムを構築することを目的とする。
The present invention has been made to solve the above problems, and an object thereof is to construct a dual system without using a special external shared memory.

【0012】[0012]

【課題を解決するための手段】この発明に係る二重系シ
ステムは、2台の計算機をデータ伝送路で接続し、各計
算機上に共有データ領域を設け、二重系管理プロセスで
共有データ領域への書き込み、実行系計算機の異常検
出、障害からの復旧時のデータのコピーを行うものであ
る。
In a dual system according to the present invention, two computers are connected by a data transmission path, a shared data area is provided on each computer, and a shared data area is provided by a dual system management process. It writes the data to the computer, detects an abnormality in the active computer, and copies the data at the time of recovery from the failure.

【0013】すなわち、この発明に係る二重系システム
は、2台の実行系計算機と待機系計算機をデータ伝送路
で接続し、各計算機上に共有データ領域を設け、二重系
管理プロセスにより共有データ領域への書き込みの制御
を行う。実行系の計算機上では二重系管理プロセスはプ
ロセス実行手段からの書き込み要求に従い実行系計算機
上の共有データ領域へデータを書くとともに、待機系計
算機上の二重系管理プロセスへ書き込み要求を発行す
る。待機系計算機上の二重系管理プロセスは、それに従
い待機系計算機上の共有データ領域への書き込みを行
う。もし待機系計算機が障害からの復旧中の時はさら
に、待機系計算機上の二重系管理プロセスは実行系計算
機上の二重系管理プロセスにデータの読み出し要求を発
行し、実行系計算機上の二重系管理プロセスは実行系計
算機上の共有データ領域からデータを読みだし待機系計
算機上の二重系管理プロセスに送る。
That is, in the dual system according to the present invention, two active computers and a standby computer are connected by a data transmission path, a shared data area is provided on each computer, and shared by a dual management process. Controls writing to the data area. On the active computer, the dual management process writes data to the shared data area on the active computer according to the write request from the process execution means, and issues a write request to the dual management process on the standby computer. . The dual system management process on the standby system computer writes to the shared data area on the standby system computer accordingly. If the standby system computer is recovering from the failure, the dual system management process on the standby system computer further issues a data read request to the dual system management process on the active system computer, and The dual system management process reads data from the shared data area on the active system computer and sends it to the dual system management process on the standby system computer.

【0014】[0014]

【作用】この発明における二重系システムは、各計算機
内に設けられたメモリの一部(又は全部)を共有データ
領域とし、この共有データ領域に対し、二重系管理プロ
セスによりデータが書き込まれ、実行系と待機系の計算
機で同一のデータを保持する。したがって、特別な共有
メモリ装置を外部に必要としない。
In the dual system according to the present invention, a part (or the whole) of the memory provided in each computer is used as a shared data area, and data is written to this shared data area by the dual management process. , The same data is held in the active and standby computers. Therefore, no special shared memory device is required externally.

【0015】また、一方の計算機に障害が発生し、その
障害を除去した後で復旧させ、再び待機系にする場合、
復旧中の計算機上の二重系管理プロセスは、実行系計算
機からの書き込み要求にしたがい書き込みを行いなが
ら、共有データ領域の先頭から順に読み出し要求を実行
系計算機に発行する。実行系計算機上の二重系管理プロ
セスは、自系のプロセスからの書き込み要求がない時
に、復旧系からの読み出し要求に従い自系の共有データ
領域からデータを読み、復旧系に対してそのデータの書
き込み要求を発行する。
When a failure occurs in one of the computers, the failure is removed, the computer is restored, and the standby system is set again.
The dual system management process on the computer which is being restored issues a read request to the active computer in order from the beginning of the shared data area while writing according to the write request from the active computer. When there is no write request from the own system process, the dual system management process on the executing system computer reads the data from the shared data area of the own system according to the read request from the recovery system and sends the data to the recovery system. Issue a write request.

【0016】[0016]

【実施例】【Example】

実施例1.以下、この発明の一実施例を図について説明
する。図1において、1−1は実行計算機、1−2は待
機系計算機、3は2台の計算機で共有したいデータをそ
れぞれの上で格納するための共有データ領域である。共
有データ領域3は実行系計算機1−1と待機系計算機1
−2にあらかじめ設けられたメモリの一部(または全
部)を用いて構成されている。したがって共有データ領
域3へのアクセスは実行系計算機1−1または待機系計
算機1−2が通常のメモリアクセスを行う場合と同様の
アクセスによって行うことができ、特別なメモリアクセ
ス手段を必要としない。4は二重系管理プロセス、5は
共有データの読み書きを行うプロセスを実行するプロセ
ス実行手段である。また、図2において1−3は障害を
処置した後に、待機系になろうとしている復旧中計算機
である。
Example 1. An embodiment of the present invention will be described below with reference to the drawings. In FIG. 1, 1-1 is an execution computer, 1-2 is a standby computer, and 3 is a shared data area for storing data to be shared by two computers on each computer. The shared data area 3 includes the active computer 1-1 and the standby computer 1.
-2 is configured by using a part (or all) of a memory provided in advance. Therefore, the shared data area 3 can be accessed by the same access as the case where the active computer 1-1 or the standby computer 1-2 makes a normal memory access, and no special memory access means is required. Reference numeral 4 is a dual system management process, and 5 is a process execution means for executing a process for reading and writing shared data. In addition, reference numeral 1-3 in FIG. 2 denotes a recovering computer which is about to become a standby system after the failure is dealt with.

【0017】次に動作について説明する。図1におい
て、実行系計算機1−1はプロセス実行手段5によりシ
ステムが目的とする処理を行っている。待機系計算機1
−2は実行系計算機1−1に障害が発生した時に実行系
計算機1−1から処理を引き継ぐために待機している。
実行系計算機1−1上のプロセス実行手段5は待機系計
算機1−2と共有したいデータを読み込む時は、直接共
有データ領域3を参照するが、書き込みを行うときは実
行系計算機1−1上の二重系管理プロセス4に対しデー
タとともに書き込み要求を発行し、それが完了するまで
待つ。実行系計算機1−1上の二重系管理プロセス4
は、プロセス実行手段5からの書き込み要求に従い、実
行系計算機1−1上の共有データ領域3へデータを書き
込み、プロセス実行手段5に完了を通知するとともに2
経由で待機系計算機1−2上の二重系管理プロセス4に
対してデータとともに書き込み要求を発行する。待機系
計算機1−2上の二重系管理プロセス4は、書き込み要
求を受けると待機系計算機1−2上の共有データ領域3
の該当する領域に渡されたデータを書き込む。
Next, the operation will be described. In FIG. 1, the execution-system computer 1-1 performs the processing intended by the system by the process execution means 5. Standby computer 1
-2 stands by to take over the processing from the active computer 1-1 when a failure occurs in the active computer 1-1.
The process execution means 5 on the execution system computer 1-1 directly refers to the shared data area 3 when reading data to be shared with the standby system computer 1-2, but on the execution system computer 1-1 when writing data. The write request together with the data is issued to the dual system management process 4 of No. 1 and waits until it is completed. Dual system management process 4 on the active computer 1-1
Writes data to the shared data area 3 on the active computer 1-1 according to the write request from the process executing means 5, notifies the process executing means 5 of completion, and 2
A write request is issued together with the data to the dual system management process 4 on the standby system computer 1-2 via. When the dual system management process 4 on the standby computer 1-2 receives the write request, the shared data area 3 on the standby computer 1-2 is received.
Write the data passed to the corresponding area of.

【0018】実行系計算機1−1に障害が発生すると、
異常検知信号が待機系計算機1−2に伝えられ、待機系
計算機1−2上の二重系管理プロセス4は実行系計算機
1−1に初期化信号を出し、処理内容を実行系計算機1
−1上の二重系管理プロセス4が行っていた処理に切り
換え、待機系計算機1−2上のプロセス実行手段5は待
機系計算機1−2上の共有データ領域3の内容を参照
し、実行系計算機1−1のプロセス実行手段5が行って
いた処理を引継ぎ、以後実行系として動作する。
When a failure occurs in the execution system computer 1-1,
The abnormality detection signal is transmitted to the standby system computer 1-2, the dual system management process 4 on the standby system computer 1-2 issues an initialization signal to the executing system computer 1-1, and the processing content is executed.
-1 switches to the processing performed by the dual system management process 4, and the process execution means 5 on the standby computer 1-2 refers to the contents of the shared data area 3 on the standby computer 1-2 and executes it. The process executed by the process execution means 5 of the system computer 1-1 is taken over, and thereafter the system operates as an execution system.

【0019】次に図2において復旧動作について説明す
る。復旧中計算機1−3は図1の実行系計算機1−1に
障害が発生し、復旧中の状態にある計算機である。図2
の実行系計算機1−1は図1の待機系計算機1−2が待
機系から実行系に切り換わったものである。図2におい
て、復旧中計算機1−3は復旧中計算機1−3上の共有
データ領域3の内容を実行系計算機1−1の共有データ
領域3の内容と同一にして、待機系に切り換わり、実行
系計算機1−1の障害に対処可能な状態になろうとして
いる。
Next, the recovery operation will be described with reference to FIG. The recovering computer 1-3 is a computer in a recovering state due to a failure in the active computer 1-1 of FIG. Figure 2
1 is a computer in which the standby system computer 1-2 in FIG. 1 is switched from the standby system to the active system. In FIG. 2, the recovering computer 1-3 makes the contents of the shared data area 3 on the recovering computer 1-3 the same as the contents of the shared data area 3 of the executing computer 1-1, and switches to the standby system. The system is about to be ready for the failure of the active computer 1-1.

【0020】復旧中計算機1−3上の二重系管理プロセ
ス4は、図1の待機系計算機1−2上の二重系管理プロ
セス4と同一の処理に加えて、共有データ領域の内容を
実行系計算機1−1上の共有データ領域3と同一にする
ために、実行系計算機1−1上の二重系管理プロセス4
に対してデータの読み出し要求を発行する。
The dual system management process 4 on the recovering computer 1-3 performs the same processing as the dual system management process 4 on the standby system computer 1-2 of FIG. In order to make it the same as the shared data area 3 on the active computer 1-1, the dual system management process 4 on the active computer 1-1
A data read request is issued to.

【0021】実行系計算機1−1上の二重系管理プロセ
ス4は、図1の実行系計算機1−1上の二重系管理プロ
セス4と同一の処理に加えて、復旧中計算機1−3上の
二重系管理プロセス4からの読み出し要求を受けると実
行系計算機1−1上の共有データ領域3から要求された
データを読み込み、復旧中計算機1−3上の二重系管理
プロセス4に対して書き込み要求を発行する。
The dual system management process 4 on the active computer 1-1 has the same processing as the dual system management process 4 on the active computer 1-1 of FIG. When receiving a read request from the above dual system management process 4, the requested data is read from the shared data area 3 on the executing system computer 1-1, and the dual system management process 4 on the recovering computer 1-3 is read. A write request is issued to it.

【0022】復旧中計算機1−3上の二重系管理プロセ
ス4はそれが自分の出した読み出し要求に対する応答だ
と分かると、復旧中計算機1−3上の共有データ領域3
に書き込みを行った後に、全共有データがコピーできる
まで次の読み出し要求の発行を繰り返す。全共有データ
がコピーできたら、復旧中計算機1−3は待機系に遷移
する。
When the dual system management process 4 on the recovering computer 1-3 finds that it is a response to the read request issued by itself, the shared data area 3 on the recovering computer 1-3 is restored.
After writing to, the issuance of the next read request is repeated until all shared data can be copied. When all the shared data can be copied, the recovering computer 1-3 shifts to the standby system.

【0023】以上のように、この実施例は、実行系と待
機系からなる二重系システムにおいて、実行系に障害が
発生して待機系に処理を引き継ぐ場合、特別な外部共有
メモリを使用せずにそれを行うことを特徴とする。ま
た、共有メモリを使用しない二重系システムにおいて、
障害が発生した系を修復した後で、待機系に復旧するた
めの共有データ領域のコピー機能を備えたことを特徴と
する。
As described above, this embodiment uses a special external shared memory in a dual system consisting of an active system and a standby system when a failure occurs in the active system and the processing is taken over by the standby system. It is characterized by doing it without. In a dual system that does not use shared memory,
The system is characterized by having a copy function of the shared data area for restoring to the standby system after repairing the system where the failure has occurred.

【0024】実施例2.なお、上記実施例では、データ
伝送路や異常検知信号、初期化要求信号は1つずつであ
るが、より信頼性を高めるために二重化してもよい。ま
た、データ伝送路はネットワークでも専用の通信路でも
かまわない。
Example 2. It should be noted that in the above embodiment, the data transmission path, the abnormality detection signal, and the initialization request signal are provided one by one, but they may be duplicated for higher reliability. The data transmission line may be a network or a dedicated communication line.

【0025】[0025]

【発明の効果】以上のように、この発明によれば、実行
系と待機系で共有するデータを各計算機上のメモリに置
くことができるので、共有メモリ装置のような特別な装
置がいらないので、システムを安価にできる。
As described above, according to the present invention, since the data shared by the execution system and the standby system can be placed in the memory of each computer, no special device such as a shared memory device is required. , The system can be cheap.

【図面の簡単な説明】[Brief description of drawings]

【図1】この発明の一実施例による二重系システム図。FIG. 1 is a dual system diagram according to an embodiment of the present invention.

【図2】その二重系システムの障害が発生した系を復旧
するためのデータコピーの図。
FIG. 2 is a diagram of data copy for recovering a system in which a failure of the dual system has occurred.

【図3】従来の共有メモリ装置を使用した二重系システ
ム図。
FIG. 3 is a dual system diagram using a conventional shared memory device.

【図4】特開昭63−236138号公報に示された分
散型システムのデータ保護方式の図。
FIG. 4 is a diagram of a data protection system of a distributed system disclosed in Japanese Patent Laid-Open No. 63-236138.

【図5】特開平2−27465号公報に示されたネット
ワーク仮想共有メモリに対する排他制御方式の図。
FIG. 5 is a diagram of an exclusive control system for a network virtual shared memory disclosed in Japanese Patent Laid-Open No. 2-27465.

【符号の説明】[Explanation of symbols]

1−1 実行計算機 1−2 待機系計算機 1−3 復旧中計算機 2 データ伝送路 3 共有データ領域 4 二重系管理プロセス 5 共有データの読み書きを行うプロセス 10 共有メモリ装置 21 親計算機 22 外部記憶装置 25−1〜25−n 子計算機 26 オンラインデータ記憶部 27 外部周辺機器 28 データ保護記憶部 100 仮想記憶領域 100a 実記憶 110 セマフォキュー 1-1 Executing computer 1-2 Standby computer 1-3 Restoring computer 2 Data transmission path 3 Shared data area 4 Duplex system management process 5 Shared data read / write process 10 Shared memory device 21 Parent computer 22 External storage device 25-1 to 25-n Child computer 26 Online data storage unit 27 External peripheral device 28 Data protection storage unit 100 Virtual storage area 100a Real storage 110 Semaphore queue

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 以下の実行系計算機と待機系計算機を有
する二重系システム (A)以下の要素を有する実行系計算機 (a)共有データを格納する実行系共有データ領域、
(b)上記実行系共有データ領域に対して共有データを
読み書きするプロセスを実行する実行系プロセス実行手
段、(c)上記実行系プロセス実行手段により実行され
るプロセスから上記実行系共有データ領域への共有デー
タの書き込み要求を待機系計算機に伝える実行系管理プ
ロセス、(d)異常を検知して待機系計算機に異常通知
を送信する異常通知手段、 (B)以下の要素を有する待機系計算機 (a)上記実行系共有データ領域に格納される共有デー
タと同一の共有データを格納する待機系共有データ領
域、(b)上記実行系プロセス実行手段で実行されるプ
ロセスと同一のプロセスを実行する待機系プロセス実行
手段、(c)上記実行系管理プロセスから伝えられる共
有データの書き込み要求を受信し、その書き込み要求に
基づいて共有データを上記待機系共有データ領域に書き
込む待機系管理プロセス、(d)上記異常通知手段から
の異常通知を受信した場合、上記待機系共有データ領域
に格納された共有データを用いて上記待機系プロセス実
行手段により実行系プロセス実行手段で実行されていた
プロセスの実行を開始することにより実行系計算機を代
替えする実行系計算機代替手段。
1. A dual system having the following execution system computer and standby system computer (A) Execution system computer having the following elements (a) Execution system shared data area for storing shared data,
(B) an execution system process executing means for executing a process of reading / writing shared data from / to the execution system shared data area; and (c) a process executed by the execution system process execution means to the execution system shared data area. An active system management process for transmitting a shared data write request to the standby computer, (d) an abnormality notifying means for detecting an abnormality and transmitting an abnormal notice to the standby computer, (B) a standby computer having the following elements: ) A standby shared data area for storing the same shared data as the shared data stored in the active shared data area, and (b) a standby system for executing the same process as the process executed by the active process execution means. Process execution means, (c) receiving a write request for shared data transmitted from the active management process, and based on the write request A standby system management process for writing shared data to the standby system shared data area, and (d) the standby system using the shared data stored in the standby system shared data area when an abnormality notification is received from the abnormality notification means. Execution system computer substitution means for substituting the execution system computer by starting execution of the process being executed by the execution system process execution means by the process execution means.
【請求項2】 上記待機系計算機は、さらに、異常通知
を受信した場合、実行系計算機を初期化する要求を出力
する初期化要求手段を有し、 上記実行系計算機は、上記初期化要求手段からの要求に
基づいて初期化を実行することにより異常を回復すると
ともに、上記待機系計算機の待機系共有データ領域から
実行系共有データ領域へ共有データを複写する共有デー
タ複写手段を有し、上記実行系計算機を待機系計算機と
して復旧させることを特徴とする請求項1記載の二重系
システム。
2. The standby system computer further comprises initialization request means for outputting a request to initialize the active system computer when an abnormality notification is received, and the active system computer comprises the initialization request means. A shared data copying means for copying the shared data from the standby shared data area of the standby computer to the active shared data area while recovering the abnormality by executing the initialization based on the request from The dual system according to claim 1, wherein the active computer is restored as a standby computer.
JP5049472A 1993-03-10 1993-03-10 Duplex system Pending JPH06259274A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5049472A JPH06259274A (en) 1993-03-10 1993-03-10 Duplex system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5049472A JPH06259274A (en) 1993-03-10 1993-03-10 Duplex system

Publications (1)

Publication Number Publication Date
JPH06259274A true JPH06259274A (en) 1994-09-16

Family

ID=12832100

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5049472A Pending JPH06259274A (en) 1993-03-10 1993-03-10 Duplex system

Country Status (1)

Country Link
JP (1) JPH06259274A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002078292A1 (en) * 2001-03-26 2002-10-03 Duaxes Corporation Protocol duplexer and protocol duplexing method
JP2007264754A (en) * 2006-03-27 2007-10-11 Yokogawa Electric Corp Control module
JP2011034170A (en) * 2009-07-30 2011-02-17 Hitachi Ltd Method of diagnosing abnormal-time-processing signal, and dual computer system
JP2019128820A (en) * 2018-01-25 2019-08-01 株式会社日立ハイテクソリューションズ Double control system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002078292A1 (en) * 2001-03-26 2002-10-03 Duaxes Corporation Protocol duplexer and protocol duplexing method
US7328273B2 (en) 2001-03-26 2008-02-05 Duaxes Corporation Protocol duplicating configuration and method for replicating and order of reception of packets on a first and second computers using a shared memory queue
JP2007264754A (en) * 2006-03-27 2007-10-11 Yokogawa Electric Corp Control module
JP2011034170A (en) * 2009-07-30 2011-02-17 Hitachi Ltd Method of diagnosing abnormal-time-processing signal, and dual computer system
JP2019128820A (en) * 2018-01-25 2019-08-01 株式会社日立ハイテクソリューションズ Double control system

Similar Documents

Publication Publication Date Title
KR920003497B1 (en) Processing system tolerant of loss of access to secondary storage
US7017003B2 (en) Disk array apparatus and disk array apparatus control method
JPH09128305A (en) External storage device
JPH0264834A (en) Data transfer device in miniature computer system
JPH06259274A (en) Duplex system
TW294794B (en)
JPH10133926A (en) Mirror disk restoring method and restoring system
JPH04291618A (en) Duplexed disk control system
JP2743756B2 (en) Semiconductor disk device
JPH083807B2 (en) Automatic switching device for dual magnetic disk device
JPH0474739B2 (en)
JP2716571B2 (en) Redundant data security device
JP2943173B2 (en) Duplex file storage
JPH0324634A (en) Double system device
JPS59180897A (en) Double structure system of battery back-up memory
JP2511542B2 (en) Information processing system
JP2810265B2 (en) Data storage device and information processing system
JP3340284B2 (en) Redundant system
JP4009401B2 (en) Disk control apparatus and recording medium recording program
JP3012402B2 (en) Information processing system
JPH0474241A (en) Fault processing system
JPH06348604A (en) Memory copy system
JPS634210B2 (en)
JPH06175899A (en) Multiple auxiliary storage device
JPH06124242A (en) Duplex shared memory equivalency guarantee system