JPH05191496A - Fault diagnostic system - Google Patents

Fault diagnostic system

Info

Publication number
JPH05191496A
JPH05191496A JP600192A JP600192A JPH05191496A JP H05191496 A JPH05191496 A JP H05191496A JP 600192 A JP600192 A JP 600192A JP 600192 A JP600192 A JP 600192A JP H05191496 A JPH05191496 A JP H05191496A
Authority
JP
Japan
Prior art keywords
diagnostic
diagnosis
interrupted
diagnostic program
program
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.)
Withdrawn
Application number
JP600192A
Other languages
Japanese (ja)
Inventor
Akiyoshi Taguchi
明美 田口
Yasuo Ogasawara
康夫 小笠原
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 JP600192A priority Critical patent/JPH05191496A/en
Publication of JPH05191496A publication Critical patent/JPH05191496A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To make an efficient fault diagnosis by restarting a diagnostic program from the interrupted state. CONSTITUTION:A diagnostic result storage means 1 stores the result of diagnosis at the time of interrupting a diagnostic program. In the means 1, for example, information indicating whether or not a diagnostic program is interrupted and the result of the diagnosis up to the interruption are stored. A discrimination means 2 discriminates whether or not the interrupted diagnostic program is existent at the time of executing the diagnostic program. A restarting means 3 restarts the diagnostic program from the interrupted state based on the diagnostic result at the time of interruption when the diagnostic program interrupted by the means 2 is judged to be existed. Thus, the waste processing time due to the execution of the diagnostic program once more from the start can be eliminated, making an efficient fault diagnosis.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子交換機システム等
に接続されている装置の故障の診断、正常性の確認等を
行う故障診断方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a failure diagnosing system for diagnosing a failure of a device connected to an electronic exchange system or the like and confirming its normality.

【0002】[0002]

【従来の技術】電子交換機システムなどには、システム
の信頼性を向上させる為に診断プログラムが用意されて
いる。この診断プログラムは、障害発生時に自動的に起
動され障害箇所を特定したり、定期的にシステムの正常
性を確認する為にコマンド、あるいはタイマなどにより
起動される。
2. Description of the Related Art An electronic exchange system or the like is provided with a diagnostic program in order to improve the reliability of the system. This diagnostic program is automatically started when a failure occurs, is specified by the failure point, and is regularly started by a command or a timer for confirming the normality of the system.

【0003】[0003]

【発明が解決しようとする課題】一般に、診断プログラ
ムは、オンラインの処理動作を妨げないように優先度の
低いタスクとなっているので、診断プログラムの実行中
に、例えば呼処理量が増大すると、その診断プログラム
は中断されてしまう。このような場合、従来の診断方式
では、実行途中の診断結果は保存されないので、診断を
再開するときには、その診断プログラムの最初から再度
実行しなければならず、故障診断に時間がかかるという
問題点があった。
In general, the diagnostic program is a low-priority task so as not to interfere with the online processing operation. Therefore, if the call processing volume increases during execution of the diagnostic program, for example, The diagnostic program will be interrupted. In such a case, the conventional diagnosis method does not save the diagnosis results during execution, so when restarting the diagnosis, it is necessary to execute the diagnosis program again from the beginning, and it takes time for the failure diagnosis. was there.

【0004】本発明の目的は、診断プログラムが中断さ
れた場合に、中断された状態からプログラムを再開でき
るようにすることである。
An object of the present invention is to enable the program to be resumed from the interrupted state when the diagnostic program is interrupted.

【0005】[0005]

【課題を解決するための手段】図1は、本発明の原理ブ
ロック図である。同図において、診断結果記憶手段1
は、診断プログラムの中断時にそれまでの診断結果を記
憶する。この診断結果記憶手段1には、例えば診断プロ
グラムが中断されたか否かを示す情報と、中断時までの
診断結果とが記憶される。
FIG. 1 is a block diagram showing the principle of the present invention. In the figure, the diagnostic result storage means 1
Stores the diagnosis result up to that point when the diagnostic program is interrupted. The diagnostic result storage means 1 stores, for example, information indicating whether or not the diagnostic program has been interrupted and the diagnostic result up to the time of the interrupt.

【0006】判定手段2は、診断プログラムの実行時
に、中断された診断プログラムが存在するか否かを判定
する。再開手段3は、上記判定手段2により中断された
診断プログラムが存在すると判定されたとき、中断時の
診断結果に基づいて中断された状態から診断プログラム
を再開する。
The determination means 2 determines whether or not there is a suspended diagnostic program when the diagnostic program is executed. When the determination unit 2 determines that the interrupted diagnostic program exists, the restart unit 3 restarts the diagnostic program from the interrupted state based on the diagnosis result at the time of the interrupt.

【0007】[0007]

【作用】本発明では、診断プログラムが中断されると、
そのときまでの診断結果が診断結果記憶部1に保存され
る。
In the present invention, when the diagnostic program is interrupted,
The diagnosis result up to that time is stored in the diagnosis result storage unit 1.

【0008】そして、次に診断プログラムを実行すると
きに、中断された診断プログラムが存在するか否かを判
定し、中断された診断プログラムが存在するときには、
中断時の診断結果に基づいて中断された状態から診断プ
ログラムを再開する。
Then, when the diagnostic program is executed next time, it is judged whether or not the interrupted diagnostic program exists, and when the interrupted diagnostic program exists,
The diagnostic program is restarted from the suspended state based on the diagnostic result at the time of suspension.

【0009】従って、中断された診断プログラムを再度
実行する場合に、中断された状態からプログラムを再開
できるので、従来のように診断プログラムの最初から実
行することによる処理時間の無駄を無くすことができ、
故障診断を効率良く行うことができる。
Therefore, when the interrupted diagnostic program is re-executed, the program can be restarted from the interrupted state, so that it is possible to eliminate the waste of processing time caused by executing the diagnostic program from the beginning as in the conventional case. ,
Fault diagnosis can be performed efficiently.

【0010】[0010]

【実施例】以下、本発明の実施例を図面を参照しながら
説明する。図2は、電子交換機及びその交換機に接続さ
れる装置の故障の有無を診断する診断部の構成を示す図
である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 2 is a diagram showing a configuration of a diagnosis unit that diagnoses whether or not there is a failure in an electronic exchange and a device connected to the exchange.

【0011】自動診断制御部11は、障害発生時に故障
箇所を特定する為に診断管理部14を起動させるもので
ある。コマンド診断制御部12は、コマンドを発行して
診断管理部14を起動させ診断を実行させ、定期診断制
御部13は、タイマを有し一定周期毎に診断管理部14
を起動させ診断を実行させる。
The automatic diagnosis control unit 11 activates the diagnosis management unit 14 in order to identify a failure location when a failure occurs. The command diagnosis control unit 12 issues a command to activate the diagnosis management unit 14 to execute the diagnosis, and the regular diagnosis control unit 13 has a timer and has the diagnosis management unit 14 at regular intervals.
To start the diagnostics.

【0012】診断管理部14は、上記各診断制御部1
1、12、13により起動され、診断制御部15に診断
の実行を指示する。診断実行部15は、テストデータ格
納部16からのテストデータの読み出し及び各種の診断
プログラムを実行するものであり、診断実行中に診断プ
ログラムが中断されたときには、それまでの診断結果と
診断が中断されたことを示す情報(診断再開フラグ)と
をテスト結果格納部17に格納する。
The diagnosis management unit 14 is provided for each diagnosis control unit 1 described above.
1, 12 and 13 are activated, and the diagnosis control unit 15 is instructed to execute the diagnosis. The diagnostic execution unit 15 reads the test data from the test data storage unit 16 and executes various diagnostic programs. When the diagnostic program is interrupted during the diagnostic execution, the diagnostic results and the diagnostics up to that point are interrupted. The information (diagnosis restart flag) indicating that the test has been performed is stored in the test result storage unit 17.

【0013】次に、診断実行部15の動作を図3のフロ
ーチャートを参照して説明する。診断管理部14から診
断の実行を指示されると、診断実行部15は、診断再開
フラグがセットされているか否かを調べ、今回の起動が
再開による起動かどうかを判断する(図3、S1)。こ
こで、診断再開フラグとは、診断の実行途中で処理が中
断されたか否かを示すフラグであり、フラグがセットさ
れているときには診断が中断されたことを示している。
Next, the operation of the diagnostic execution unit 15 will be described with reference to the flowchart of FIG. When the diagnosis execution unit 15 is instructed to execute the diagnosis, the diagnosis execution unit 15 checks whether or not the diagnosis restart flag is set, and determines whether the current start is the restart start (FIG. 3, S1). ). Here, the diagnosis restart flag is a flag indicating whether or not the process is interrupted during the execution of the diagnosis, and when the flag is set, it indicates that the diagnosis is interrupted.

【0014】ステップS1の判断で再開による起動でな
ければ、診断しようとする装置名をテスト結果格納部1
7の診断装置名エリアに格納し(S2)、実行する診断
テストNoを初期化して、そのテストNoをテスト結果格納
部17の診断テストNo格納エリアに格納する(S3)。
If it is determined in step S1 that the system is not restarted, the name of the device to be diagnosed is stored in the test result storage unit 1.
7 is stored in the diagnostic device name area (S2), the diagnostic test No. to be executed is initialized, and the test No. is stored in the diagnostic test No storage area of the test result storage unit 17 (S3).

【0015】次に、テストデータ格納部16から診断す
る装置名及び診断テストNoに該当するテストデータを読
み出し、編集して(S4)、そのテスト実行する(S
5)。そして、テスト結果をテスト結果格納部17に保
存し(S6)、診断が終了した診断テストNoを診断テス
トNo格納エリア19に格納する(S7)。さらに、その
テストが最終テストか否かを判断する(S8)。
Next, the test data corresponding to the device name to be diagnosed and the diagnostic test No. is read from the test data storage unit 16, edited (S4), and the test is executed (S).
5). Then, the test result is stored in the test result storage unit 17 (S6), and the diagnostic test No for which the diagnosis is completed is stored in the diagnostic test No storage area 19 (S7). Further, it is determined whether the test is the final test (S8).

【0016】最終テストでなければ、次に診断の中断要
因が発生したか否かを判別し(S9)、中断要因が何も
発生していなければステップS4に戻りテストデータ格
納部16から次のテストデータを読み出し、次の診断テ
ストを実行する。
If it is not the final test, it is then determined whether or not a cause of interruption of diagnosis has occurred (S9). If no cause of interruption has occurred, the process returns to step S4 and the next data is stored in the test data storage unit 16. Read the test data and run the next diagnostic test.

【0017】ステップS9の判別で呼処理量の増大等に
より中断要因が発生しているときには、診断再開フラグ
をオンし(S10)、監視タイマを初期化した後、診断
再開監視プログラムを起動させて(S11)、診断を中
断する。
If an interruption factor is generated due to an increase in call processing amount or the like in the determination in step S9, the diagnosis restart flag is turned on (S10), the monitoring timer is initialized, and then the diagnosis restart monitoring program is started. (S11), the diagnosis is interrupted.

【0018】診断再開監視プログラムは、1分毎に起動
されるプログラムであり、プログラムが起動されると、
先ず監視タイマの時間が5分を経過しているか否かを判
別する(S12)。監視タイマの時間が5分以上でなけ
れば、監視タイマの分桁を「1」インクリメントし(S
13)、そこで処理を終了する。
The diagnostic restart monitoring program is a program that is started every minute, and when the program is started,
First, it is determined whether or not the monitoring timer time has passed 5 minutes (S12). If the time of the monitoring timer is not more than 5 minutes, the minute digit of the monitoring timer is incremented by "1" (S
13) Then, the process ends.

【0019】ステップS12の判別で監視タイマの時間
が5分以上であれば、診断が中断されてから5分以上経
過しているので、この場合には、再び診断実行部15を
起動させ(S14)、診断再開監視プログラムの起動を
停止させる(S15)。
If it is determined in step S12 that the time of the monitoring timer is 5 minutes or more, it means that 5 minutes or more have passed since the diagnosis was interrupted. In this case, the diagnosis executing section 15 is activated again (S14). ), The activation of the diagnostic restart monitoring program is stopped (S15).

【0020】診断実行部15が起動されると、上述した
ステップS1で診断再開フラグを調べ再開による起動か
否かを判断する。この場合、診断テストの実行途中で診
断が中断された後、診断実行部15が起動された場合で
あるので、ステップS1での再開フラブがセットされて
いるか否かの判別がYESとなりステップS16に進
み、診断装置名エリアから前回診断を中断した装置名を
読み出し、今回診断する装置と同一か否かを判断する。
When the diagnosis execution unit 15 is started, the diagnosis restart flag is checked in the above-mentioned step S1 to judge whether or not it is started by restarting. In this case, since the diagnosis execution unit 15 is activated after the diagnosis is interrupted during the execution of the diagnosis test, the determination in step S1 as to whether or not the restart flag is set is YES and the process proceeds to step S16. Then, the name of the device for which the previous diagnosis was interrupted is read from the diagnostic device name area, and it is determined whether the device name is the same as the device to be diagnosed this time.

【0021】装置名が同一であれば、診断再開フラグを
オフし、上述したステップS4に進み診断を再開する。
上記実施例では、診断が中断されたとき診断中の装置
名、診断テストNo及びテスト結果が保存され、さらに診
断途中で処理が中断されたことを示す診断再開フラグが
セットされるので、次に診断を実行するとき、それらの
情報に基づいて中断された状態から診断を再開すること
ができる。
If the device names are the same, the diagnosis restart flag is turned off, and the process proceeds to step S4 described above to restart the diagnosis.
In the above embodiment, when the diagnosis is interrupted, the device name under diagnosis, the diagnostic test No and the test result are saved, and the diagnosis restart flag indicating that the process is interrupted during the diagnosis is set. When the diagnosis is executed, the diagnosis can be restarted from the suspended state based on the information.

【0022】これにより、従来のように中断された診断
プログラムを再度実行するときに、診断プログラムの最
初から実行する必要が無くなるので、故障診断を効率良
く行うことができる。
As a result, when the interrupted diagnostic program is executed again as in the conventional case, it is not necessary to execute the diagnostic program from the beginning, so that the failure diagnosis can be efficiently performed.

【0023】なお、本発明は実施例に述べた交換機シス
テムに限らず、故障診断プログラムを備えた計算機シス
テム、通信システム等にも適用できる。
The present invention can be applied not only to the exchange system described in the embodiment but also to a computer system, a communication system, etc. having a failure diagnosis program.

【0024】[0024]

【発明の効果】本発明によれば、中断された診断プログ
ラムを実行する場合に、中断された状態からその診断プ
ログラムを再開できるので故障診断を効率良く行うこと
ができる。
According to the present invention, when the interrupted diagnostic program is executed, the diagnostic program can be restarted from the interrupted state, so that the failure diagnosis can be efficiently performed.

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

【図1】本発明の原理ブロック図である。FIG. 1 is a principle block diagram of the present invention.

【図2】実施例の診断部の構成図である。FIG. 2 is a configuration diagram of a diagnosis unit according to an embodiment.

【図3】実施例の動作を示すフローチャートである。FIG. 3 is a flowchart showing the operation of the embodiment.

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

1 診断結果記憶手段 2 判定手段 3 再開手段 1 Diagnosis Result Storage Means 2 Judging Means 3 Resuming Means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】診断プログラムの中断時にそれまでの診断
結果を記憶しておく診断結果記憶手段(1)と、 診断プログラムの実行時に、中断された診断プログラム
が存在するか否かを判定する判定手段(2)と、 この判定手段(2)で中断された診断プログラムが存在
すると判定されたとき、中断時の前記診断結果に基づい
て中断された状態から前記診断プログラムを再開する再
開手段(3)とを備えることを特徴とする故障診断方
式。
1. A diagnostic result storage means (1) for storing a diagnostic result up to that time when a diagnostic program is interrupted, and a judgment for determining whether or not an interrupted diagnostic program exists when the diagnostic program is executed. The means (2) and the restart means (3) for restarting the diagnostic program from the interrupted state based on the diagnosis result at the time of interruption when it is determined by the determination means (2) that the interrupted diagnostic program exists. ) And a failure diagnosis method.
【請求項2】前記診断結果記憶手段(1)は、少なくと
も中断された診断装置名と、中断された診断プログラム
を示す情報と、診断結果とを記憶することを特徴とする
請求項1記載の故障診断方式。
2. The diagnostic result storage means (1) stores at least a suspended diagnostic device name, information indicating a suspended diagnostic program, and a diagnostic result. Failure diagnosis method.
JP600192A 1992-01-16 1992-01-16 Fault diagnostic system Withdrawn JPH05191496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP600192A JPH05191496A (en) 1992-01-16 1992-01-16 Fault diagnostic system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP600192A JPH05191496A (en) 1992-01-16 1992-01-16 Fault diagnostic system

Publications (1)

Publication Number Publication Date
JPH05191496A true JPH05191496A (en) 1993-07-30

Family

ID=11626521

Family Applications (1)

Application Number Title Priority Date Filing Date
JP600192A Withdrawn JPH05191496A (en) 1992-01-16 1992-01-16 Fault diagnostic system

Country Status (1)

Country Link
JP (1) JPH05191496A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008250929A (en) * 2007-03-30 2008-10-16 Nec Corp Link fault diagnostic method, disk array system and link fault diagnostic program
JP5904303B1 (en) * 2014-11-28 2016-04-13 ダイキン工業株式会社 Container refrigeration equipment

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008250929A (en) * 2007-03-30 2008-10-16 Nec Corp Link fault diagnostic method, disk array system and link fault diagnostic program
JP4678384B2 (en) * 2007-03-30 2011-04-27 日本電気株式会社 Link failure diagnosis method, disk array system, and link failure diagnosis program
JP5904303B1 (en) * 2014-11-28 2016-04-13 ダイキン工業株式会社 Container refrigeration equipment
WO2016084393A1 (en) * 2014-11-28 2016-06-02 ダイキン工業株式会社 Refrigeration apparatus for container
CN107110584A (en) * 2014-11-28 2017-08-29 大金工业株式会社 Freezer for container
US20170328625A1 (en) * 2014-11-28 2017-11-16 Daikin Industries, Ltd. Refrigeration apparatus for container
US10480846B2 (en) * 2014-11-28 2019-11-19 Daikin Industries, Ltd. Refrigeration apparatus for container
CN107110584B (en) * 2014-11-28 2020-09-22 大金工业株式会社 Refrigerating device for container

Similar Documents

Publication Publication Date Title
JPS59123058A (en) Machine check processing system
JPH05191496A (en) Fault diagnostic system
CN110597668B (en) Resident job processing method and system
JPS58181160A (en) Controlling system of emergency operation
JP2849780B2 (en) Computer system
JP2998793B2 (en) Test method for information processing equipment
JPH07248810A (en) Numerical controller
JPS62281781A (en) Monitoring method for accident information
JPS61160156A (en) Fault detecting system of processor
JPH11259160A (en) Computer starting method, computer and storage medium recording starting processing program
JP3473002B2 (en) Data processing device and data processing method
JPH07168729A (en) Restart control system
JPH052499A (en) Job trouble re-processing system of information processor
JPH07129425A (en) Reboot processing method
JPS6232816B2 (en)
JPS62284440A (en) Software resource maintenance system for terminal equipment
JPH02244208A (en) Information processor control system
JP3509705B2 (en) Automatic restart processing system and restart processing method in switching system
JPH0287794A (en) Maintenance processor for electronic exchange system
JPH0327939B2 (en)
JPH03167635A (en) Processing system in detection of fault
JPS63200242A (en) System switching system for hot stand-by system
JPH09305431A (en) Debugging sentence acquiring method
JPS63279337A (en) Stall monitor system for information processing system
JPH0395634A (en) Restart control system for computer system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990408