JP3483029B2 - Fault information collection method in computer system - Google Patents

Fault information collection method in computer system

Info

Publication number
JP3483029B2
JP3483029B2 JP2000154156A JP2000154156A JP3483029B2 JP 3483029 B2 JP3483029 B2 JP 3483029B2 JP 2000154156 A JP2000154156 A JP 2000154156A JP 2000154156 A JP2000154156 A JP 2000154156A JP 3483029 B2 JP3483029 B2 JP 3483029B2
Authority
JP
Japan
Prior art keywords
data
fault
storage device
failure
memory
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 - Fee Related
Application number
JP2000154156A
Other languages
Japanese (ja)
Other versions
JP2001337849A (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.)
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 JP2000154156A priority Critical patent/JP3483029B2/en
Publication of JP2001337849A publication Critical patent/JP2001337849A/en
Application granted granted Critical
Publication of JP3483029B2 publication Critical patent/JP3483029B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は、コンピュータシス
テムにおける障害情報収集方式に関し、詳しくは、動的
に障害処理を行い、また障害情報を収集するコンピュー
タシステムにおいて、障害が発生した際に、迅速に障害
情報を収集し、システムを再開させる障害情報収集方式
に関する。 【0002】 【従来の技術】コンピュータシステムにおいて、運転中
に障害が発生した場合には、解析を容易にするため、ま
たはシステム再開時にデータを保守者に知らせるため
に、その障害の障害情報をセーブしておく必要性があ
る。 【0003】そのセーブ方式として、障害が発生した際
にCPUもしくはコントローラが障害発生時のメモリ上
のデータ(発生したときのアドレス・データ情報・障害
コードなど)を読み出し、不揮発性記憶装置に書き込み
を行なう方式が知られている。 【0004】 【発明が解決しようとする課題】しかしながら、不揮発
性記憶装置は、読み出し時間と比較して書き込みに要す
る時間はきわめて大きい。そのために、システムが再開
し、サービスが再び提供可能になるまでに時間がかかる
という問題点がある。 【0005】また、障害情報を書き込むのに時間を要す
るのであれば、障害発生時にシステムは不安定であるか
ら、障害情報のすべてを不揮発性記憶装置に書き込めな
い場合もあると考えられる。 【0006】本発明は従来の上記実情に鑑み、従来の技
術に内在する上記課題を解決する為になされたものであ
り、従って本発明の主な目的は、障害情報を迅速に不揮
発性メモリにセーブし、短時間でコンピュータシステム
を再開させることを可能としたコンピュータシステムに
おける新規な障害情報収集方式を提供することにある。 【0007】 【課題を解決するための手段】上記目的を達成するため
に、本発明に係るコンピュータシステムにおける障害情
報収集方式は、無停止でサービスを続け、障害が発生し
た際に障害内容をセーブし、自力で障害処理を行い、再
開を行うようなコンピュータシステムにおいて、障害情
報を蓄積する不揮発性記憶装置およびデータチェック回
路を持つことを特徴としている。 【0008】不揮発性記憶装置は、記憶面を複数セクタ
持ち、情報を書き込まれた時間が古い順に1〜N(Nは
正の整数)までポインタをつけていく。 【0009】また、データチェック回路は、障害が発生
した時点でのメモリの内容と不揮発性記憶装置の中身を
順にコンペアしていく。コンペアする順序は、データの
古い順でも新しい順でもよいこととする。 【0010】この比較の結果、メモリの内容と一致する
データが不揮発性記憶装置に格納されていれば、不揮発
性記憶装置に障害情報を書き込むことなくCPU/コン
トローラに障害データを報告する。この時、一致したデ
ータの格納のされているポインタをN(最新の障害デー
タを表す)とし、一致したポインタより大きいポインタ
をNー1、一致したポインタより小さいポインタはその
ままの値とする(図3参照)。 【0011】メモリの内容と不揮発性記憶装置の内容が
不一致であれば、不揮発性記憶装置に障害データの書き
込みが行なわれる。この時の障害データは不揮発性記憶
装置のポインタ1(一番古いデータ)に書き込みがさ
れ、この障害データを書き込んだポインタ1をポインタ
N(一番新しいデータ)とする。また、いままでの各ポ
インタ情報は、−1となる。即ち、1→N、2→1、3
→2・・・・・・N−3→N−2、N−2→N−1とな
る(図4参照)。 【0012】新しく発生した障害データとすでに不揮発
性記憶装置に書き込まれている内容は完全には一致しな
い。しかし、同一のシステムにおいては、発生する障害
内容は、ほぼ固定的である。 【0013】また、不揮発性記憶装置に障害情報を書き
込むのに比べメモリおよび不揮発性記憶装置より読み出
しを行う方が高速である。 【0014】そのために、たとえ不一致を生じても、現
在発生した障害データと不揮発性記憶装置の差分でのみ
を書き込めばよいことになる本発明は、システムの再開
およびサービス提供までの復旧時間を短縮することが可
能であるという利点をもつ。また、最悪の場合のシステ
ムダウン中の2次的災害も防げるという効果も発生す
る。 【0015】 【発明の実施の形態】次に、上述した本発明の目的、特
徴および利点を明確にすべく、その好ましい一実施の形
態について以下添付図面を参照しながら詳細に説明す
る。 【0016】図1、図2は本発明による一実施の形態を
示すブロック構成図であり、そのうち、図1はチェック
回路により障害データが不揮発性記憶装置に格納されて
いるデータと一致を検出した場合であり、図2は不一致
を検出した場合を示している。 【0017】[実施の形態の構成]図1を参照するに、
本実施の形態は、システムで発生した障害を検出し、障
害割り込みをドライブする障害検出回路1と、障害割り
込みが割り込み入力されるとメモリ3上のプログラム領
域を読み出すためのメモリアドレスをドライブするCP
U/コントローラ2と、メモリアドレスが入力すると障
害データをはきだすメモリ3と、障害データが入力する
と不揮発性記憶装置5にアドレスを出力してデータを読
み出し、メモリ3からの障害データをチェックし、不一
致を起こすと不揮発性記憶装置5に障害データを書き込
むチェック回路4とを有している。 【0018】[実施の形態の動作]以下、本実施の形態
の動作につき説明する。 【0019】本発明の一実施例として、障害情報のうち
障害コード(00−ff)をチェックするときのことを
考える。 【0020】障害が発生した際に、障害検出回路1は、
障害を検出し、障害割り込み線Aを介してCPU/コン
トローラ2に割り込みを入力させる。割り込みが入力さ
れるとCPU/コントローラ2は、メモリ3の障害コー
ドを吐き出すためにメモリアドレス信号線Bを介して、
メモリアドレスをドライブする。 【0021】この時のアドレスは、メモリ3上の障害コ
ードが格納されているアドレスである。このアドレスが
入力したメモリ3は、障害データ線Cを介して、チェッ
ク回路4に障害コードを吐き出す。 【0022】障害データを受信したチェック回路4は、
アドレス線Dを介して不揮発性記憶装置5の情報を読み
出し、データ線Eを介して情報を取得する。 【0023】不揮発性記憶装置5は、記憶面を複数セク
タ持っており、それぞれのセクタには1〜Nまでのポイ
ンタを持っていて、書き込まれた順に数字を若い方より
ふっていく。 【0024】ここで、チェック回路4によるチェック
(比較)の結果、メモリ3からの情報と不揮発性記憶装
置5からの情報が一致していた場合を考える。また、メ
モリ3および不揮発性記憶装置5の障害コードを両方と
もABとする。 【0025】この場合には、メモリ3からの情報を不揮
発性記憶装置5に書き込みを行なわない。 【0026】仮に一致した障害コードの格納されている
ポインタを9とすると、そのセクタのポインタをN(最
新の情報を示す)とし、他をN−1としていく(図3参
照)。 【0027】次に、メモリ3からの情報と不揮発性記憶
装置5の内容が不一致であった場合を考える。 【0028】この場合には、メモリ3の障害コードをA
B、不揮発性記憶装置5の障害コードをAAとする。こ
の場合には、チェック回路4から不揮発性記憶装置5に
対して、書き込みデータ線Fを介してメモリ3からの障
害コードABのうち、不一致を起こしたBのみを書き込
む。この場合、この障害データは、不揮発性記憶装置5
のポインタ1(一番古いデータ)の領域に書き込まれ
る。同時に、今書き込まれたセクタのポインタをN(最
新のデータをあらわす)とし、その他のセクタのポイン
タをN−1とする(図4参照)。 【0029】コンピュータシステムが再開する際に、C
PU/コントローラ2は、アドレス線Gを介し不揮発性
記憶装置5に対して、アドレスをドライブする。その
後、不揮発性記憶装置5より読み出しデータ線Hを介し
て、データが読み出される。また、このとき読み出しを
されるデータは、不揮発性記憶装置5のポインタNのセ
クタの情報である。 【0030】以上より、無停止でサービスが続けられ、
障害が発生した際に障害内容をセーブし、自力で障害処
理を行い、再開を行うようなコンピュータシステムにお
いて、システムの再開処理、サービスの再開を高速化す
ることが可能となる。 【0031】[他の実施の形態]本発明の他の実施の形
態として、図1に示された障害検出回路1、CPU/コ
ントローラ2、メモリ3、チェック回路4、不揮発性記
憶装置5をそれぞれ、少なくとも2組設けて、現用、予
備の要素を有する構成とし、現用要素が障害を受けた際
に予備要素に切り替える冗長構成とすることも可能であ
る。 【0032】このような冗長構成についても本発明を適
用することができる。 【0033】 【発明の効果】以上説明したように、本発明によれば、
無停止でサービスを続け、障害が発生した際に障害内容
をセーブし、自力で障害処理を行い、再開を行うような
コンピュータシステムにおいて、障害が発生した際に、
復旧およびサービスの再開を高速に行うことが可能とな
る。 【0034】本発明によればまた、システムの復旧が遅
れた際の2次的災害を防ぐ効果も得られる。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for collecting fault information in a computer system, and more particularly, to a computer system for dynamically performing fault processing and collecting fault information. The present invention relates to a failure information collection method for quickly collecting failure information when a failure occurs and restarting the system. 2. Description of the Related Art In a computer system, when a fault occurs during operation, fault information of the fault is saved in order to facilitate analysis or to notify maintenance personnel of data when the system is restarted. There is a need to keep. As a save method, when a failure occurs, a CPU or a controller reads out data in a memory at the time of the failure (address, data information, failure code, etc. at the time of the failure) and writes the data into a nonvolatile storage device. The method of performing is known. [0004] However, in the nonvolatile memory device, the time required for writing is much longer than the time required for reading. Therefore, there is a problem that it takes time until the system is restarted and the service can be provided again. If it takes a long time to write the fault information, the system is unstable at the time of the occurrence of the fault, and it is considered that not all of the fault information can be written to the nonvolatile storage device. SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned conventional circumstances, and has been made to solve the above-mentioned problems inherent in the prior art. Therefore, a main object of the present invention is to quickly store fault information in a nonvolatile memory. It is an object of the present invention to provide a new failure information collecting method in a computer system that enables saving and restarting the computer system in a short time. [0007] In order to achieve the above object, a fault information collecting method in a computer system according to the present invention continues service without interruption and saves the contents of a fault when a fault occurs. In addition, a computer system that performs fault processing by itself and performs restart is characterized by having a nonvolatile storage device for storing fault information and a data check circuit. A non-volatile memory device has a plurality of sectors on a storage surface, and points pointers from 1 to N (N is a positive integer) in ascending order of the information writing time. The data check circuit sequentially compares the contents of the memory at the time of occurrence of the failure with the contents of the nonvolatile storage device. The order of comparison may be the oldest data or the newest data. As a result of the comparison, if data matching the contents of the memory is stored in the nonvolatile storage device, the failure data is reported to the CPU / controller without writing the failure information to the nonvolatile storage device. At this time, the pointer storing the matched data is set to N (representing the latest failure data), the pointer larger than the matched pointer is set to N-1, and the pointer smaller than the matched pointer is set to the same value (FIG. 3). If the contents of the memory and the contents of the nonvolatile storage device do not match, failure data is written to the nonvolatile storage device. The failure data at this time is written to the pointer 1 (oldest data) of the nonvolatile storage device, and the pointer 1 that has written the failure data is used as a pointer N (newest data). Further, each piece of pointer information up to now is -1. That is, 1 → N, 2 → 1,3
→ 2 ... N-3 → N-2, N-2 → N-1 (see FIG. 4). The newly generated fault data and the contents already written in the nonvolatile storage device do not completely match. However, in the same system, the content of the fault that occurs is almost fixed. In addition, it is faster to read out from the memory and the non-volatile storage device than to write fault information to the non-volatile storage device. Therefore, even if a mismatch occurs, only the difference between the currently generated fault data and the non-volatile storage device needs to be written, and the present invention shortens the recovery time until system restart and service provision. Has the advantage that it is possible to In addition, there is an effect that a worst case secondary disaster during system down can be prevented. Next, in order to clarify the above-mentioned objects, features and advantages of the present invention, a preferred embodiment will be described in detail with reference to the accompanying drawings. FIGS. 1 and 2 are block diagrams showing an embodiment according to the present invention. In FIG. 1, FIG. 1 shows that a check circuit detects coincidence of fault data with data stored in a nonvolatile storage device. FIG. 2 shows a case where a mismatch is detected. [Configuration of Embodiment] Referring to FIG.
In the present embodiment, a failure detection circuit 1 detects a failure that has occurred in a system and drives a failure interrupt, and a CP that drives a memory address for reading a program area in a memory 3 when a failure interrupt is input.
The U / controller 2, the memory 3 which outputs fault data when a memory address is input, and the address which is output to the non-volatile storage device 5 when the fault data is input, reads the data, checks the fault data from the memory 3, and finds a mismatch. And a check circuit 4 for writing fault data to the nonvolatile storage device 5 when the error occurs. [Operation of Embodiment] The operation of this embodiment will be described below. As an embodiment of the present invention, a case where a failure code (00-ff) in the failure information is checked will be considered. When a failure occurs, the failure detection circuit 1
A fault is detected, and an interrupt is input to the CPU / controller 2 via the fault interrupt line A. When an interrupt is input, the CPU / controller 2 sends out a fault code of the memory 3 via the memory address signal line B,
Drive memory address. The address at this time is the address where the fault code on the memory 3 is stored. The memory 3 to which this address has been input discharges a fault code to the check circuit 4 via the fault data line C. The check circuit 4 having received the fault data,
The information in the nonvolatile storage device 5 is read out via the address line D, and the information is obtained via the data line E. The non-volatile storage device 5 has a plurality of storage surfaces, each of which has a pointer from 1 to N, and numbers are written in ascending order from the youngest one. Here, it is assumed that as a result of the check (comparison) by the check circuit 4, the information from the memory 3 matches the information from the nonvolatile storage device 5. Also, assume that the fault code of both the memory 3 and the nonvolatile storage device 5 is AB. In this case, the information from the memory 3 is not written in the nonvolatile storage device 5. Assuming that the pointer storing the coincident failure code is 9, the pointer of the sector is set to N (indicating the latest information), and the others are set to N-1 (see FIG. 3). Next, consider a case where the information from the memory 3 and the contents of the nonvolatile storage device 5 do not match. In this case, the fault code in the memory 3 is set to A
B, assume that the failure code of the nonvolatile storage device 5 is AA. In this case, out of the failure codes AB from the memory 3 via the write data line F, only the mismatched B is written from the check circuit 4 to the nonvolatile storage device 5. In this case, this failure data is stored in the nonvolatile storage device 5.
Is written to the area of pointer 1 (oldest data). At the same time, the pointer of the currently written sector is set to N (representing the latest data), and the pointers of the other sectors are set to N-1 (see FIG. 4). When the computer system resumes, C
The PU / controller 2 drives an address to the nonvolatile memory device 5 via the address line G. Thereafter, data is read from the nonvolatile storage device 5 via the read data line H. The data read at this time is information on the sector of the pointer N of the nonvolatile storage device 5. From the above, the service can be continued without interruption,
In a computer system in which the content of a failure is saved when a failure occurs, the failure processing is performed by itself, and the restart is performed, the system restart processing and the service restart can be accelerated. [Other Embodiments] As another embodiment of the present invention, the failure detection circuit 1, CPU / controller 2, memory 3, check circuit 4, and nonvolatile storage device 5 shown in FIG. , At least two sets may be provided to have a working element and a spare element, and a redundant structure in which the working element is switched to a spare element when a failure occurs. The present invention can be applied to such a redundant configuration. As described above, according to the present invention,
When a failure occurs in a computer system that continues service without interruption, saves the contents of the failure when a failure occurs, performs failure processing on its own, and restarts,
Recovery and service restart can be performed at high speed. According to the present invention, an effect of preventing a secondary disaster when the restoration of the system is delayed can be obtained.

【図面の簡単な説明】 【図1】本発明の一実施の形態を示すブロック構成図で
ある(チェック回路により障害データが不揮発性記憶装
置に格納されているデータと一致を検出した場合)。 【図2】本発明の一実施の形態を示すブロック構成図で
ある(チェック回路により障害データが不揮発性記憶装
置に格納されているデータと不一致を検出した場合)。 【図3】本発明の一実施の形態の動作を説明するための
説明図である(一致の場合)。 【図4】本発明の一実施の形態の動作を説明するための
説明図である(不一致の場合)。 【符号の説明】 1…障害検出回路 2…CPU/コントローラ 3…メモリ 4…チェック回路 5…不揮発性記憶装置 A…障害割り込み線 B…メモリアドレス線 C…障害データ線 D…アドレス線 E…読み出しデータ線 F…書き込みデータ線 G…アドレル線 H…読み出しデータ線
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing an embodiment of the present invention (when a check circuit detects coincidence of fault data with data stored in a nonvolatile storage device). FIG. 2 is a block diagram showing an embodiment of the present invention (when a check circuit detects a mismatch between failure data and data stored in a nonvolatile storage device). FIG. 3 is an explanatory diagram for explaining the operation of the embodiment of the present invention (in the case of coincidence); FIG. 4 is an explanatory diagram for explaining the operation of the embodiment of the present invention (in the case of a mismatch). [Description of Signs] 1 ... Fault detection circuit 2 ... CPU / controller 3 ... Memory 4 ... Check circuit 5 ... Non-volatile storage device A ... Fault interrupt line B ... Memory address line C ... Fault data line D ... Address line E ... Read Data line F: Write data line G: Adler line H: Read data line

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭59−123058(JP,A) 特開 昭61−52753(JP,A) 特開 昭63−82528(JP,A) 特開 昭61−282944(JP,A) 特開 平7−239802(JP,A) 特開 昭52−22843(JP,A) 特開 平8−202573(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 11/28 - 11/34 JSTファイル(JOIS)──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-59-123058 (JP, A) JP-A-61-52753 (JP, A) JP-A-63-82528 (JP, A) JP-A-61-527 282944 (JP, A) JP-A-7-239802 (JP, A) JP-A-52-22843 (JP, A) JP-A-8-202573 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 11/28-11/34 JST file (JOIS)

Claims (1)

(57)【特許請求の範囲】 【請求項1】 システム稼働中に障害情報を収集し、障
害処理を行うようなコンピュータシステムにおいて、シ
ステムの障害情報を収集する障害情報収集手段を有し、前記障害情報収集手段は、システムで発生した障害を検
出し障害割り込みをドライブする障害検出回路と、前記
障害割り込みが入力されると後記メモリ上のプログラム
領域を読み出すためのメモリアドレスをドライブするC
PU/コントローラと、前記メモリアドレスが入力され
ると障害データをはき出すメモリと、前回発生した障害
情報を蓄積しておく不揮発性記憶装置と、前記メモリか
ら前記障害データが入力されることにより前記不揮発性
記憶装置からデータを読み出して前記障害データをチェ
ックし該チェックの結果不一致を起こすと前記不揮発性
記憶装置に障害データを書き込み、前記チェックの結果
一致した場合には前記障害データを書き込まないチェッ
ク回路とを有し、 前記チェック回路は、前記メモリからの前記障害データ
と前記不揮発性記憶装置からのデータとを比較してチェ
ックの結果不一致の場合であって、一部一致している場
合には、現在発生した障害データと前記不揮発性記憶装
置に格納されているデータとの差分のみを前記不揮発性
記憶装置に書き込み、 しかも、前記不揮発性記憶装置は、記憶面に複数のセク
タを有し、情報が書き込まれた時間が古い順に1〜N
(Nは正の整数)までのポインタがつけられ、前記チェ
ック回路は、障害が発生した時点での前記メモリの内容
と、前記不揮発性記憶装置の格納データを順次比較して
いき、該チェック回路によるチェックの結果、前記メモ
リの内容と前記不揮発性記憶装置の内容が一致した場合
には前記不揮発性記憶装置に書き込まれることなく前記
CPU/コントローラに障害データが報告され、この時
一致したデータの格納されているポインタを最新の障害
データを表すNとし、一致したポインタより大きいポイ
ンタをN−1、小さいポインタはそのままの値とする、
ことを特徴としたコンピュータシステムにおける障害情
報収集方式。
(57) collects the Patent Claims 1. A failure information during system operation in a computer system that performs a failure process has a fault information collecting means for collecting the fault information system, the The fault information collection means detects faults that have occurred in the system.
A fault detection circuit for driving a
When a failure interrupt is input, the program on the memory
C that drives the memory address for reading the area
A PU / controller and the memory address are input
Memory for flushing fault data and the fault that occurred last time
A non-volatile storage device for storing information,
Input the fault data from the
Read the data from the storage device and check the fault data.
If the check results in a mismatch, the nonvolatile
Write the failure data to the storage device and check the result
If they match, check that the fault data is not written.
A check circuit , wherein the check circuit includes the fault data from the memory.
And compare the data with the data from the non-volatile storage device.
If there is a discrepancy as a result of
In this case, the current fault data and the nonvolatile storage
Only the difference from the data stored in the
Writing to a storage device, and the nonvolatile storage device has a plurality of sections on a storage surface.
1 to N in order of time when information was written
(N is a positive integer).
The lock circuit determines the contents of the memory at the time of the failure.
And the stored data of the nonvolatile storage device are sequentially compared.
As a result of the check by the check circuit,
When the contents of the memory and the contents of the nonvolatile storage device match
Without being written to the non-volatile storage device
Fault data is reported to the CPU / controller.
Pointer storing the matched data is the latest failure
N for data, and a pointer larger than the matched pointer
The value of the pointer is N-1, and the value of the small pointer is unchanged.
A failure information collection method in a computer system, characterized in that:
JP2000154156A 2000-05-25 2000-05-25 Fault information collection method in computer system Expired - Fee Related JP3483029B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000154156A JP3483029B2 (en) 2000-05-25 2000-05-25 Fault information collection method in computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000154156A JP3483029B2 (en) 2000-05-25 2000-05-25 Fault information collection method in computer system

Publications (2)

Publication Number Publication Date
JP2001337849A JP2001337849A (en) 2001-12-07
JP3483029B2 true JP3483029B2 (en) 2004-01-06

Family

ID=18659294

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000154156A Expired - Fee Related JP3483029B2 (en) 2000-05-25 2000-05-25 Fault information collection method in computer system

Country Status (1)

Country Link
JP (1) JP3483029B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5051514B2 (en) * 2007-02-23 2012-10-17 日本電気株式会社 Memory error pattern recording system and memory error pattern recording method
JP7225981B2 (en) * 2019-03-20 2023-02-21 株式会社リコー Information processing device, information processing method, and program

Also Published As

Publication number Publication date
JP2001337849A (en) 2001-12-07

Similar Documents

Publication Publication Date Title
US7269706B2 (en) Adaptive incremental checkpointing
US20060117218A1 (en) Multi-processing system and multi-processing method
JPH10283214A (en) Method for inspection stoppage error processing and computer system
JP2012128643A (en) Memory system
JP2012525636A (en) System recovery method using change tracking
US7574621B2 (en) Method and system for identifying and recovering a file damaged by a hard drive failure
KR20170054767A (en) Database management system and method for modifying and recovering data the same
CN115705152A (en) Metadata management in non-volatile memory devices using in-memory logs
JP3483029B2 (en) Fault information collection method in computer system
JP2010536112A (en) Data storage method, apparatus and system for recovery of interrupted writes
JPH06149485A (en) Data completion guarantee processing method
CN114490543A (en) Transaction log implementation method, device, equipment and medium for memory multidimensional database
JPH0981464A (en) Memory fault recovering method of computer system and recovering system
JP2513060B2 (en) Failure recovery type computer
KR100575657B1 (en) Method for reading nand flash
JP2000222232A (en) Electronic computer, and memory fault avoiding method for electronic computer
JP2870202B2 (en) Method and apparatus for mutual monitoring between processors
KR100204576B1 (en) Structure of common block register built-in memory and shadow recovery structure & method
JPH11249972A (en) Abnormality detection circuit for flash memory
JPS6310463B2 (en)
JPH0259837A (en) Data recovery processing system
JPS59231798A (en) Data processor
JPH11134208A (en) Computer system, method for collecting fault information of the same and recording medium
CN115705263A (en) In-memory journaling
JPH076050A (en) Duplex system switching method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071017

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081017

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091017

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091017

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101017

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees