JPH03276351A - Restoration system for contents of shared memory - Google Patents

Restoration system for contents of shared memory

Info

Publication number
JPH03276351A
JPH03276351A JP2078029A JP7802990A JPH03276351A JP H03276351 A JPH03276351 A JP H03276351A JP 2078029 A JP2078029 A JP 2078029A JP 7802990 A JP7802990 A JP 7802990A JP H03276351 A JPH03276351 A JP H03276351A
Authority
JP
Japan
Prior art keywords
shared memory
business processing
unit
control unit
request
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
JP2078029A
Other languages
Japanese (ja)
Inventor
Toshiro Misaki
見崎 俊郎
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 JP2078029A priority Critical patent/JPH03276351A/en
Publication of JPH03276351A publication Critical patent/JPH03276351A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To ensure the on-line services with high quality and high reliability and with no deterioration of the service performance by restoring the contents of a memory without stopping the on-line service even though the contents of an exclusive memory and a shared memory are broken by a program fault. CONSTITUTION:If a program fault occurs while a business work processing part 4 receives the input data from a terminal 10 and is carrying out the business work processing, a program fault detection part 7 detects the fault and deals with it. Then the part 7 gives a temporary stop request and an initialization request to a business work processing control part 3 together with a shared memory contents restoring request given to a shared memory contents restoring part 8 respectively. The part 3 outputs the stop instructions to a synchronization control part 9 in the order of requests to temporarily stop the part 9. Then the part 8 restores the contents of a shared memory 6 with the stop end information received from the part 9. The part 8 gives a restart request to the part 9 for the part 3 when the storage processing is over. The part 9 outputs a restart instruction to the part 3 for restart of the due control.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はオンラインシステムに関し、特にプログラムが
複数個存在して並行動作する場合に共有してメモリを使
用するときにあるプログラムによって破壊された共有メ
モリの内容を復旧する復旧方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to an online system, and in particular, when a plurality of programs exist and operate in parallel, when a shared memory is used, the shared This invention relates to a recovery method for recovering memory contents.

〔従来の技術〕[Conventional technology]

従来、何らかの原因でプログラム障害が発生した場合は
、該当プログラムの専有メモリのみを障害起因データ直
前まで復旧していた。したがって各プログラム間の共有
メモリ内容が破壊された場合はオンラインダウンとなり
、オンラインを再起動し障害起因データ直前までの共有
メモリ内容を復旧していた。
Conventionally, when a program failure occurs for some reason, only the private memory of that program is restored to the point immediately before the data that caused the failure. Therefore, if the shared memory contents between programs were destroyed, the online system would go down, and the online system would be restarted to restore the shared memory contents up to just before the data that caused the failure.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の共有メモリ内容復旧方式では、プログラ
ム障害が発生して共有メモリの内容が破壊された場合、
オンラインダウンからオンライン再起動、共有メモリ内
容の復旧、それからオンライン業務再開始となり、プロ
グラム障害発生からオンライン業務再開始までにかかる
時間が大きく、この間オンラインサービスが中断するの
で大きなサービス低下になるという欠点がある。
In the conventional shared memory content recovery method described above, if a program failure occurs and the shared memory content is destroyed,
The disadvantage is that it takes a long time from an online shutdown to an online restart, recovery of the shared memory contents, and restart of online operations, and the time it takes from the occurrence of a program failure to the restart of online operations. be.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の共有メモリ内容復旧方式は、プログラム障害を
検出し、共有メモリ内容復旧部へ共有メモリ内容の復旧
を要求し、複数の業務処理制御部へ一時停止を要求し、
前記プログラム障害を起こした業務処理部に対応する業
務処理制御部に初期設定を要求するプログラム障害検出
部と、複数の業務処理制御部を経て全て一時停止させた
ことを前記共有メモリ内容復旧部へ通知し、前記共有メ
モリ内容復旧部からの要求により前記業務処理制御部を
再開始させる同期制御部と、前記業務処理制御部が全て
一時停止した後、共有メモリを共有メモリ内容格納ファ
イルから復旧し、前記業務処理制御部の再開始を前記同
期制御部へ要求する共有メモリ内容復旧部と、端末から
の入力データを受信したとき前記業務処理部へそのまま
引渡し。
The shared memory content recovery method of the present invention detects a program failure, requests a shared memory content recovery unit to restore the shared memory content, requests a plurality of business processing control units to temporarily stop,
a program failure detection unit that requests initial settings from the business processing control unit corresponding to the business processing unit that caused the program failure; and a program failure detection unit that requests the business processing control unit corresponding to the business processing unit that caused the program failure to inform the shared memory content recovery unit that all of the business processing control units have been temporarily stopped. a synchronization control unit that notifies and restarts the business processing control unit in response to a request from the shared memory content recovery unit; and a synchronization control unit that restarts the business processing control unit based on a request from the shared memory content recovery unit; and after all of the business processing control units have temporarily stopped, the shared memory is restored from the shared memory content storage file , a shared memory content recovery unit that requests the synchronization control unit to restart the business processing control unit; and a shared memory content recovery unit that receives input data from a terminal and delivers it as is to the business processing unit.

一時停止要求を受信したとき前記同期制御部へ停止指示
を出力して一時停止し、再開始要求を受信したとき動作
を再開始し、初期設定要求を受信したとき前記業務処理
部を一時削除し再登録後に必要な初期値を設定させる業
務処理制御部とを有する。
When a pause request is received, a stop instruction is output to the synchronization control unit to temporarily stop the operation, when a restart request is received, the operation is restarted, and when an initialization request is received, the business processing unit is temporarily deleted. and a business processing control unit that sets necessary initial values after re-registration.

〔実施例〕〔Example〕

次に、本発明について図面を用いて説明する。 Next, the present invention will be explained using the drawings.

第1図は本発明の一実施例の全体構成図である。CPU
およびメモリ1の内部にはデータ送受信部2.複数個の
業務処理制御部3.複数個の業務処理部4.複数個の業
務処理部専有メモリ5゜共有メモリ6、プログラム障害
検出部7.共有メモリ内容復旧部8.同期制御部9が存
在する。また、C,PUおよびメモリ1には端末10.
操作卓11、プリンタ12.業務ファイル13.プログ
ラム格納ファイル14.共有メモリ内容格納ファイル1
5が接続されている。なお、業務処理制御部3.業務処
理部4.業務処理部専有メモリ5は複数個存在している
が、それぞれ1対1対1に対応している。
FIG. 1 is an overall configuration diagram of an embodiment of the present invention. CPU
Also, inside the memory 1 is a data transmitting/receiving section 2. Multiple business processing control units 3. Multiple business processing units4. A plurality of business processing unit private memories 5° shared memory 6, program failure detection unit 7. Shared memory content recovery unit 8. A synchronization control section 9 is present. In addition, C, PU, and memory 1 include terminal 10.
Operation console 11, printer 12. Business file 13. Program storage file 14. Shared memory content storage file 1
5 is connected. Note that the business processing control unit 3. Business processing department 4. Although there are a plurality of business processing unit private memories 5, each memory has a one-to-one one-to-one correspondence.

データ送受信部2は業務処理制御部3からの受信要求ま
たは送信要求によって動作し、受信要求時は端末10か
ら入力データを受信して業務処理制御部3へ引渡す、ま
た送信要求時は業務処理制御部3から引渡された出力デ
ータを端末10へ送信する。
The data transmitting/receiving unit 2 operates in response to a reception request or a transmission request from the business processing control unit 3, and receives input data from the terminal 10 and transfers it to the business processing control unit 3 at the time of a reception request, and controls business processing at the time of a transmission request. The output data delivered from the unit 3 is transmitted to the terminal 10.

業務処理制御部3はデータ送受信部2から引渡された入
力データあるいは他部からの各種通知によって、以下の
通り動作する。データ送受信部2から入力データが引渡
された場合は、該当データをそのまま業務処理部4へ引
渡し処理させる。プログラム障害検出部7から一時停止
要求が通知された場合は、同期制御部9へ停止指示を出
力して一時停止する。同期制御部9から再開始指示を受
けた場合は、動作を再開始する。プログラム障害検出部
7から初期設定要求が通知された場合は、対応する業務
処理部4および業務処理部専有メモリ5をメモリから削
除してプログラム格納ファイル14から再度登録し、業
務処理部4へ初期設定指示を行う。これはプログラム障
害を起こした業務処理部4とそれに対応して更新未完了
となっている業務処理部専有メモリ5を初期状態とする
ための動作である。
The business processing control unit 3 operates as follows based on input data delivered from the data transmitting/receiving unit 2 or various notifications from other units. When input data is delivered from the data transmitting/receiving unit 2, the corresponding data is delivered as is to the business processing unit 4 for processing. When a temporary stop request is notified from the program failure detection unit 7, a stop instruction is output to the synchronization control unit 9 to temporarily stop the program. When receiving a restart instruction from the synchronization control unit 9, the operation is restarted. When an initialization request is notified from the program failure detection unit 7, the corresponding business processing unit 4 and business processing unit exclusive memory 5 are deleted from memory and re-registered from the program storage file 14, and initialization is performed in the business processing unit 4. Give setting instructions. This is an operation for returning the business processing unit 4 that has caused a program failure and the business processing unit exclusive memory 5 that has not yet been updated to an initial state.

業務処理部4は業務処理制御部3からの指示によっての
み動作し、端末10からの入力データが引渡された場合
は業務ファイル13.業務処理部専有メモリ5.および
共有メモリ6を参照あるいは更新して業務的に処置を施
し処理結果を出力して出力データを業務処理制御部3へ
送信要求する。また、初期設定指示を受けた場合は、対
応する業務処理部専有メモリ5に必要な初期値の設定を
行う。
The business processing unit 4 operates only according to instructions from the business processing control unit 3, and when input data from the terminal 10 is transferred, the business processing unit 4 operates as a business file 13. Business processing department exclusive memory 5. Then, it refers to or updates the shared memory 6, performs processing on a business basis, outputs the processing results, and requests transmission of the output data to the business processing control unit 3. Further, when an initial setting instruction is received, necessary initial values are set in the corresponding business processing unit exclusive memory 5.

業務処理専有メモリ5は対応する業務処理部4にそれぞ
れ1個つづ存在し、該当業務処理部4によってのみ参照
および更新が可能である。
One business processing dedicated memory 5 exists in each corresponding business processing section 4, and can be referenced and updated only by the corresponding business processing section 4.

共有メモリ6は複数個の業務処理部4が共有して参照お
よび更新が可能である。
The shared memory 6 can be shared by a plurality of business processing units 4 and can be referenced and updated.

プログラム障害検出部7はプログラム障害を検出するこ
とによって動作し、共有メモリ内容復旧部8へ共有メモ
リ6の復旧を要求し、全業務処理制御部3へ一時停止を
要求する。また、プログラム障害を起こした業務処理部
4に対応する業務処理制御部3には初期設定も要求する
The program failure detection unit 7 operates by detecting a program failure, requests the shared memory content recovery unit 8 to restore the shared memory 6, and requests the entire business processing control unit 3 to temporarily stop. In addition, initial settings are also requested to the business processing control unit 3 corresponding to the business processing unit 4 that has caused the program failure.

共有メモリ内容復旧部8はプログラム障害検出部7から
の共有メモリ内容復旧要求によって動作し、全業務処理
制御部3の動作状態を同期制御部9に間合わせる。そし
て全業務処理制御部3の停止完了が通知されたとき、共
有メモリ内容格納ファイル15から共有メモリ6を復旧
する。また、同期制御部9へ業務処理部3の再開始を要
求する。
The shared memory content recovery unit 8 operates in response to a shared memory content recovery request from the program failure detection unit 7 and synchronizes the operating status of all business processing control units 3 with the synchronization control unit 9. Then, when the completion of the stoppage of all business processing control units 3 is notified, the shared memory 6 is restored from the shared memory content storage file 15. It also requests the synchronization control unit 9 to restart the business processing unit 3.

同期制御部9は業務処理制御部3から停止指示を受けた
とき、該当の業務処理制御部3を、停止させる。そして
共有メモリ内容復旧部8からの再開始要求で停止を解除
して、再開始指示を業務処理制御部3へ通知する。なお
、共有メモリ内容復旧部8からの動作状態間合わせにつ
いては共有メモリ内容復旧部8を一時停止させておき、
全ての業務処理制御部3の停止が完了したところで共有
メモリ内容復旧部8の停止を解除して停止完了の通知を
行う。
When the synchronization control section 9 receives a stop instruction from the business processing control section 3, it stops the corresponding business processing control section 3. Then, the suspension is canceled in response to a restart request from the shared memory content recovery unit 8, and a restart instruction is notified to the business processing control unit 3. Note that for the operation state adjustment from the shared memory content recovery unit 8, the shared memory content recovery unit 8 is temporarily stopped.
When the stoppage of all the business processing control units 3 is completed, the stoppage of the shared memory content recovery unit 8 is canceled and a notification of the completion of the stoppage is sent.

操作卓11にはオンラインシステムの状態が常時出力さ
れる。また、プリンタ12にはオンラインの実行結果が
出力される。
The status of the online system is constantly output to the console 11. In addition, online execution results are output to the printer 12.

プログラム格納ファイル14には業務処理部4および業
務処理部専有メモリ5のプログラム内容が格納されてい
る。
The program storage file 14 stores program contents of the business processing unit 4 and the business processing unit exclusive memory 5.

共有メモリ内容格納ファイル15には共有メモリ内容が
格納され、適時に業務処理部4によって更新される。
The shared memory contents are stored in the shared memory contents storage file 15, and are updated by the business processing unit 4 at appropriate times.

第2図はプログラム障害の発生から検出までの動作を示
す説明図である。同図において業務処理部4が端末10
からの入力データを受信して業務的な処置を施している
最中にプログラム障害が発生した場合は、プログラム障
害検出部7が直ちにそれを検出しプログラム障害の対処
を行う。
FIG. 2 is an explanatory diagram showing the operation from occurrence to detection of a program fault. In the figure, the business processing unit 4 is the terminal 10.
If a program failure occurs while receiving input data from the computer and taking business-related measures, the program failure detection unit 7 immediately detects it and takes measures to deal with the program failure.

第3図はプログラム障害検出後の動作を示す説明図であ
る。プログラム障害を検出したプログラム障害検出部7
は全ての業務処理制御部3に一時停止要求を行い、プロ
グラム障害を起こした業務処理部4に対応する業務処理
制御部3についてのみは初期設定要求を行う。また共有
メモリ内容復旧部8に共有メモリ内容復旧要求を行う。
FIG. 3 is an explanatory diagram showing the operation after a program failure is detected. Program failure detection unit 7 that detected a program failure
makes a temporary stop request to all business processing control units 3, and makes an initialization request only to the business processing control unit 3 corresponding to the business processing unit 4 that has caused the program failure. It also issues a shared memory content recovery request to the shared memory content recovery unit 8.

業務処理制御部3は要求の順序に従って最初に一時停止
要求を処理し、同期制御部9に停止指示を出力して一時
停止する。一方、共有メモリ内容復旧部8も同期制御部
9に状態問合せを行って停止するが、全業務処理制御部
3が停止したところで同期制御部9からの停止完了通知
によって再び動作を開始し、共有メモリ内容の復旧処理
を行う。
The business processing control unit 3 processes the temporary stop request first in the order of requests, and outputs a stop instruction to the synchronization control unit 9 to temporarily stop the process. On the other hand, the shared memory content recovery unit 8 also makes a status inquiry to the synchronization control unit 9 and stops, but when all the business processing control units 3 have stopped, it starts operating again in response to a stop completion notification from the synchronization control unit 9, and shares Performs memory content recovery processing.

第4図は共有メモリ内容の復旧処理を示す説明図である
。共有メモリ内容復旧部8は共有メモリ内容格納ファイ
ル15を読込んで共有メモリ6に展開し、必要な初期値
の設定を行い共有メモリの内容を復旧する。
FIG. 4 is an explanatory diagram showing the process of restoring the contents of the shared memory. The shared memory content recovery unit 8 reads the shared memory content storage file 15, develops it in the shared memory 6, sets necessary initial values, and recovers the content of the shared memory.

以降の動作について再び第3図を参照すると、共有メモ
リ内容復旧部8は共有メモリ内容の復旧処理が終了する
と全業務処理制御部3の再開始要求を同期制御部9に対
して行う。再開始要求を受けた同期制御部9は全業務処
理制御部3に一斉に再開始指示を出力する。再開始指示
を受けた業務処理制御部3は動作を再開始して入力デー
タを業務処理部4に引渡すようになり、通常オンライン
が継続される。
Referring again to FIG. 3 regarding the subsequent operation, the shared memory content recovery unit 8 requests the synchronization control unit 9 to restart the entire business process control unit 3 when the shared memory content recovery process is completed. Upon receiving the restart request, the synchronization control unit 9 outputs a restart instruction to all business processing control units 3 at once. After receiving the restart instruction, the business processing control unit 3 restarts its operation and transfers the input data to the business processing unit 4, and normally online operation is continued.

なお、プログラム障害を起こした業務処理部4に対応す
る業務処理制御部3は初期設定要求による動作を行った
後に通常オンライン動作を再開する。
Note that the business processing control unit 3 corresponding to the business processing unit 4 that has caused the program failure resumes normal online operation after performing the operation according to the initial setting request.

第5図は初期設定処理を示す説明図である。業務処理制
御部3は業務処理部4および業務処理部専有メモリ5を
メモリから削除する。そしてブロダラム格納ファイル1
4を読込んで再び登録し、初期設定指示を出力する。初
期設定指示を受けた業務処理部4は対応する業務処理専
有メモリ5に必要な初期値の設定を行う。
FIG. 5 is an explanatory diagram showing the initial setting process. The business processing control unit 3 deletes the business processing unit 4 and the business processing unit exclusive memory 5 from memory. And Brodarum storage file 1
4, register again, and output initial setting instructions. The business processing unit 4 that has received the initial setting instruction sets necessary initial values in the corresponding business processing exclusive memory 5.

以上述べたようにしてプログラム障害発生時の共有メモ
リ内容復旧方式を実現している。
As described above, a shared memory content recovery method is realized when a program failure occurs.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、プログラム障害が発生し
て該当プログラム専有メモリの内容および共有メモリの
内容が破壊されても、オンラインを停止することなくメ
モリ内容の復旧を行いオンラインサービスを継続できる
ので、サービス低下とはならず、高品質、高信頼性のオ
ンラインサービスが提供できるという効果がある。
As explained above, even if a program failure occurs and the contents of the program's private memory and shared memory are destroyed, the memory contents can be restored and the online service can be continued without stopping the online service. This has the effect of providing high-quality, highly reliable online services without deteriorating the service.

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

第1図は本発明の〜実施例を示す構成図、第2図は障害
発生から検出までの動作を示す説明図、第3図は障害検
出後の動作を示す説明図、第4図は共有メモリの復旧動
作を示す説明図、第5図は初期設定処理を示す説明図で
ある。 2・・・データ送受信部、3・・・業務処理制御部、4
・・・業務処理部、5・・・業務処理部専有メモリ、6
・・・共有メモリ、7・・・プログラム障害検出部、8
・・・共有メモリ内容復旧部、9・・・同期制御部、1
0・・・端末、13・・・業務ファイル、14・・・プ
ログラム格納ファイル、15・・・共有メモリ内容格納
ファイル。
Fig. 1 is a configuration diagram showing an embodiment of the present invention, Fig. 2 is an explanatory diagram showing the operation from fault occurrence to detection, Fig. 3 is an explanatory diagram showing the operation after fault detection, and Fig. 4 is shared. FIG. 5 is an explanatory diagram showing the memory recovery operation, and FIG. 5 is an explanatory diagram showing the initial setting process. 2...Data transmission/reception unit, 3...Business processing control unit, 4
... Business processing section, 5... Business processing section exclusive memory, 6
...Shared memory, 7.Program failure detection unit, 8
...Shared memory content recovery section, 9...Synchronization control section, 1
0...Terminal, 13...Business file, 14...Program storage file, 15...Shared memory content storage file.

Claims (1)

【特許請求の範囲】[Claims]  プログラム障害を検出し、共有メモリ内容復旧部へ共
有メモリ内容の復旧を要求し、複数の業務処理制御部へ
一時停止を要求し、前記プログラム障害を起こした業務
処理部に対応する業務処理制御部に初期設定を要求する
プログラム障害検出部と、複数の業務処理制御部を経て
全て一時停止させたことを前記共有メモリ内容復旧部へ
通知し、前記共有メモリ内容復旧部からの要求により前
記業務処理制御部を再開始させる同期制御部と、前記業
務処理制御部が全て一時停止した後、共有メモリを共有
メモリ内容格納ファイルから復旧し、前記業務処理制御
部の再開始を前記同期制御部へ要求する共有メモリ内容
復旧部と、端末からの入力データを受信したとき前記業
務処理部へそのまま引渡し、一時停止要求を受信したと
き前記同期制御部へ停止指示を出力して一時停止し、再
開始要求を受信したとき動作を再開始し、初期設定要求
を受信したとき前記業務処理部を一時削除し再登録後に
必要な初期値を設定させる業務処理制御部とを有するこ
とを特徴とする共有メモリ内容復旧方式。
A business processing control unit that detects a program failure, requests the shared memory content recovery unit to restore the shared memory content, requests a temporary stop to multiple business process control units, and corresponds to the business processing unit that caused the program failure. A program failure detection unit requests initial settings for the program, and a plurality of business processing control units informs the shared memory content recovery unit that all operations have been temporarily stopped, and upon request from the shared memory content recovery unit, the business processing a synchronization control unit that restarts the control unit and the business processing control unit that, after all have temporarily stopped, restores the shared memory from the shared memory content storage file and requests the synchronization control unit to restart the business processing control unit; a shared memory content recovery unit to perform a shared memory content recovery unit, and when input data from a terminal is received, it is delivered as is to the business processing unit, and when a pause request is received, a stop instruction is output to the synchronization control unit to temporarily stop it, and a restart request is made. and a business processing control unit that restarts operation when receiving an initial setting request, temporarily deletes the business processing unit when receiving an initial setting request, and sets necessary initial values after re-registration. Recovery method.
JP2078029A 1990-03-27 1990-03-27 Restoration system for contents of shared memory Pending JPH03276351A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2078029A JPH03276351A (en) 1990-03-27 1990-03-27 Restoration system for contents of shared memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2078029A JPH03276351A (en) 1990-03-27 1990-03-27 Restoration system for contents of shared memory

Publications (1)

Publication Number Publication Date
JPH03276351A true JPH03276351A (en) 1991-12-06

Family

ID=13650387

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2078029A Pending JPH03276351A (en) 1990-03-27 1990-03-27 Restoration system for contents of shared memory

Country Status (1)

Country Link
JP (1) JPH03276351A (en)

Similar Documents

Publication Publication Date Title
US7428657B2 (en) Method for rolling back from snapshot with log
JPH02287858A (en) Restarting system for distributed processing system
CN110825562B (en) Data backup method, device, system and storage medium
JPH03276351A (en) Restoration system for contents of shared memory
JPH08278909A (en) System and method for high reliability
JPH0879246A (en) Distributed communication system and fault recovery method therefor
JP3026350B2 (en) System switching method for a redundant system
KR100408979B1 (en) Fault tolerance apparatus and the method for processor duplication in wireless communication system
JPH1125062A (en) Fault recovery system
JPH07282022A (en) Multiprocessor system
JPH11120017A (en) Automatic numbering system, duplex system, and cluster system
JPS6335988B2 (en)
JPH0997237A (en) Input telegraphic message guaranteeing method for on-line transaction processing system
JPH03252748A (en) Remote output system with monitoring function
JPH0421039A (en) Remote monitoring information restoring system
JPH0340040A (en) Event monitoring processing system
JPH11184814A (en) Terminal switch device
JPH07146849A (en) Inter-computer communication backup system
JPS62105243A (en) Recovery device for system fault
JP2658215B2 (en) Automatic transaction equipment
JP2015130134A (en) Information processing device, information processing system, memory replication method, and computer program
JPH04291650A (en) Information processing system provided with data destruction preventing function
JPH05324596A (en) Parallel multiprocessing system
JPS6149225A (en) Operation of information processing system
JPH05219201A (en) Restart processing system for electronic exchange