JP3130892B2 - Redundant system - Google Patents

Redundant system

Info

Publication number
JP3130892B2
JP3130892B2 JP11062385A JP6238599A JP3130892B2 JP 3130892 B2 JP3130892 B2 JP 3130892B2 JP 11062385 A JP11062385 A JP 11062385A JP 6238599 A JP6238599 A JP 6238599A JP 3130892 B2 JP3130892 B2 JP 3130892B2
Authority
JP
Japan
Prior art keywords
processing
data
standby
transfer
active
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.)
Expired - Fee Related
Application number
JP11062385A
Other languages
Japanese (ja)
Other versions
JP2000259439A (en
Inventor
晴夫 小泉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Communication Systems Ltd
Original Assignee
NEC Communication Systems 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 NEC Communication Systems Ltd filed Critical NEC Communication Systems Ltd
Priority to JP11062385A priority Critical patent/JP3130892B2/en
Publication of JP2000259439A publication Critical patent/JP2000259439A/en
Application granted granted Critical
Publication of JP3130892B2 publication Critical patent/JP3130892B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Hardware Redundancy (AREA)
  • Multi Processors (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、二重化されたオン
ラインシステムに係り、現用系と待機系とで動作するプ
ログラム間で双方向にデータ転送およびプログラム起動
を行う二重化システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a duplex online system, and more particularly to a duplex system for bidirectionally transferring data and starting programs between programs operating in an active system and a standby system.

【0002】[0002]

【従来の技術】従来より、二重化されたオンラインシス
テムにおいては、通常両方の系が同一処理を行い、故障
発生時に速やかに故障系を切り離すことによりシステム
の信頼性を向上させている。ソフトウェアの更新(改
版)を行うときには、更新によるサービス中断時間を短
くするために、両方の系で同一処理をせずに、現用系を
旧ソフトウェアでサービスしている状態で、待機系に新
ソフトウェアをダウンロードして立ち上げを行い、現用
系の旧ソフトウェアと待機系の新ソフトウェア間でデー
タのやりとりや通信することにより、旧ソフトウェアか
ら新ソフトウェアにデータを引き継いだ後、現用系と待
機系を切り替える。
2. Description of the Related Art Conventionally, in a duplicated online system, both systems usually perform the same processing, and when a failure occurs, the failed system is immediately separated to improve the reliability of the system. When updating (revising) software, in order to shorten the service interruption time due to the update, do not perform the same processing on both systems, and use the old software to service the active system. Download and start up, and exchange data between the old software on the active system and the new software on the standby system to transfer the data from the old software to the new software, then switch between the active system and the standby system .

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来技
術のシステムでは、現用系の主記憶の保護を目的に待機
系プロセッサから現用系主記憶のアクセスを禁止してい
るため、上述したようなファイル更新において、待機系
から現用系のデータ転送やプログラム起動を行う場合、
特別なハードウェアを付加しなければならないという問
題があった。
However, in the prior art system, access to the active main memory is prohibited from the standby processor for the purpose of protecting the active main memory. In the case of performing data transfer and program start of the active system from the standby system,
There was a problem that special hardware had to be added.

【0004】この発明は上述した事情に鑑みてなされた
もので、現用系主記憶の保護を目的に待機系プロセッサ
から現用系主記憶のアクセスを禁止したシステムにおい
ても、特別なハードウェアを付加することなく待機系か
ら現用系へデータ転送することができる二重化システム
を提供することを目的とする。
The present invention has been made in view of the above circumstances, and special hardware is added to a system in which access to an active main memory is prohibited from a standby processor for the purpose of protecting the active main memory. It is an object of the present invention to provide a duplex system capable of transferring data from a standby system to an active system without using the system.

【0005】[0005]

【課題を解決するための手段】上述した問題点を解決す
るために、請求項1記載の発明では、現用系および待機
系からなり、各々、自系の主記憶にアクセスするための
自系バスと他系の主記憶にアクセスするための他系バス
とを有し、待機系から現用系の主記憶に対するアクセス
が禁止された二重化システムにおいて、前記待機系は、
データ転送するデータを格納する第1の転送データバッ
ファと、前記待機系においてデータ転送処理が処理中で
あるか否かを示す処理状態フラグと、前記待機系のプロ
グラムからのデータ転送要求に応じて、前記処理状態フ
ラグを参照した結果に基づき転送データを前記第1の転
送データバッファに格納するとともに前記処理状態フラ
グを処理中に設定するデータ転送処理手段とを備え、前
記現用系は、転送データを格納する第2の転送データバ
ッファと、所定の一定周期で前記待機系の処理状態フラ
グを参照した結果に基づいて、前記第1の転送データバ
ッファに格納されている転送データを前記第2の転送デ
ータバッファへ転送する周期処理手段とを備えたことを
特徴とする。
In order to solve the above-mentioned problems, the invention according to claim 1 comprises an active system and a standby system, each of which has its own system bus for accessing its own main memory. And a second system bus for accessing the main memory of the other system, wherein the standby system is configured such that access from the standby system to the main memory of the active system is prohibited.
A first transfer data buffer for storing data to be transferred, a processing status flag indicating whether data transfer processing is being performed in the standby system, and a data transfer request from a program for the standby system. Data transfer processing means for storing transfer data in the first transfer data buffer based on a result obtained by referring to the processing state flag, and setting the processing state flag during processing. And a transfer data stored in the first transfer data buffer based on a result obtained by referring to the processing status flag of the standby system at a predetermined constant period. Periodic processing means for transferring data to the transfer data buffer.

【0006】また、請求項2記載の発明では、前記待機
系は、起動プログラムを示す起動関数番号を格納する起
動関数番号格納手段と、前記起動関数番号格納手段に
用系で起動すべき起動プログラムの番号を設定する起動
関数番号設定手段とをさらに備え、前記現用系は、前記
待機系に設けられた前記起動関数番号設定手段に設定さ
れた起動関数番号に対応する関数を起動する関数起動手
段をさらに備えることを特徴とする。
[0006] In the invention of claim 2, wherein said standby system, the activation function number storage means for storing an activation function number indicating a start program, current to the activation function number storage means
Anda Starting function number setting means for setting the number of the startup program to be started by use system, the active system is corresponding to the set start function number to the activation function number setting means provided in said standby And a function activating means for activating a function to be performed.

【0007】また、請求項3記載の発明では、前記デー
転送処理手段は、前記処理状態フラグが処理中を示し
ている場合、データ転送要求元であるプログラムに対し
て処理NGを返却することを特徴とする。
In the invention according to claim 3, the data transfer processing means returns the processing NG to the program which is the data transfer request source when the processing status flag indicates that the processing is in progress. Features.

【0008】現用系および待機系からなり、各々、自系
の主記憶にアクセスするための自系バスと他系の主記憶
にアクセスするための他系バスとを有し、待機系から現
用系の主記憶に対するアクセスが禁止された二重化シス
テムにおいて、前記待機系は、データ転送するデータを
格納する第1の転送データバッファと、前記待機系にお
いてデータ転送処理が処理中であるか否かを示す処理状
態フラグと、前記待機系のプログラムからのデータ転送
要求に応じて、前記処理状態フラグを参照した結果に基
づき転送データを前記第1の転送データバッファに格納
するとともに前記処理状態フラグを処理中に設定する
ータ転送処理手段とを備え、前記現用系は、転送データ
を格納する第2の転送データバッファと、所定の一定周
期で前記待機系の処理状態フラグを参照した結果に基づ
いて、前記第1の転送データバッファに格納されている
転送データを前記第2の転送データバッファへ転送する
周期処理手段とを備えたため、現用系から待機系方向の
み主記憶のアクセス(参照や書き込み)が可能なハード
ウェア構成であっても、現用系と待機系とで動作するプ
ログラム間で双方向にデータ転送およびプログラム起動
を行うことが可能となる。
An active system and a standby system, each having its own system bus for accessing its own main memory and another system bus for accessing another system's main memory, are provided from the standby system to the active system. In a redundant system in which access to the main memory is prohibited, the standby system includes a first transfer data buffer for storing data to be transferred, and a standby system .
And a process status flag indicating whether or not the data transfer process is being performed, and transferring the transfer data based on a result of referring to the process status flag in response to a data transfer request from the standby program. Data transfer processing means for storing the transfer state in the transfer data buffer and setting the processing state flag during the processing, wherein the active system includes a second transfer data buffer for storing the transfer data; Periodic processing means for transferring the transfer data stored in the first transfer data buffer to the second transfer data buffer based on a result of referring to the processing state flag of the standby system at a constant cycle. Therefore, even if the hardware configuration allows access (referencing and writing) of the main memory only from the active system to the standby system, even if the hardware is configured to operate between the active system and the standby system, It is possible to transfer data and program start direction.

【0009】[0009]

【発明の実施の形態】以下、図面を用いて本発明の実施
の形態を説明する。 A.実施形態の構成 図1は、本発明の実施形態による全体の構成を示すブロ
ック図である。図において、二重化されたオンラインシ
ステムは、0系のシステムと1系のシステムから構成さ
れており、それぞれの系のプロセッサ2,5は、同じ系
(以下、自系という)の主記憶1,4上のプログラムお
よびデータを参照して処理を行うとともに、自系の入出
力装置3,6によりデータの入出力を行う。プロセッサ
2,5は、自系の主記憶にアクセスするバスとして、0
系主記憶バス10および1系主記憶バス13を用い、自
系の入出力装置にアクセスするバスとして、0系入出力
装置バス14および1系入出力装置バス17を用いる。
Embodiments of the present invention will be described below with reference to the drawings. A. Configuration of Embodiment FIG. 1 is a block diagram showing an overall configuration according to an embodiment of the present invention. In the figure, the duplicated online system is composed of a system 0 and a system 1 and the processors 2 and 5 of the respective systems have main memories 1 and 4 of the same system (hereinafter referred to as own system). Processing is performed with reference to the above programs and data, and data is input and output by the input / output devices 3 and 6 of the own system. Processor
2 and 5 are buses for accessing the main memory of the own system,
The system main memory bus 10 and the system 1 main memory bus 13 are used, and the system 0 input / output device bus 14 and the system 1 input / output device bus 17 are used as buses for accessing the local system input / output device.

【0010】また、0系および1系は、各々、保守やソ
フトウェア更新のために、自系のプロセッサと違う系
(以下、他系という)の主記憶にアクセスするために、
0系主記憶交絡バス11および1系主記憶交絡バス12
を具備するとともに、他系の入出力装置にアクセスする
ために、0系入出力装置交絡バス16および1系入出力
装置交絡バス15を具備している。
The system 0 and the system 1 access the main memory of a system different from the processor of the own system (hereinafter referred to as another system) for maintenance and software update, respectively.
System 0 main memory confounding bus 11 and system 1 main memory confounding bus 12
In addition, a 0-system input / output device entanglement bus 16 and a 1-system input / output device entanglement bus 15 are provided for accessing other system input / output devices.

【0011】上記主記憶交絡バスによる他系主記憶アク
セスにおいては、通常現用系の主記憶を保護するために
現用系プロセッサから待機系の主記憶へのアクセスを可
能にし、待機系プロセッサから現用系主記憶のアクセス
を禁止している。現用系/待機系は、0系/1系のどち
らにも成り得るので、他系主記憶へのアクセスは、0系
が現用系の場合には、1系主記憶交絡バス12を用いて
1系主記憶4をアクセスすることが可能で、1系が現用
系の場合には、0系主記憶交絡バス11を用いて0系主
記憶1をアクセスすることが可能となっている。
In the access of the main memory of the other system by the main memory confounding bus, usually, the main processor of the active system can access the main memory of the standby system in order to protect the main memory of the active system. Access to main memory is prohibited. Since the active system / standby system can be either the 0 system or the 1 system, the access to the other system main memory is performed by using the 1 system main memory confounding bus 12 when the 0 system is the active system. The system main memory 4 can be accessed. When the system 1 is the active system, the system 0 main memory 1 can be accessed using the system 0 main memory confounding bus 11.

【0012】B.実施形態の動作次に、上述した実施形
態の動作について説明する。 (1)現用系から待機系へのデータ転送およびプログラ
ム起動 まず、現用系から待機系へのデータ転送およびプログラ
ム起動を行う場合について説明する。ここで、図2は、
現用系から待機系へのデータ転送時のデータ構造および
処理を示す概念図である。また、図3は、現用系から待
機系へのデータ転送時の動作を説明するためのフローチ
ャートである。
B. Next, the operation of the above-described embodiment will be described. (1) Data transfer from active system to standby system and program start First, a case where data transfer from the active system to the standby system and program start are described. Here, FIG.
FIG. 2 is a conceptual diagram showing a data structure and processing when data is transferred from an active system to a standby system. FIG. 3 is a flowchart for explaining the operation at the time of data transfer from the active system to the standby system.

【0013】図2において、現用系にデータ転送要求時
に起動されるデータ転送処理20、待機系にオペレーテ
ィングシステムから周期的に起動される周期処理21を
配置する。待機系には、データ転送処理実行状態を保持
する処理状態フラグ22、転送データの受信処理を行う
プログラムを示す起動関数番号23および現用系からの
転送データを保持する転送データバッファ領域24の各
データを配置する。
In FIG. 2, a data transfer process 20 started when a data transfer request is issued to the active system, and a periodic process 21 periodically started from the operating system is arranged in the standby system. The standby system includes a processing state flag 22 for holding a data transfer processing execution state, a start function number 23 indicating a program for performing transfer data reception processing, and a transfer data buffer area 24 for holding transfer data from the active system. Place.

【0014】現用系のプログラムから待機系へデータ転
送要求を受け付ける。このとき、待機系へ転送するデー
タと、転送データの受信処理を行う待機系のプログラム
に対応する起動関数番号をパラメータで受け取る。現用
系のデータ転送処理20は、主記憶交絡バスを用いて待
機系の処理状態フラグ22を参照し(ステップA1)、
「処理なし」であれば、主記憶交絡バスを用いて転送デ
ータを待機系の転送データバッファ領域24に転送する
(ステップA2)。次に、起動関数番号を待機系の起動
関数番号23に設定し(ステップA3)、待機系の処理
状態フラグ22を「処理中」に設定し(ステップA
4)、データ転送要求元に処理OKを返却する(ステッ
プA5)。一方、待機系の処理状態フラグ22が「処理
中」であれば、データ転送要求元に処理NGを返却する
(ステップA5)。
A data transfer request is accepted from the active program to the standby system. At this time, data to be transferred to the standby system and an activation function number corresponding to the standby system program that performs the transfer data receiving process are received as parameters. The data transfer processing 20 of the active system refers to the processing state flag 22 of the standby system using the main memory confounding bus (step A1),
If "no processing", the transfer data is transferred to the standby transfer data buffer area 24 using the main memory confounding bus (step A2). Next, the activation function number is set to the activation function number 23 of the standby system (step A3), and the processing state flag 22 of the standby system is set to "processing" (step A3).
4), a process OK is returned to the data transfer request source (step A5). On the other hand, if the processing state flag 22 of the standby system is "processing", the processing NG is returned to the data transfer request source (step A5).

【0015】待機系では、オペレーティングシステムか
ら一定周期で起動される周期処理21で、待機系の処理
状態フラグ22を参照し、現用系からのデータ転送要求
の有無を監視する(ステップB1)。そして、処理状態
フラグ22が「処理中」の場合には、転送データバッフ
ァ領域24に現用系からの転送データが設定されている
ので、転送データバッファ領域24のポインタをパラメ
ータに設定して、起動関数番号23に対応した関数を起
動する(ステップB2)。その後、待機系の処理状態フ
ラグ22を「処理なし」に設定する(ステップB3)。
The standby system refers to the processing status flag 22 of the standby system in a periodic process 21 started at a fixed period from the operating system and monitors the presence or absence of a data transfer request from the active system (step B1). When the processing state flag 22 is “under processing”, since the transfer data from the active system is set in the transfer data buffer area 24, the pointer of the transfer data buffer area 24 is set as a parameter, and The function corresponding to the function number 23 is started (step B2). Thereafter, the processing state flag 22 of the standby system is set to "no processing" (step B3).

【0016】(2)待機系から現用系へのデータ転送お
よびプログラム起動 次に、待機系から現用系へのデータ転送およびプログラ
ム起動を行う場合について説明する。ここで、図4は、
待機系から現用系へのデータ転送時のデータ構造および
処理を示す概念図である。また、図5は、待機系から現
用系へのデータ転送時の動作を説明するためのフローチ
ャートである。
(2) Data Transfer from Standby System to Active System and Program Start Next, a case where data transfer from the standby system to the active system and program start are described. Here, FIG.
FIG. 3 is a conceptual diagram showing a data structure and processing when data is transferred from a standby system to an active system. FIG. 5 is a flowchart for explaining the operation at the time of data transfer from the standby system to the active system.

【0017】図4において、現用系にオペレーティング
システムから周期的に起動される周期処理40、待機系
にデータ転送要求時に起動されるデータ転送処理42を
配置する。現用系には、待機系に設定された転送データ
を転送するための転送データバッファ領域45を、待機
系には図2と同様のデータ43、44、45を配置す
る。
In FIG. 4, a periodic process 40 periodically started by the operating system is arranged in the active system, and a data transfer process 42 started when a data transfer is requested is arranged in the standby system. In the active system, a transfer data buffer area 45 for transferring the transfer data set in the standby system is arranged, and in the standby system, data 43, 44, and 45 similar to those in FIG. 2 are arranged.

【0018】待機系のプログラムから現用系へデータ転
送要求を受け付ける。このとき、現用系へ転送するデー
タと、転送データの受信処理を行う現用系のプログラム
に対応する起動関数番号をパラメータで受け取る。待機
系のデータ転送処理42は、待機系の処理状態フラグ4
3を参照し(ステップD1)、「処理なし」であれば転
送データを待機系の転送データバッファ領域45にコピ
ーする(ステップD2)。次に、起動関数番号を待機系
の起動関数番号44に設定し(ステップD3)、待機系
の処理状態フラグ43を「処理中」に設定して(ステッ
プD4)、データ転送要求元に処理OKを返却する(ス
テップD5)。一方、待機系の処理状態フラグ43が
「処理中」であれば、データ転送要求元に処理NGを返
却する(ステップD6)。
A data transfer request is accepted from the standby system program to the active system. At this time, the data to be transferred to the active system and the activation function number corresponding to the active system program that performs the transfer data receiving process are received as parameters. The standby system data transfer processing 42 is performed by the standby system processing state flag 4
3 (step D1), and if "no processing", the transfer data is copied to the transfer data buffer area 45 of the standby system (step D2). Next, the activation function number is set to the activation function number 44 of the standby system (step D3), the processing status flag 43 of the standby system is set to "processing" (step D4), and the process is OK to the data transfer request source. Is returned (step D5). On the other hand, if the processing state flag 43 of the standby system is "processing", the processing NG is returned to the data transfer request source (step D6).

【0019】現用系では、オペレーティングシステムか
ら一定周期で起動される周期処理40で、主記憶交絡バ
スを用いて待機系の処理状態フラグ43を参照し(ステ
ップC1)、「処理中」あれば主記憶交絡バスを用い
て、待機系の伝送データバッファ領域45に設定された
転送データを現用系の転送データバッファ領域41に転
送し(ステップC2)、現用系の転送データバッファ領
域41のポインタをパラメータに設定して、待機系の起
動関数番号44に対応した関数を起動する(ステップC
3)。その後、主記憶交絡バスを用いて、待機系の処理
状態フラグ43に「処理なし」を設定する(ステップC
4)。
In the active system, the processing status flag 43 of the standby system is referred to using the main memory confounding bus (step C1) in a periodic process 40 started at a fixed period from the operating system (step C1). The transfer data set in the standby transmission data buffer area 45 is transferred to the active transmission data buffer area 41 using the storage confounding bus (step C2), and the pointer of the active transmission data buffer area 41 is set as a parameter. To activate the function corresponding to the activation function number 44 of the standby system (step C).
3). Thereafter, "no processing" is set to the processing state flag 43 of the standby system using the main memory confounding bus (step C).
4).

【0020】なお、上述した実施形態においては、待機
系のデータが1組の場合を例にあげたが、現用系と待機
系間のデータ通信およびプログラム起動が頻繁に行われ
る場合、待機系のデータを複数組配置するようにしても
よい。この場合、転送スループットを向上させることが
できる。また、上述した実施形態においては、データ転
送とプログラム起動を一緒に行う例であったが、データ
の転送を行わずに、プログラムの起動だけ行えばよい場
合には、待機系のデータを処理状態フラグと起動関数番
号だけして、転送データの設定処理を削除すればよい。
In the above-described embodiment, the case where the data of the standby system is one set has been described as an example. However, when the data communication and the program start between the active system and the standby system are frequently performed, the standby system is used. A plurality of sets of data may be arranged. In this case, transfer throughput can be improved. Further, in the above-described embodiment, the data transfer and the program start are performed at the same time. However, if it is sufficient to start the program without transferring the data, the data of the standby system is processed in the processing state. The transfer data setting process may be deleted only by using the flag and the activation function number.

【0021】[0021]

【発明の効果】以上説明したように、本発明によれば、
現用系主記憶の保護を目的に待機系プロセッサから現用
系主記憶のアクセスを禁止したシステムにおいても、特
別なハードウェアを付加することなく、待機系と現用系
との間でデータ転送することができるという利点が得ら
れる。また、他系のプログラムを起動するときに、関数
のアドレスではなく、関数番号により起動するようにし
たので、他系のプログラムのアドレス割り付けを意識し
なくても、目的の関数を起動できるという利点が得られ
る。
As described above, according to the present invention,
Even in a system in which access to the active main memory is prohibited from the standby processor for the purpose of protecting the active main memory, data transfer between the standby system and the active system can be performed without adding special hardware. The advantage that it can be obtained is obtained. In addition, when starting another system's program, it starts by the function number instead of the function's address, so that the target function can be started without being conscious of address assignment of the other system's program. Is obtained.

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

【図1】 本発明の実施形態の構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing a configuration of an embodiment of the present invention.

【図2】 現用系から待機系へのデータ転送時のデータ
構造および処理を示す概念図である。
FIG. 2 is a conceptual diagram showing a data structure and a process when data is transferred from an active system to a standby system.

【図3】 現用系から待機系へのデータ転送時の動作を
説明するためのフローチャートである。
FIG. 3 is a flowchart illustrating an operation at the time of data transfer from an active system to a standby system.

【図4】 待機系から現用系へのデータ転送時のデータ
構造および処理を示す概念図である。
FIG. 4 is a conceptual diagram showing a data structure and processing when data is transferred from a standby system to an active system.

【図5】 待機系から現用系へのデータ転送時の動作を
説明するためのフローチャートである。
FIG. 5 is a flowchart for explaining an operation when data is transferred from a standby system to an active system;

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

1 0系主記憶 2 0系プロセッサ 3 0系入出力装置 4 1系主記憶 5 1系プロセッサ 6 1系入出力装置 20,42 データ転送処理(第1の判定手段、データ
転送処理手段、起動関数番号設定手段、関数起動手段) 21,40 周期処理(第2の判定手段、周期処理手
段、起動関数番号設定手段、関数起動手段) 22,43 処理状態フラグ 23,44 起動関数番号(起動関数番号格納手段) 24,45 転送データバッファ領域
Reference Signs List 1 0 system main memory 2 0 system processor 3 0 system I / O device 4 1 system main memory 5 1 system processor 6 1 system I / O device 20, 42 Data transfer processing (first determination means, data transfer processing means, start function Number setting means, function activation means) 21, 40 periodic processing (second determination means, periodic processing means, activation function number setting means, function activation means) 22, 43 processing state flags 23, 44 activation function numbers (activation function numbers) Storage means) 24, 45 Transfer data buffer area

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 11/16 - 11/20 G06F 13/00 G06F 15/16 - 15/177 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) G06F 11/16-11/20 G06F 13/00 G06F 15/16-15/177

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 現用系および待機系からなり、各々、自
系の主記憶にアクセスするための自系バスと他系の主記
憶にアクセスするための他系バスとを有し、待機系から
現用系の主記憶に対するアクセスが禁止された二重化シ
ステムにおいて、 前記待機系は、 データ転送するデータを格納する第1の転送データバッ
ファと、 前記待機系においてデータ転送処理が処理中であるか否
かを示す処理状態フラグと、 前記待機系のプログラムからのデータ転送要求に応じ
て、前記処理状態フラグを参照した結果に基づき転送デ
ータを前記第1の転送データバッファに格納するととも
に前記処理状態フラグを処理中に設定するデータ転送処
理手段とを備え、前記現用系は、 転送データを格納する第2の転送データバッファと、 所定の一定周期で前記待機系の処理状態フラグを参照し
た結果に基づいて、前記第1の転送データバッファに格
納されている転送データを前記第2の転送データバッフ
ァへ転送する周期処理手段とを備えたことを特徴とする
二重化システム。
The system comprises an active system and a standby system, each having its own system bus for accessing its own main memory and another system bus for accessing another system's main memory. In a redundant system in which access to an active main memory is prohibited, the standby system includes a first transfer data buffer for storing data to be transferred, and whether a data transfer process is being performed in the standby system . And a processing status flag indicating, in response to a data transfer request from the standby system program, storing transfer data in the first transfer data buffer based on a result of referring to the processing status flag, and setting the processing status flag to Data transfer processing means for setting during processing, wherein the active system includes: a second transfer data buffer for storing transfer data; and the standby at a predetermined constant period. Periodic processing means for transferring the transfer data stored in the first transfer data buffer to the second transfer data buffer based on the result of referring to the processing state flag of the system. Redundant system.
【請求項2】 前記待機系は、 起動プログラムを示す起動関数番号を格納する起動関数
番号格納手段と、 前記起動関数番号格納手段に現用系で起動すべき起動プ
ログラムの番号を設定する起動関数番号設定手段とをさ
らに備え、 前記現用系は、 前記待機系に設けられた前記起動関数番号設定手段に設
定された起動関数番号に対応する関数を起動する関数起
動手段をさらに備えることを特徴とする請求項1記載の
二重化システム。
2. The standby system, comprising: a start function number storage unit for storing a start function number indicating a start program; and a start function number for setting the start program number to be started in the active system in the start function number storage unit. Setting means, and the active system further includes a function activating means for activating a function corresponding to the activation function number set in the activation function number setting means provided in the standby system. The duplex system according to claim 1.
【請求項3】 前記データ転送処理手段は、前記処理状
態フラグが処理中を示している場合、データ転送要求元
であるプログラムに対して処理NGを返却することを特
徴とする請求項1または2記載の二重化システム。
3. The data transfer processing means returns a processing NG to a program which is a data transfer request source when the processing state flag indicates that processing is in progress. Dual system as described.
JP11062385A 1999-03-09 1999-03-09 Redundant system Expired - Fee Related JP3130892B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11062385A JP3130892B2 (en) 1999-03-09 1999-03-09 Redundant system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11062385A JP3130892B2 (en) 1999-03-09 1999-03-09 Redundant system

Publications (2)

Publication Number Publication Date
JP2000259439A JP2000259439A (en) 2000-09-22
JP3130892B2 true JP3130892B2 (en) 2001-01-31

Family

ID=13198617

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11062385A Expired - Fee Related JP3130892B2 (en) 1999-03-09 1999-03-09 Redundant system

Country Status (1)

Country Link
JP (1) JP3130892B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4792958B2 (en) * 2005-12-21 2011-10-12 日本電気株式会社 Data control system, shared disk device, and disk access restriction switching method used therefor

Also Published As

Publication number Publication date
JP2000259439A (en) 2000-09-22

Similar Documents

Publication Publication Date Title
US6785892B1 (en) Communications between partitioned host processors and management processor
JPH086796A (en) Down-loading method, network system therefor and data file updating method
JP3490002B2 (en) Computers that make up a multi-cluster system
JP3130892B2 (en) Redundant system
US8868780B2 (en) Data processing system with routing tables
JP2001109642A (en) Cluster system and data copying method therefor
JP2003271404A (en) Multiprocessor system
JPH09218788A (en) Inservice direct down loading system
JPH04291660A (en) Inter-processor communication method and its parallel processor
JPH11232233A (en) Method for managing network computer and network computer system
JPH0799674A (en) Partial file updating system for information processor
JP2612385B2 (en) Transfer processing between multiple subsystems
JP3840028B2 (en) Control system
JP3161319B2 (en) Multiprocessor system
JP3424644B2 (en) Method of communication between processors
JP2992394B2 (en) Multiprocessor system
JP3992767B2 (en) Computer processing system
JP3457432B2 (en) Method of communication between processors and processor used therefor
JP3270400B2 (en) Print processing cluster system
JP2583169B2 (en) Operation program switching method for communication processing device
JP3144787B2 (en) Distributed processing system and interactive processing method thereof
JPH0496830A (en) Data management method for distributed processing system
JPH0628407A (en) Data base system
JPH08234968A (en) Program execution management system and method
JP3709050B2 (en) Data update system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20001024

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071117

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081117

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081117

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091117

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111117

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111117

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121117

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121117

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131117

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees