JP2002007218A - Memory collation system - Google Patents

Memory collation system

Info

Publication number
JP2002007218A
JP2002007218A JP2000186790A JP2000186790A JP2002007218A JP 2002007218 A JP2002007218 A JP 2002007218A JP 2000186790 A JP2000186790 A JP 2000186790A JP 2000186790 A JP2000186790 A JP 2000186790A JP 2002007218 A JP2002007218 A JP 2002007218A
Authority
JP
Japan
Prior art keywords
memory
data
program
memory block
data processing
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
JP2000186790A
Other languages
Japanese (ja)
Inventor
Hiroshi Komuro
弘 小室
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.)
Hitachi Engineering Co Ltd
Original Assignee
Hitachi Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Engineering Co Ltd filed Critical Hitachi Engineering Co Ltd
Priority to JP2000186790A priority Critical patent/JP2002007218A/en
Publication of JP2002007218A publication Critical patent/JP2002007218A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To discriminate whether data in a common memory that data processes share can be restored through memory inspection and collation, even when the data are rewritten by another program and trouble occurs to subsequent processing by a processing program and to make the data in the memory usable, after the data are restored when the data can be restored. SOLUTION: This system has a memory block (plane A), which has a check code for error detection given to information in a used memory during data process interruption, a memory block (plane B) copied to memory blocks in another area in the memory, a copying means for the memory, and a memory inspection, collation, and restoration means which checks and restores memory block contents of both the planes A and B, each time a program restarts.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は処理装置のマルチプ
ログラミングで動作するリアルタイムプログラムが使用
する主メモリの内容の照合方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a method of collating the contents of a main memory used by a real-time program operating in multi-programming of a processing device.

【0002】[0002]

【従来の技術】マルチプログラミングでは、複数の処理
内容の異なるプログラムが並行動作しており、プログラ
ム間でのメモリの共有、共有資源の排他制御などが行わ
れる。したがって、完成度が低い新規プログラムが組み
込まれる導入時や、改造時のテスト期間中には、安定稼
動している既設プログラムが使用しているメモリ域に対
して、バグが潜在するであろうプログラムから、不正な
読み書き操作が行われる可能性がある。特に主メモリ装
置の、共有メモリ上に展開しているデータが、他のプロ
グラムによって不正に書き替えられた場合、当該データ
を処理するプログラムの安定動作は保証できなくなり、
そのプログラムが扱うデータの内容によっては全く意図
しない処理結果を出力する可能性がある。
2. Description of the Related Art In multi-programming, a plurality of programs having different processing contents are operating in parallel, and memory sharing between the programs and exclusive control of shared resources are performed. Therefore, at the time of introduction when a new program with a low degree of perfection is incorporated, or during the test period at the time of modification, a program that may have a bug in the memory area used by the existing program that is running stably Therefore, an illegal read / write operation may be performed. In particular, when data developed on the shared memory of the main memory device is illegally rewritten by another program, the stable operation of the program that processes the data cannot be guaranteed.
Depending on the contents of the data handled by the program, there is a possibility that a completely unintended processing result is output.

【0003】この問題に対し、従来の公知技術として
は、使用メモリ域に対するBCC等の誤り検出用チェッ
ク符号の付与とその検定。(2)メモリの二重化構成、
および障害検知時のバックアップ等の方式がある。
In order to solve this problem, as a conventional technique, a check code for detecting an error such as a BCC is assigned to a used memory area and its verification is performed. (2) Dual memory configuration,
And a method such as backup when a failure is detected.

【0004】(1)の方式は、メモリ内容について簡便
に信頼性を検定ができるが、障害を認識できるのみであ
り、不正に書きこまれた個所についてアドレスおよび内
容を特定したり修復したりできないため業務継続ができ
ない欠点がある。また、(2)の方式は、(1)の方式
を二重系構成とし、二重に障害が生じない限りバックア
ップ側によって業務継続が可能であり有効な方式と考え
られる。例えば、特開平8−50564号公報の記載
は、フラッシュメモリの退避テーブルに周期的に転写す
るテーブル管理方式について述べている。
In the method (1), the reliability of the memory contents can be easily verified, but only the failure can be recognized, and the address and the contents cannot be specified or repaired at the location where the information has been illegally written. Therefore, there is a disadvantage that business cannot be continued. The method of (2) is considered to be an effective method in which the method of (1) has a dual system configuration and the backup side can continue the business as long as no double failure occurs. For example, JP-A-8-50564 describes a table management method in which data is periodically transferred to a save table in a flash memory.

【0005】[0005]

【発明が解決しようとする課題】上記のように、マルチ
プログラミング環境下での、各データ処理プログラムが
使用する共用のメモリ内容に対して、他プログラム例え
ばバグのあるプログラムが共用メモリを使用すると、不
正な書き替えがおこなわれることがある。そうすると、
その後のプログラムの処理に支障が生じてくる。特にプ
ログラム間でメモリを共用している場合にはその影響は
大きくなる。本発明は、このような場合であっても、プ
ログラム処理の開始時(特に再開時に)にメモリの内容
が不正に書き替えられていないかどうかをチェックする
メモリ照合方式を提供することにある。
As described above, when a shared memory is used by another program, for example, a program having a bug, with respect to the shared memory content used by each data processing program in a multi-programming environment, Incorrect rewriting may be performed. Then,
The subsequent program processing will be hindered. In particular, when the memory is shared between the programs, the influence becomes large. An object of the present invention is to provide a memory collation method for checking whether or not the contents of the memory have been illegally rewritten at the start of program processing (particularly at the time of restart) even in such a case.

【0006】[0006]

【課題を解決するための手段】データ処理部のプログラ
ム処理終了時にメモリ上に保持しているデータに誤り検
出用チェック符号を付与した第1のメモリブロックと、
該第1のメモリブロックを複製した第2のメモリブロッ
クと、該メモリブロックの複製プログラム有するメモリ
複製手段と、データ処理部のプログラム処理再開時に該
両メモリブロックの検定・照合・修復をおこなうプログ
ラムを有するメモリ検定照合修復手段とから構成したこ
とに特徴がある。
A first memory block in which an error detection check code is added to data held in a memory at the end of program processing of a data processing unit;
A second memory block obtained by duplicating the first memory block; a memory duplication unit having a duplication program of the memory block; and a program for verifying, collating, and restoring the two memory blocks when the data processing unit resumes program processing. And a memory verification collation / recovery means.

【0007】前記第1、第2のメモリブロックのうちいず
れか一方のメモリブロックが書き替えられていたとき、
他のメモリブロックの内容を用いて修復するプログラム
を有するメモリ検定照合修復手段であることに特徴があ
る。
When one of the first and second memory blocks has been rewritten,
It is characterized in that it is a memory verification collation / recovery means having a program for recovering using the contents of another memory block.

【0008】[0008]

【発明の実施の形態】以下、本発明の1実施例のブロッ
ク図を図1に示す。データ処理装置1は、処理する入力
データを入力装置2からデータ入力部4により取り込
む。取り込まれた入力デ−タはメモリ5に記憶され、複
数のデータ処理部6によってデータの演算、加工、判
断、蓄積等の処理がなされる。この例ではデ−タ処理部
は61…6i…6mの複数からから構成されている場合
で、各々が並列に動作可能な、いわゆるマルチプログラ
ミング処理の場合の例である。
FIG. 1 is a block diagram showing one embodiment of the present invention. The data processing device 1 receives input data to be processed from the input device 2 through the data input unit 4. The fetched input data is stored in the memory 5 and data processing, processing, judgment, accumulation and the like are performed by the plurality of data processing units 6. In this example, the data processing unit is composed of a plurality of 6 1 ... 6 i ... 6 m , and is an example of a so-called multi-programming process in which each can operate in parallel.

【0009】ここで、ある処理を行うデータ処理部i、
すなわちデ−タ処理部6iは、データ1…データ2…デー
nをメモリ5の中に確保し、データ出力部7によって
出力装置3にその処理結果を表示する。データ処理部6
はデータ処理部1からデータ処理部mまでの複数から構成
されている。データ1〜nは次回起動時にも継続して処
理に使用する変数、定数類である。1回分の処理が完了
すると、次回起動タイミングまで処理を休止する期間が
ある。
Here, a data processing unit i for performing a certain process,
That is, the data processing unit 6 i secures data 1 ... Data 2 ... Data n in the memory 5 and displays the processing result on the output device 3 by the data output unit 7. Data processing unit 6
Is composed of a plurality of data processing units 1 to m . Data 1 to n are variables and constants to be used for processing continuously at the next startup. When one process is completed, there is a period in which the process is suspended until the next start timing.

【0010】その処理休止の直前に、メモリ複製作成部
9を呼び出す。メモリ複製作成部9は、データ処理部i
から、呼び出し時のパラメータとして、データ1、デー
2、…データnのメモリ先頭アドレス、サイズが渡され
ており、これによってデータ1、データ2、…データn
各内容に対する誤り検出用チェック符号(BCC)を作
成し、これを付与してメモリブロック8を作成する。こ
のように誤り検出用チェック符号を含め一つのメモリブ
ロックとする。また、メモリ複製作成部9はメモリブロ
ック8が存在するメモリ上の領域(A面)とは別な領域
(B面)にメモリブロック8の複製10の作成処理をお
こなう。
Immediately before the suspension of the processing, the memory copy creating unit 9 is called. The memory copy creation unit 9 includes a data processing unit i
From the parameters at the time of calling, data 1, data 2, ... a memory starting address of the data n, the size has been passed, whereby the data 1, data 2, ... error detection check code for each content of the data n ( BCC) is created and added to create the memory block 8. Thus, one memory block including the error detection check code is provided. The memory copy creating unit 9 creates a copy 10 of the memory block 8 in an area (Side B) different from the area (Side A) in the memory where the memory block 8 exists.

【0011】ここでデータ処理部6iが処理を中止後に
処理を再開し、再びメモリのデータを使用するときはそ
の前に、メモリ検定・照合・修復部11から処理プログ
ラムを呼び出す。メモリ検定・照合・修復部11は、同
様の呼び出し時のパラメータが与えられており、A面、
B面の両方のメモリブロックについて誤り検出用チェッ
ク符号BCCを作成し、既に記憶している符号と比較検
定し不一致であれば不合格と判断する。不合格があれ
ば、両方のメモリブロックの内容、すなわちお互いのデ
ータ1,データ2、…データnの内容について照合し、不
一致個所を抽出し、アドレスおよび不一致データ内容に
ついてのメモリ障害情報としてメモリ障害表示部12に
簡単な表示をおこなうことができる。また、メモリ障害
表示部12はこれを出力装置3に転送し、外部に表示さ
せることができる。
[0011] Here, to resume processing data processing unit 6 i is after the stop processing, again before that when you use the data in the memory, calling the processing program from the memory test and matching and restoration unit 11. The memory verification / collation / repair unit 11 is given the same parameters at the time of calling,
An error detection check code BCC is created for both memory blocks on the B side, compared with a code already stored, and a comparison test is performed. If there is a failure, the contents of both memory blocks, that is, the data 1 , data 2 ,..., Data n , are compared with each other, and the unmatched portion is extracted. A simple display can be performed on the display unit 12. Further, the memory fault display unit 12 can transfer this to the output device 3 and display it outside.

【0012】データ処理部6iが休止中に、他のデータ
処理部(例えば61など)のバグによってデータ(デー
タ1〜n)が不正に書き替えられた場合、この情報を見
れば、その現象を直ちに知ることができ、障害解析用情
報とすることがもできる。
[0012] During the data processing unit 6 i pause, if data (data 1 to n) is rewritten illegally by bugs other data processing unit (e.g., 61), if you look at the information, the The phenomenon can be immediately known, and can be used as failure analysis information.

【0013】また、メモリ検定・照合・修復部11は、
一方の面のみが不合格のときは合格となった方のメモリ
ブロック(A面あるいはB面)の内容を使う。例えば、
A面が不合格であればB面のデータブロックを、B面が
不合格であればA面のデータブロックを使用する。そし
て合格と判断された面のメモリブロックを、複写等の手
段で不合格側に複写し、不合格側のメモリブロックの修
復をおこなうことができる。したがって、データ処理部
iはその処理を継続することができる。A面あるいは
B面のうちいずれか一方、特にB面のデータは原則的に
は健全であるが、場合によってはA,B面ともデータが
書き替えられる場合がある。したがっていずれの面も不
合格の場合は修復できないが、いずれか一方が不合格の
ときは修復できる可能性がある。
The memory verification / collation / repair unit 11
If only one side fails, the contents of the memory block (side A or side B) that passed is used. For example,
If the A side is rejected, the B side data block is used, and if the B side is rejected, the A side data block is used. Then, the memory block on the surface determined to be accepted can be copied to the rejected side by copying or the like, and the memory block on the rejected side can be repaired. Therefore, the data processing unit 6 i can continue the processing. Either one of the A side or the B side, especially the data on the B side is in principle sound, but in some cases, the data may be rewritten on both the A and B sides. Therefore, if either face fails, it cannot be repaired, but if any one fails, it may be possible to repair it.

【0014】図2にデータ処理部6の概略のフローチャ
ートを示す。データ処理部6(例えばデータ処理部6
i)は、データ1,…,データnを使ってステップS1の
処理を終えた後、ステップS2では次回起動に備えメモ
リ複製作成部9を呼び出し、A面のメモリブロック8
を、B面に複写しメモリブロック10とする。このとき
A面のデータブロック8のパラメータとしてデータの先
頭アドレスおよびデータサイズ、更にバックアップ用の
B面でのアドレスなどをメモリ複製作成部9に与える。
実際の主メモリ上には各アドレスA,B面のいずれに対
しても誤りチェックコードを付与するメモリブロック分
の容量が確保されている。
FIG. 2 shows a schematic flowchart of the data processing section 6. Data processing unit 6 (for example, data processing unit 6
i), after the processing of step S1 is completed using data 1 ,..., data n , in step S2, the memory copy creation unit 9 is called in preparation for the next start, and the memory block 8 on the A side
Is copied to the B side to obtain the memory block 10. At this time, the start address and data size of the data as well as the backup address on the side B for the data block 8 on the side A are given to the memory copy creating section 9 as parameters.
In the actual main memory, a capacity for a memory block to which an error check code is assigned is secured for each of the addresses A and B.

【0015】図2のステップS2の具体的な処理フロー
を図3に示す。図3はメモリ複製作成部9の処理フロー
を示している。メモリ複製作成部9の処理プログラムは
呼び出しにより、指定された先頭アドレスおよびデータ
サイズから、この区間のメモリ内容に対する誤り検出用
チェック符号BCCを作成し、A面のメモリブロック8
の最後にこれを格納する(ステップS21)。すなわち
A面メモリブロック8内のデータに対して、誤り検出用
のチェック符号BCCを付与する(図1参照)。次に、
誤り検出用チェック符号を含めたA面のメモリブロック
8を、B面の指定アドレスに複写する(ステップS2
2)。
FIG. 3 shows a specific processing flow of step S2 in FIG. FIG. 3 shows a processing flow of the memory copy creation unit 9. By calling, the processing program of the memory copy creation unit 9 creates the error detection check code BCC for the memory contents in this section from the specified start address and data size,
Is stored at the end of step (step S21). That is, a check code BCC for error detection is added to the data in the A-side memory block 8 (see FIG. 1). next,
The memory block 8 on the side A including the check code for error detection is copied to the designated address on the side B (step S2).
2).

【0016】図2において、データ処理部6は、次回動
作のために所定時間待ち(sleep)状態がある(ス
テップS3)。所定時間が経過し、次の処理が開始され
るときは、次のステップS4へ進み、メモリ検定・照合
・修復部11のプログラムを呼び出し、検定・照合・修
復をおこなう。
In FIG. 2, the data processing unit 6 is in a state of waiting for a predetermined time (sleep) for the next operation (step S3). When the predetermined time has elapsed and the next process is started, the process proceeds to the next step S4, where the program of the memory verification / collation / repair unit 11 is called to perform the verification / collation / repair.

【0017】図4にメモリ検定・照合・修復部11の処
理の概略フローチャートを示す。メモリ検定・照合・修
復部11の処理プログラムは呼び出しにより、指定され
た先頭アドレスおよびデータサイズから、A面のメモリ
ブロック8の内容に対する誤り検出用チェック符号BC
Cを作成し、前回処理時すでに記憶している誤り検出用
チェック符号と一致するかどうか検定する(ステップS
41)。また、同様にして、B面のメモリブロック内容
に対しても検定する(ステップS42)。A面、B面の
メモリブロックについての検定結果でどちらも合格、す
なわち複写時に対して変化がなければ、データ処理部6
に対し「正常」を報告する(ステップS43、S44)。
FIG. 4 shows a schematic flowchart of the processing of the memory verification / collation / repair unit 11. When the processing program of the memory verification / collation / repair unit 11 is called, the error detection check code BC for the contents of the memory block 8 on the A-side is determined from the specified start address and data size.
C is created, and it is checked whether or not it matches the error detection check code already stored in the previous processing (step S
41). Similarly, the test is performed on the contents of the memory block on the side B (step S42). If both of the test results for the memory blocks on the side A and the side B pass, that is, if there is no change from the time of copying, the data processing unit 6
Is reported to be normal (steps S43, S44).

【0018】一方、検定結果が不合格、すなわちメモリ
への複写時に対して変化があればステップS45でA面
とB面のメモリブロック8、10内のデータを照合し不
一致部分をメモリ障害表示部12に表示するとともに、
メモリ検定・照合・修復部11から呼び出された処理プ
ログラムにより、A面およびB面のメモリブロック8、
10の検定を行なう。そして検定結果がA,B両面とも
不合格の場合、メモリ内容の復元ができないため「異常」
とする(ステップS46、S47)。
On the other hand, if the test result is unsuccessful, that is, if there is a change from the time of copying to the memory, the data in the memory blocks 8 and 10 on the side A and the side B are collated in step S45, and the inconsistent portion is indicated by the memory failure display section. 12 and
According to the processing program called from the memory verification / collation / repair unit 11, the memory blocks 8 on the A-side and the B-side
Perform 10 tests. If the test results are unsuccessful on both sides A and B, the memory contents cannot be restored and "abnormal"
(Steps S46 and S47).

【0019】検定した結果、どちらか一方が合格であれ
ば、検定結果が不合格となった側のデータを、検定合格
となった側のデータから複写することにより、書き替え
られている側のデータを修復し、修復後データ処理部6
に「修復」を報告する(ステップS48、S49)。
As a result of the verification, if either one of the data passes, the data of the rejected data is copied from the data of the rejected data by copying the data of the rejected data. Data is restored, and the data processing unit 6 is restored.
Is reported to the user (steps S48 and S49).

【0020】データ処理部6では、上記メモリ検定・照
合・修復部11からの報告が不合格(異常)以外のケー
スでは、データ修復が完全になされているため処理続行
可能となり、再度ステップS1の処理に進むことができ
る。しかし不合格の場合(S46,S47)は異常とし
データ処理装置1を強制的に終了させる。
In the data processing unit 6, if the report from the memory verification / collation / repair unit 11 is not a failure (abnormal), the process can be continued because the data has been completely restored, and the processing in step S1 is repeated. Processing can proceed. However, in the case of rejection (S46, S47), it is regarded as abnormal and the data processing device 1 is forcibly terminated.

【0021】上記の実施例で示すデータ処理部6iが、
次回処理のため時間待ちをしているステップS3の間
に、バグが潜在する他のデータ処理部(61など)が動
作し、A面のメモリデータ(1〜n)の一つでも不正に
書き替えられてしまった場合、メモリ検定・照合・修復
部11の処理ステップS41により、A面のメモリブロ
ックの誤り検出用チェック符号を先頭から最終データま
での内容(データ1,…,データn)で今回の誤り検出用
チェック符号を作成し、記憶している誤り検出用チェッ
ク符号と比較し不一致となるため検定不合格となる。
The data processing unit 6i shown in the above embodiment is
During the step S3 that the time waiting for the next process, other data processing unit bug potentially (such as 61) is operated, illegally even one memory data A plane (1 to n) If the data has been rewritten, the error detection check code of the memory block on the A side is changed from the beginning to the last data (data 1 ,..., Data n ) by the processing step S41 of the memory verification / collation / repair unit 11. Then, the current error detection check code is created and compared with the stored error detection check code.

【0022】しかしステップS42では、B面のメモリ
ブロックにある内容は書き替えられていないため検定合
格である。従って、両面合格でないため、ステップS4
5において、A面のメモリブロックの内容(データ1
データ2,…データn)とB面のメモリブロックの内容
(データ1,データ2 ',…,データn)とを先頭から最終
データまで順次個別に比較照合が実施され、2番目デー
タは,データ2≠データ2 'となって誤りが検知され、ここ
が書き換えられた個所と断定できる(データ2 'は書き替
えられたデータを表わしている)。このように処理終了
時にメモリ上で複写し、データ処理部が処理を開始する
ときはA面、B面の両者のメモリ検定・照合をした上
で、メモリのデータを使用するから、誤ったデータを処
理再開時に使用することはなくなる。
However, in step S42, the contents in the memory block on the side B have not been rewritten, so the test has passed. Therefore, since both sides do not pass, step S4
5, the contents of the memory block on the A side (data 1 ,
Data 2 ,..., Data n ) and the contents of the memory block on the B side (data 1 , data 2 ,..., Data n ) are sequentially compared and collated from the beginning to the last data. An error is detected as 2 ≠ data 2 ′, and it can be determined that this is a rewritten location (data 2 represents rewritten data). In this way, the data is copied on the memory at the end of the process, and when the data processing unit starts the process, the memory data of both the A side and the B side is verified and collated, and the data in the memory is used. Will not be used when processing is resumed.

【0023】[0023]

【発明の効果】本方式によれば、マルチプログラミング
環境下で動作するデータ処理において、使用するメモリ
域の情報を複写して二重化し、かつ処理再開時にチェッ
クした上で使用するので、書き替えられたデータを使用
することはない。
According to the present method, in data processing operating in a multi-programming environment, information in a memory area to be used is duplicated and duplicated, and used after being checked when processing is resumed. Never use the data.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

【図2】データ処理部の概略を示すフローチャートであ
る。
FIG. 2 is a flowchart schematically showing a data processing unit.

【図3】メモリブロックの複写を説明するためのフロー
チャートである。
FIG. 3 is a flowchart for explaining copying of a memory block;

【図4】メモリブロックの検定・照合を説明するための
フローチャートである。
FIG. 4 is a flowchart for explaining verification / collation of a memory block;

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

1…データ処理装置、 2…入力装置、 3…出力
装置、4…データ入力部、5…メモリ、 6…データ
処理部、 7…データ出力部、 8…A面側メモリ
ブロック、 9…メモリ複製作成部、 10…B面
側メモリブロック、11…メモリ検定・照合・修復部、
12…メモリ障害表示部
DESCRIPTION OF SYMBOLS 1 ... Data processing device, 2 ... Input device, 3 ... Output device, 4 ... Data input part, 5 ... Memory, 6 ... Data processing part, 7 ... Data output part, 8 ... A side memory block, 9 ... Memory duplication Creation unit, 10: B-side memory block, 11: Memory verification / collation / repair unit,
12: Memory fault display

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】入力装置から取得するデータをデータ入力
部を経由してメモリに記憶し、これをデータ処理部によ
って演算、加工、判断、蓄積等の処理をおこなった後、
データ出力部を経由して出力装置に表示させることがで
きるデータ処理装置において、データ処理部のプログラ
ム処理終了時にメモリ上に保持しているデータに誤り検
出用チェック符号を付与した第1のメモリブロックと、
該第1のメモリブロックを複製した第2のメモリブロッ
クと、該メモリブロックの複製プログラム有するメモリ
複製手段と、データ処理部のプログラム処理再開時に該
両メモリブロックの検定・照合・修復をおこなうプログ
ラムを有するメモリ検定照合修復手段とから構成したこ
とを特徴とするメモリ照合方式。
The data obtained from an input device is stored in a memory via a data input unit, and the data is processed, processed, determined, stored, etc. by a data processing unit.
In a data processing device that can be displayed on an output device via a data output unit, a first memory block in which an error detection check code is added to data held in a memory at the end of program processing of the data processing unit When,
A second memory block obtained by duplicating the first memory block; a memory duplicating unit having a program for duplicating the memory block; and a program for verifying, collating, and repairing the two memory blocks when the data processing unit resumes program processing. And a memory verification collation / recovery means.
【請求項2】前記請求項1において、データ処理再開
時、前記第1、第2のメモリブロックのうちいずれか一方
のメモリブロックが書き替えられていたとき、他のメモ
リブロックの内容を用いて修復するプログラムを有する
メモリ検定照合修復手段であることを特徴とするメモリ
照合方式。
2. The data processing system according to claim 1, wherein at the time of resuming data processing, when one of the first and second memory blocks has been rewritten, the contents of the other memory block are used. A memory verification method comprising a memory verification verification repair means having a program to be recovered.
JP2000186790A 2000-06-21 2000-06-21 Memory collation system Pending JP2002007218A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000186790A JP2002007218A (en) 2000-06-21 2000-06-21 Memory collation system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000186790A JP2002007218A (en) 2000-06-21 2000-06-21 Memory collation system

Publications (1)

Publication Number Publication Date
JP2002007218A true JP2002007218A (en) 2002-01-11

Family

ID=18686889

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000186790A Pending JP2002007218A (en) 2000-06-21 2000-06-21 Memory collation system

Country Status (1)

Country Link
JP (1) JP2002007218A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007233568A (en) * 2006-02-28 2007-09-13 Toshiba Corp Storage device and digital controller
WO2008111124A1 (en) * 2007-03-12 2008-09-18 Fujitsu Limited Multi-cpu abnormality detection restoration system, method and program
JP2010002979A (en) * 2008-06-18 2010-01-07 Nec Corp Information processor, information processing method, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007233568A (en) * 2006-02-28 2007-09-13 Toshiba Corp Storage device and digital controller
WO2008111124A1 (en) * 2007-03-12 2008-09-18 Fujitsu Limited Multi-cpu abnormality detection restoration system, method and program
US8074123B2 (en) 2007-03-12 2011-12-06 Fujitsu Limited Multi-CPU failure detection/recovery system and method for the same
JP5212357B2 (en) * 2007-03-12 2013-06-19 富士通株式会社 Multi-CPU abnormality detection and recovery system, method and program
JP2010002979A (en) * 2008-06-18 2010-01-07 Nec Corp Information processor, information processing method, and program

Similar Documents

Publication Publication Date Title
US5948112A (en) Method and apparatus for recovering from software faults
US7650356B2 (en) Generating an optimized restore plan
JP2009067298A (en) Vehicular memory management apparatus
JP3094888B2 (en) Numbering mechanism, data consistency confirmation mechanism, transaction re-execution mechanism, and distributed transaction processing system
JP2002007218A (en) Memory collation system
JPH02294739A (en) Fault detecting system
JP2000330778A (en) Method and device for restoration after correction load module replacement
JPH1185412A (en) Method for controlling disk array device and disk array device
JP2004054616A (en) Information processor with function to automatically restore firmware
JP3357777B2 (en) Program control system
JP3563802B2 (en) File rewriting method
JPH11296394A (en) Duplex information processor
JP3516428B2 (en) calculator
JP2002024055A (en) Computer system and operation reproducing method of application program
JPH0944317A (en) Registering system for alternate sector
JP2806779B2 (en) Journal block recovery method and journal block recovery method
JPS62284440A (en) Software resource maintenance system for terminal equipment
JP2639334B2 (en) Remote maintenance recovery method
JP4217177B2 (en) Database subsystem
JPH052499A (en) Job trouble re-processing system of information processor
JPH06214848A (en) Data base managing system
JP3483662B2 (en) Computer backup method
JPH01214947A (en) Data preserving system
JPH06139121A (en) Method for processing information
JPS61101845A (en) Test system of information processor