JPH04195455A - System abnormality reporting system - Google Patents

System abnormality reporting system

Info

Publication number
JPH04195455A
JPH04195455A JP2323081A JP32308190A JPH04195455A JP H04195455 A JPH04195455 A JP H04195455A JP 2323081 A JP2323081 A JP 2323081A JP 32308190 A JP32308190 A JP 32308190A JP H04195455 A JPH04195455 A JP H04195455A
Authority
JP
Japan
Prior art keywords
cpu
abnormality
occurrence
watchdog timer
timer
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
JP2323081A
Other languages
Japanese (ja)
Inventor
Yasuo Suzuki
靖雄 鈴木
Akira Watanabe
晶 渡辺
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.)
Hitachi Cable Ltd
Original Assignee
Hitachi Cable 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 Hitachi Cable Ltd filed Critical Hitachi Cable Ltd
Priority to JP2323081A priority Critical patent/JPH04195455A/en
Publication of JPH04195455A publication Critical patent/JPH04195455A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To simplify processing procedures by reporting the occurrence of abnormality of one CPU to another CPU through a signal line by the signal which is outputted from a timer by expiration of a timer which monitors the occurrence of abnormality of one CPU. CONSTITUTION:When expiring, a watchdog timer 13 outputs an interrupt signal to a CPU 11 and a CPU 21 through signal lines 14 and 18 to inform them of the occurrence of abnormality. The CPU 11 receives the interrupt signal from the watchdog timer 13 to recognize the occurrence of abnormality and performs the processing corresponding to the abnormality to report the occurrence of abnormality to an external device through an external interface circuit 15 or to reset a related device. The CPU 21 receives the interrupt signal from the watchdog timer 13 to recognize the occurrence of abnormality on the side of the CPU 11. Thus, the countermeasure of the CPU 11 related to the report of abnormality is simplified.

Description

【発明の詳細な説明】 ご産業上の利用分野] 本発明は、CPUを用いたシステムのシステム異常通知
方式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a system abnormality notification method for a system using a CPU.

口従来の技術] CPU  (Central Processing 
Unit)を用いたシステムにおいては、CPL’がR
OMあるいはRAM等のメモリに格納されたソフトウェ
アを実行するという方式が一般的である。cpuがソフ
トウェアを実行する際に、ソフトウェアに不備があった
り、ハードウェアに障害が起きたりすると、CPUが暴
走したり、あるいは条件の発生待ちのままになったりす
るなど、システムが正常な動作をしなくなる場合がある
。この様なシステムの異常を検知する方式として、ウォ
ッチドッグタイマと呼ばれるタイマを使用する方式が用
いられている。
[Conventional technology] CPU (Central Processing)
Unit), CPL' is R
A common method is to execute software stored in a memory such as OM or RAM. When the CPU executes software, if there is a flaw in the software or a failure occurs in the hardware, the system may not operate normally, such as the CPU going out of control or waiting for a condition to occur. There are cases where it stops happening. As a method for detecting such system abnormalities, a method using a timer called a watchdog timer is used.

第2図にウォッチドッグタイマを用いたシステムの構成
図を示す。
FIG. 2 shows a configuration diagram of a system using a watchdog timer.

ウォッチドッグタイマ3は、一定周期(tとする)でタ
イムアウトするように設定し、動作させる。CPU1は
、メモリ2に格納されたソフトウェアを実行する。メモ
リ2に格納するソフトウェアは、CP U Iか、tよ
り短い周期でウォッチドッグタイマ3をリセットするよ
うにしておく。
The watchdog timer 3 is set and operated so as to time out at a fixed period (referred to as t). CPU 1 executes software stored in memory 2 . The software stored in the memory 2 is designed to reset the watchdog timer 3 at a cycle shorter than CPU I or t.

システムが正常に動作している場合は、CPU1は、t
よりも短い周期でウォッチドッグタイマ3をリセットす
るため、ウォッチドッグタイマ3はタイムアウトするこ
とはない、これに対し、ソフトウェアの不備やハードウ
ェアの障害等により、CPUが暴走したり、ある条件の
発生待ちのままになるなどの異常が発生した場合は、ウ
ォッチドッグタイマ3がCPUIによってリセットされ
なくなるため、ウォッチドッグタイマ3がタイムアウト
する。そしてウォッチドッグタイマ3は、タイムアウト
の発生を、信号線4により=CPU1に割り込み通知す
る。CPU1は、ウォッチドッグタイマ3からの割り込
み通知により、システムの異常を認識し、外部インタフ
ェース回路5を通じて、外部の機器にシステムの異常を
通知したり、関連装置をリセットするなど、異常に対え
した処理を行なう。
If the system is operating normally, CPU1
Since watchdog timer 3 is reset at a shorter cycle than If an abnormality occurs such as the device remaining in a waiting state, the watchdog timer 3 will not be reset by the CPU, so the watchdog timer 3 will time out. Then, the watchdog timer 3 interrupts and notifies the CPU 1 of the occurrence of timeout via the signal line 4. The CPU 1 recognizes an abnormality in the system based on the interrupt notification from the watchdog timer 3, and takes measures to deal with the abnormality, such as notifying external equipment of the system abnormality or resetting related devices through the external interface circuit 5. Process.

ところで、CPUを用いたシステムの構成方式として、
CPUを複数使用するマルチCPU方式がある。マルチ
CPU方式は、それぞれのCPUが協調して動作するこ
とにより処理の高速化、高性能化を目的とするものであ
る。
By the way, as a system configuration method using a CPU,
There is a multi-CPU method that uses multiple CPUs. The multi-CPU system aims to speed up processing and improve performance by having each CPU operate in cooperation with each other.

第3図に、CPUを2つ使用する場合のシステムの構成
例を示す。
FIG. 3 shows an example of a system configuration when two CPUs are used.

2つのCPL;11,21 (CPUI、CPU2)は
、それぞれウォ・yチドッグタイマを備え、それぞれの
動作の異常の監視を行なっている。例えば、CPUII
の側の動作に異常があった場合、ウォッチドッグタイマ
13がタイムアウトして信号線14によりCPUIIに
割り込みを通知する。Cpuiiは、ウォッチドッグタ
イマ13からの割り込み通知により、システムの異常を
認識し、外部インタフェース回路15を通じて、外部の
機器にシステムの異常を通知したり、関連装置をリセッ
トするなど、異常に対応する処理を行なう。
The two CPLs 11 and 21 (CPUI, CPU2) are each equipped with a watchdog timer to monitor abnormalities in their respective operations. For example, CPUII
If there is an abnormality in the operation, the watchdog timer 13 times out and notifies the CPU II of an interrupt via the signal line 14. The CPU recognizes a system abnormality based on an interrupt notification from the watchdog timer 13, and performs processing to respond to the abnormality, such as notifying external equipment of the system abnormality or resetting related devices through the external interface circuit 15. Do this.

また、CPUIIとCPU21は、協調して処理を行な
うため、一方の異常をもう一方に通知する必要がある場
合がある。
Furthermore, since the CPU II and the CPU 21 perform processing in cooperation, it may be necessary to notify the other of an abnormality in one.

CPUII側に異常が起きた場合のCPU21への異常
通知は、例えば次のようにして行う。CPu1lが、ウ
ォッチドッグタイマ13からの通知によりCPUIII
FIの異常を認識した場合、CPUIIは、インタフェ
ース回路30を通じて、メモリ22に、CPUII側に
異常が発生したことを示すデータを書き込む。
When an abnormality occurs on the CPU II side, abnormality notification to the CPU 21 is performed, for example, as follows. CPU1l starts CPUIII by notification from watchdog timer 13.
When recognizing an abnormality in the FI, the CPU II writes data indicating that an abnormality has occurred on the CPU II side into the memory 22 through the interface circuit 30.

CPU21は、メモリ22の、CPUIIが異常発生を
通知するための領域を定期的に参照し、CPUII側の
異常発生を認識する。あるいは、CPUIIがCPUI
I側の異常を認識したときに、インタフェース回路30
を用いて、信号線27を通じて、CPU21にCPUI
 1g!!の異常を割り込み通知しても良い。
The CPU 21 periodically refers to the area of the memory 22 where the CPU II notifies the occurrence of an abnormality, and recognizes the occurrence of an abnormality on the CPU II side. Or, CPUII is
When an abnormality on the I side is recognized, the interface circuit 30
is used to connect the CPU 21 to the CPU 21 through the signal line 27.
1g! ! It is also possible to interrupt notification of an abnormality.

以上、CPU11mに異常が発生した場合の例を述べた
が、CPU21(FIの異常が発生した場合は、上記C
PU11とCPU21を逆にした処理となる。
Above, we have described an example where an abnormality occurs in the CPU 11m, but if an abnormality occurs in the CPU 21 (FI), the above C
This is a process in which the PU11 and CPU21 are reversed.

「発明が解決しようとする課B] 上記のように、従来のマルチCPU方式のシステムにお
いては、1つのCPUの動作に異常が発生したことをそ
の他のCPUに通知する場合、異常を検知したCPUが
メモリを介して異常通知を行なったり、割り込み信号を
発生させて他のCPUに異常を通知している。
"Question B to be solved by the invention" As mentioned above, in a conventional multi-CPU system, when notifying other CPUs that an abnormality has occurred in the operation of one CPU, the CPU that detected the abnormality The CPU notifies the abnormality via the memory or generates an interrupt signal to notify other CPUs of the abnormality.

しかし、メモリを介して異常通知を行なう方式゛では、
それぞれのCPUの処理において、異常通知のための手
順を定めておく必要があり、処理が複雑となる。また各
CPUは、定期的にメモリを参照する必要があり、処理
オーバヘッドが増えるという問題がある。
However, with the method of notifying abnormalities via memory,
In the processing of each CPU, it is necessary to define a procedure for abnormality notification, which makes the processing complicated. Furthermore, each CPU needs to periodically refer to the memory, resulting in an increase in processing overhead.

また、メモリを介して通知する方式も、割り込み信号に
より通知する方式も異常を検知しなCPUが、他のCP
Uに対して異常を通知する必要があるため、CPU自体
に異常があった場合、他のCPUに対してのみならず、
外部に対しても異常通知ができなくなってしまうという
問題があった。
In addition, in both the notification method via memory and the notification method using an interrupt signal, a CPU that does not detect an abnormality can
It is necessary to notify U of an abnormality, so if there is an abnormality in the CPU itself, it will be sent not only to other CPUs, but also to
There was a problem in that it was no longer possible to notify the outside of an abnormality.

本発明の目的は、前記したマルチCPU方式のシステム
における従来技術の欠点を解消し、処理手順が簡単であ
り、@照性の高いシステム異常通知方式を提供すること
にある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a system abnormality notification method that eliminates the drawbacks of the prior art in the multi-CPU system described above, has a simple processing procedure, and is highly illuminating.

[課題を解決するための手段] 本発明のシステム異常通知方式は、複数のCPUを備え
、それぞれのCPUの動作の異常検出にタイマを用いる
システムにおいて、1つのCPUの異常発生を、そのC
PUの異常発生を監視するタイマのタイムアウトによっ
てタイマから出力される信号により、信号線を介して、
他のCPUに通知するものである。
[Means for Solving the Problems] The system abnormality notification method of the present invention detects the occurrence of an abnormality in one CPU in a system that includes a plurality of CPUs and uses a timer to detect an abnormality in the operation of each CPU.
A signal is output from the timer when the timer that monitors the occurrence of an abnormality in the PU times out.
This is to notify other CPUs.

2つのCPUを備え、それぞれのCPUの動作の異常検
出にタイマを用いるシステムにおいては、一方のCPU
の異常発生を、そのCPUの異常発生を監視するタイマ
のタイムアウトによってタイマから出力される信号によ
り、信号線を介して、他方のCPUに通知する。
In a system equipped with two CPUs and using a timer to detect abnormality in the operation of each CPU, one CPU
The occurrence of an abnormality is notified to the other CPU via a signal line by a signal output from the timer when the timer for monitoring the occurrence of an abnormality in that CPU times out.

[作用] マルチCPUシステムにおいて、1つのCPUの動作の
異常を監視するためのウォッチドッグタイマの割り込み
出力信号を、信号線を介して他のCPUに入力する方式
であり、メモリを介したり割り込みを発生させたりしな
いので、異常通知の処理手順が簡単であり、またCPU
自体に異常が発生した場合にも、他のCPUに異常通知
することが可能である。従って信頼性の高いシステム異
常通知方式が提供される。
[Operation] In a multi-CPU system, this is a method in which the interrupt output signal of the watchdog timer for monitoring abnormal operation of one CPU is input to other CPUs via a signal line, and the interrupt output signal is input to other CPUs via the memory or interrupts. The processing procedure for abnormality notifications is simple, and the CPU
Even if an abnormality occurs in itself, it is possible to notify other CPUs of the abnormality. Therefore, a highly reliable system abnormality notification method is provided.

[実施例] 以下、本発明の実施例を図面を参照して説明する。[Example] Embodiments of the present invention will be described below with reference to the drawings.

第1図に、本発明の異常通知方式の構成例を示す。FIG. 1 shows a configuration example of the abnormality notification system of the present invention.

CPUII及びCPU21は、それぞれシステムバス1
6,26を介して、メモリ12,22、ウォッチドッグ
タイマ13.23、外部インタフェース回路15,25
、及びインタフェース回路30に接続されている。ウォ
ッチドッグタイマ13からは、CPUI 1及びCPU
21に対してシステム異常を通知するための信号線14
.18が設けられ、またウォッチドッグタイマ23から
は、CPU21及びCPUIIに対してシステム異常を
通知するための信号線24.28が設けられている。ウ
ォッチドッグタイマ13及び23は、それぞれ一定周期
(ti及びt2とする)でタイムアウトするように設定
し、動作させる6CPUII及びCPU21は、それぞ
れメモリ12.22に格納されたソフトウェアを実行す
る。
CPU II and CPU 21 are connected to system bus 1, respectively.
6, 26, memory 12, 22, watchdog timer 13, 23, external interface circuit 15, 25
, and connected to the interface circuit 30. From the watchdog timer 13, CPUI 1 and CPU
Signal line 14 for notifying system abnormality to 21
.. 18 is provided, and signal lines 24 and 28 are provided from the watchdog timer 23 to notify the CPU 21 and CPU II of a system abnormality. The watchdog timers 13 and 23 are set to time out at fixed intervals (ti and t2), respectively, and the 6 CPU II and CPU 21 that are operated execute software stored in the memories 12 and 22, respectively.

メモリ12に格納するソフトウェアは、CPU11が、
tlより短い周期でウォッチドッグタイマ13をリセッ
トするようにしておき、メモリ22に格納するソフトウ
ェアは、CPU21が、t2より短い周期でウォッチド
ッグタイマ23をリセットするようにしておく。
The software stored in the memory 12 is
The watchdog timer 13 is set to be reset at a cycle shorter than tl, and the software stored in the memory 22 is set so that the CPU 21 resets the watchdog timer 23 at a cycle shorter than t2.

システムが正常に動作している場合は、CPU11は、
ウォッチドッグタイマ13をtlより短い周期でリセッ
トし、CPU21は、ウォッチドッグタイマ23をt2
より短い周期でリセットするため、ウォッチドッグタイ
マ13及び23はタイムアウトすることはない。
If the system is operating normally, the CPU 11
The watchdog timer 13 is reset at a cycle shorter than tl, and the CPU 21 resets the watchdog timer 23 to t2.
Since the watchdog timers 13 and 23 are reset in a shorter cycle, they do not time out.

ソフトウェアの不備やハードウェア等の障害により、C
PUが暴走したり、あるいは条件の発生待ちのままにな
るなどの異常が発生した場合、異常が発生した側のCP
Uが、ウォッチドッグタイマをリセットしなくなるため
、ウォッチドッグタイマがタイムアウトする。
Due to software deficiencies or hardware failures, C.
If an abnormality occurs such as the PU going out of control or waiting for a condition to occur, the CP on the side where the abnormality occurred
The watchdog timer times out because U no longer resets the watchdog timer.

ウォッチドッグタイマ13がタイムアウトした場合を例
に挙げる。
Let us take as an example a case where the watchdog timer 13 times out.

ウォッチドッグタイマ13がタイムアウトすると、信号
線14及び信号線18を通じてCPU11及びCPU2
1に割り込み信号を出力し、異常の発生を通知する。C
PUI 1は、ウォッチドッグタイマ13からの割り込
み信号を受信することにより異常発生を認識し、外部イ
ンタフェース回路15を通じて外部の機器に異常の発生
を通知しなり関連機器をリセットするなど、異常に対応
した処理を行なう。
When the watchdog timer 13 times out, the CPU 11 and CPU 2
1 and outputs an interrupt signal to notify the occurrence of an abnormality. C
The PUI 1 recognizes the occurrence of an abnormality by receiving an interrupt signal from the watchdog timer 13, and responds to the abnormality by notifying external equipment of the occurrence of the abnormality through the external interface circuit 15 and resetting related equipment. Process.

一方、CPU21もウォッチドッグタイマ13からの割
り込み信号を受信することにより、CPU1l側に異常
が発生したことを認識することができる。ここでCPU
21は、CPUII自体に異常が発生したためウォッチ
ドッグタイマ13がタイムアウトした場合(この場合は
CPUIIによる外部機器への異常発生通知は行われな
い可能性がある)もあることを考慮し、CPUII側に
異常が発生したことを、外部インタフェース回路25を
通じて外部の機器に通知するようにしても良い。
On the other hand, by receiving the interrupt signal from the watchdog timer 13, the CPU 21 can also recognize that an abnormality has occurred on the CPU 1l side. Here the CPU
21 is based on the CPU II side, taking into account that the watchdog timer 13 may time out due to an abnormality occurring in the CPU II itself (in this case, the CPU II may not notify the external device of the abnormality occurrence). The occurrence of an abnormality may be notified to external equipment through the external interface circuit 25.

上記実施例においては、CPUが2つの場合の例を示し
たが、CPUは、2つとは限らず、2つ以上のCPUに
より構成されるマルチCPUシステムにおいても、本発
明の異常通知方式を適用可能である。CPUが2つ以上
ある場合には、例えば、CPU1つに対し、1つのウォ
ッチドッグタイマを備え、それぞれのウォッチドッグタ
イマから各CPUに対して異常通知のための信号線(1
8,28等)を持たせれば良い。
In the above embodiment, an example is shown in which there are two CPUs, but the number of CPUs is not limited to two, and the abnormality notification method of the present invention can also be applied to a multi-CPU system configured with two or more CPUs. It is possible. If there are two or more CPUs, for example, one watchdog timer is provided for each CPU, and a signal line (1
8, 28, etc.).

[発明の効果] 以上のように、本発明の異常通知方式によれば、異常発
生時にウォッチドッグタイマの割り込み出力により、他
のCPUに対し異常が通知されるため、異常を検知した
CPUがメモリを介したり、割り込みを発生させること
によって異常を通知する方式と比較して、異常通知に関
するCPUの処置が簡単になる。
[Effects of the Invention] As described above, according to the abnormality notification method of the present invention, when an abnormality occurs, other CPUs are notified of the abnormality by the interrupt output of the watchdog timer. Compared to a system in which an abnormality is notified through the system or by generating an interrupt, the processing by the CPU regarding the abnormality notification becomes simpler.

またメモリを介する方式においては、CPUは定期的に
メモリを参照する必要があるが、本発明の異常通知方式
によれば、CPUは定期的にメモリを参照する必要はな
く、その分の処理オーバヘッドを削減できる。
In addition, in the method using memory, the CPU needs to periodically refer to the memory, but according to the abnormality notification method of the present invention, the CPU does not need to refer to the memory regularly, and there is a corresponding processing overhead. can be reduced.

更に、本発明の異常通知においては、ウォッチドッグタ
イマの割り込み出力により、他のCPUに対し異常が通
知されるなめ、CPU自体に異常が発生した場合におい
ても他のCPUに対して異常通知を行うことが可能であ
り、異常通知を受けなCPUが、他のCPUに異常が発
生したことを外部に通知するようにすれば、外部に対し
て異常通知することも可能となる。
Furthermore, in the abnormality notification of the present invention, the abnormality is notified to other CPUs by the interrupt output of the watchdog timer, so even if an abnormality occurs in the CPU itself, the abnormality notification is sent to other CPUs. If a CPU that does not receive an abnormality notification notifies the outside that an abnormality has occurred in another CPU, it becomes possible to notify the outside of the abnormality.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の異常通知方式の一実施例を示す構成図
、第2図はウォッチドッグタイマを用いた異常通知方式
の例を示す構成図、第3図はマルチCPU方式における
ウォッチドッグタイマを用いた異常通知方式の例を示す
構成図である。 図中、1,11.21はCPU、2,12゜22はメモ
リ、3.13.23はウォッチドッグタイマ、4,14
.18,24.28は信号線、5.15.25は外部イ
ンタフェース回路、6.16.26はシステムバス、3
0はインターフェース回路を示す。 特許出願人  日立電線株式会社 代理人弁理士  絹 谷 信 雄 す 第1図
Fig. 1 is a block diagram showing an example of an abnormality notification method according to the present invention, Fig. 2 is a block diagram showing an example of an abnormality notification method using a watchdog timer, and Fig. 3 is a block diagram showing an example of an abnormality notification method using a watchdog timer. FIG. 2 is a configuration diagram showing an example of an abnormality notification method using. In the figure, 1, 11, 21 are CPUs, 2, 12, 22 are memory, 3, 13, 23 are watchdog timers, 4, 14
.. 18, 24.28 are signal lines, 5.15.25 are external interface circuits, 6.16.26 are system buses, 3
0 indicates an interface circuit. Patent Applicant Hitachi Cable Co., Ltd. Representative Patent Attorney Nobuo Kinutani Figure 1

Claims (1)

【特許請求の範囲】 1、複数のCPUを備え、それぞれのCPUの動作の異
常検出にタイマを用いるシステムにおいて、1つのCP
Uの異常発生を、そのCPUの異常発生を監視するタイ
マのタイムアウトによってタイマから出力される信号に
より、信号線を介して、他のCPUに通知することを特
徴とするシステム異常通知方式。 2、2つのCPUを備え、それぞれのCPUの動作の異
常検出にタイマを用いるシステムにおいて、一方のCP
Uの異常発生を、そのCPUの異常発生を監視するタイ
マのタイムアウトによってタイマから出力される信号に
より、信号線を介して、他方のCPUに通知することを
特徴とするシステム異常通知方式。
[Claims] 1. In a system including a plurality of CPUs and using a timer to detect an abnormality in the operation of each CPU, one CPU
A system abnormality notification method characterized in that the occurrence of an abnormality in U is notified to other CPUs via a signal line by a signal output from a timer when a timer for monitoring abnormality occurrence in that CPU times out. 2. In a system equipped with two CPUs and using a timer to detect abnormality in the operation of each CPU, one CPU
A system abnormality notification method characterized in that the occurrence of an abnormality in U is notified to the other CPU via a signal line by a signal output from a timer when a timer for monitoring abnormality occurrence in that CPU times out.
JP2323081A 1990-11-28 1990-11-28 System abnormality reporting system Pending JPH04195455A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2323081A JPH04195455A (en) 1990-11-28 1990-11-28 System abnormality reporting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2323081A JPH04195455A (en) 1990-11-28 1990-11-28 System abnormality reporting system

Publications (1)

Publication Number Publication Date
JPH04195455A true JPH04195455A (en) 1992-07-15

Family

ID=18150876

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2323081A Pending JPH04195455A (en) 1990-11-28 1990-11-28 System abnormality reporting system

Country Status (1)

Country Link
JP (1) JPH04195455A (en)

Similar Documents

Publication Publication Date Title
JPH04195455A (en) System abnormality reporting system
JP2870250B2 (en) Microprocessor runaway monitor
JPH01310422A (en) Resetting circuit for microcomputer
JPH0652130A (en) Multiprocessor system
JPS6112580B2 (en)
JP2746184B2 (en) Fault logging system
JPH01166161A (en) Mutual monitoring system for multiprocessor system
JPS6290068A (en) Auxiliary monitor system
JPH11250026A (en) Fault recovery method and its system for parallel multiprocessor system
JPH03266131A (en) Power source state decision system for multiple system
JPH1139032A (en) Multi cpu type centralized monitoring device
JPH04151738A (en) Normality checking system for processor
JPS6356755A (en) Abnormality supervising system for slave processor
JP2580311B2 (en) Mutual monitoring processing method of multiplex system
JPS63163540A (en) Multiprocessor system
JPH0253156A (en) Abnormality monitor device for input/output device
JPS61267810A (en) Deciding circuit for detection of service interruption
JPS60195649A (en) Error reporting system of microprogram-controlled type data processor
JPH0651935U (en) Failure management device in multi-CPU system
JPH01169545A (en) Fault detecting system in multiplex computer system
JPH01292562A (en) Multi-cpu system
JPH01234966A (en) Fault detecting system for multiplexed computer system
JPS6388660A (en) Microprocessor system
JPH04336632A (en) Fault detection system for shared storage system
JPH02183852A (en) Data processor