JPH06214830A - Supervisory and controlling system for information processor - Google Patents

Supervisory and controlling system for information processor

Info

Publication number
JPH06214830A
JPH06214830A JP5007133A JP713393A JPH06214830A JP H06214830 A JPH06214830 A JP H06214830A JP 5007133 A JP5007133 A JP 5007133A JP 713393 A JP713393 A JP 713393A JP H06214830 A JPH06214830 A JP H06214830A
Authority
JP
Japan
Prior art keywords
task
control
state
control execution
state change
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.)
Granted
Application number
JP5007133A
Other languages
Japanese (ja)
Other versions
JP2842748B2 (en
Inventor
Yoshihide Kuroda
芳秀 黒田
Katsuya Kobayashi
勝也 小林
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
NEC Miyagi Ltd
Original Assignee
NEC Corp
NEC Miyagi 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 NEC Corp, NEC Miyagi Ltd filed Critical NEC Corp
Priority to JP5007133A priority Critical patent/JP2842748B2/en
Publication of JPH06214830A publication Critical patent/JPH06214830A/en
Application granted granted Critical
Publication of JP2842748B2 publication Critical patent/JP2842748B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To set priority on a control execution task side higher than that on a state supervisory task side in an operating system provided with a state supervisory task to collect alarm information, and a control execution task to execute control based on the result of a state change analysis task. CONSTITUTION:The state supervisory task 4 supervises an alarm by periodic rising, and stops its own operation by starting up the state change analysis task 1 and informing state change data (a) when detecting change. The state change analysis task 1 starts up the control execution task 2 after executing control execution, and stops its own operation after informing control data (b), and the control on a generated alarm is executed by the control execution task 2. After the control is executed by the control execution task 2, the state supervisory task 4 restarts alarm supervision by the periodic rising, and repeats such processing.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は情報処理装置のオペレー
ティング・システムにおいて、アラーム情報を収集して
制御を実行するまでの情報処理装置の監視制御方式に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a supervisory control system for an information processing device in an operating system of the information processing device until alarm information is collected and control is executed.

【0002】[0002]

【従来の技術】図2は従来の情報処理装置の監視制御方
式の一例を示すブロック図である。
2. Description of the Related Art FIG. 2 is a block diagram showing an example of a conventional supervisory control system of an information processing apparatus.

【0003】本例の情報処理装置におけるオペレーティ
ング・システムは、任意の時刻にアラーム情報の収集を
行う状態監視タスク4と、状態監視タスク4と装置の初
期設定および設定変更等を行う初期設定タスク3とから
各状態変化データを受け取ってその情報を解析する状変
解析タスク1と、この状変解析タスク1の情報を基に状
態監視タスク4と同一の優先度で制御を実行する制御実
行タスク2とを有し、個々のタスクの動作はフラグA
5,フラグB6を参照することによって行われる構成と
なっている。
The operating system in the information processing apparatus of this example includes a status monitoring task 4 for collecting alarm information at an arbitrary time, and an initial setting task 3 for initializing and changing the settings of the status monitoring task 4 and the apparatus. A state change analysis task 1 that receives each state change data from and to analyze the information, and a control execution task 2 that executes control with the same priority as the state monitoring task 4 based on the information of this state change analysis task 1. And the actions of the individual tasks have flag A
5, the flag B6 is referred to.

【0004】そして、情報処理装置に障害が発生したと
きには、まずアラーム情報は周期起床により起動される
状態監視タスク4によって収集され、状変解析タスク1
に対してブラグA5をオンして状変データが受け渡され
る。状変解析タスク1では状変解析後、制御実行タスク
2に対してフラグB6をオンとして発生アラームに対す
る制御を実行し、制御実行後、状変解析タスク1に対し
てフラグB6をクリアして処理を終了する。
When a failure occurs in the information processing apparatus, the alarm information is first collected by the status monitoring task 4 activated by the periodic wakeup, and the status change analysis task 1 is executed.
On the other hand, the plug A5 is turned on and the state change data is transferred. In the state change analysis task 1, after the state change analysis, the flag B6 is turned on for the control execution task 2 to execute the control for the generated alarm, and after the control is executed, the flag B6 is cleared for the state change analysis task 1 and processed. To finish.

【0005】[0005]

【発明が解決しようとする課題】この従来の情報処理装
置では、状態監視タスクと制御実行タスクとが同一の優
先度で監視制御を実行し、個々のタスクの動作はフラグ
を参照することによって行われるので、状態監視タスク
がアラーム情報を収集して制御実行タスクが制御を終了
するまでの一連の監視制御動作の中で、何度もフラグを
参照しなければならないという煩わしさが発生するとと
もに、制御実行タスクが制御を開始する以前に状変解析
タスクが状態監視タスクに対してフラグをクリアしてし
まえば、発生したアラームに対して制御を実行しないま
ま状態監視タスクでは次のアラームを受け付ける場合が
あり、一連の監視制御動作の中で処理に一貫性を持たせ
ることができないという問題点があった。
In this conventional information processing apparatus, the status monitoring task and the control execution task execute monitoring control with the same priority, and the operation of each task is performed by referring to the flag. Since the status monitoring task collects alarm information and the control execution task ends the control, it is necessary to refer to the flag many times in the series of monitoring control operations. If the condition analysis task clears the flag for the status monitoring task before the control execution task starts control, if the status monitoring task accepts the next alarm without executing control for the alarm that has occurred However, there is a problem that processing cannot be made consistent in a series of supervisory control operations.

【0006】本発明の目的は、状態変化データを受け渡
すタスクである初期設定タスクおよび状態監視タスク
と、状態変化データを受け取ることにより制御を行う側
のタスクである状変解析タスクと制御実行タスクとの間
に優先度を設定することにより、システムとして処理の
一貫性を持たせる情報処理装置の監視制御方式を提供す
ることにある。
It is an object of the present invention to perform an initialization task and a state monitoring task which are tasks for transferring state change data, and a state change analysis task and a control execution task which are tasks on the control side by receiving state change data. It is to provide a supervisory control method of an information processing apparatus that makes the processing consistent as a system by setting a priority between the and.

【0007】[0007]

【課題を解決するための手段】本発明の情報処理装置の
監視制御方式は、あらかじめ定めた時刻に収集したアラ
ームに変化があったときに第1の状態変化データとして
通知を行う状態監視タスクと、監視装置からの要求によ
り情報処理装置の初期設定および設定変更に変化があっ
たときに第2の状態変化データとして通知を行う初期設
定タスクと、前記第1および第2の各状態変化データを
受け取って解析する状変解析タスクと、この状変解析タ
スクの情報を基に前記状態監視タスクより高い優先度に
よって制御を実行する制御実行タスクとから構成される
オペレーティング・システムであって、前記制御実行タ
スクが処理を実行している間は前記状態監視タスクの動
作を停止させることを特徴とする。
A monitoring control method for an information processing apparatus according to the present invention includes a status monitoring task for notifying as first status change data when there is a change in an alarm collected at a predetermined time. An initial setting task for notifying as second state change data when there is a change in the initial setting and the setting change of the information processing apparatus due to a request from the monitoring apparatus, and the first and second state change data. An operating system comprising a state change analysis task for receiving and analyzing, and a control execution task for executing control with a higher priority than the state monitoring task based on the information of the state change analysis task, the control system comprising: The operation of the state monitoring task is stopped while the execution task is executing the process.

【0008】また、前記状変解析タスクおよび前記制御
実行タスクに前記初期設定タスクより高い優先度を設定
し、前記状変解析タスクの情報を基に前記制御実行タス
クが処理を実行している間は前記初期設定タスクの処理
を停止させることを特徴とする。
While the state change analysis task and the control execution task are set to a higher priority than the initial setting task, while the control execution task is executing processing based on the information of the state change analysis task. Stops the processing of the initialization task.

【0009】[0009]

【実施例】次に、本発明について図面を参照して説明す
る。図1は本発明の情報処理装置の監視制御方式の一実
施例を示すブロック図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of a supervisory control system of an information processing apparatus of the present invention.

【0010】本実施例の情報処理装置のオペレーティン
グ・システムは、あらかじめ定めた時刻に収集したアラ
ームに変化があったときに第1の状態変化データaとし
て通知を行う状態監視タスク4と、監視装置からの要求
により情報処理装置の初期設定および設定変更に変化が
あったときに第2の状態変化データcとして通知を行う
初期設定タスク3と、第1および第2の各状態変化デー
タを受け取って解析する状変解析タスク1と、この状変
解析タスク1の情報を基に状態監視タスク4より高い優
先度によって制御を実行する制御実行タスク2とから構
成される。
The operating system of the information processing apparatus according to the present embodiment includes a status monitoring task 4 for notifying as a first status change data a when an alarm collected at a predetermined time has changed, and a monitoring apparatus. When the initial setting task 3 for notifying as the second state change data c when the initial setting and the setting change of the information processing device are changed by a request from the It is composed of a state change analysis task 1 to be analyzed, and a control execution task 2 which executes control with a higher priority than the state monitoring task 4 based on the information of the state change analysis task 1.

【0011】状態監視タスク4は周期起床によりアラー
ムの監視を行い、変化を検出したときに、状変解析タス
ク1を起動して状態変化データaの通知を行って自己の
動作を停止する。
The state monitoring task 4 monitors an alarm by periodically waking up, and when a change is detected, the state change analysis task 1 is activated to notify the state change data a and stop its own operation.

【0012】状変解析タスク1は解析実行後に制御実行
タスク2を起動し、制御データbを通知した後に自己の
動作を停止し、制御実行タスク2により発生アラームに
対する制御が実行される。
The state analysis task 1 activates the control execution task 2 after executing the analysis, stops its own operation after notifying the control data b, and the control execution task 2 executes control for the alarm generated.

【0013】制御実行タスク2が制御を実行した後、状
態監視タスク4は周期起床によるアラーム監視を再開
し、上記の処理を繰り返す。
After the control execution task 2 executes the control, the state monitoring task 4 restarts the alarm monitoring by the periodic wakeup and repeats the above processing.

【0014】このように、本実施例は個々のタスク間に
優先順位を設定し、例えば制御実行タスク2に状態監視
タスク4より高い優先度を設定することにより、従来方
式における数度のフラグ参照を行うという煩わしさを解
消し、また、発生したアラームに対して制御を実行しな
いまま、状態監視タスク4が次のアラームを受け付ける
という動作を回避することができる。
As described above, according to the present embodiment, the priorities are set among the individual tasks, for example, the control execution task 2 is set to have a higher priority than the status monitoring task 4, so that several flags are referred to in the conventional method. It is possible to eliminate the annoyance of performing the above, and to avoid the operation in which the status monitoring task 4 accepts the next alarm without executing control for the alarm that has occurred.

【0015】また、本実施例では、初期設定タスク3よ
り状変解析タスク1および制御実行タスク2に高い優先
度を持たせることにより、初期設定タスク3から装置設
定の変更およびフラグ,メモリの初期化処理等の要求が
発生したときは、状変解析タスク1および制御実行タス
ク2の優先度が初期設定タスク4より高いので、制御実
行タスク2が動作中は初期設定タスク3の動作を停止さ
せる。
Further, in this embodiment, by giving the state analysis task 1 and the control execution task 2 higher priority than the initialization task 3, the initialization task 3 changes the device settings and initializes the flags and the memory. When a request for activation processing is generated, the priority of the state analysis task 1 and the control execution task 2 is higher than that of the initialization task 4, so the operation of the initialization task 3 is stopped while the control execution task 2 is operating. .

【0016】これにより、フラグ参照の煩わしさを解消
し、制御を実行する以前に新たな設定要求を初期設定タ
スク3が保持するという現象を防ぎ、処理の一貫性をシ
ステムに持たせることができる。
As a result, the trouble of referring to the flag is eliminated, the phenomenon that the initial setting task 3 holds a new setting request before executing the control can be prevented, and the system can be provided with consistency of processing. .

【0017】[0017]

【発明の効果】以上説明したように本発明は、状態変化
データを受け渡す側のタスクである初期設定タスクおよ
び状態監視タスクと、状態変化データを受け取って制御
を行う側のタスクである状変解析タスクおよび制御実行
タスクの間に優先順位を設定し、高い優先度のタスクの
実行中は低い優先度のタスクの動作を停止させることに
よりアラームを収集しない。
As described above, according to the present invention, the initial setting task and the state monitoring task, which are the tasks on the side of passing the state change data, and the state change task, which is the task of receiving and controlling the state change data. The priority is set between the analysis task and the control execution task, and the alarms are not collected by stopping the operation of the low priority task during the execution of the high priority task.

【0018】従って、制御実行タスクが処理を開始する
以前に不必要にアラームの収集を行い、その結果、余分
な制御を行うという状態が回避され、監視制御処理にお
いてシステムに一貫性を持たせることができるという効
果を有する。
Therefore, it is possible to avoid a situation in which the control execution task unnecessarily collects alarms before starting processing, and as a result, extra control is avoided, and the system is made consistent in supervisory control processing. It has the effect that

【0019】また、従来の方式によるフラグ参照の煩わ
しさを解消し、制御を実行する以前に新たな設定要求を
初期設定タスク3が保持するという現象を防ぎ、処理の
一貫性をシステムに持たせることができるという効果を
有する。
Further, the troublesomeness of the flag reference by the conventional method is eliminated, the phenomenon that the initial setting task 3 holds a new setting request before executing the control is prevented, and the system is provided with the consistency of processing. It has the effect of being able to.

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

【図1】本発明の情報処理装置の監視制御方式の一実施
例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a supervisory control system of an information processing apparatus of the present invention.

【図2】従来の情報処理装置の監視制御方式の一例を示
すブロック図である。
FIG. 2 is a block diagram showing an example of a supervisory control method of a conventional information processing apparatus.

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

1 状変解析タスク 2 制御実行タスク 3 初期設定タスク 4 状態監視タスク 5 フラグA 6 フラグB a 第1の状態変化データ b 制御データ c 第2の状態変化データ 1 state change analysis task 2 control execution task 3 initialization task 4 state monitoring task 5 flag A 6 flag B a first state change data b control data c second state change data

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 あらかじめ定めた時刻に収集したアラー
ムに変化があったときに第1の状態変化データとして通
知を行う状態監視タスクと、監視装置からの要求により
情報処理装置の初期設定および設定変更に変化があった
ときに第2の状態変化データとして通知を行う初期設定
タスクと、前記第1および第2の各状態変化データを受
け取って解析する状変解析タスクと、この状変解析タス
クの情報を基に前記状態監視タスクより高い優先度によ
って制御を実行する制御実行タスクとから構成されるオ
ペレーティング・システムであって、前記制御実行タス
クが処理を実行している間は前記状態監視タスクの動作
を停止させることを特徴とする情報処理装置の監視制御
方式。
1. A status monitoring task of notifying as first status change data when there is a change in an alarm collected at a predetermined time, and initial setting and setting change of an information processing apparatus by a request from the monitoring apparatus. When there is a change in the status change task, an initial setting task for notifying as the second status change data, a status change analysis task for receiving and analyzing the first and second status change data, and a status change analysis task An operating system comprising a control execution task that executes control with a higher priority than the state monitoring task based on information, and the operating state of the state monitoring task while the control execution task is executing processing. A supervisory control method for an information processing apparatus, which is characterized by stopping the operation.
【請求項2】 前記状変解析タスクおよび前記制御実行
タスクに前記初期設定タスクより高い優先度を設定し、
前記状変解析タスクの情報を基に前記制御実行タスクが
処理を実行している間は前記初期設定タスクの処理を停
止させることを特徴とする請求項1記載の情報処理装置
の監視制御方式。
2. A priority higher than that of the initialization task is set for the state change analysis task and the control execution task,
2. The supervisory control method for an information processing apparatus according to claim 1, wherein the processing of the initialization task is stopped while the control execution task is executing processing based on the information of the state change analysis task.
JP5007133A 1993-01-20 1993-01-20 Monitoring and control method for information processing equipment Expired - Lifetime JP2842748B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5007133A JP2842748B2 (en) 1993-01-20 1993-01-20 Monitoring and control method for information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5007133A JP2842748B2 (en) 1993-01-20 1993-01-20 Monitoring and control method for information processing equipment

Publications (2)

Publication Number Publication Date
JPH06214830A true JPH06214830A (en) 1994-08-05
JP2842748B2 JP2842748B2 (en) 1999-01-06

Family

ID=11657584

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5007133A Expired - Lifetime JP2842748B2 (en) 1993-01-20 1993-01-20 Monitoring and control method for information processing equipment

Country Status (1)

Country Link
JP (1) JP2842748B2 (en)

Also Published As

Publication number Publication date
JP2842748B2 (en) 1999-01-06

Similar Documents

Publication Publication Date Title
JP4562568B2 (en) Abnormality detection program and abnormality detection method
JPH06214830A (en) Supervisory and controlling system for information processor
JPS63163932A (en) System monitoring system for control computer
US9829874B2 (en) Numerical control device
JP4313858B2 (en) calculator
JP2000132428A (en) Computer system, application monitoring method for computer system, and program recording medium
JPH0334037A (en) Processing system for detection of system abnormality
JP2005182594A (en) Computer and program
JP6835422B1 (en) Information processing device and information processing method
JPH064318A (en) Error detecting system
JPH05241906A (en) Programmable controller
JPH0962520A (en) Infinite loop monitoring device
JPH02310634A (en) System for supervising runaway of program
JPH11232143A (en) Multithread monitor method
JPH02207347A (en) Method for detecting fault of software
JP2000122900A (en) Method for monitoring runaway for microcontroller
JPH0756773A (en) Method for diagnosing control device
JPH03191440A (en) Software monitoring system
CN114647540A (en) Embedded scheduler fault recovery method, embedded system and storage medium
JP2746184B2 (en) Fault logging system
JPH05282167A (en) Method for processing fault
JPS62256050A (en) Setting device for program execution monitoring time
JPH11120140A (en) Method for automatically activating appllication on terminal computer
JP2004355384A (en) Task monitoring device
JPH01266637A (en) System monitor controller

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980916