JP3042034B2 - Failure handling method - Google Patents

Failure handling method

Info

Publication number
JP3042034B2
JP3042034B2 JP3152081A JP15208191A JP3042034B2 JP 3042034 B2 JP3042034 B2 JP 3042034B2 JP 3152081 A JP3152081 A JP 3152081A JP 15208191 A JP15208191 A JP 15208191A JP 3042034 B2 JP3042034 B2 JP 3042034B2
Authority
JP
Japan
Prior art keywords
memory error
restart
signal
reset signal
power
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 - Lifetime
Application number
JP3152081A
Other languages
Japanese (ja)
Other versions
JPH053575A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3152081A priority Critical patent/JP3042034B2/en
Publication of JPH053575A publication Critical patent/JPH053575A/en
Application granted granted Critical
Publication of JP3042034B2 publication Critical patent/JP3042034B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)
  • Monitoring And Testing Of Exchanges (AREA)
  • Exchange Systems With Centralized Control (AREA)
  • Sub-Exchange Stations And Push- Button Telephones (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は交換機等の一重化構成の
中央処理システムにおける障害処理方式に関する。一般
に大容量の交換機等においてはシステム構成が二重化さ
れており、現用の交換機システムの制御系に障害が発生
した場合は、予備の交換機システムに直ちに切替えてシ
ステムダウンを防止している。しかし比較的小容量の交
換機例えば50〜200 回線程度のPBXにおいては、中央
処理システムは経済上一重化構成であり、中央処理系の
障害の場合はリスタート処理プログラムを実行してシス
テム運用を行っている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a failure processing system in a central processing system having a single structure such as an exchange. Generally, the system configuration is duplicated in a large-capacity exchange or the like, and if a failure occurs in the control system of the current exchange system, the system is immediately switched to a spare exchange system to prevent the system from going down. However, in a relatively small-capacity switchboard, for example, a PBX with about 50 to 200 lines, the central processing system is economically unitary, and in the event of a failure in the central processing system, the restart processing program is executed to operate the system. ing.

【0002】小容量の交換機等の中央処理系のシステム
構成例を図4に示す。図において、31は中央処理装置
(CC)、32はメインメモリ(MM)、33は通話路制御
系(SP)、34はI/O制御部、35はハードディスク
(HD)、36は保守コンソール(MC)を示す。
FIG. 4 shows a system configuration example of a central processing system such as a small-capacity exchange. In the figure, 31 is a central processing unit (CC), 32 is a main memory (MM), 33 is a communication channel control system (SP), 34 is an I / O control unit, 35 is a hard disk (HD), 36 is a maintenance console ( MC).

【0003】上記中央処理装置31とメインメモリ32と通
話路制御系33とI/O制御部34とはシステムバスで接続
され、通話路制御系33に接続された複数の電話回線の運
転プログラムの制御を中央処理装置31とメインメモリ32
により実行し、I/O制御部34は保守コンソール36とハ
ードディスク35に接続され、障害処理用プログラムや必
要に応じて挿入される運用プログラムの制御を中央処理
装置31とメインメモリ32との間で実行している。
The central processing unit 31, the main memory 32, the communication path control system 33, and the I / O control unit 34 are connected by a system bus, and the operation program of a plurality of telephone lines connected to the communication path control system 33 Central control unit 31 and main memory 32
The I / O control unit 34 is connected to the maintenance console 36 and the hard disk 35, and controls the failure processing program and the operation program inserted as needed between the central processing unit 31 and the main memory 32. Running.

【0004】上記交換機等の中央処理システムのシステ
ム運用の状態遷移図を図5に示す。通常、障害等の異常
がない場合は、の交換動作等のプログラムの処理を行
い、何らかの障害が発生した場合は、のリスタート処
理に移り障害情報の収集を行った後、の非常処理(二
重化の場合は系切替えの実施、その他ハードディスクH
Dからの再ローディング化等)を実行し、の通常運用
を再開する。
FIG. 5 shows a state transition diagram of the system operation of the central processing system such as the above exchange. Normally, if there is no abnormality such as a failure, program processing such as replacement operation is performed. If any failure occurs, the process proceeds to restart processing to collect failure information, and then emergency processing (redundancy) In the case of, perform system switchover and other hard disk H
D), and resume normal operation.

【0005】[0005]

【従来の技術】従来の障害処理部のブロック構成図を図
6に示す。図において、21は電圧監視回路、22はリスタ
ート制御部、23はフリップフロップ、24はMPUを示
す。電圧監視回路21は電圧降下が基準値以下になった場
合パワー・オン・リセット信号パルスを送出して電源を
リセットする。リスタート制御部22はタイミング回路と
オア回路とからなり、パワー・オン・リセット信号及び
メモリエラー発生信号が入力した場合、あるタイミング
を経てリセット信号をMPU24に送出する。フリップフ
ロップ23はリスタートレジスタのパワー・オン・ビット
表示用で、データバスによりMPU24に表示信号を送出
する。
2. Description of the Related Art FIG. 6 shows a block diagram of a conventional fault processing unit. In the figure, 21 is a voltage monitoring circuit, 22 is a restart control unit, 23 is a flip-flop, and 24 is an MPU. When the voltage drop becomes equal to or less than the reference value, the voltage monitoring circuit 21 sends out a power-on reset signal pulse to reset the power supply. The restart control unit 22 includes a timing circuit and an OR circuit. When a power-on reset signal and a memory error occurrence signal are input, the restart control unit 22 sends a reset signal to the MPU 24 at a certain timing. The flip-flop 23 is for displaying the power-on bit of the restart register, and sends a display signal to the MPU 24 via the data bus.

【0006】従来の方式では、メモリエラーが発生する
度にメモリエラー発生信号が検出され、リスタート制御
部22へのリスタート開始を通知する。リスタート制御部
22はメモリエラー信号をP1に受けてあるタイミング後M
PU24にリセット信号を出力する。リセット信号オフ後
MPU24はリスタートレジスタをリードして、リスター
ト処理手順を実行する。
In the conventional method, a memory error occurrence signal is detected every time a memory error occurs, and a restart start is notified to the restart control unit 22. Restart control unit
22 is M after the timing when the memory error signal is received at P 1
A reset signal is output to PU24. After the reset signal is turned off, the MPU 24 reads the restart register and executes the restart processing procedure.

【0007】従来の障害処理手順のフローチャートを図
7に示す。図において、 (11)制御システムに電源を投入する。(Pow-on) (12)磁気ディスクHDから運転プログラムをIPL(初
期プログラムのローディング)する。(Pow-on IPL 実
行) (13)W.D.T(ソフトウェア暴走監視用ウォッチドッ
グタイマ)をリセット。 (14)交換動作を実行。 (15)障害の発生をチェックする。障害発生がなければ、
この間、W.D.T.を一定周期でリセットしながら交
換動作を行う。 (16)障害発生があれば、W.D.T. をリセットし、 (17)リスタート処理に移行し、障害解析・障害情報収集
を行う。このときリスタート処理のプログラムが格納さ
れているエリアにて固定的にメモリエラー(ダブルビッ
トエラー、シングルビットエラー)が起きた場合、(16)
と(17)との間の点線のルートでループが発生し、システ
ムが停止してしまう。 (18)リスタート処理終了か否かをチェックし、終了して
なければ、(16)に戻り、W.D.T.を一定周期でリセ
ットしながらリスタート処理を繰り返す。 (19)リスタート処理が終了すれば、ハードウェアリセッ
ト又は磁気ディスクHDからの再ローディングを行う。
障害の種別によりメインメモリMMの内容はそのままで
中央制御装置CCのハードウェアのみ再設定する。或い
はメインメモリMMに磁気ディスクHDのプログラムを
再ローディングする。この何れかの再開処理を行い、再
び交換動作実行に戻る。
FIG. 7 shows a flowchart of a conventional fault processing procedure. In the figure, (11) Power on the control system. (Pow-on) (12) IPL (loading of initial program) the operation program from the magnetic disk HD. (Execution of Pow-on IPL) (13) W. D. Reset T (watchdog timer for software runaway monitoring). (14) Execute exchange operation. (15) Check for failure. If there is no failure,
During this time, W. D. T. The replacement operation is performed while resetting at regular intervals. (16) If a failure occurs, D. Reset T. (17) Move to restart processing , analyze failure and collect failure information
I do. At this time, if a memory error (double-bit error, single-bit error) occurs fixedly in the area where the restart processing program is stored, (16)
A loop occurs on the route indicated by the dotted line between (17) and (17), and the system stops. (18) It is checked whether or not the restart processing has been completed, and if not completed, the procedure returns to (16), and W. D. T. Is repeated at a fixed cycle, and the restart processing is repeated. (19) When the restart processing is completed, hardware reset or reloading from the magnetic disk HD is performed.
Depending on the type of the fault, only the hardware of the central control unit CC is reset without changing the contents of the main memory MM. Alternatively, the program of the magnetic disk HD is reloaded into the main memory MM. Any one of the restart processes is performed, and the process returns to the exchange operation.

【0008】[0008]

【発明が解決しようとする課題】従来の一重化構成のシ
ステムの場合、リスタート処理プログラム実行中にメモ
リエラーが発生した時に、前記フローチャート(16)と(1
7)に示すように、ウォッチドッグタイマクリア処理を含
んだ部分でループを生じ、システムが停止するような問
題が発生する。一重化システムの場合、系切替え実行に
よる他系への移行も不可能であり、磁気ディスクHDか
らの再ローディングでも復旧しない場合がある。
In the case of a conventional system having a single configuration, when a memory error occurs during execution of the restart processing program, the above-mentioned flowcharts (16) and (1) are used.
As shown in 7), a loop is generated in a portion including the watchdog timer clear processing, and a problem such that the system is stopped occurs. In the case of a single system, it is impossible to transfer to another system by executing system switching, and the system may not be restored even by reloading from the magnetic disk HD.

【0009】本発明はメモリエリアの障害発生時に電源
投入時のリスタート手順を実行させることにより、一重
化システムの交換機の障害処理を実行してシステム停止
を防止することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to execute a restart procedure at the time of power-on when a failure occurs in a memory area, thereby executing a failure process for an exchange of a single system to prevent the system from being stopped.

【0010】[0010]

【課題を解決するための手段】本発明の障害処理部の原
理構成図を図1に示す。図において、1は電圧降下を監
視してパワー・オン・リセット信号を送出する電圧監視
回路、2はメモリエラー発生信号及びパワー・オン・リ
セット信号によりMPUへリセット信号を送出するリス
タート制御部、3はリスタートレジスタのパワー・オン
・ビット表示信号をデータパスによりMPUへ送出する
フリップフロップ、4は障害処理部のMPU、5はメモ
リエラー発生毎にメモリエー発生信号を計測し、一定回
数に達した時にマルチメモリエラー信号を送出するメモ
リエラー計測カウンタ、6と7はパワー・オン・リセッ
ト信号とマルチメモリエラー信号とのオア回路を示す。
FIG. 1 is a block diagram showing the principle of a failure processing unit according to the present invention. In the figure, 1 is a voltage monitoring circuit that monitors a voltage drop and sends a power-on reset signal, 2 is a restart control unit that sends a reset signal to the MPU in response to a memory error occurrence signal and a power-on reset signal, Reference numeral 3 denotes a flip-flop for transmitting a power-on bit display signal of the restart register to the MPU via a data path. Reference numeral 4 denotes an MPU of a failure processing unit. A memory error measurement counter for transmitting a multi-memory error signal when the signal is turned on. Reference numerals 6 and 7 denote OR circuits for a power-on reset signal and a multi-memory error signal.

【0011】本発明により従来の障害処理部に付加され
た回路は点線に示す部分のメモリエラー計測カウンタ5
と、パワー・オン・リセット信号とマルチメモリエラー
信号とのオア出力をフリップフロップ3に入力するオア
回路6と、リスタート制御部2に入力するオア回路7で
ある。なおリスタート制御部2は従来の回路と同じくタ
イミング回路(長・短)とオア回路とから構成される。
The circuit added to the conventional fault processing unit according to the present invention is a memory error measurement counter 5 indicated by a dotted line.
And an OR circuit 6 for inputting an OR output of the power-on reset signal and the multi-memory error signal to the flip-flop 3 and an OR circuit 7 for inputting to the restart control unit 2. The restart control unit 2 includes a timing circuit (long / short) and an OR circuit as in the conventional circuit.

【0012】[0012]

【作用】本発明では、メモリエラーが発生する度に検出
されるメモリエラー発生信号をクロックとしてメモリエ
ラー計測カウンタ5をカウントアップし、一定回数メモ
リエラーが発生した場合に出力されるマルチメモリエラ
ー信号により、リスターレジスタのオン及びリスタート
制御部2へのスタート開始を通知し、リスタート制御部
2はこのマルチメモリエラー信号を受けて、MPU4へ
のリセット信号を出力し、リセット信号オフ後ソフトウ
ェアによりリスタートレジスタをリードして、パワー・
オン・ビットがオンしていることを認識し、電源投入時
行う手順すなわち、メモリクリア後運用プログラム、
運用データを再ローディングしてリスタート手順を実行
させる。
According to the present invention, a memory error measurement counter 5 is counted up by using a memory error occurrence signal detected every time a memory error occurs as a clock, and a multi-memory error signal output when a memory error occurs a predetermined number of times. In response to this, the restart control unit 2 receives the multi-memory error signal, outputs a reset signal to the MPU 4, and outputs a reset signal to the MPU 4 after the reset signal is turned off. Read the restart register and
Recognizing that the ON bit is ON, the procedure to be performed at power-on, that is, the operation program after memory clear,
Reload the operation data and execute the restart procedure .

【0013】これによりリスタート処理プログラム実行
中メモリエラーが固定的に発生し、ウォッチドッグタイ
マクリア処理を含んだ部分でループを生じ、システムが
停止することを防止することが可能であり、メモリチッ
プの破損による障害以外は(例えば外来ノイズによるビ
ットのスタック等)復旧される。
As a result, a memory error is fixedly generated during the execution of the restart processing program, a loop is generated in a portion including the watchdog timer clear processing, and the system can be prevented from being stopped. Is restored (for example, a bit stack due to extraneous noise) other than the failure due to the breakage of.

【0014】[0014]

【実施例】実施例のブロック構成図を図2に示す。図に
おいて、11は電圧監視回路、12はリスタート制御部、13
はフリップフロップ、14はMPU、15はメモリエラー計
測カウンタ、16, 17はオア回路OR1,OR2 、18, 19はタイ
ミング回路TM0,TM1 、20はオア回路OR3を示す。なお18,
19 ,20はリスタート制御部12の内部構成を示し、タイ
ミング回路18は比較的長いタイマであり、タイミング回
路19は比較的短いタイマを示す。
FIG. 2 shows a block diagram of an embodiment. In the figure, 11 is a voltage monitoring circuit, 12 is a restart control unit, 13
Flip-flop 14 MPU, 15 is a memory error measurement counter, 16, 17 OR circuit OR1, OR @ 2, 18, 19 is a timing circuit TM 0, TM 1, 20 denotes an OR circuit OR @ 3. 18,
Reference numerals 19 and 20 indicate the internal configuration of the restart control unit 12, the timing circuit 18 is a relatively long timer, and the timing circuit 19 is a relatively short timer.

【0015】本実施例では、メモリエラーが発生する度
に検出されるメモリエラー発生信号MER をメモリエラー
計測カウンタ15のCP端子にクロックとして入力して、Q0
からQX-1 までカウントアップし、X回発生した場合に
出力されるマルチメモリエラー信号MMERをオア回路16と
17の一方の端子に入力する。一方電圧降下を監視する電
圧監視回路11からのパワー・オン・リセット信号P-on R
をオア回路16と17の他の一方の端子に入力する。マルチ
メモリエラー信号MMERとパワー・オン・リセット信号P-
on Rのオア出力により、リスタートレジスタオン用のフ
リップフロップ13を動作させ、リスタート制御部12への
リスタート開始を通知する。リセット制御部12はマルチ
メモリエラー信号MMERを受けてリセット信号を出力し、
パワー・オン・ビットP-on Bがオンしていることを認識
して、電源投入時のリスタート手順を実行する。
In this embodiment, a memory error occurrence signal MER detected every time a memory error occurs is input to the CP terminal of the memory error measurement counter 15 as a clock, and Q 0
To Q X-1 and the multi-memory error signal MMER output when X occurrences occur with the OR circuit 16.
Input to one terminal of 17. On the other hand, the power-on reset signal P-on R from the voltage monitoring circuit 11 for monitoring the voltage drop
Is input to the other terminals of the OR circuits 16 and 17. Multi-memory error signal MMER and power-on reset signal P-
By the OR output of on R, the flip-flop 13 for turning on the restart register is operated, and the restart control unit 12 is notified of the start of the restart. The reset control unit 12 outputs a reset signal in response to the multi-memory error signal MMER,
Recognizes that the power-on bit P-on B is on, and performs a power-on restart procedure.

【0016】実施例の障害処理手順のフローチャートを
図3に示す。図はメモリエラー計測カウンタ15の設定が
n回でオーバーフローする場合について説明する。 (1) 制御システムに電源を投入する。(Pow-on) (2) 磁気ディスクHDから運転プログラムを初期設定す
る。(Pow-on IPL ) (3) W.D.T(ソフトウェア暴走監視用ウォッチドッ
グタイマ)をリセット。 (4) 交換動作を実行する。 (5) 障害発生をチェックする。障害発生が無ければ、こ
の間、W.D.T.を一定周期でリセットしながら交換
動作を行う。 (6) 障害発生が起こればメモリエラー計測カウンタをカ
ウンタアップし、カウンタ値のnをチェックする。カウ
ンタ値がnになれば、再び運転プログラムの初期設定に
戻る。 (7) カウンタ値がnにならなければ、W.D.T.をリ
セットし、 (8) リスタート処理に移行し、障害解析及び障害情報収
を行う。 (9) リスタート処理が終了か否かを判定し、終了してい
なければ、(6) へ戻る。 (10)リスタート処理が終了すれば、ハードウェアリセッ
ト又は磁気ディスクHDからの再ローディングを行う。
障害の種別により従来動作と同じように、再開処理を行
い再び交換動作の実行に戻る。
FIG. 3 shows a flowchart of the failure processing procedure of the embodiment. The figure illustrates the case where the setting of the memory error measurement counter 15 overflows n times. (1) Turn on the power to the control system. (Pow-on) (2) Initialize the operation program from the magnetic disk HD. (Pow-on IPL) (3) D. Reset T (watchdog timer for software runaway monitoring). (4) Execute the replacement operation. (5) Check for failure. If no failure occurs, W.D. D. T. The replacement operation is performed while resetting at regular intervals. (6) If a failure occurs, the memory error measurement counter is incremented, and the counter value n is checked. When the counter value reaches n, the process returns to the initial setting of the operation program again. (7) If the counter value does not reach n, W. D. T. (8) Move to the restart process, and perform failure analysis and failure information collection . (9) Determine whether or not the restart processing has ended, and
If not, return to (6). (10) When the restart processing is completed, hardware reset or reloading from the magnetic disk HD is performed.
Resume processing is performed in the same manner as in the conventional operation depending on the type of the failure, and the process returns to the execution of the exchange operation again.

【0017】本発明で付加された処理フローは太線で示
す(6) から(2) への部分であり、メモリエラーの発生に
より従来の点線で示す(6)から(8) のルートが生じて
も、強制的にメモリクリアすることによりシステム停止
を防止することが出来る。
The processing flow added in the present invention is a portion from (6) to (2) indicated by a bold line, and a conventional route from (6) to (8) indicated by a dotted line occurs due to the occurrence of a memory error. Also, the system can be prevented from being stopped by forcibly clearing the memory.

【0018】[0018]

【発明の効果】本発明により、従来交換機の一重化シス
テムで発生したメモリエラーによる致命的なシステム停
止を、強制的にメモリクリアを実行することにより防止
することが出来る。
According to the present invention, it is possible to prevent a fatal system stop due to a memory error occurring in a single system of a conventional exchange by forcibly executing a memory clear.

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

【図1】 本発明の原理構成図FIG. 1 is a diagram showing the principle configuration of the present invention.

【図2】 実施例のブロック構成図FIG. 2 is a block diagram of an embodiment.

【図3】 実施例の処理フローチャートFIG. 3 is a processing flowchart of an embodiment.

【図4】 中央処理系のシステム構成例FIG. 4 is a system configuration example of a central processing system.

【図5】 中央処理系の状態遷移図FIG. 5 is a state transition diagram of the central processing system.

【図6】 従来例のブロック構成図FIG. 6 is a block diagram of a conventional example.

【図7】 従来例の処理フローチャートFIG. 7 is a processing flowchart of a conventional example.

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

1,11,21 電圧監視回路 2,12,22 リスタート制御部 3,13,23 フリップフロップ 4,14,24 MPU 5,15 メモリエラー計測カウンタ 6,7,16, 17,20 オア回路 18, 19 タイミング回路 31 中央処理装置 32 メインメモリ 33 通話路制御系 34 I/O制御部 35 ハードディスク 36 保守コンソール 1, 11, 21 Voltage monitoring circuit 2, 12, 22 Restart control unit 3, 13, 23 Flip-flop 4, 14, 24 MPU 5, 15 Memory error measurement counter 6, 7, 16, 17, 20 OR circuit 18, 19 Timing circuit 31 Central processing unit 32 Main memory 33 Communication path control system 34 I / O control unit 35 Hard disk 36 Maintenance console

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭59−153249(JP,A) 特開 昭58−3493(JP,A) 特開 昭53−114326(JP,A) 特開 昭63−638(JP,A) 特開 平1−181295(JP,A) (58)調査した分野(Int.Cl.7,DB名) H04Q 3/545 G06F 11/14 - 11/14 310 H04M 3/22 H04Q 3/58 101 - 107 ──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-59-153249 (JP, A) JP-A-58-3493 (JP, A) JP-A-53-114326 (JP, A) JP-A 63-114 638 (JP, A) JP-A-1-181295 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) H04Q 3/545 G06F 11/14-11/14 310 H04M 3/22 H04Q 3/58 101-107

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 交換機等の一重化構成の中央処理システ
ムの障害処理方式において、 処理システムの電圧降下を監視してパワー・オン・リセ
ット信号を送出する電圧監視回路と、メモリエラー発生
信号及びパワー・オン・リセット信号によりMPUへリ
セット信号を送出するリスタート制御部と、リスタート
レジスタのパワー・オン・ビット表示信号をデータバス
によりMPUへ送出するフリップフロップと、障害処理
部のMPUとを有する障害処理部に、 メモリエラー発生毎にメモリエラー発生信号を計測し、
一定回数に達した時にマルチメモリエラー信号を送出す
るメモリエラー計測カウンタと、パワー・オン・リセッ
ト信号とマルチメモリエラー信号とのオア出力をフリッ
フロップに入力するオア回路と、リスタート制御部に
入力するオア回路とを設け、 メモリエラーが発生する度に検出されるメモリエラー発
生信号をクロックとしてメモリエラー計測カウンタをカ
ウントアップし、一定回数メモリエラーが発生した場合
に出力されるマルチメモリエラー信号により、リスター
トレジスタのオン及びリスタート制御部へのスタート
始を通知し、リスタート制御部はこのマルチメモリエラ
ー信号を受けて、MPUへのリセット信号を出力し、リ
セット信号オフ後ソフトウェアによりリスタートレジス
タをリードして、パワー・オン・ビットがオンしている
ことを認識し、電源投入時に行うメモリクリアからのリ
スタート手順を実行させることを特徴とする障害処理方
式。
A fault monitoring system for a centralized processing system having a single configuration such as an exchange, comprising: a voltage monitoring circuit for monitoring a voltage drop of the processing system and transmitting a power-on reset signal; a restart control part which, by on-reset signal to the MPU sends a reset signal, and the flip flop for delivering power-on-bit display signal of the restart <br/> register by the data bus to the MPU, the failure handling
A memory error occurrence signal is measured every time a memory error occurs,
And an OR circuit for inputting a memory error measuring counter for delivering a multi-memory error signals, the OR output of the power-on reset signal and the multi-memory error signal to flip <br/> flops upon reaching a certain number of times, Li Start control unit
An OR circuit is provided for inputting, and the memory error measurement counter is clocked by a memory error occurrence signal detected every time a memory error occurs.
The restart register is turned on and the start of the start to the restart control unit is notified by a multi-memory error signal output when a memory error has occurred a certain number of times. In response to this multi- memory error signal , a reset signal is output to the MPU. After the reset signal is turned off, the restart register is read by software to recognize that the power-on bit is on. From memory clear
A fault handling method characterized by executing a start procedure .
JP3152081A 1991-06-25 1991-06-25 Failure handling method Expired - Lifetime JP3042034B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3152081A JP3042034B2 (en) 1991-06-25 1991-06-25 Failure handling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3152081A JP3042034B2 (en) 1991-06-25 1991-06-25 Failure handling method

Publications (2)

Publication Number Publication Date
JPH053575A JPH053575A (en) 1993-01-08
JP3042034B2 true JP3042034B2 (en) 2000-05-15

Family

ID=15532640

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3152081A Expired - Lifetime JP3042034B2 (en) 1991-06-25 1991-06-25 Failure handling method

Country Status (1)

Country Link
JP (1) JP3042034B2 (en)

Also Published As

Publication number Publication date
JPH053575A (en) 1993-01-08

Similar Documents

Publication Publication Date Title
US5652833A (en) Method and apparatus for performing change-over control to processor groups by using rate of failed processors in a parallel computer
US4371754A (en) Automatic fault recovery system for a multiple processor telecommunications switching control
JP2636179B2 (en) Common control redundant system switching method
CA1236583A (en) Device for improving detection of unoperational states in non-attended driven processor
JPH08320835A (en) Fault detecting method for external bus
JP3042034B2 (en) Failure handling method
JPH1069470A (en) Multiprocessor system
JPH08297588A (en) Double collation device
JPH06348535A (en) Abnormality generation history storage device
JPH11120154A (en) Device and method for access control in computer system
JPH1115661A (en) Self-diagnosis method for cpu
JP2814988B2 (en) Failure handling method
JPH0255816B2 (en)
JPH0754947B2 (en) Standby system monitoring method
JP2908135B2 (en) Microprocessor failure detection device
JP2001175545A (en) Server system, fault diagnosing method, and recording medium
JPH0588944A (en) Input/output control and monitor system for information processing system
JP2614902B2 (en) EMA trace method
JPH07219796A (en) Information processor
SU1474662A1 (en) Input/output controller
JPS6026588A (en) Data recorder for elevator
JP3330261B2 (en) Digital protection and control equipment
JPH0792731B2 (en) External storage device diagnosis method
JPH05241852A (en) Interruption generating device for information processing system
JPH05233578A (en) Faulty device degeneration method

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: 20000208