JPH05151187A - Fault logging system for plural processors - Google Patents

Fault logging system for plural processors

Info

Publication number
JPH05151187A
JPH05151187A JP3340219A JP34021991A JPH05151187A JP H05151187 A JPH05151187 A JP H05151187A JP 3340219 A JP3340219 A JP 3340219A JP 34021991 A JP34021991 A JP 34021991A JP H05151187 A JPH05151187 A JP H05151187A
Authority
JP
Japan
Prior art keywords
data
log data
log
processor
file
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
JP3340219A
Other languages
Japanese (ja)
Inventor
Etsuko Sakon
悦子 左近
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
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 filed Critical NEC Corp
Priority to JP3340219A priority Critical patent/JPH05151187A/en
Publication of JPH05151187A publication Critical patent/JPH05151187A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To perform processing by surely delivering fault log data to master processor by saving unprocessed fault log data in a file when the system down of a slave processor occurs. CONSTITUTION:When a fault occurs in the main body system/peripheral system device of the master processor (a), a master processor log data extraction means 11 extracts information with respect to the number of a device in which the fault occurs and the kind of the fault. etc. Thence, an exclusive control mechanism 5 checks whether or not data being written on a log file 13 exists, and instructs standby when it exists, and informs that write can be performed after all the data being written are processed. At a time when the write can be performed. a data write means 6 writes the data extracted by the master processor log data extraction means 1 on the log file 13.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は複数プロセッサの障害ロ
ギング方式に関し、特に複数プロセッサを有しているシ
ステムで一括して障害ログを管理する障害ロギング方式
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a fault logging system for multiple processors, and more particularly to a fault logging system for collectively managing fault logs in a system having multiple processors.

【0002】[0002]

【従来の技術】従来の複数プロセッサの障害ロギング方
式は、図2に示すようにマスプロセッサの本体系/周辺
系装置で障害が発生した場合、その障害情報を採取する
マスタプロセッサログデータ採取手段21と、スレーブ
プロセッサの本体系/周辺系装置で障害が発生した場
合、その障害情報を採取するログデータ採取手段22と
ログデータ採取手段2により採取されたログデータをス
レーブプロセッサからマスタプロセッサに渡すプロセッ
サ間通信機構23と、プロセッサ間通信機構3によりス
レーブプロセッサからログデータを受け取るログデータ
受け取り手段24と、マスタプロセッサ及びスレーブプ
ロセッサのログデータを格納するログファイル30と、
マスタプロセッサログデータ採取手段21により採取さ
れたログデータあるいは、ログデータ受け取り手段4に
より受け取ったスレーブプロセッサのログデータをログ
ファイル30に書き込むデータ書き込み手段26と、複
数のログデータを同時にログファイル30に書き込んで
データ矛盾を起こさない様制御する排他制御機構25
と、編集出力するログデータの指定を端末装置から受け
取ってくるデータ指定入力手段27と、データ指定入力
手段27により受け取ってきた指定に基づいてログファ
イル30のデータを編集するデータ編集手段28と、デ
ータ編集手段28により編集されたデータを出力装置に
出力するデータ出力手段29を有している。
2. Description of the Related Art In the conventional fault logging method for a plurality of processors, as shown in FIG. 2, when a fault occurs in a main system / peripheral system device of a mass processor, a master processor log data collecting means 21 for collecting the fault information. And, when a failure occurs in the main system / peripheral system device of the slave processor, the log data collecting means 22 for collecting the failure information and the log data collected by the log data collecting means 2 are passed from the slave processor to the master processor. An inter-communication mechanism 23, a log data receiving means 24 for receiving log data from a slave processor by the inter-processor communication mechanism 3, a log file 30 for storing log data of a master processor and a slave processor,
Data writing means 26 for writing the log data collected by the master processor log data collecting means 21 or the log data of the slave processor received by the log data receiving means 4 to the log file 30, and a plurality of log data at the same time in the log file 30. Exclusive control mechanism 25 that controls writing so as not to cause data inconsistency
A data designation input means 27 for receiving the designation of the log data to be edited and output from the terminal device, and a data editing means 28 for editing the data of the log file 30 based on the designation received by the data designation input means 27. It has a data output means 29 for outputting the data edited by the data editing means 28 to an output device.

【0003】次にこの従来技術の動作について説明す
る。
Next, the operation of this prior art will be described.

【0004】マスタプロセッサ上の本体系/周辺系装置
で障害が発生するとマスタプロセッサログデータ採取手
段21は障害をおこした装置の番号障害の種類等の情報
を採取する。
When a failure occurs in the main system / peripheral system device on the master processor, the master processor log data collection means 21 collects information such as the number of the failure device and the type of failure.

【0005】排他制御機構25は、ログファイル30に
書き込み中のデータがあるか否かを調べもしある場合に
は待ちに入るよう指示する。そして書き込み中のデータ
がなくなったら書き込み可能であることを通知する。
The exclusive control mechanism 25 checks whether or not there is data being written in the log file 30, and if there is any, instructs the waiting. Then, when there is no data being written, the fact that writing is possible is notified.

【0006】書き込み可能となったらデータ書き込み手
段26はログデータをログファイル30に書き込む。
When the writing becomes possible, the data writing means 26 writes the log data in the log file 30.

【0007】また、スレーブプロセッサ上の本体系/周
辺系操作で障害が発生すると、ログデータ採取手段22
は障害をおこした装置の番号、障害の種類等の情報を採
取する。次にプロセッサ間通信機構3はマスタプロセッ
サに対しスレーブプロセッサで採取されたログデータの
通知を行なう。そしてログデータ受け取り手段24は通
知されたログデータを受け取ってマスタプロセッサ上の
バッファに反映させる。その後、排他制御機構5により
データ書き込み可能の通知がきたら、データ書き込み手
段26はログデータをログファイル30に書き込む。
When a failure occurs in the operation of the main system / peripheral system on the slave processor, the log data collecting means 22
Collects information such as the number of the device that caused the failure and the type of failure. Next, the inter-processor communication mechanism 3 notifies the master processor of the log data collected by the slave processor. Then, the log data receiving means 24 receives the notified log data and reflects it in the buffer on the master processor. After that, when the exclusive control mechanism 5 notifies that the data can be written, the data writing unit 26 writes the log data to the log file 30.

【0008】ログファイル30のデータを編集出力する
場合には、まずデータ指定入力手段27により編集出力
すべきログデータの装置指定プロセッサ指定等の指定を
端末装置から受け取ってくる。続いてデータ編集手段2
8はデータ指定入力手段27により受け取った指定にあ
ったログデータをログファイル30から取り出し、編集
する。最後にデータ出力手段29はデータ編集手段28
により編集されたデータを出力装置に出力する。
When the data of the log file 30 is to be edited and output, first, the data designation input means 27 receives from the terminal device designation such as device designation processor designation of the log data to be edited and output. Then, the data editing means 2
Reference numeral 8 retrieves from the log file 30 the log data matching the designation received by the data designation input means 27 and edits it. Finally, the data output means 29 is the data editing means 28.
The data edited by is output to the output device.

【0009】[0009]

【発明が解決しようとする課題】この従来の障害ロギン
グ方式ではシャットダウンコマンドを実行された場合や
障害が発生してシステムを停止する場合にスレーブプロ
セッサ上の未処理のログデータをファイルにセーブして
いないため、採取されたログデータが消失する危険性が
あった。
In this conventional fault logging method, unprocessed log data on the slave processor is saved in a file when a shutdown command is executed or a fault occurs and the system is stopped. Since there is no log data, there was a risk that the collected log data would be lost.

【0010】たとえシステム停止処理中にプロセス間通
信機構を用いてログデータを送信しても残存データが多
い場合には送りきれないうちにシステムが停止してしま
う可能性もあった。
Even if the log data is transmitted using the inter-process communication mechanism during the system stop processing, there is a possibility that the system may stop before the log data can be sent if the remaining data is large.

【0011】本発明の目的は複数プロセッサの障害ログ
データを一括管理する場合にスレーブプロセッサのシス
テムを停止させても未処理の障害ログデータがシステム
再立ち上げ後に引き継がれるようにする複数プロセッサ
の障害ロギング方式を提供することにある。
An object of the present invention is to prevent failure log data that has not been processed from being taken over even after the system of slave processors is stopped when collectively managing failure log data of a plurality of processors. To provide a logging method.

【0012】[0012]

【課題を解決するための手段】本発明の複数プロセッサ
の障害ロギング方式は、マスタプロセッサの本体系/周
辺系装置で障害が発生した場合、その障害情報を採取す
るマスタプロセッサログデータ採取手段と、スレーブプ
ロセッサの本体系/周辺系装置で障害が発生した場合、
その障害情報を採取するログデータ採取手段と、該ログ
データ採取手段により採取されたログデータをスレーブ
プロセッサからマスタプロセッサに渡すプロセッサ間通
信機構と、該プロセッサ間通信によりスレーブプロセッ
サからログデータを受け取るログデータ受け取り手段
と、マスタプロセッサ及びスレーブプロセッサのログデ
ータを格納するログファイルと、該マスタプロセッサロ
グデータ採取手段により採取されたログデータあるいは
ログデータ受け取り手段により受け取ったスレーブプロ
セッサのログデータをログファイルに書き込むデータ書
き込み手段と、複数のログデータを同時にログファイル
に書き込んでデータ矛盾を起こさないよう制御する排他
制御機構と、障害等の理由でスレーブプロセッサのシス
テムを停止させる場合にスレーブプロセッサのログデー
タを一時的に格納しておく退避ファイルと、スレーブプ
ロセッサのログデータを必要時に退避ファイルに格納す
るログデータ退避手段と、マスタプロセッサの障害が回
復してプロセッサ間通信が可能となった場合やスレーブ
プロセッサ立ち上げ時に退避ファイルからログデータを
取り出してくるログデータロード手段と、編集出力する
ログデータの指定を端末装置から受け取ってくるデータ
指定入力手段と、該データ指定入力手段により受け取っ
てきた指定に基づいてログファイルのデータを編集する
データ編集手段と、該データ編集手段により編集された
データを出力装置に出力するデータ出力手段と、を備え
ている。
According to the fault logging method for a plurality of processors of the present invention, when a fault occurs in a main system / peripheral system device of a master processor, master processor log data collecting means for collecting the fault information, When a failure occurs in the main / peripheral devices of the slave processor,
Log data collection means for collecting the failure information, an inter-processor communication mechanism for passing the log data collected by the log data collection means from the slave processor to the master processor, and a log for receiving log data from the slave processor by the inter-processor communication A data receiving unit, a log file storing log data of the master processor and the slave processor, and log data collected by the master processor log data collecting unit or log data of the slave processor received by the log data receiving unit in a log file. A data writing unit for writing, an exclusive control mechanism for simultaneously writing a plurality of log data to a log file so as not to cause data inconsistency, and a system for stopping a slave processor system due to a failure or the like. A save file that temporarily stores the log data of the slave processor, a log data save means that saves the log data of the slave processor to the save file when necessary, and interprocessor communication after the failure of the master processor is recovered In the case of, or when the slave processor is started up, log data loading means for extracting log data from the save file, data specification input means for receiving specification of log data to be edited and output from the terminal device, and the data specification input means. And a data output means for outputting the data edited by the data editing means to the output device.

【0013】[0013]

【実施例】次に本発明について図面を参照して説明す
る。
The present invention will be described below with reference to the drawings.

【0014】図1は本発明の構成を表す図である。FIG. 1 is a diagram showing the configuration of the present invention.

【0015】本発明は複数のプロセッサを有するシステ
ムにおいて障害ロギングデータを一括して管理するもの
であるが、本実施例ではプロセッサが2つある場合の障
害ロギング方式について説明する。
The present invention collectively manages fault logging data in a system having a plurality of processors. In the present embodiment, a fault logging method in the case of having two processors will be described.

【0016】図3はマスタプロセッサ上で本体系/周辺
系装置の障害が発生した場合のログデータ採取格納方式
の処理を示す流れ図である。
FIG. 3 is a flow chart showing the processing of the log data collection / storing method when a failure of the main system / peripheral system device occurs on the master processor.

【0017】図3を参照すると、マスタプロセッサ上の
本体系/周辺障害ログの採取、格納処理はログ採取処理
A1と、排他制御処理A2とログ書き込み処理A3から
成る。
Referring to FIG. 3, the main system / peripheral fault log collection and storage processing on the master processor includes a log collection processing A1, an exclusive control processing A2, and a log writing processing A3.

【0018】マスタプロセッサ上の本体系/周辺系装置
で障害が発生するとマスタプロセッサログデータ採取手
段1は障害を起こした装置の番号、障害の種類等の情報
を採取する(ステップA1)。次に排他制御機構5は、
ログファイル13に書き込み中のデータがあるか否かを
調べ、もしある場合には待ちに入るよう指示する。そし
て、書き込み中のデータがなくなったら書き込み可能で
あることを通知する(ステップA2)。書き込み可能と
なったらデータ書き込み手段6はマスタプロセッサログ
データ採取手段1により採取したデータをログファイル
13に書き込む(ステップA3)。
When a fault occurs in the main system / peripheral system device on the master processor, the master processor log data collecting means 1 collects information such as the number of the faulty device and the type of fault (step A1). Next, the exclusive control mechanism 5
It is checked whether or not there is data being written in the log file 13 and, if there is, an instruction to wait. Then, when there is no more data being written, it is notified that writing is possible (step A2). When it becomes writable, the data writing means 6 writes the data collected by the master processor log data collecting means 1 in the log file 13 (step A3).

【0019】また、図4を参照すると、スレーブプロセ
ッサ上の本体系/周辺系障害ログの採取、格納処理はロ
グ採取処理B1と、通信処理B2と、排他制御処理B3
と、ログ書き込み処理B4から成る。スレーブプロセッ
サの本体系/周辺系装置で障害が発生するとログデータ
採取手段2は障害を起こした装置の番号、障害の種類等
の情報を採取する(ステップB1)。次にプロセッサ間
通信機器3は、マスタプロセッサに対し、スレーブプロ
セッサで採取された障害ログデータの通知を行なう。さ
らにログデータ受け取り手段4は通知された障害ログデ
ータを受け取ってマスタプロセッサ上のバッファに反映
させる(ステップB2)。その後、排他制御機構5はロ
グファイル13に書き込み中のデータがあるか否かを調
べ、もしある場合には待ちに入るように指示する。そし
て書き込み中のデータがなくなったら、書き込み可能で
あることを通知する(ステップB3)。書き込み可能と
なったら、データ書き込み手段6はスレーブプロセッサ
から受け取ったデータをログファイル13に書き込む
(ステップB4)。
Further, referring to FIG. 4, the main system / peripheral system fault logs on the slave processor are collected and stored as a log collection process B1, a communication process B2, and an exclusive control process B3.
And a log writing process B4. When a failure occurs in the main system / peripheral system device of the slave processor, the log data collecting means 2 collects information such as the number of the device in which the failure has occurred and the type of failure (step B1). Next, the inter-processor communication device 3 notifies the master processor of the failure log data collected by the slave processor. Further, the log data receiving means 4 receives the notified failure log data and reflects it in the buffer on the master processor (step B2). After that, the exclusive control mechanism 5 checks whether or not there is data being written in the log file 13 and, if there is, instructs to wait. When there is no more data being written, the fact that writing is possible is notified (step B3). When it becomes writable, the data writing means 6 writes the data received from the slave processor in the log file 13 (step B4).

【0020】尚、スレーブプロセッサを停止させる場合
には図5に示すログデータ退避処理により、ログデータ
をいったんファイルに退避し、再立ち上げ時には図6に
示すログデータロード処理によりログデータを復元す
る。
When the slave processor is stopped, the log data is temporarily saved in a file by the log data saving process shown in FIG. 5, and when restarted, the log data is restored by the log data loading process shown in FIG. ..

【0021】図5のログデータ退避処理は、退避判定処
理C1とログデータ書き込み処理C2から成る。
The log data saving process of FIG. 5 includes a saving determination process C1 and a log data writing process C2.

【0022】また、図6のログデータロード処理は退避
ファイル読み込み処理D1と、通知判定処理D2と、通
信処理D3から成る。スレーブプロセッサのシステムを
停止させる場合にはログデータ退避手段7は、まず、マ
スタプロセッサにまだ通知していないログデータがある
か否かを調べる(ステップC1)。未通知のログデータ
がある場合には、ログデータ退避手段7は、退避ファイ
ル9に未通知のログデータを全て書き込む(ステップC
2)。スレーブプロセッサの再立ち上げ時には、まずロ
グデータロード手段8は退避ファイル9からログデータ
を読み込み(ステップD1)。システム停止時に退避さ
れたログデータがあるか否かを調べる(ステップD
2)。退避されたログデータがある場合にはプロセッサ
間通信機構3はマスタプロセッサに通知する(ステップ
D3)。マスタプロセッサに通知されたログデータは前
述の図4、排他制御処理B3及びログ書き込み処理B4
によりログファイル13に格納される。
The log data loading process of FIG. 6 comprises a save file reading process D1, a notification judging process D2, and a communication process D3. When stopping the system of the slave processor, the log data saving means 7 first checks whether or not there is log data that has not been notified to the master processor (step C1). If there is unreported log data, the log data saving means 7 writes all unreported log data in the save file 9 (step C
2). When restarting the slave processor, the log data loading means 8 first reads the log data from the save file 9 (step D1). Check whether there is log data saved when the system is stopped (step D
2). If there is saved log data, the interprocessor communication mechanism 3 notifies the master processor (step D3). The log data notified to the master processor is the exclusive control process B3 and the log write process B4 shown in FIG.
Is stored in the log file 13.

【0023】次にログファイル13のログデータを編集
出力する際の処理を説明する。図7を参照するとこのデ
ータ編集出力処理はデータ指定入力処理E1とデータ編
集出力処理E2と、データ出力処理E3から成る。ま
ず、データ指定入力手段10は編集出力すべきログデー
タの装置指定、日付指定、プロセッサ指定等の指定を端
末装置から受け取ってくる(ステップE1)。続いてデ
ータ編集手段11はデータ指定入力手段10により受け
取った指定にあったログデータをログファイル13から
取り出し、編集する(ステップE2)。最後にデータ出
力手段12はデータ編集手段11により編集されたデー
タを出力装置に出力する(ステップE3)。
Next, a process for editing and outputting the log data of the log file 13 will be described. Referring to FIG. 7, the data edit output process includes a data designation input process E1, a data edit output process E2, and a data output process E3. First, the data designation input means 10 receives designations such as device designation, date designation, and processor designation of log data to be edited and output from the terminal device (step E1). Then, the data editing means 11 takes out the log data specified by the data specification input means 10 from the log file 13 and edits it (step E2). Finally, the data output means 12 outputs the data edited by the data editing means 11 to the output device (step E3).

【0024】以上のようにすればたとえ途中でスレーブ
プロセッサのシステムが停止したとしても複数プロセッ
サの障害ログデータをきちんと一括管理、分析すること
ができる。
In the above manner, even if the system of the slave processor is stopped midway, the failure log data of a plurality of processors can be properly managed and analyzed collectively.

【0025】尚、スレーブプロセッサが2台以上ある場
合にも同様の原理で一括管理、分析が可能である。
Incidentally, even when there are two or more slave processors, it is possible to collectively manage and analyze them by the same principle.

【0026】[0026]

【発明の効果】以上説明したように本発明は、スレーブ
プロセッサのシステム停止時に未処理の障害ログデータ
をファイルにセーブし、再立ち上げ時にファイルからロ
ードしてきて処理することができるので、スレーブプロ
セッサの障害ログデータを確実にマスタプロセッサに渡
して処理することが可能になるという効果を有する。
As described above, according to the present invention, the unprocessed fault log data can be saved in a file when the system of the slave processor is stopped, and can be loaded from the file when the system is restarted and processed. This has an effect that the failure log data of can be reliably passed to the master processor for processing.

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

【図1】本発明の全体構成図FIG. 1 is an overall configuration diagram of the present invention.

【図2】従来技術の全体構成図FIG. 2 is an overall configuration diagram of a conventional technique.

【図3】マスタプロセッサ上で本体系/周辺系装置の障
害が発生した場合のログデータ採取、格納方式の処理を
示す流れ図
FIG. 3 is a flow chart showing the processing of log data collection and storage method when a failure occurs in the main system / peripheral system device on the master processor.

【図4】スレーブプロセッサ上で本体系/周辺系装置の
障害が発生した場合のログデータ採取、格納方式の処理
を示す流れ図
FIG. 4 is a flow chart showing the processing of log data collection and storage method when a failure of the main system / peripheral system device occurs on the slave processor.

【図5】スレーブプロセッサのシステム停止時における
ログデータ退避処理を示す流れ図
FIG. 5 is a flowchart showing log data saving processing when the slave processor system is stopped.

【図6】スレーブプロセッサのシステム再立ち上げ時に
おけるログデータロード処理を示す流れ図
FIG. 6 is a flowchart showing a log data loading process when the system of the slave processor is restarted.

【図7】ログデータの編集出力方式の処理を示す流れ図FIG. 7 is a flowchart showing the processing of the log data edit output method.

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

1 マスタプロセッサログデータ採取手段 2 ログデータ採取手段 3 プロセッサ間通信機構 4 ログデータ受け取り手段 5 排他制御機構 6 データ書き込み手段 7 ログデータ退避手段 8 ログデータロード手段 9 退避ファイル 10 データ指定入力手段 11 データ編集手段 12 データ出力手段 13 ログファイル 1 master processor log data collecting means 2 log data collecting means 3 inter-processor communication mechanism 4 log data receiving means 5 exclusive control mechanism 6 data writing means 7 log data saving means 8 log data loading means 9 save file 10 data designation input means 11 data Editing means 12 Data output means 13 Log file

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数プロセッサを有するシステムにおい
て、 マスタプロセッサの本体系/周辺系装置で障害が発生し
た場合、その障害情報を採取するマスタプロセッサログ
データ採取手段と、 スレーブプロセッサの本体系/周辺系装置で障害が発生
した場合、その障害情報を採取するログデータ採取手段
と、 該ログデータ採取手段により採取されたログデータをス
レーブプロセッサからマスタプロセッサに渡すプロセッ
サ間通信機構と、 該プロセッサ間通信によりスレーブプロセッサからログ
データを受け取るログデータ受け取り手段と、 マスタプロセッサ及びスレーブプロセッサのログデータ
を格納するログファイルと、 該マスタプロセッサログデータ採取手段により採取され
たログデータあるいは該ログデータ受け取り手段により
受け取ったスレーブプロセッサのログデータをログファ
イルに書き込むデータ書き込み手段と、 複数のログデータを同時にログファイルに書き込んでデ
ータ矛盾を起こさないよう制御する排他制御機構と、 スレーブプロセッサを障害等の理由で停止させる場合に
スレーブプロセッサのログデータを一時的に格納してお
く退避ファイルと、 スレーブプロセッサのログデータを必要時に退避ファイ
ルに格納するログデータ退避手段と、 マスタプロセッサの障害が回復してプロセッサ間通信が
可能となった場合やスレーブプロセッサ立ち上げ時に退
避ファイルからログデータを取り出してくるログデータ
ロード手段と、 編集出力するログデータの指定を端末装置から受け取っ
てくるデータ指定入力手段と、 該データ指定入力手段により受け取ってきた指定に基づ
いてログファイルのデータを編集するデータ編集手段
と、 該データ編集手段により編集されたデータを出力装置に
出力するデータ出力手段と、を備えることを特徴とす
る、複数プロセッサの障害ロギング方式。
1. In a system having a plurality of processors, when a failure occurs in a main processor / peripheral device of a master processor, master processor log data collecting means for collecting the failure information, and a main processor / peripheral system of a slave processor. When a failure occurs in the device, log data collection means for collecting the failure information, an inter-processor communication mechanism for passing the log data collected by the log data collection means from the slave processor to the master processor, and the inter-processor communication Log data receiving means for receiving log data from the slave processor, a log file for storing log data of the master processor and the slave processor, log data collected by the master processor log data collecting means or received by the log data receiving means A data writing unit that writes the log data of the slave processor that was taken to a log file, an exclusive control mechanism that controls multiple log data to the log file at the same time so as not to cause data inconsistency, and the slave processor is stopped due to a failure or other reason. When saving the log data of the slave processor, the save file that temporarily stores the log data, the log data save means that saves the log data of the slave processor to the save file when necessary, and the communication between the processors after the failure of the master processor Log data loading means that retrieves log data from the save file when the slave processor is started up, data specification input means that receives the specification of the log data to be edited and output from the terminal device, and the data specification Received by input means A fault logging system for a plurality of processors, comprising: a data editing means for editing the data in the log file based on the designation; and a data output means for outputting the data edited by the data editing means to an output device. ..
JP3340219A 1991-11-29 1991-11-29 Fault logging system for plural processors Pending JPH05151187A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3340219A JPH05151187A (en) 1991-11-29 1991-11-29 Fault logging system for plural processors

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3340219A JPH05151187A (en) 1991-11-29 1991-11-29 Fault logging system for plural processors

Publications (1)

Publication Number Publication Date
JPH05151187A true JPH05151187A (en) 1993-06-18

Family

ID=18334836

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3340219A Pending JPH05151187A (en) 1991-11-29 1991-11-29 Fault logging system for plural processors

Country Status (1)

Country Link
JP (1) JPH05151187A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019217152A (en) * 2018-06-22 2019-12-26 株式会社三共 Game machine

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019217152A (en) * 2018-06-22 2019-12-26 株式会社三共 Game machine

Similar Documents

Publication Publication Date Title
JP3197403B2 (en) Control method of computer system when application program failure occurs
JPH07175728A (en) Disk cache data maintenance system
JPH05151187A (en) Fault logging system for plural processors
CN115437818A (en) Automatic restoration method, system, storage medium and equipment for VxWorks system start failure
JPH0594353A (en) Database management system
JPH0962499A (en) Program file updating device
JPH0675957A (en) Restoration mechanism of fault during editing
JPS6012849A (en) Fault information recording system
JP2775865B2 (en) Fault analysis information collection method for peripheral control devices
JPS6211920A (en) Command recovery system
JP2001084179A (en) Automatic backup system and recording medium recording automatic backup program
JP2656499B2 (en) Computer system
JPS6152753A (en) Fault processing device
JP3470454B2 (en) Communication control method for multiprocessor system
JP2001229033A (en) Device for re-executing job net in file failure
JPH052499A (en) Job trouble re-processing system of information processor
JPH0279129A (en) Check point restarting system
JP2500440B2 (en) Fault handling method
JPH02150194A (en) Collected/distributed data supervising device for communication supervising system
JP2849780B2 (en) Computer system
JPH0310331A (en) Data saving system
JPH07210428A (en) Memory dump sampling system
JPH01263844A (en) Logging data processing system
JPH11212835A (en) Electric computer and memory control device for sampling memory rewrite information
JPH0540670A (en) Processor control system