JPS59180758A - Loop detecting system of ncp - Google Patents

Loop detecting system of ncp

Info

Publication number
JPS59180758A
JPS59180758A JP58056701A JP5670183A JPS59180758A JP S59180758 A JPS59180758 A JP S59180758A JP 58056701 A JP58056701 A JP 58056701A JP 5670183 A JP5670183 A JP 5670183A JP S59180758 A JPS59180758 A JP S59180758A
Authority
JP
Japan
Prior art keywords
level
upper limit
instruction
program
limit value
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
JP58056701A
Other languages
Japanese (ja)
Inventor
Akira Kusumoto
楠本 章
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP58056701A priority Critical patent/JPS59180758A/en
Publication of JPS59180758A publication Critical patent/JPS59180758A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • G06F11/0754Error or fault detection not based on redundancy by exceeding limits
    • G06F11/076Error or fault detection not based on redundancy by exceeding limits by exceeding a count or rate limit, e.g. word- or bit count limit

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Abstract

PURPOSE:To make sure loop detection possible, by setting the most suitable loop detecting level of each program level by means of the number of instruction executing steps. CONSTITUTION:In a control memory 11 programs of each level Li of a line control program NCP are stored. An executing program is selected by a control section 16 and instructions are successively fetched by a register 13 and executed in accordance with a value set in an address register 12. An instruction running number counter 14 counts whenever an instruction is fetched at each level Li and displays the total step number R of executed instructions. In an instruction running number upper limit value table 18, the upper limit value Mi of allowable total instruction step numbers are previously registered at every level Li. A comparing section 19 reads out the upper limit value Mi in accordance with the level Li and compares the read out Mi with a total step number R and, when the R becomes R>=Mi, generates interruption and informs of the incidence of a fault by judging that a loop condition occurs.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、通信制御装置CCPの障害検出方式に関し、
特に回線制御プログラムNCPのループ状態を検出する
だめの方式に関する。
[Detailed Description of the Invention] [Technical Field of the Invention] The present invention relates to a fault detection method for a communication control device CCP,
In particular, the present invention relates to a method for detecting a loop state of the line control program NCP.

〔技術の背景〕[Technology background]

はじめに、本発明が対象とするデータ処理システムにお
けるデータ通信処理系の構成例を第1図に示す。図中、
1はホスト、2は応用プログラム、3は通信アクセス法
VTAM、4は入出力制御プログラム(エクセキュート
チャネルプログラム)EXCPであり、また5は通信制
御処理装置CCP、6はNCP、7は回線網である。応
用プログラム2と、回線7に接続された端末等との間で
のデータ通信は、VTAM3の管理下で実行される。
First, FIG. 1 shows an example of the configuration of a data communication processing system in a data processing system to which the present invention is directed. In the figure,
1 is a host, 2 is an application program, 3 is a communication access method VTAM, 4 is an input/output control program (execute channel program) EXCP, 5 is a communication control processing unit CCP, 6 is an NCP, and 7 is a line network. be. Data communication between the application program 2 and terminals connected to the line 7 is executed under the control of the VTAM 3.

NCP6は、図示されているようなたとえばレベル1か
らレベル5までの5つのレベルのプログラムあるいはモ
ジュールで構成される。レベル1が最も高い優先権をも
ち、レベル5が最も低い優先権をもつ。
The NCP 6 is composed of programs or modules at five levels, for example, level 1 to level 5, as shown in the figure. Level 1 has the highest priority and level 5 has the lowest priority.

レベル1には、最も緊急性の高い障害の診断プログラム
が割り付けられる。この診断プログラムは、ハード障害
が発生すると、その原因が、チャネル側か、回線$41
iか等の診断を行々い、結果をホストへ通知する処理を
行なう。
At level 1, a diagnostic program for the most urgent fault is assigned. This diagnostic program determines whether a hardware failure is caused by the channel side or by the line $41.
It performs a process of diagnosing whether the computer is running or not, and notifying the host of the results.

レベル2には、回線との間での文字単位(バイト単位)
でのデータ転送処理用プログラムが割り付けられている
。回線動作は高速であり、次の文字までに先の文字の転
送処理が終らないとオーバーラン(脱字)が生じるため
、このプログラムは、少ないステップ数をもち、かつ高
い優先権が与えられる。
Level 2 includes character units (byte units) to and from the line.
A program for data transfer processing is assigned. This program has a small number of steps and is given high priority because line operation is fast and overruns occur if the transfer of a previous character is not completed before the next character.

レベル3には、回線およびチャネル側のインタ 。Level 3 includes line and channel side interfaces.

フェース制御用の、たとえば電文単位の伝送制御手順の
処理を行なうプログラムなどが割り付けられる。
For example, a program for processing a transmission control procedure for each message is assigned for interface control.

レベル4にハ、レベル3からレベル5への橋渡しを行な
うスーパーバイザなどが割り付けられる。
At level 4, a supervisor and the like who act as a bridge from level 3 to level 5 are assigned.

レベル5には、応用プログラムレベルの処理、VTAM
との応答処理等のプログラムが割り付けられる。
Level 5 includes application program level processing, VTAM
Programs such as response processing are assigned.

ととろで、これらのNCPに障害が発生した場合、すな
わち特定のプログラムが無限ループ状態に入っている場
合、あるいは特定レベルの処理に専有され、長時間下位
レベルに制御が渡されない場合については、従来、NC
P自身でこれを検出することができず、vTAMからの
モニタコマンドによる時間監視に依存していた。しかし
、VTAMによる時間監視では、NCPのどのプログラ
ムレベルがループしているのかを知ることができず、ま
た、モニタコマンドはかなり上位レベルのソフトで制御
されるため、このコマンドが発行されてから実際に実行
されるまでにかなりの時間的なずれが生じる場合があり
、信頼性に欠けるという間頭があった。
When a failure occurs in these NCPs, that is, when a particular program enters an infinite loop state, or when it is exclusively used for processing at a particular level and control is not handed over to a lower level for a long time, conventional methods are used. , N.C.
P was unable to detect this by itself and relied on time monitoring using monitor commands from vTAM. However, with time monitoring using VTAM, it is not possible to know which program level of the NCP is looping, and since the monitor command is controlled by software at a considerably higher level, the actual There may be a considerable time lag before the process is executed, leading to concerns that it is unreliable.

〔発明の目的および構成〕[Object and structure of the invention]

本発明の目的は、NCPのループ状態を、各レベルごと
にNCP自身で検出する手段を提供することにあり、そ
のための手段として、予め定められた複数の優先権レベ
ルの1つにそれぞれ割り付けられた複数のプログラムに
より構成されるNCPをそなえた通信制御処理装置にお
いて、各優先権レベルごとに、連続走行する命令ステッ
プ数を計数するカウンタと、各優先権レベルごとの許容
される連続走行命令ステップ数の上限値を登録したテー
ブル手段とを有し、任意の優先権レベルにおいて、上記
カウンタの計数値と上記テーブル手段に登録されている
当該優先権レベルの連続走行命令ステップ数上限値とを
比較し、カウンタの計数値が連続走行命令ステップ数上
限値を超えたとき、NCPのループ状襲が発生したもの
と判定することを特徴とするものである。
An object of the present invention is to provide a means for the NCP itself to detect the loop state of the NCP at each level. In a communication control processing device equipped with an NCP configured by a plurality of programs, there is a counter that counts the number of consecutively running command steps for each priority level, and a counter that counts the number of consecutively running command steps that are allowed for each priority level. and a table means in which an upper limit value of the number of continuous running command steps is registered, and at a given priority level, the counted value of the counter is compared with the upper limit value of the number of consecutive running command steps of the priority level registered in the table means. However, when the count value of the counter exceeds the upper limit of the number of consecutive running command steps, it is determined that an NCP loop attack has occurred.

〔発明の実施例〕[Embodiments of the invention]

以下に、本発明の詳細を実施例にしたがって説明する。 The details of the present invention will be explained below based on examples.

第2図は、本発明の1実施例の構成図であり、図中、1
1はNCPが格納されている制御メそり、12はアドレ
スレジスタ、13は命令レジスタ、14は命令走行数カ
ウンタ、15は割り込み表示レジスタ、16ハ制御部、
17はプログラムレベルレジスタ、18は命令走行数上
限値テーブル、19は比較部を表わす。
FIG. 2 is a configuration diagram of one embodiment of the present invention, and in the figure, 1
1 is a control memory in which the NCP is stored, 12 is an address register, 13 is an instruction register, 14 is an instruction execution number counter, 15 is an interrupt display register, 16 is a control unit,
Reference numeral 17 represents a program level register, 18 represents an instruction execution number upper limit value table, and 19 represents a comparison section.

動作は次のように行なわれる。The operation is performed as follows.

制御メモリ11内には、NCPの各レベルLLのプログ
ラムあるいは七ジュールが格納されている。
The control memory 11 stores programs or seven joules for each level LL of the NCP.

実行プログラムは、制御部16により選択され、命令は
アドレスレジスタ12に設定される値にしたがって順次
、命令レジスタ13にフェッチされ、実行される。
The execution program is selected by the control unit 16, and the instructions are sequentially fetched into the instruction register 13 according to the value set in the address register 12 and executed.

命令走行数カウンタ14は、各プログラムレベルLLに
おいて命令がフェッチされるごとに1ずつカウントし、
実行された命令の総ステツプ数Rを表示子る。
The instruction run number counter 14 counts by 1 each time an instruction is fetched at each program level LL.
Displays the total number of steps R of executed instructions.

制御部16は、割り込みが発生したとき割り込み表示レ
ジスタ15を参照し、割り込み原因を識別して、その優
先度を判定17、割り込み可能なときその対応する処理
を行なうプログラムのアドレスを、アドレスレジスタ1
2に設定し、さらにそのプログラムレベルLi全プログ
ラムレベルレジスタ17に設定する。それと同時に命令
走行数カウンタ14をクリヤする。これにより、命令走
行数カウンタ14は、次に実行されるプログラムレベル
のだめの命令実行ステップ数Rをカウントすることがで
きる。
When an interrupt occurs, the control unit 16 refers to the interrupt display register 15, identifies the cause of the interrupt, determines its priority 17, and when the interrupt is possible, stores the address of the program that will perform the corresponding process in the address register 1.
2, and further sets the program level Li in the all program level register 17. At the same time, the instruction running number counter 14 is cleared. Thereby, the instruction execution number counter 14 can count the number R of instruction execution steps at the program level to be executed next.

命令走行数上限値テーブル18には、各プログラムレベ
ルLLごとに、許容される総命令走行ステップ数の上限
値M、が予め登録されている。
In the instruction execution number upper limit value table 18, an upper limit value M of the total number of instruction execution steps allowed is registered in advance for each program level LL.

比較部19は、プログラムレベルレジスタ17のレベル
値L2にしたがって、命令走行数上限値テーブル18か
ら命令走行数上限値M=を読み出し、これと命令走行数
カウンタ】4のカウント値Rとを比較する。R2MLと
なったとき、ループ状態が発生したものとして、割り込
みを発生し、障害発生通知(ABEND処理)を行なう
The comparator 19 reads the instruction execution number upper limit value M= from the instruction execution number upper limit value table 18 according to the level value L2 of the program level register 17, and compares this with the count value R of the instruction execution number counter ]4. . When R2ML is reached, it is assumed that a loop state has occurred, and an interrupt is generated and a failure occurrence notification (ABEND processing) is performed.

なお、上述した実施例構成については、多くの変形が可
能である。
Note that many modifications can be made to the configuration of the embodiment described above.

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

このように、各プログラムレベルごとの最適のループ検
出レベルが、命令実行ステップ数で設定できるので、確
実なループ検出が可能であり、かつループしているプロ
グラムレベルとプログラム(モジュール)とをメモリダ
ンプにより直ちに知ることかでき、システムの信頼性、
保守性を向上させることができる。
In this way, the optimal loop detection level for each program level can be set by the number of instruction execution steps, making it possible to reliably detect loops and memory dumping of looping program levels and programs (modules). The reliability of the system can be immediately known by
Maintainability can be improved.

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

第1図はデータ処理システムにおけるデータ通信処理系
の一般的な構成を示す図、第2図は本発明の1実施例の
構成図である。 図中、1はホスト、5はCCP、6はNCP。 11は制御メモリ、14は命令走行数カウンタ、15は
割り込み表示レジスタ、16は制御部、17はプログラ
ムレベルレジスタ、18は命令走行数上限値テーブル、
19は比較部を表わす。 特許出願人 富士通株式会社
FIG. 1 is a diagram showing a general configuration of a data communication processing system in a data processing system, and FIG. 2 is a configuration diagram of one embodiment of the present invention. In the figure, 1 is a host, 5 is a CCP, and 6 is an NCP. 11 is a control memory, 14 is an instruction execution number counter, 15 is an interrupt display register, 16 is a control section, 17 is a program level register, 18 is an instruction execution number upper limit value table,
19 represents a comparison section. Patent applicant Fujitsu Limited

Claims (1)

【特許請求の範囲】[Claims] 予め定められた複数の優先権レベルの1つにそれぞれ割
り付けられた複数のプログラムにより構成されるNCP
をそなえた通信制御処理装置において、各優先析レベル
ごとに、連続走行する命令ステップ数を計数するカウン
タと、各優先権レベルごとの許容される連続走行命令ス
テップ数の上限値を登録したテーブル手段とを有し、任
意の優先権レベルにおいて、上記カウンタの計数値と上
記テーブル手段に登録されている当該優先権レベルの連
続走行命令ステップ数上限値とを比較し、カウンタの計
数値が連続走行命令ステップ数上限値を超えたとき、N
CPのループ状態が発生したものと判定することを特徴
とするNCPにおけるループ検出方式。
An NCP consisting of multiple programs each assigned to one of multiple predetermined priority levels.
A communication control processing device equipped with a counter for counting the number of consecutively running command steps for each priority analysis level, and a table means in which an upper limit value of the allowable number of consecutively running command steps for each priority level is registered. At a given priority level, the counted value of the counter is compared with the upper limit value of the number of consecutive running command steps of the priority level registered in the table means, and the counted value of the counter is determined to be continuous running. When the upper limit of the number of instruction steps is exceeded, N
A loop detection method in an NCP characterized by determining that a loop state of the CP has occurred.
JP58056701A 1983-03-31 1983-03-31 Loop detecting system of ncp Pending JPS59180758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58056701A JPS59180758A (en) 1983-03-31 1983-03-31 Loop detecting system of ncp

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58056701A JPS59180758A (en) 1983-03-31 1983-03-31 Loop detecting system of ncp

Publications (1)

Publication Number Publication Date
JPS59180758A true JPS59180758A (en) 1984-10-13

Family

ID=13034766

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58056701A Pending JPS59180758A (en) 1983-03-31 1983-03-31 Loop detecting system of ncp

Country Status (1)

Country Link
JP (1) JPS59180758A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008204013A (en) * 2007-02-16 2008-09-04 Seiko Epson Corp Thread operation failure detecting method and multi-thread system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008204013A (en) * 2007-02-16 2008-09-04 Seiko Epson Corp Thread operation failure detecting method and multi-thread system

Similar Documents

Publication Publication Date Title
US5652833A (en) Method and apparatus for performing change-over control to processor groups by using rate of failed processors in a parallel computer
US4797885A (en) Distributed processing system and method
JPS59180758A (en) Loop detecting system of ncp
US6026504A (en) Multiprocessor system and method for error tracking
JPS6146543A (en) Fault processing system of transfer device
JPH0334037A (en) Processing system for detection of system abnormality
JP2579946B2 (en) Congestion control method
JP2746184B2 (en) Fault logging system
JP3042034B2 (en) Failure handling method
JP3088451B2 (en) Diagnosis method of electronic exchange system
JPS60149251A (en) Fault detector for terminal control processor of electronic exchange
JPS5827538B2 (en) Mutual monitoring method
JPH02216931A (en) Fault information reporting system
JPH06139111A (en) Fault position segmenting system
JPS62271033A (en) Data transfer processor
JPH0734296B2 (en) Hard disk control circuit
JPS63280345A (en) Detection of program abnormality
JPH02189664A (en) Method for processing fault in channel control device
JPS62232040A (en) Fault detecting system
JPH02126350A (en) Monitoring system for terminal peripheral equipment
JPH01200441A (en) Mutual monitoring method among plural processors
JPH04117528A (en) Data collation processor
JPS59121445A (en) Detecting system of command fault
JPH04290147A (en) Fault detecting method for information processor
JPH0752422B2 (en) Information transfer control method between channel and input / output device