JPS60195649A - Error reporting system of microprogram-controlled type data processor - Google Patents

Error reporting system of microprogram-controlled type data processor

Info

Publication number
JPS60195649A
JPS60195649A JP59050438A JP5043884A JPS60195649A JP S60195649 A JPS60195649 A JP S60195649A JP 59050438 A JP59050438 A JP 59050438A JP 5043884 A JP5043884 A JP 5043884A JP S60195649 A JPS60195649 A JP S60195649A
Authority
JP
Japan
Prior art keywords
processor
diagnostic
microprogram
error
sub
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
JP59050438A
Other languages
Japanese (ja)
Inventor
Hajime Takagi
一 高木
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 Corp
Original Assignee
NEC Corp
Nippon Electric Co 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 Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP59050438A priority Critical patent/JPS60195649A/en
Publication of JPS60195649A publication Critical patent/JPS60195649A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0745Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in an input/output transactions management context
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation

Abstract

PURPOSE:To prevent an entire system from being seriously affected by faults, by causing a diagnostic processor to make the error report of faults occurring in a sub-processor through a common system bus in the place of the sub-processor. CONSTITUTION:A program routine running in a diagnostic processor (SVP)4 recognizes that an abnormal condition occurs in a specific input-output controlling device (IOP)3 from the microprogram run abnormal bit of the content of a status register in the IOP3. The SVP4 edits the error status from the content of the status register and reprots the error status to an arithmetic processor (EPU)1 through a system bus 100 in the place of the IOP3. Therefore, the software of the EPU1 can receive the fault reprot, can recognize the IOP3 in which the fault occurs, and can processed the software sequence by forcedly terminating the I/O instruction.

Description

【発明の詳細な説明】 (技術分野) 本発明はマイクロプログラム制御型データ処理装置にお
けるエラー報告方式に関する。とくに演算処理装置と診
断プロセンサを含む複数のマイクロプログラム制御型サ
ブプロセンサとを有するデータ処理装置におけるエラー
報告方式に関する。
DETAILED DESCRIPTION OF THE INVENTION (Technical Field) The present invention relates to an error reporting method in a microprogram controlled data processing device. In particular, the present invention relates to an error reporting method in a data processing device having an arithmetic processing unit and a plurality of microprogram-controlled subprocessors including a diagnostic processor.

(従来技術) 一般に、マイクロプログラム制御のデータ処理装置にお
ける障害発生時のエラー報告方式は下記のように行なわ
れる。
(Prior Art) Generally, an error reporting method when a failure occurs in a microprogram-controlled data processing device is performed as follows.

すなわち、データ処理装置のエラー検出回路がハードウ
ェアエラーを検出すると、データ処理装置のマイクロプ
ログラムシーケンスは、エラー処理ルーチンにトラップ
し、ハードウェアエラーの解析、エラー原因のリセット
等7行ない、ソフトウェアプログラムに対しハードエラ
ーが起ったことの報告を行なう。報告を受けたソフトウ
ェアプログラムは1例えばエラーの原因がI10ボート
におれはI10ボートのイニシアライズ指令を出すこと
により、I10命令のりカバリ−をはかり、また主記憶
装置のエラーであれは、エラーを発生した主記憶装置の
エリアを避けて使用するような処理を行なっている。
That is, when the error detection circuit of the data processing device detects a hardware error, the microprogram sequence of the data processing device traps the error handling routine, analyzes the hardware error, resets the cause of the error, etc., and executes seven lines, and then returns to the software program. In response, a report is made that a hard error has occurred. The software program that received the report was 1. For example, if the cause of the error was the I10 boat, I would try to recover the I10 instruction by issuing an initialization command for the I10 boat, and if it was an error in the main memory, it would generate an error. Processing is performed to avoid using areas of the main memory that have been used.

しかし、上記のようなりカバリ−処理が可能となるのは
正しくエラー処理のマイクロプログラムシーケンスが動
作するときであり、マイクロプログラム自身がループし
てしまったり、停止してしまうとエラー報告ができず、
障害の発生すら検出できない状態になってしまう。
However, recovery processing as described above is possible only when the microprogram sequence for error handling operates correctly, and if the microprogram itself loops or stops, it will not be possible to report the error.
Even the occurrence of a failure cannot be detected.

最近のよう罠、データ処理装置が複雑になり、複数のサ
ブプロセッサからデータ処理装置が構成されるようなシ
ステムの場合には、一つのサブプロセッサが障害等でス
トールしてしまい障害報告ができなくなると、システム
としての動作に大きな影響を与える。そこで診断プロセ
ッサが導入され、診断バスを介して各サブプロセッサを
接続し、各サブプロセッサの状態を監視する方式がとら
れる。
Recently, data processing equipment has become more complex, and in the case of systems where the data processing equipment is composed of multiple subprocessors, one subprocessor may stall due to a failure, making it impossible to report a problem. This has a significant impact on the operation of the system. Therefore, a diagnostic processor is introduced, which connects each sub-processor via a diagnostic bus, and monitors the status of each sub-processor.

この方式によると、診断プロセッサが各サブプロセッサ
の状態をチェックし、サブプロセッサのマイクロプログ
ラムが停止していたりループしていたりすることを検出
することができる。しかしこの方式であっても、障害発
生プロセッサに対して出されていた命令が終了しない状
態が起る可能性もあり、ソフトウェアがその命令の終了
を待っているような場合にはシステム動作はやはり重大
な影響を受けることになる。
According to this method, the diagnostic processor checks the status of each subprocessor and can detect whether the microprogram of the subprocessor is stopped or in a loop. However, even with this method, there is a possibility that the instruction issued to the faulty processor will not be completed, and if the software is waiting for the instruction to complete, the system operation will still be affected. This will have a significant impact.

(発明の目的) 本発明の目的は上述の従来の欠点を除去して、何等かの
障害により7ステム中のサブプロセッサがストールした
場合にも、これによりシステム全体の動作に重大な影響
を与えることを回避できるようなエラー報告方式を提供
することにある。
(Objective of the Invention) The object of the present invention is to eliminate the above-mentioned conventional drawbacks, and to provide a system in which even if a sub-processor in the 7 systems stalls due to some kind of failure, this does not seriously affect the operation of the entire system. The objective is to provide an error reporting method that can avoid such problems.

(発明の構成) 本発明の方式は、診断プロセッサ′を含む複数のマイク
ロ10グラム制御型サブプロセツサが共通のシステムバ
スおよび診断バスに接続される構成をとるデータ処理装
置において、前記診断プロセッサは前記篩の[バスを介
し前記診断バスに接続されている前記各サブプロセッサ
の識別子とステータスレジスタとを読取ることにより前
記各サブプロセッサの異常状態を検出する手段を有し、
前記診断プロセッサを除く前記各サブプロセッサ内で発
生した障害に対するエラー報告を障害を発生したサブプ
ロセッサができない状態になったと前記診断プロセッサ
が前記手段を用いて診断したとき前記障害を発生したサ
ブプロセッサにかわり前記共通システムバスを介しエラ
ー報告を実行する。
(Structure of the Invention) The method of the present invention provides a data processing device having a configuration in which a plurality of micro-10 gram control type subprocessors including a diagnostic processor' are connected to a common system bus and a diagnostic bus, wherein the diagnostic processor is connected to a common system bus and a diagnostic bus. [having means for detecting an abnormal state of each of the sub-processors by reading an identifier and a status register of each of the sub-processors connected to the diagnostic bus via a bus,
When the diagnostic processor uses the means to diagnose that the faulty subprocessor is in a state where it is unable to report an error regarding a fault that has occurred in each of the subprocessors other than the diagnostic processor, the faulty subprocessor Instead, error reporting is performed via the common system bus.

(実施例) 次に、図面を参照して本発明の詳細な説明する。(Example) Next, the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。本
実施例は演算処理装置1(以後BPUl)、主記憶装置
2(以後MMU2)、入出力制御装置3−1 、3−2
 (以後l0P3−1 、l0P3−2)、診断プロセ
ッサ4(以後SVP 4 )、入出力装置5−1.5−
2・・・、5−N(以後DEV 5−1 、5−2・・
・5−N ) 、システムバス100および診断バス2
00を含んでいる。
FIG. 1 is a block diagram showing one embodiment of the present invention. This embodiment includes an arithmetic processing unit 1 (hereinafter referred to as BPUl), a main storage unit 2 (hereinafter referred to as MMU2), and input/output control units 3-1 and 3-2.
(hereinafter l0P3-1, l0P3-2), diagnostic processor 4 (hereinafter SVP4), input/output device 5-1.5-
2..., 5-N (hereinafter referred to as DEV 5-1, 5-2...
・5-N), system bus 100 and diagnostic bus 2
Contains 00.

また、各l0P3は、第2図に示すように、マイクロプ
ログラム実行制御部31.システムバス制御部322診
°断バス制御部33.ステータスレジスタ34およびプ
ロセッサ識別子35を有している。
In addition, each l0P3 includes a microprogram execution control unit 31. System bus control unit 322 Diagnostic bus control unit 33. It has a status register 34 and a processor identifier 35.

さらに、前記8VP4は第3図に示すように、マイクロ
プログラム実行制御部41.システムバス制御部42お
よび診断バス制御部43を含んでいる。
Furthermore, as shown in FIG. 3, the 8VP4 includes a microprogram execution control section 41. It includes a system bus control section 42 and a diagnostic bus control section 43.

さて、EPUIは、MMUZ内におるソフトウェア命令
1読出し、実行するとともに、命令が入出力命令(以後
I10命令)であれば指定されたl0P3に対しI10
命令を発行し、また、入出力動作の終了時にはこのl0
P3からの終了割込音ン7トウエアに報告する。一方、
EPUI内部の命令でプログラムエラーが発生したとき
には、これに対するプログラム割込をソフトウェアに報
告する。これらの処理を含めEPUlはシステム制(財
)プロセッサの役割も担当している。
Now, the EPUI reads and executes one software instruction in MMUZ, and if the instruction is an input/output instruction (hereinafter referred to as an I10 instruction), the EPUI executes an I10 instruction for the specified l0P3.
This l0
End interrupt sound from P3 Reports to software. on the other hand,
When a program error occurs in an instruction inside the EPUI, a corresponding program interrupt is reported to the software. Including these processes, EPUl is also responsible for the role of a system-based processor.

つぎに、各l0P3は%DEV5−1〜s −Nの甲の
自己の担当するDEV5がそのI10ボートに接続され
ているサブプロセッサである。EPUlからのI10命
令をシステムバス100 t”介して受けると、このI
10命令を解析し、指定されたDEV5に対してI10
コマンドを発し、このI10命令の実行を指令する。こ
のDI!;V5がI10コマ7ドの実行の終了をl0P
3に通知すると、l0P3は終了ステータスを整え、E
PU 1に対しI10命令終了の報告を行なう。
Next, each l0P3 is a sub-processor to which the DEV5 of %DEV5-1 to s-N, which is in charge of itself, is connected to its I10 boat. When the I10 command from EPUl is received via the system bus 100t'', this
Analyze 10 instructions and write I10 for the specified DEV5.
A command is issued to instruct execution of this I10 instruction. This DI! ;V5 completes execution of I10 command 7th command
3, l0P3 arranges the exit status and E
Reports the completion of the I10 instruction to PU 1.

また、5VP4は、他のサブプロセッサと同様にシステ
ムバス100を介してEPUlと情報を交換する機能を
もつ。さらに5VP4は専用の診断バス200を介して
EPUl 、MMU2をはじめl0P3の各サブプロセ
ッサの状態をチェックし、このチェックの結果に応じて
後述するような処理を行なう機能を有している。
Furthermore, the 5VP4 has a function of exchanging information with the EPUl via the system bus 100 like other subprocessors. Furthermore, the 5VP4 has a function of checking the status of each sub-processor of the EPUL, MMU2, and 10P3 via a dedicated diagnostic bus 200, and performing processing as described later in accordance with the result of this check.

さて、各l0P3は、第2図に示すように、内部にマイ
クロプログラム実行制御部31を有し、この内部で動作
するマイクロプログラムルーチンによって動作が制(財
)される。正常な状態においては、l0P3はシステム
バス100およびシステムバス制御部32を介してEP
Ul と情報交換を行ない、EPUlからのI10命令
の実行指示を受け、また、EPUIに対し110命令の
終了報告をする。もし、l0P3の内部でハードウェア
エラーが発生すると、ハードウェア処理のマイクロプロ
グラムルーチンが起動され、同様にシステムバス制御部
32およびシステムバス100 ’e介して障害報告’
1EPU1に対して行なう。
Now, as shown in FIG. 2, each l0P3 has an internal microprogram execution control section 31, and its operation is controlled by a microprogram routine that operates within this section. Under normal conditions, l0P3 is connected to EP via system bus 100 and system bus control unit 32.
It exchanges information with Ul, receives an instruction to execute the I10 instruction from EPUI, and reports the completion of the 110 instruction to EPUI. If a hardware error occurs inside the 10P3, a hardware processing microprogram routine is activated, and the system bus controller 32 and the system bus 100 also report the failure via 'e'.
Perform this for 1EPU1.

EPUlのソフトウェアは、これらの報告にもとづいて
処理のステップを進め、あるいはI10ボート(図示せ
ず)にイニシアライズ指令を出すことによりI10命令
のりカバリ−をはかる。このように、l0PB内のマイ
クロプログラムが正常に動作しているときには、終了報
告あるいはエラー報告がEPUlに向ってなされ、処理
ステップが正常に進み、また、エラーに対するリカバリ
ー処理がとられる。
Based on these reports, the EPU1 software advances the processing steps or attempts to recover the I10 instructions by issuing an initialization command to the I10 boat (not shown). In this manner, when the microprogram in 10PB is operating normally, a completion report or an error report is sent to EPU1, the processing steps proceed normally, and recovery processing for the error is performed.

しかし、l0PB内部で走行しているマイクロプログラ
ムルーチンが停止した場合には、上述の終了報告あるい
はエラー報告がEPUlに対してできない状態になり、
このため、従来例においては前述のようにシステム全体
の動作に重大な影響を与える可能性が生ずる。
However, if the microprogram routine running inside l0PB stops, the above-mentioned completion report or error report cannot be made to EPU1,
For this reason, in the conventional example, as described above, there is a possibility that the operation of the entire system will be seriously affected.

本実施例においてはこれを以下のようにして回避してい
る。
In this embodiment, this problem is avoided as follows.

各l0P3は、第2図に示すように、ステータスレジス
タ34を備えていて、このl0P3の現時点のステータ
スはこのレジスタに登録されている。このステータスレ
ジスタ34中の一つの情報として、マイクロプログラム
実行側(財)部31中で走行しているマイクロプログラ
ムが停止したり、あるいは異常ループにおち入り正常動
作ができなくなった場合に、これを指示する、マイクロ
プログラムラン異常ピットが含まれている。
As shown in FIG. 2, each l0P3 is provided with a status register 34, and the current status of this l0P3 is registered in this register. One of the pieces of information in this status register 34 is information that is used when the microprogram running in the microprogram execution section 31 stops or enters an abnormal loop and is no longer able to operate normally. Contains microprogram run abnormality pits.

各l0P3にはさらに各サブプロセッサを識別するため
の情報が登録されているプロセッサ識別子35が設けら
れている。そしてこれらプロセッサ識別子35の内容お
よびステータスレジスタ34の内容は、マイクロプログ
ラム実行制御部31の動作とは独立に、診断バス制御部
33および診断バス200を介して5VP4に転送でき
るように構成されている。
Each l0P3 is further provided with a processor identifier 35 in which information for identifying each sub-processor is registered. The contents of the processor identifier 35 and the status register 34 are configured to be transferred to the 5VP4 via the diagnostic bus control section 33 and the diagnostic bus 200 independently of the operation of the microprogram execution control section 31. .

さて、5VP4においては、第3図に示すように、マイ
クロプログラム実行制御部41において診断用のマイク
ロプログラムルーチンが走行しており、このプログラム
は、診断バス200を介して診断バス制御部43に入力
される前述の各サブプロセッサからの識別子35の内容
およびステー ・タスレジスタ34の内容をチェックす
る。そして前記診断用のマイクロプログラムルーチンが
、ステータスレジスタ34の内容の中の前記マイクロプ
ログラムラン異常ピットより、ある特定のl0P3がそ
のプログラムランに異常を起しているの全識別すると、
前記識別子35の内容よりこの特定のl0P3を識別し
、このIOP 3にかわり、ステータスレジスタ34の
内容よりエラーステータス全編集し、これをシステムバ
ス制御部42およびシステムバス100を介してEPt
Jlに報告する。
Now, in 5VP4, as shown in FIG. The contents of the identifier 35 and the contents of the status register 34 from each of the above-mentioned sub-processors are checked. When the diagnostic microprogram routine identifies from the microprogram run abnormality pits in the status register 34 that a particular l0P3 is causing an abnormality in the program run,
This specific IOP3 is identified from the contents of the identifier 35, the entire error status is edited from the contents of the status register 34 instead of this IOP3, and this is sent to the EPt via the system bus control unit 42 and the system bus 100.
Report to Jl.

この結果EPU1のソフトウェアは、この場合において
も、障害報告を受けることが可能となり、障害発生のl
0P3を認識することができ1例えば110命令を出し
ているl0P3がこのような障害を起したときには、I
10命令を強制的に終了させることにより、ソフトウェ
アシーケンスを先に進めることができる。
As a result, the EPU 1 software can receive failure reports even in this case, and can provide information on the occurrence of failures.
For example, when 0P3 that is able to recognize 0P3 and issues 110 instructions causes such a failure, the I
By forcing the 10 instructions to terminate, the software sequence can proceed.

以上のように2本実施例によると、l0P3の中のマイ
クロプログラムラノに障害が生じてエラー報告ができな
くなった場合でも5VP4がこれを識別し、障害を起し
たl0P3に代り、エラー報告を行ない、システムに重
大な障害が発生するのを回避することができる。
As described above, according to the two embodiments, even if a failure occurs in the microprogram in 10P3 and it is no longer possible to report an error, 5VP4 identifies this and reports the error in place of the failed 10P3. , it is possible to avoid serious system failures.

なお、以上は本発明の一実施例を示したもので本発明は
これに限定されるものではない。
Note that the above description shows one embodiment of the present invention, and the present invention is not limited thereto.

例えば、以上の実施例においては入出力制御装置(IO
P3)の個数を2としたがこれは2に限定される必要は
ない。
For example, in the above embodiment, the input/output control device (IO
Although the number of P3) is set to 2, it does not need to be limited to 2.

また、単に入出力側@装置ばかりでなく、システム中の
マイクロプログラムで動作する任意のサブプロセッサに
対しても、これらのサブプロセンサがストールした場合
に、同様な方法により、診断プロセッサがストールした
サブプロセッサに代りエラー報告をするように構成する
こともできる。
In addition, when these subprocessors stall, not only for the input/output side@device but also for any subprocessor that operates with a microprogram in the system, the diagnostic processor can detect the stalled subprocessor using the same method. It can also be configured to report errors on behalf of the processor.

(発明の効果) 以上述べたように本発明によると、診断プロセッサを含
む複数のマイクロプログラム制(財)型サブプロセッサ
が共通のシステムバスおよび診断バスに接続される構成
をとるデータ処理装置において、診断プロセッサが診断
バスを介して各サブプロセッサの識別子とステータスレ
ジスタの内容全読取りこれにより各サブプロセッサのマ
イクロプロゲラムラ/に障害を生じた場合にこれを識別
し、あるいはこのステータスレジスタの内容を読むこと
により対応するサブプロセッサが障害のためエラー報告
ができない状態にあることを識別すると、診断プロセッ
サは障害を起したサブプロセッサに代りシステムバスを
介して、システム全体の制(財)を行なっている演算装
置のソフトウェアに対しエラー報告を行なうことが可能
となる。これにより障害発生のサブプロセッサt−認識
することが可能となり、例えばI10命令金出している
サブプロセッサがストールしたときには、■10命令を
強制的に終了させることにより、ソフトウェアシーケン
スをを先に進めることを行なったり、障害発生のサブプ
ロセッサを論理的に切離し縮退運転をしたり、わるいは
障害発生のサブプロセッサに対しイニシアライズ命令を
出すことにより障害発生プロセッサの回復を計ることが
可能となる。
(Effects of the Invention) As described above, according to the present invention, in a data processing device having a configuration in which a plurality of microprogram type subprocessors including a diagnostic processor are connected to a common system bus and a diagnostic bus, The diagnostic processor reads the entire contents of the identifier and status register of each sub-processor via the diagnostic bus, thereby identifying a fault in the microprogram of each sub-processor or reading the contents of this status register. When the diagnostic processor identifies that the corresponding subprocessor is in a state where it cannot report an error due to a fault, the diagnostic processor takes control of the entire system via the system bus on behalf of the faulty subprocessor. It becomes possible to report errors to the software of the arithmetic device. This makes it possible to recognize the subprocessor in which a failure has occurred; for example, when the subprocessor issuing the I10 instruction stalls, it is possible to proceed with the software sequence by forcibly terminating the I10 instruction. It is possible to recover the faulty processor by logically isolating the faulty subprocessor and performing degenerate operation, or by issuing an initialization command to the faulty subprocessor.

、これにより信頼性の高いマイクロプログラム制御型デ
ータ処理装置におけるエラー報告方式を提供できる。
, This makes it possible to provide a highly reliable error reporting method in a microprogram-controlled data processing device.

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

第1因は本発明の一実施例を示すブロック図、第2図は
本実施例の入出力制御装置の構成を示す図および第3図
は本実施例の診断グロセッ丈の構成を示す図である。 図において、1・・・・・・演算処理装@(EPU)、
2・・・・・・主記憶装@ (MMtJ )、3−1.
3−2・・・・・・入出力制御装置(IOP)、4・・
・・・・診断グロセッサ(8VP )+ 5−1〜5−
N−・−入出力装置1l(DEV)。 31.41・・・・・・マイクロプログラム実行側(財
)部、32.42・・・・・・システムバス制6i11
L 33 、43・・・・・・診断バス制(財)部、3
4・・・・・・ステータスレジスタ、35・・・・・・
プロセッサm刷子、100 ・・・・・・システムバス
、200・・・・・・診断バス。 どa佼 名2図 篤 、3 図
The first factor is a block diagram showing one embodiment of the present invention, FIG. 2 is a diagram showing the configuration of the input/output control device of this embodiment, and FIG. 3 is a diagram showing the configuration of the diagnostic gross length of this embodiment. be. In the figure, 1... Arithmetic processing unit @ (EPU),
2... Main memory @ (MMtJ), 3-1.
3-2... Input/output control device (IOP), 4...
...Diagnostic grosser (8VP) + 5-1 to 5-
N-.-I/O device 1l (DEV). 31.41...Microprogram execution side (incorporated) department, 32.42...System bus system 6i11
L 33, 43... Diagnostic Bus System (Foundation) Department, 3
4...Status register, 35...
Processor m brush, 100...System bus, 200...Diagnostic bus. Doa Gana 2 figures Atsushi, 3 figures

Claims (1)

【特許請求の範囲】 診断グロセソvt含む複数のマイクロプログラム制御型
サブプロセッサが共通のシステムバスおよび診断バスに
接続される構成をとるデータ処理装置において、 前記診断10セツサは前記診断バスを介し前記診断バス
に接続されている前記各サブプロセッサの識別子とステ
ータスレジスタとを読取ることにより前記各サブプロセ
ッサの異常状態を検出する手段を有し、 前記診断プロセッサを除く前記各サブブロセソ丈内で発
生した障害に対するエラー報告を障害を発生したサブプ
ロセッサができない状態になったと前記診断グロセッサ
が前記手段を用いて診断したとき前記障害を発生したサ
ブプロセッサにかわり前記共通システムバスを介しエラ
ー報告を実行するようにしたことを特徴とするエラー報
告方式。
[Scope of Claims] A data processing device configured such that a plurality of microprogram-controlled subprocessors including a diagnostic gross processor are connected to a common system bus and a diagnostic bus, wherein the diagnostic processor connects the diagnostic processor to a common system bus and a diagnostic bus. means for detecting an abnormal state of each of the sub-processors by reading an identifier and a status register of each of the sub-processors connected to the bus; When the diagnostic grosser uses the means to diagnose that the faulty sub-processor is in a state where it is unable to report an error, the error report is executed via the common system bus on behalf of the faulty sub-processor. An error reporting method characterized by:
JP59050438A 1984-03-16 1984-03-16 Error reporting system of microprogram-controlled type data processor Pending JPS60195649A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59050438A JPS60195649A (en) 1984-03-16 1984-03-16 Error reporting system of microprogram-controlled type data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59050438A JPS60195649A (en) 1984-03-16 1984-03-16 Error reporting system of microprogram-controlled type data processor

Publications (1)

Publication Number Publication Date
JPS60195649A true JPS60195649A (en) 1985-10-04

Family

ID=12858859

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59050438A Pending JPS60195649A (en) 1984-03-16 1984-03-16 Error reporting system of microprogram-controlled type data processor

Country Status (1)

Country Link
JP (1) JPS60195649A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5600791A (en) * 1992-09-30 1997-02-04 International Business Machines Corporation Distributed device status in a clustered system environment
WO2023179684A1 (en) * 2022-03-25 2023-09-28 苏州浪潮智能科技有限公司 Method and apparatus for monitoring state of central processing unit, and device and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5600791A (en) * 1992-09-30 1997-02-04 International Business Machines Corporation Distributed device status in a clustered system environment
WO2023179684A1 (en) * 2022-03-25 2023-09-28 苏州浪潮智能科技有限公司 Method and apparatus for monitoring state of central processing unit, and device and storage medium

Similar Documents

Publication Publication Date Title
US5764882A (en) Multiprocessor system capable of isolating failure processor based on initial diagnosis result
JPS61502223A (en) Reconfigurable dual processor system
JP2770913B2 (en) Parity replacement apparatus and method
JPH02294739A (en) Fault detecting system
JPS60195649A (en) Error reporting system of microprogram-controlled type data processor
JP2956849B2 (en) Data processing system
JPH1115661A (en) Self-diagnosis method for cpu
JPS62236056A (en) Input/output controller for information processing system
JPS6123247A (en) Error report system
JP3326546B2 (en) Computer system failure detection method
JPH01310422A (en) Resetting circuit for microcomputer
JPS60140438A (en) System switching control system of information processing system
JPS59119451A (en) Diagnosing system of electronic computer system
JPH076103A (en) Fault processing system for input/output channel
JPH0855040A (en) System operating method
JPH02183852A (en) Data processor
JPH01292562A (en) Multi-cpu system
JPS62166401A (en) Multiplexing system for electronic computer
JPS5896352A (en) Microcomputer control system
JPS63136142A (en) Error recovery system for logical unit
JPS61101844A (en) Fault processing system
JPS6341943A (en) Error restoring system for logic unit
JPS6111855A (en) Function diagnosing method of data processor
JPH01140265A (en) Multiprocessor system
JP2018163539A (en) Self-diagnosis method and self-diagnosis program