JPS62229332A - Control system for fault recovery of information processor - Google Patents

Control system for fault recovery of information processor

Info

Publication number
JPS62229332A
JPS62229332A JP61071809A JP7180986A JPS62229332A JP S62229332 A JPS62229332 A JP S62229332A JP 61071809 A JP61071809 A JP 61071809A JP 7180986 A JP7180986 A JP 7180986A JP S62229332 A JPS62229332 A JP S62229332A
Authority
JP
Japan
Prior art keywords
processing
processing unit
unit
information
recovery
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
JP61071809A
Other languages
Japanese (ja)
Inventor
Takeo Hamano
浜野 建男
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 JP61071809A priority Critical patent/JPS62229332A/en
Publication of JPS62229332A publication Critical patent/JPS62229332A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To attain a common processing procedure for recovery of fault by using a processing group containing plural processing units to define an element needed for recovery of the fault and setting the concrete information on said element at a processing start time point through each processing unit. CONSTITUTION:When a control table and a lock are needed as the elements for recovery of a fault in a processing group 1, a processing unit A starts its processing to set the initial value of a control table to be updated and the lock information within a memory area Ta. Then the unit A carries out the normal processing. When a processing unit B is called out, the initial value of the control table to be updated and the lock information are set to a memory area Tb. Then the unit B carries out the normal processing. If a fault occurs while the unit B is working, a cancel control part 2 is called out and extracts the information on the control table out of the area Tb. Then an initial state is reset and the lock state is released after the lock information is extracted. So is with the unit A.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置に於ける障害回復制御方式に関す
るものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a failure recovery control method in an information processing device.

〔従来の技術〕[Conventional technology]

従来のこの種の障害回復111m方式では、障害の発生
したタイミング、障害の種類によって回復の方法が様々
であるなめ、障害の種類の判定、障害の発生したタイミ
ングのチェック、それぞれに対応した回復処理を行う必
要があった。
In the conventional fault recovery 111m method of this type, the recovery method varies depending on the timing of the fault and the type of fault, so it is necessary to determine the type of fault, check the timing of the fault, and perform recovery processing corresponding to each. It was necessary to do this.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

このような従来の方式では十分な回復を行うためには回
復しようとする処理の内容、発生する可能性のある障害
の種類によって回復処理手順を変えなければならないた
め、様々な回復処理手順を作成しかつそれら膨大な回復
処理手順を記憶しておく必要があるという問題点がある
In such conventional methods, in order to perform sufficient recovery, the recovery processing procedure must be changed depending on the content of the process to be recovered and the type of failure that may occur, so various recovery processing procedures are created. Moreover, there is a problem in that it is necessary to memorize a huge number of recovery processing procedures.

〔問題点を解決するための手段〕[Means for solving problems]

本発明の方式は、 階層構成の複数個の処理単位から成る少なくとも一つの
処理グループを実行する情報処理装置の障害回復制御方
式において、 障害回復に必要な要素を予め定義しておき、各処理単位
が処理開始直前の要素の状態を記憶する処理単位対応の
記憶域と、 障害発生時に記憶域の情報を利用して要素を実行中の処
理単位開始直前の状態に戻し実行中の処理単位を中断さ
せて呼出処理単位に復帰させるキャンセル手段 とを設け、障害の発生した処理単位のみを中断すること
を特徴とする。
The method of the present invention is a failure recovery control method for an information processing device that executes at least one processing group consisting of a plurality of processing units in a hierarchical structure, in which elements necessary for failure recovery are defined in advance, and each processing unit is A storage area corresponding to a processing unit that stores the state of the element immediately before processing started, and when a failure occurs, the information in the storage area is used to return the element to the state immediately before the start of the processing unit being executed and interrupt the processing unit that is currently being executed. The present invention is characterized in that only the processing unit in which the failure has occurred is interrupted.

〔実施例〕〔Example〕

次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例のブロック図であり、処理単
位A、Bを有する処理グループ1を有する。
FIG. 1 is a block diagram of an embodiment of the present invention, which includes a processing group 1 having processing units A and B. FIG.

そして障害発生時に実行中の処理単位の回復を行い、処
理をキャンセルするためのキャンセル制御部2が設けら
れる。
A cancellation control unit 2 is provided for recovering the processing unit being executed and canceling the processing when a failure occurs.

処理単位A、Bは回復のための情報を記憶する領域Ta
−Tbをそれぞれ有しており、処理単位Bは処理jN−
(i Aの処理の途中で呼び出されるサブルーチンであ
る。
Processing units A and B are areas Ta that store information for recovery.
-Tb, and the processing unit B has processing jN-
(i This is a subroutine called during the processing of A.

次に第1図を使って制御手順の詳細を説明する。Next, details of the control procedure will be explained using FIG.

ここでは処理グループlの障害回復時の要素として制御
テーブルとロックが必要であるとする。
Here, it is assumed that a control table and a lock are required as elements during failure recovery of processing group l.

まずはじめに処理単位Aが処理を開始すると記憶領域T
aの中に更新する制御テーブルの初期値の情報と、使用
するロックの情報をセラ1〜する0次に通常の処理を開
始し、やがて処理単位Bを呼び出す、処理単位Bも処理
単位Aと同様、まず記憶領域Tbの中に更新する制御テ
ーブルの初期値の情報と使用するロックの情報をセット
する。
First of all, when processing unit A starts processing, storage area T
Information on the initial value of the control table to be updated and information on the lock to be used are stored in cell a.Next, normal processing starts, and eventually processing unit B is called.Processing unit B also becomes processing unit A. Similarly, first, information on the initial value of the control table to be updated and information on the lock to be used are set in the storage area Tb.

次に通常の処理を開始する9処理車位B実行中に障害が
発生するとキャンセル制御部2が呼び出される。第2図
にはキャンセル制御部2による処理の制御手順を流れ図
で示す。まず記憶領域Tbの中から制御テーブルに関す
る情報を取り出し、それぞれの制御テーブルを処理単位
Bが更新する前の初期状態に戻す0次に記憶類F!JA
Tbの中からロックに閃する情報を収り出し、処理単位
Bが使用していたロックを解除する。
Next, if a failure occurs during execution of the 9th processing vehicle position B, which starts normal processing, the cancel control unit 2 is called. FIG. 2 shows a flowchart of the control procedure of processing by the cancellation control section 2. First, information regarding the control tables is extracted from the storage area Tb, and each control table is returned to its initial state before being updated by the processing unit B. J.A.
The information that flashes to the lock is collected from Tb and the lock used by processing unit B is released.

次に実行中の処理単位Bの処理をキャンセルしさらに制
御を処理単位Bを呼び出した処理単位Aに戻す。処理単
位Aに制御が戻ると処理単位Aは処理単位Bがうまく実
行できなかったことを判断し、次の処理を決定する。
Next, the processing of the processing unit B that is being executed is canceled and control is returned to the processing unit A that called the processing unit B. When control returns to processing unit A, processing unit A determines that processing unit B was not successfully executed, and determines the next process.

上記の実施例においては、処理グループ1が2レベルの
処理単位AおよびBから構成されているが、3レベル以
上の処理単位から成る実施例の場合にも各処理単位に障
害が発生したときの処理手順は、処理単位Bにおける上
述の処理手順と同一である。
In the above embodiment, processing group 1 is composed of two-level processing units A and B, but in the case of an embodiment composed of processing units of three or more levels, when a failure occurs in each processing unit, The processing procedure is the same as the above-described processing procedure for processing unit B.

また、上述の実施例においては処理グループが1つだけ
であるが、本発明はこれに限定されることなく、2以上
の処理グループがあってもよい。
Further, in the above embodiment, there is only one processing group, but the present invention is not limited to this, and there may be two or more processing groups.

し発明の効果〕 以上説明したように本発明によれば、複数の処理単位を
有する処理グループで障害回復に必要な要素を定義して
おき、それぞれの処理単位がそれらの要素に関する具体
的な情報を処理開始時に回復情報領域にセットすること
により、障害回復の処理手順をすべての処理単位につい
て共通に行うことができる効果がある。
[Effects of the Invention] As explained above, according to the present invention, elements necessary for failure recovery are defined in a processing group having a plurality of processing units, and each processing unit receives specific information regarding those elements. By setting this in the recovery information area at the start of processing, there is an effect that the fault recovery processing procedure can be performed in common for all processing units.

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

第1図は本発明の一実施例の全体構成図、第2図は本実
施例におけるキャンセル制御部2の制御手順の流れ図で
ある。 ■・・・・・・処理グループ、2・・・・・・キャンセ
ル制御部、A、B・・・・・・処理単位、Ta、Tb・
・・・・・記憶領域。 第 2 口
FIG. 1 is an overall configuration diagram of an embodiment of the present invention, and FIG. 2 is a flow chart of the control procedure of the cancellation control section 2 in this embodiment. ■... Processing group, 2... Cancellation control unit, A, B... Processing unit, Ta, Tb.
...Storage area. 2nd mouth

Claims (1)

【特許請求の範囲】 階層構成の複数個の処理単位から成る少なくとも一つの
処理グループを実行する情報処理装置の障害回復制御方
式において、 障害回復に必要な要素を予め定義しておき、各処理単位
が処理開始直前の前記要素の状態を記憶する前記処理単
位対応の記憶域と、 障害発生時に前記記憶域の情報を利用して前記要素を実
行中の処理単位開始直前の状態に戻し実行中の処理単位
を中断させて呼出処理単位に復帰させるキャンセル、手
段 とを設け、障害の発生した処理単位のみを中断させるこ
とを特徴とする情報処理装置の障害回復制御方式。
[Claims] In a failure recovery control method for an information processing device that executes at least one processing group consisting of a plurality of processing units in a hierarchical structure, elements necessary for failure recovery are defined in advance, and each processing unit a storage area corresponding to the processing unit that stores the state of the element immediately before the start of processing; and a storage area corresponding to the processing unit that stores the state of the element immediately before the processing unit starts; 1. A failure recovery control method for an information processing apparatus, characterized in that a canceling means is provided for suspending a processing unit and returning to a calling processing unit, and suspending only a processing unit in which a failure has occurred.
JP61071809A 1986-03-28 1986-03-28 Control system for fault recovery of information processor Pending JPS62229332A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61071809A JPS62229332A (en) 1986-03-28 1986-03-28 Control system for fault recovery of information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61071809A JPS62229332A (en) 1986-03-28 1986-03-28 Control system for fault recovery of information processor

Publications (1)

Publication Number Publication Date
JPS62229332A true JPS62229332A (en) 1987-10-08

Family

ID=13471261

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61071809A Pending JPS62229332A (en) 1986-03-28 1986-03-28 Control system for fault recovery of information processor

Country Status (1)

Country Link
JP (1) JPS62229332A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100548831B1 (en) * 1997-03-19 2006-06-21 가부시끼가이샤 히다치 세이사꾸쇼 Multiplexing Control Device and Its Recovery Method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100548831B1 (en) * 1997-03-19 2006-06-21 가부시끼가이샤 히다치 세이사꾸쇼 Multiplexing Control Device and Its Recovery Method

Similar Documents

Publication Publication Date Title
KR870002504A (en) Fault recovery method and apparatus in the calculation system
DE3781486D1 (en) METHOD FOR SHOCK-FREE SWITCHING FROM ACTIVE UNITS TO REPLACEMENT UNITS IN DATA PROCESSING SYSTEMS AND DATA PROCESSING SYSTEM FOR IMPLEMENTING THIS PROCESS.
JPS62229332A (en) Control system for fault recovery of information processor
JPS61141001A (en) Structure diagnosis system of process control system
JPS54109738A (en) Fault diagnosis system for duplicating central process system
JPS5523571A (en) Error processing system of data processing unit
JPH03257629A (en) Interruption restoring device
JPS5924350A (en) Multi-processor device
JPS5857688A (en) Controlling system for dynamic address conversion
JPH04219830A (en) Event queue control system for respective task
JPH04190432A (en) Program tracing method
JPH0388040A (en) Compile list output system
JPH02129733A (en) Data processor
JPS60178543A (en) Interruption control system
JPH01190157A (en) Software patch recovery processing system
JPH01216434A (en) Multitask control system for transaction processing
JPH0295068A (en) Electronic switching system
JPS63173134A (en) Argument register device
JPH01295348A (en) Data recovery system for multiplex memory
JPS63217453A (en) Main memory
JPH04165545A (en) Data fault recovering system
JPH02213260A (en) Data restoring system for electronic exchange
JPH0497435A (en) Control system for exceptional treatment
JPH01266639A (en) Data maintenance processing system
JPH02240799A (en) Fault preventive system for pos