JP5466205B2 - Maintenance management device, maintenance management method, and maintenance management program - Google Patents

Maintenance management device, maintenance management method, and maintenance management program Download PDF

Info

Publication number
JP5466205B2
JP5466205B2 JP2011144167A JP2011144167A JP5466205B2 JP 5466205 B2 JP5466205 B2 JP 5466205B2 JP 2011144167 A JP2011144167 A JP 2011144167A JP 2011144167 A JP2011144167 A JP 2011144167A JP 5466205 B2 JP5466205 B2 JP 5466205B2
Authority
JP
Japan
Prior art keywords
priority
execution
executed
target
maintenance
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.)
Expired - Fee Related
Application number
JP2011144167A
Other languages
Japanese (ja)
Other versions
JP2013012026A (en
Inventor
豊治 佐藤
和典 井
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2011144167A priority Critical patent/JP5466205B2/en
Publication of JP2013012026A publication Critical patent/JP2013012026A/en
Application granted granted Critical
Publication of JP5466205B2 publication Critical patent/JP5466205B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Description

本発明は、通信ネットワーク構成装置間において実行される保守管理のための定期処理やイベント処理に関し、同時に実行不可能な複数の処理が競合する場合に適切に実行制御を行う保守管理装置、保守管理方法、および保守管理用プログラムに関する。   The present invention relates to periodic processing and event processing for maintenance management executed between communication network constituent devices, and a maintenance management device and maintenance management for appropriately performing execution control when a plurality of processes that cannot be executed simultaneously compete with each other The present invention relates to a method and a maintenance management program.

従来、通信ネットワークの構成装置は、適切な通信サービスの提供と維持のため、通常の通信処理の他に保守管理として、品質測定等の定期処理や保守者の操作により入力されるデータ設定や状態監視等のためのコマンド処理などのイベント処理を行う。   Conventionally, in order to provide and maintain an appropriate communication service, a communication network component device is used for maintenance management in addition to normal communication processing, such as periodic settings such as quality measurement and data settings and status input by maintenance personnel operations. Performs event processing such as command processing for monitoring.

これらの定期処理/イベント処理を管理し、処理が競合する際には競合制御を行うことで、必要なタイミングで確実に処理を実行し、確実に終了させることが必要である。   It is necessary to manage these periodic processes / event processes and execute the processes at the necessary timing and to end them reliably by performing competition control when the processes compete.

一般的に考えられる競合制御は、(1)先着処理(先発処理)を優先し、先発処理実行中に発生した処理(後発処理)は実施しない、(2)先発処理を優先し、先発処理実行中に発生した処理(後発処理)は、先発処理が終了するまで待たせ、終了後に実行開始する、(3)後発処理を優先し、先発処理は中断し、後発処理を実行する、というのが基本的な方法である。   Commonly considered competition control is (1) Prioritize first process (first process), do not execute the process that occurred during execution of the first process (second process), (2) Perform first process, prior process execution The process that occurred during the process (later process) waits until the advance process is completed, and starts executing after the process ends. (3) The subsequent process is prioritized, the earlier process is interrupted, and the subsequent process is executed. Basic method.

しかし、上記(1)、(2)の方法は、先発の処理が遅延した場合や、何らかのトラブルで終了しない場合、後発の処理はいつまでも実施されないという問題がある。(3)は、先発で実施していた処理の中断のタイミングや中断手順を誤ったり、後発処理によってシステムの状態が変わったりすると、先発処理を正常に再開できなくなる恐れや、頻繁に先発処理が中断することにより先発処理が終了できなくなる恐れがある。   However, the methods (1) and (2) have a problem that the subsequent processing is not carried out indefinitely when the first processing is delayed or when it is not terminated due to some trouble. (3) indicates that if the timing or procedure of interruption of the processing that was performed in the first step is wrong, or if the system status changes due to the subsequent processing, the first processing may not be resumed normally, or the first processing is frequently performed. If the process is interrupted, the advance processing may not be completed.

複数のトランザクション処理を並行処理するための技術として、特許文献1および特許文献2に記載の技術がある。   As a technique for processing a plurality of transaction processes in parallel, there are techniques described in Patent Document 1 and Patent Document 2.

特許文献1には、他のトランザクション処理を実行中に、当該実行中または中断中のトランザクション処理よりも高い優先度を有するトランザクション処理の指示を受けた場合に、実行中または中断中のトランザクション処理と要求されたトランザクション処理との間のデータベース資源の競合の状況を判定し、中止または中断するトランザクション処理を適切に決定するトランザクション並行制御方法が記載されている。   Japanese Patent Laid-Open No. 2004-133830 describes a transaction process being executed or suspended when an instruction for a transaction process having a higher priority than the transaction process being executed or suspended is received during execution of another transaction process. A transaction concurrency control method is described in which a situation of contention of database resources with a requested transaction process is determined, and a transaction process to be canceled or suspended is appropriately determined.

また特許文献2には、クライアント情報データベースにクライアントの優先度を設定して、優先度の高いクライアントのトランザクション終了要求コマンドを優先させることにより、優先度の高いクライアントは、優先度の低いクライアントによる影響を受けることなくデータベースにアクセスすることを可能とするトランザクション制御方法が記載されている。   Further, in Patent Document 2, by setting the client priority in the client information database and giving priority to the transaction end request command of the client with high priority, the client with high priority is affected by the client with low priority. A transaction control method is described that allows a database to be accessed without receiving a message.

特開2009−294695号公報JP 2009-294695 A 特開2001−312424号公報JP 2001-31424 A

しかし、これら特許文献1および特許文献2に記載の発明は通信ネットワーク構成装置を対象とした定期処理/イベント処理の競合制御に関するものでは無く、保守管理のための処理に関して同時に実行不可能な複数の処理が競合する場合に発生する問題、例えば優先された先発処理の遅延や何らかのトラブルにより終了しない場合に優先度の低い後発処理がいつまでも実行されないという問題や、頻繁な割り込み処理により実行中の優先度の低い処理の中断/停止が過度に発生し、当該処理をいつまでも終了できないかまたは、実行中の処理が不適切に中断されることより正常に再開できなくなるという問題等を解決するための技術が望まれていた。   However, the inventions described in Patent Document 1 and Patent Document 2 are not related to contention control of periodic processing / event processing for communication network constituent devices, and a plurality of processes that cannot be executed simultaneously for processing for maintenance management. Problems that occur when processing conflicts, such as delays in priority predecessor processing or problems that prevent low-priority subsequent processing from being executed indefinitely due to some kind of trouble, or priority during execution due to frequent interrupt processing A technology for solving problems such as excessive interruption / stopping of low-level processes and inability to terminate the process indefinitely or failure to resume normally due to improper interruption of the process being executed It was desired.

本発明は上記課題を鑑みてなされたものであり、通信ネットワーク構成装置の保守管理のための処理に関し、同時に実行不可能な複数の処理が競合する場合にも適切に処理を実行することが可能な保守管理装置、保守管理方法、および保守管理用プログラムを提供することを課題とする。   The present invention has been made in view of the above problems, and relates to processing for maintenance management of a communication network constituent device, and can appropriately execute processing even when a plurality of processing that cannot be executed simultaneously competes. It is an object to provide a maintenance management device, a maintenance management method, and a maintenance management program.

上記の課題を解決するための本発明の保守管理装置は、保守対象の端末に接続された保守管理装置であって、前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶部と、実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶部の競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶部の実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶部から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御部とを備えることを特徴とする。   A maintenance management device of the present invention for solving the above-described problem is a maintenance management device connected to a maintenance target terminal, and indicates whether the processing is currently being executed or not executed for each process related to the maintenance of the terminal. Execution status information, competing process information indicating competing processes that cannot be executed at the same time, and priorities indicating priorities for subsequent competing processes when the process is being executed as a prior process And a management table storage unit that stores a priority level indicating a priority level for the process of the previous competition target when the process is a subsequent process, and the process information of the competition target regarding the process to be executed Based on the competition target process information in the table storage unit, it is determined based on the execution state information in the management table storage unit whether the competition target process is currently being executed or not being executed. When it is determined that the execution target process is succeeding, the subsequent priority of the execution target process and the prior priority of the competing target process currently being executed are acquired from the management table storage unit, and the subsequent priority of the execution target process is acquired. When the degree of priority is higher than the starting priority of the competing process that is currently being executed, the execution of the competing process is stopped as non-priority and the execution is started with priority on the execution target process. When the subsequent priority of the process is lower than the prior priority of the competing process that is currently being executed, the execution of the competing process is prioritized and the execution target process is not prioritized and the execution is stopped. And a process execution control unit.

また本発明の保守管理方法は、保守対象の端末に接続された保守管理装置が、前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶ステップと、実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶ステップで記憶された競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶ステップで記憶された実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶ステップで記憶された情報から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御ステップとを有することを特徴とする。   Also, the maintenance management method of the present invention is executed simultaneously with execution status information indicating whether the maintenance management apparatus connected to the maintenance target terminal is currently executing or not executing for each process related to the maintenance of the terminal. Conflicting process information indicating the process of the competition that cannot be performed, the prioritization priority indicating the priority for the process of the subsequent competition when the process is being executed as the preceding process, and the own process is the subsequent process A management table storage step for storing a subsequent priority indicating a priority with respect to the process of the previous competition target, and the competition target processing information stored in the management table storage step for the process information of the competition target regarding the execution target process. Extraction based on the processing information, and determination based on the execution state information stored in the management table storage step whether this competing process is currently being executed or not being executed When it is determined that the process is currently being executed, the subsequent priority of the process to be executed and the prior priority of the process that is currently being executed are acquired from the information stored in the management table storing step, When the subsequent priority of the execution target process is higher than the prior priority of the competing process that is currently being executed, the execution of the competing process is stopped as non-priority and the execution target process is given priority. Start execution, and when the subsequent priority of the execution target process is lower than the prior priority of the competing process that is currently being executed, the execution of the competing process is prioritized and continued. And a process execution control step of canceling the execution as non-priority.

また本発明の保守管理用プログラムは、保守対象の端末に接続された保守管理装置に、前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶機能と、実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶機能により記憶された競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶機能により記憶された実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶機能により記憶された情報から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御機能とを実行させることを特徴とする。   In addition, the maintenance management program of the present invention is executed simultaneously with execution status information indicating whether the terminal is currently executing or not executing, for each process related to maintenance of the terminal, to the maintenance management device connected to the maintenance target terminal. Competing target processing information indicating the processing of the competing target that cannot be performed, the starting priority indicating the priority with respect to the subsequent processing of the competing target when the own processing is being executed as the starting processing, and the own processing is the subsequent processing A management table storage function for storing the priority of the subsequent process indicating the priority for the process of the previous competition target, and the process for storing the process information of the competition target regarding the process to be executed by the management table storage function. Based on the execution status information stored by the management table storage function, it is extracted based on the target processing information, and whether the conflict target processing is currently being executed or not executed. If it is determined that the execution target process is currently being executed, the subsequent priority of the execution target process and the prior priority of the conflict target process currently being executed are acquired from the information stored by the management table storage function. When the subsequent priority of the process to be executed is higher than the prior priority of the process to be executed, the process to be executed is stopped as non-priority and the process to be executed is given priority. And when the subsequent priority of the process to be executed is lower than the prior priority of the currently executed process to be executed, priority is given to the execution of the process to be executed and the execution target is continued. And a process execution control function for canceling the process and canceling the process.

本発明の保守管理装置、保守管理方法、および保守管理用プログラムによれば、通信ネットワーク構成装置の保守管理のための処理に関し、同時に実行不可能な複数の処理が競合する場合にも適切に処理を実行することができる。   According to the maintenance management device, the maintenance management method, and the maintenance management program of the present invention, with respect to the processing for maintenance management of the communication network configuration device, appropriate processing is performed even when a plurality of processes that cannot be executed simultaneously compete. Can be executed.

本発明の一実施形態による保守管理装置の構成を示す全体図である。1 is an overall view showing a configuration of a maintenance management device according to an embodiment of the present invention. 本発明の一実施形態による保守管理装置の管理テーブル記憶部に記憶される管理テーブルの一例を示す説明図である。It is explanatory drawing which shows an example of the management table memorize | stored in the management table memory | storage part of the maintenance management apparatus by one Embodiment of this invention. 本発明の一実施形態による保守管理装置の処理実行制御部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the process execution control part of the maintenance management apparatus by one Embodiment of this invention. 本発明の一実施形態による保守管理装置のエスカレーション機能部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the escalation function part of the maintenance management apparatus by one Embodiment of this invention. 本発明の一実施形態による保守管理装置で実行される動作の一例を示す説明図である。It is explanatory drawing which shows an example of the operation | movement performed with the maintenance management apparatus by one Embodiment of this invention. 本発明の一実施形態による保守管理装置で実行される動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the operation | movement performed with the maintenance management apparatus by one Embodiment of this invention.

〈一実施形態による保守管理装置の構成〉
本発明の一実施形態による保守管理装置1の構成について、図1を参照して説明する。
<Configuration of Maintenance Management Device According to One Embodiment>
The configuration of the maintenance management device 1 according to an embodiment of the present invention will be described with reference to FIG.

本実施形態による保守管理装置1は、保守対象装置Xに記憶されたデータベースx内のデータと、保守対象装置Yに記憶されたデータベースy1およびy2内のデータとの整合性をとるための管理を行うものであり、管理テーブル記憶部11と、処理実行制御部12と、エスカレーション機能部13とを有する。   The maintenance management device 1 according to the present embodiment performs management for ensuring consistency between data in the database x stored in the maintenance target device X and data in the databases y1 and y2 stored in the maintenance target device Y. And includes a management table storage unit 11, a process execution control unit 12, and an escalation function unit 13.

管理テーブル記憶部11は、保守対象装置Xに記憶されたデータベースx内のデータと、保守対象装置Yに記憶されたデータベースy1およびy2内のデータとの整合性をとるための制御に用いる情報を格納した管理テーブルを記憶する。   The management table storage unit 11 stores information used for control for ensuring consistency between the data in the database x stored in the maintenance target device X and the data in the databases y1 and y2 stored in the maintenance target device Y. Store the stored management table.

処理実行制御部12は、管理テーブル記憶部11に記憶された管理テーブルの情報に基づいて、保守対象装置Xに記憶されたデータベースx内のデータと保守対象装置Yに記憶されたデータベースy1およびy2内のデータとの整合性をとるための制御を実行する。   Based on the information in the management table stored in the management table storage unit 11, the process execution control unit 12 stores the data in the database x stored in the maintenance target device X and the databases y1 and y2 stored in the maintenance target device Y. Executes control to ensure consistency with the data in

エスカレーション機能部13は、管理テーブル記憶部11に記憶された管理テーブル内のエスカレーション情報を監視し、このエスカレーション情報内の非優先カウント値が予め設定された閾値を超えた処理があるときには、当該処理の優先度を上げるように、当該管理テーブルの優先度情報を更新する。   The escalation function unit 13 monitors escalation information in the management table stored in the management table storage unit 11, and when there is a process in which the non-priority count value in the escalation information exceeds a preset threshold, The priority information of the management table is updated so as to increase the priority.

〈一実施形態による保守管理のための保守管理装置の動作〉
次に、本実施形態による保守管理装置1の動作について、図2〜4を参照して説明する。
<Operation of Maintenance Management Device for Maintenance Management According to One Embodiment>
Next, the operation of the maintenance management device 1 according to the present embodiment will be described with reference to FIGS.

本実施形態において、管理テーブル記憶部11に予め記憶される管理テーブルの一例を、図2に示す。   An example of the management table stored in advance in the management table storage unit 11 in the present embodiment is shown in FIG.

図2の管理テーブルは、保守管理のための競合制御処理を行うための管理項目として、競合制御対象の処理の処理名101を示す欄と、処理の種類102を示す欄と、処理時間103を示す欄と、処理対象装置名104を示す欄と、タイマー設定時間105を示す欄と、タイムアウト時の動作内容106を示す欄と、現在の実行状態107を示す欄と、競合対象処理108を示す欄と、優先度情報109を示す欄と、非優先時の動作内容110を示す欄と、エスカレーション情報111を示す欄とを有する。   The management table in FIG. 2 includes, as management items for performing contention control processing for maintenance management, a column indicating the processing name 101 of the processing subject to contention control, a column indicating the type of processing 102, and a processing time 103. A column indicating the processing target device name 104, a column indicating the timer setting time 105, a column indicating the operation content 106 at the time of timeout, a column indicating the current execution state 107, and a conflict target process 108. A column indicating the priority information 109, a column indicating the non-priority operation content 110, and a column indicating the escalation information 111;

処理名101は保守管理のための競合制御対象の処理を識別する情報であり、この管理テーブルには、図1に示すように保守対象装置Yのデータベースy1(データIDごとのデータ(i))の情報をデータベースy2(データIDごとのデータ(ii))に整合させる処理「H」、保守対象装置Xのデータベースx(データIDごとのデータ(i))の情報を保守対象装置Yのデータベースy1(データIDごとのデータ(i))に整合させる処理「I」、保守対象装置Xのデータベースx(データIDごとのデータ(ii))の情報を保守対象装置Yのデータベースy2(データIDごとのデータ(ii))に整合させる処理「J」、オペレータの指示により実行する処理「K」、および、処理「J」の実行に付随して実行する処理「L」が入力されている。   The process name 101 is information for identifying a process to be subjected to contention control for maintenance management. This management table includes a database y1 (data (i) for each data ID) of the maintenance target apparatus Y as shown in FIG. The process “H” for matching the information in the database y2 (data (ii) for each data ID) and the information in the database x (data (i) for each data ID) of the maintenance target device X into the database y1 of the maintenance target device Y (Processing “I” to be matched with (data (i) for each data ID), information of database x (data (ii) for each data ID) of maintenance target device X is stored in database y2 of maintenance target device Y (for each data ID) The process “J” to be matched with the data (ii)), the process “K” executed by the operator's instruction, and the process “L” executed in association with the execution of the process “J” are input.

処理の種類102は、競合制御対象の処理ごとに、処理所定の時刻になったときに処理を開始する「定期処理(1)」、所定の周期で処理を開始する「定期処理(2)」、所定の処理の終了を契機に開始する「準定期処理」、オペレータのコマンド入力により開始する「非定期処理」の4種類のうちの、いずれか該当する処理が示される。   The type of process 102 is “periodic process (1)” for starting the process at a predetermined time for each process subject to competition control, and “periodic process (2)” for starting the process at a predetermined period. One of the four types of processing, “semi-periodic processing” that starts when the predetermined processing ends, and “non-periodic processing” that starts when an operator inputs a command is shown.

図2の管理テーブルには、処理「H」は「定期処理(2)」であり、処理「I」は「定期処理(1)」であり、処理「J」は「定期処理(1)」であり、処理「K」は「非定期処理」であり、処理「L」は「準定期処理」であることが入力されている。   In the management table of FIG. 2, the process “H” is “periodic process (2)”, the process “I” is “periodic process (1)”, and the process “J” is “periodic process (1)”. The process “K” is “non-periodic process”, and the process “L” is “semi-periodic process”.

処理時間103は、競合制御対象の処理ごとの、処理が開始される契機に関する情報が示される。   The processing time 103 indicates information related to the timing at which the process is started for each process of the competition control target.

図2の管理テーブルには、処理「H」は「2時間周期」で開始し、処理「I」は毎日「1:00」に開始し、処理「J」は毎日「6:00」に開始し、処理「L」は処理「J」の終了時に開始することが入力されている。なお、処理「K」は固定された開始契機がないため、「NULL」が入力されている。   In the management table of FIG. 2, process “H” starts at “two-hour period”, process “I” starts every day at “1:00”, and process “J” starts every day at “6:00”. The process “L” is input to start at the end of the process “J”. Since the process “K” has no fixed start timing, “NULL” is input.

処理対象装置名104は、競合制御対象の処理ごとの、実行開始時のアクセス先が示される。   The processing target device name 104 indicates an access destination at the start of execution for each process subject to competition control.

図2の管理テーブルには、処理「H」の実行開始時のアクセス先は「保守対象装置Y」であり、処理「I」の実行開始時のアクセス先は「保守対象装置X」であり、処理「J」の実行開始時のアクセス先は「保守対象装置X」であり、処理「K」の実行開始時のアクセス先は「保守対象装置Y」であり、処理「L」の実行開始時のアクセス先は「保守対象装置X」であることが入力されている。   In the management table of FIG. 2, the access destination at the start of execution of the process “H” is “maintenance target apparatus Y”, and the access destination at the start of execution of the process “I” is “maintenance target apparatus X”. The access destination at the start of execution of process “J” is “maintenance target apparatus X”, the access destination at the start of execution of process “K” is “maintenance target apparatus Y”, and the start of execution of process “L” Is accessed as “maintenance target device X”.

タイマー設定時間105は、競合制御対象の処理ごとの、実行時間の遅延や故障などを判断するためのタイムアウト判定を行うか否かを示す情報、および、タイムアウト判定を行う場合にはタイムアウトに達したか否かを判定するためのタイマー設定時間が示される。   The timer setting time 105 is information indicating whether or not to perform timeout determination for determining execution time delay or failure for each process subject to contention control, and has reached timeout when performing timeout determination. Timer setting time for determining whether or not.

図2の管理テーブルには、処理「H」、「K」、および「L」はタイムアウト判定を行わず、処理「I」はタイマー設定時間「4時間」でタイムアウト判定を行い、処理「J」はタイマー設定時間「12時間」でタイムアウト判定を行うことが入力されている。   In the management table of FIG. 2, the processes “H”, “K”, and “L” do not perform timeout determination, the process “I” performs timeout determination at the timer set time “4 hours”, and the process “J”. Is input to perform a time-out determination at the timer set time “12 hours”.

タイムアウト時の動作内容106は、競合制御対象の処理ごとの、タイマー設定時間105において入力されたタイマー設定時間によりタイムアウトに達したと判定されたときに実行する動作内容として、「強制停止」や「アラーム出力」などが示される。   The operation contents 106 at the time-out are “forced stop” and “operation contents” which are executed when it is determined that the time-out has been reached by the timer setting time input at the timer setting time 105 for each process of the competition control target. Alarm output "etc. are shown.

図2の管理テーブルには、タイマー設定時間が入力されている処理「I」、「J」はタイムアウト時に「強制停止」とすることが入力されている。   In the management table of FIG. 2, it is input that the processes “I” and “J” in which the timer set time is input are set to “forced stop” at the time of timeout.

現在の実行状態107は、競合制御対象の処理ごとの現在の実行状態として、「ON(実行中)」または「OFF(非実行中)」が示される。   The current execution state 107 indicates “ON (execution)” or “OFF (non-execution)” as the current execution state for each process of the competition control target.

図2の管理テーブルには、処理「H」が現在「ON(実行中)」状態であり、処理「I」、「J」、「K」、および「L」が現在「OFF(非実行中)」状態であることが入力されている。   In the management table of FIG. 2, the process “H” is currently “ON (execution)”, and the processes “I”, “J”, “K”, and “L” are currently “OFF (non-execution). ) "State is entered.

競合対象処理108は、競合制御対象の処理ごとに、同時に実行することができない競合対象の処理の識別情報が示される。   The competition target process 108 indicates identification information of a competition target process that cannot be executed simultaneously for each process of the competition control target.

図2の管理テーブルには、処理「H」の競合対象として処理「I」および「J」、処理「I」の競合対象として処理「H」、処理「J」の競合対象として処理「H」、処理「K」の競合対象として処理「I」が入力され、処理「L」は競合対象がないことが示されている。   In the management table of FIG. 2, the processes “I” and “J” are the competition targets of the process “H”, the process “H” is the competition target of the process “I”, and the process “H” is the competition target of the process “J”. The process “I” is input as the competition target of the process “K”, and the process “L” indicates that there is no competition target.

優先度情報109は、自身の処理が他の処理の先発処理として実行中であるときの競合する他の後発処理に対する優先度を示す先発優先度109a、および自身の処理が後発処理となる場合の他の先発処理に対する優先度を示す後発優先度109bが示される。これらの優先度情報は、数値が大きいほど優先度が高いものとして処理され、後発優先度の値を高くすると、既に実行している先発処理よりも新たに発生した後発処理のほうが優先されて割り込みをし易くなり、先発優先度の値を高くすると、既に実行中の先発処理の方が新たに発生した後発処理よりも優先されて割り込まれにくくなる。   The priority information 109 includes the first priority 109a indicating the priority of the competing subsequent process when the process is being executed as the first process of the other process, and the case where the process is a subsequent process. A subsequent priority 109b indicating the priority for the other advance processing is shown. These priority information is processed as higher priority as the numerical value is larger, and if the value of the subsequent priority is increased, the newly generated subsequent process has priority over the previous process that has already been executed. If the starting priority value is increased, the starting process that is already being executed is prioritized over the newly generated subsequent process and is less likely to be interrupted.

図2の管理テーブルには、処理「H」の先発優先度として「3」、後発優先度として「3」、処理「I」の先発優先度として「4」、後発優先度として「4」、処理「J」の先発優先度として「4」、後発優先度として「5」、処理「K」の先発優先度として「6」、後発優先度として「6」が入力されている。処理「L」は競合対象がないため、優先度情報は入力されていない。また、これらの優先度は、後述するエスカレーション機能部13により動的に更新される。   In the management table of FIG. 2, “3” is set as the starting priority of the process “H”, “3” is set as the starting priority, “4” is set as the starting priority of the process “I”, “4” is set as the starting priority. “4” is input as the starting priority of the process “J”, “5” is set as the starting priority, “6” is set as the starting priority of the process “K”, and “6” is input as the starting priority. Since the process “L” has no competition target, the priority information is not input. Moreover, these priorities are dynamically updated by the escalation function part 13 mentioned later.

非優先時の動作内容110は、競合制御対象の処理ごとに、競合対象処理108として示された他の競合対象の処理および自身の処理の優先度情報109に従って、自身の処理が非優先と判断されたときの動作内容が示される。   The non-priority operation content 110 is determined to be non-prioritized for each process subject to competition control in accordance with the priority information 109 of the other competing process indicated as the competing process 108 and its own process. The contents of the operation when it is performed are shown.

図2の管理テーブルには、処理「H」が非優先と判断されたときは「停止」し、処理「I」が非優先と判断されたときは「停止してアラームを出力」し、処理「J」が非優先と判断されたときは「優先した先発処理終了後再開」し、処理「K」が非優先として判断されたときには「停止してNG応答を出力」することが入力されている。処理「L」は競合対象がないため、非優先時の動作内容は入力されていない。   In the management table of FIG. 2, when the process “H” is determined to be non-priority, “stop”, and when the process “I” is determined to be non-priority, “stop and output an alarm” When “J” is determined to be non-priority, “Resume after the completion of the priority starting process” is input, and when “K” is determined to be non-priority, “Stop and output NG response” is input. Yes. Since the process “L” has no competing target, the operation content at the time of non-priority is not input.

エスカレーション情報111は、競合制御対象の処理ごとに、優先度の低い処理が永続的に実行されない事態を防ぐために実行されるエスカレーション処理に利用される情報として、非優先回数カウント値111a、優先度制御閾値111b、および優先度加算値111cが示される。非優先回数カウント値111aは、優先度情報に基づいて非優先と判断された回数のカウント値であり、優先度制御閾値111bは、非優先回数カウント値111aに基づいて優先度の値を変更するか否かを判定するための閾値であり、優先度加算値111cは、非優先回数カウント値111aと優先度制御閾値111bとに基づいて優先度の値を変更すると判定されたときの変更量(加算値)である。   The escalation information 111 is a non-priority count value 111a, priority control as information used for escalation processing executed to prevent a situation where low priority processing is not executed permanently for each process subject to competition control. A threshold 111b and a priority addition value 111c are shown. The non-priority count value 111a is a count value of the number of times determined to be non-priority based on the priority information, and the priority control threshold value 111b changes the priority value based on the non-priority count count value 111a. The priority addition value 111c is a change amount when it is determined that the priority value is changed based on the non-priority count value 111a and the priority control threshold value 111b. Addition value).

図2の管理テーブルには、処理「H」の非優先回数カウント値111aとして「0」、優先度制御閾値111bとして「12」、優先度加算値111cとして「+1」であり、処理「I」の非優先回数カウント値111aとして「0」、優先度制御閾値111bとして「6」、優先度加算値111cとして「+1」であり、処理「J」の非優先回数カウント値111aとして「0」、優先度制御閾値111bとして「4」、優先度加算値111cとして「+1」であり、処理「K」の非優先回数カウント値111aとして「0」、優先度制御閾値111bとして「0」、優先度加算値111cとして「0」であり、処理「L」の非優先回数カウント値111aとして「0」、優先度制御閾値111bとして「0」、優先度加算値111cとして「0」が入力されている。   In the management table of FIG. 2, the non-priority count value 111a of the process “H” is “0”, the priority control threshold 111b is “12”, the priority addition value 111c is “+1”, and the process “I”. "0" as the non-priority count value 111a, "6" as the priority control threshold 111b, "+1" as the priority addition value 111c, "0" as the non-priority count value 111a of the process "J", The priority control threshold 111b is “4”, the priority addition value 111c is “+1”, the non-priority count value 111a of the process “K” is “0”, the priority control threshold 111b is “0”, the priority The addition value 111c is “0”, the non-priority count value 111a of the process “L” is “0”, the priority control threshold 111b is “0”, and the priority addition value 111c. "0" is input.

このように管理テーブルが管理テーブル記憶部11に記憶されている状態で保守管理装置1が稼動したときの、処理実行制御部12の動作について、図3のフローチャートを参照して説明する。   The operation of the process execution control unit 12 when the maintenance management apparatus 1 operates in a state where the management table is stored in the management table storage unit 11 will be described with reference to the flowchart of FIG.

まず管理テーブルの処理の種類102および処理時間103の情報に基づいて、いずれかの競合制御対象の処理の開始時刻が到来した処理があるか否かが監視される(S1)。   First, based on the information on the processing type 102 and the processing time 103 in the management table, it is monitored whether or not there is a process that has reached the start time of any of the processes subject to competition control (S1).

いずれかの処理の処理開始時刻が到来したと判断されたとき(S1の「YES」)には、当該処理開始時刻が到来した処理の競合対象処理が競合対象処理108に基づいて抽出され、この抽出された競合対象処理に該当する処理名101の現在の実行状態107が、現在実行中(実行状態ON)か、実行されていない(実行状態OFF)かが判断される(S2)。   When it is determined that the process start time of any process has arrived (“YES” in S1), the competition target process of the process that has reached the process start time is extracted based on the competition target process 108. It is determined whether the current execution state 107 of the process name 101 corresponding to the extracted conflict target process is currently being executed (execution state ON) or not being executed (execution state OFF) (S2).

競合対象処理に関する対象装置が現在実行されていない(実行状態OFF)とき(S2の「YES」)は、処理開始時刻が到来した処理に関し対象装置名104で示された装置にアクセスされて実行が開始されるとともに管理テーブルの当該処理の現在の実行状態107がOFFからONに更新される(S3)。   When the target device related to the competition target process is not currently being executed (execution state OFF) (“YES” in S2), the device indicated by the target device name 104 is accessed and executed for the process whose processing start time has arrived. At the same time, the current execution state 107 of the process in the management table is updated from OFF to ON (S3).

ここで処理の実行が開始されると、当該処理について管理テーブルのタイマー設定時間105が入力されているか否かが判断され、入力されている場合にはこの設定時間でタイマーが設定される。   Here, when the execution of the process is started, it is determined whether or not the timer setting time 105 of the management table is input for the process, and if it is input, the timer is set at the set time.

そして、このタイマーの設定によりタイムアウトされていない間(S4の「NO」)に当該処理の実行が終了されると(S5の「YES」)、管理テーブルの当該処理の現在の実行状態107がONからOFFに更新される(S6)。また、処理の実行終了前に、処理の遅延や故障によりタイムアウトされたとき(S4の「YES」)には、管理テーブルのタイムアウト時の動作内容106に基づいて強制停止等が行われる(S7)。強制停止された場合には、管理テーブルの当該処理の現在の実行状態107はOFFに更新される。   Then, if the execution of the process is terminated while the timer has not timed out due to the setting of the timer (“NO” in S4) (“YES” in S5), the current execution state 107 of the process in the management table is turned ON. Is updated to OFF (S6). Further, when a time-out occurs due to a delay or failure of the process ("YES" in S4) before the end of the process execution, a forced stop or the like is performed based on the operation content 106 at the time-out of the management table (S7). . When the process is forcibly stopped, the current execution state 107 of the process in the management table is updated to OFF.

またステップS2において当該処理開始時刻が到来した処理の競合対象処理に関する対象装置が現在実行中(実行状態ON)であるとき(S2の「NO」)は、管理テーブルの優先度情報109に基づいて、処理開始時刻が到来した後発処理の後発優先度109bが、既に実行されている先発の競合処理の先発優先度109aよりも高いか否かが判断される(S8)。   When the target device related to the competition target process of the process whose process start time has arrived at step S2 is currently being executed (execution state ON) (“NO” in S2), based on the priority information 109 of the management table. Then, it is determined whether or not the subsequent priority 109b of the subsequent process at which the process start time has come is higher than the initial priority 109a of the previously executed competitive process (S8).

判断の結果、処理開始時刻が到来した後発処理の後発優先度109bが、既に実行されている先発の競合処理の先発優先度109aよりも高いとき(S8の「YES」)には、実行中の先発処理が停止されて管理テーブルの先発処理に関する現在の実行状態107がONからOFFに更新されるとともに、この先発処理が終了できなかったことにより先発処理に関するエスカレーション情報111の非優先回数カウント値111aが1加算される。また、処理開始時刻が到来した後発処理に関し対象装置名104で示された装置にアクセスされて実行が開始され、管理テーブルの後発処理に関する現在の実行状態107がOFFからONに更新される(S9)。   As a result of the determination, when the subsequent priority 109b of the subsequent process when the process start time has arrived is higher than the initial priority 109a of the previous competitive process that has already been executed ("YES" in S8), The starting process is stopped and the current execution state 107 related to the starting process in the management table is updated from ON to OFF, and the non-priority count value 111a of the escalation information 111 related to the starting process cannot be completed because the starting process cannot be completed. 1 is added. Further, the device indicated by the target device name 104 is accessed for the subsequent processing when the processing start time arrives, and the execution is started, and the current execution state 107 regarding the subsequent processing of the management table is updated from OFF to ON (S9). ).

ここで、後発処理の後発優先度109bと先発の競合処理の先発優先度109aとが等しいときにどちらを優先させるかは、予めオペレータにより指定されているもとし、デフォルト状態では例えば「先発処理を優先させる」ことが設定されている。   Here, when the subsequent priority 109b of the subsequent process is equal to the prior priority 109a of the previous competitive process, which one is to be prioritized is specified in advance by the operator. "Priority" is set.

後発処理の実行が開始されると、当該処理について管理テーブルのタイマー設定時間105が入力されている場合にはこの設定時間でタイマーが設定され、このタイマーの設定によりタイムアウトされていない間(S4の「NO」)に当該処理の実行が終了されると(S5の「YES」)、管理テーブルの当該処理の現在の実行状態107がONからOFFに更新される(S6)。   When the execution of the subsequent process is started, if the timer setting time 105 of the management table is input for the process, the timer is set at this setting time, and while the time is not timed out by the setting of this timer (S4 When the execution of the process ends in “NO” (“YES” in S5), the current execution state 107 of the process in the management table is updated from ON to OFF (S6).

また、停止された先発処理は、当該処理について管理テーブルの非優先時の動作内容110に基づいて、停止、アラーム出力、優先した処理終了後の再開、NG応答等が行われる。ここで、非優先時の動作内容110に基づいて、優先した処理終了後に後発処理が再開される場合にも、競合対象処理108の抽出、現在の実行状態107の判定、優先度情報による優先処理の判定による競合処理は行われる。   In addition, the stopped starting process is stopped, an alarm is output, restarted after the end of the priority process, an NG response, or the like based on the non-priority operation content 110 of the management table for the process. Here, based on the operation content 110 at the time of non-priority, even when the subsequent process is resumed after the priority process ends, the extraction of the competition target process 108, the determination of the current execution state 107, the priority process based on the priority information The contention process based on the determination is performed.

またステップS8において、処理開始時刻が到来した後発処理の後発優先度109bが、既に実行されている先発の競合処理の先発優先度109aよりも低いとき(S8の「NO」)には、先発処理が継続され当該後発処理は実行されず、エスカレーション情報111の非優先回数カウント値111aが1加算される(S10)。またこの実行されなかった後発処理は、当該処理について管理テーブルの非優先時の動作内容110に基づいて、停止、アラーム出力、優先した処理終了後の再開、NG応答等が行われる。   In step S8, when the subsequent priority 109b of the subsequent process whose processing start time has arrived is lower than the prior priority 109a of the previously executed competitive process ("NO" in S8), the initial process And the subsequent process is not executed, and 1 is added to the non-priority count value 111a of the escalation information 111 (S10). Further, the subsequent process that has not been executed includes stop, alarm output, restart after the end of the priority process, NG response, etc., based on the non-priority operation content 110 of the management table for the process.

一方、保守管理装置1が稼動したときの、エスカレーション機能部13の動作について、図4のフローチャートを参照して説明する。   On the other hand, the operation of the escalation function unit 13 when the maintenance management apparatus 1 operates will be described with reference to the flowchart of FIG.

エスカレーション機能部13では、処理ごとに、管理テーブルのエスカレーション情報111の非優先回数カウント値111aが優先度制御閾値111bを超えたか否かが監視され(S11)、優先度制御閾値111bを超えたと判断されたとき(S11の「YES」)は、当該処理の優先度情報109の先発優先度109aおよび後発優先度109bの値が、優先度加算値111c分加算されて更新される(S12)。   In each process, the escalation function unit 13 monitors whether or not the non-priority count value 111a of the escalation information 111 in the management table exceeds the priority control threshold 111b (S11), and determines that the priority control threshold 111b has been exceeded. When this is done (“YES” in S11), the values of the advance priority 109a and the subsequent priority 109b of the priority information 109 of the process are updated by adding the priority addition value 111c (S12).

先発優先度109aおよび後発優先度109bの値が加算されたことにより処理の優先度が高くなり、当該処理が実行されたことが管理テーブルの現在の実行状態107に基づいて判断されると(S13の「YES」)、エスカレーション情報111の非優先回数カウント値111aの値が「0」にクリアされる(S14)。   When the values of the first priority 109a and the second priority 109b are added, the priority of the process is increased, and it is determined that the process has been executed based on the current execution state 107 of the management table (S13). "YES"), the non-priority count value 111a of the escalation information 111 is cleared to "0" (S14).

このように動作する保守管理装置1において、複数処理に対して競合制御が行われるときの具体例について、図5および6を参照して説明する。   A specific example when competition control is performed for a plurality of processes in the maintenance management apparatus 1 operating as described above will be described with reference to FIGS.

まず、処理「H」の処理開始時刻(0:00)が到来すると、この処理「H」の競合処理「I」、「J」は実行されていないため保守管理装置1から保守対象装置Yに処理「H」の実行開始指示が送信され(S21)、これに応答して保守対象装置Yから保守管理装置1に一次応答が送信され(S22)、処理「H」が実行される(S23)。   First, when the processing start time (0:00) of the process “H” arrives, the competition processes “I” and “J” of this process “H” are not executed, so the maintenance management apparatus 1 changes to the maintenance target apparatus Y. An instruction to start execution of process “H” is transmitted (S21). In response, a primary response is transmitted from maintenance target apparatus Y to maintenance management apparatus 1 (S22), and process “H” is executed (S23). .

次に処理「I」の処理開始時刻(1:00)が到来すると、実行中の先発処理「H」は後発処理「I」の競合対象処理であり、後発処理「I」の後発優先度「4」が先発処理「H」の先発優先度「3」よりも高いため、先発処理「H」の停止指示が保守管理装置1から保守対象装置Yに送信され(S24)、これに応答して保守対象装置Yから保守管理装置1に二次応答が送信され(S25)、処理「H」が停止される(S26)。   Next, when the processing start time (1:00) of the process “I” arrives, the starting process “H” being executed is a competing process of the subsequent process “I”, and the subsequent priority “ Since “4” is higher than the starting priority “3” of the starting process “H”, a stop instruction for the starting process “H” is transmitted from the maintenance management apparatus 1 to the maintenance target apparatus Y (S24). A secondary response is transmitted from the maintenance target device Y to the maintenance management device 1 (S25), and the process “H” is stopped (S26).

そして、保守管理装置1から保守対象装置Xに処理「I」の実行開始指示が送信され(S27)、これに応答して保守対象装置Xから保守管理装置1に一次応答が送信され(S28)、保守対象装置Xおよび保守対象装置Y間で整合処理「I」が実行される(S29)。例えば、保守対象装置Yのデータベースy1においてデータCに関するデータ(i)が欠損している場合、保守管理装置Xのデータベースxに格納されているデータCに関するデータ(i)である「データCC」が保守対象装置Yに送信され、データベースy1に格納されることで整合処理「I」が実行される。   Then, an instruction to start execution of the process “I” is transmitted from the maintenance management apparatus 1 to the maintenance target apparatus X (S27), and in response thereto, a primary response is transmitted from the maintenance target apparatus X to the maintenance management apparatus 1 (S28). The matching process “I” is executed between the maintenance target device X and the maintenance target device Y (S29). For example, when the data (i) related to the data C is missing in the database y1 of the maintenance target device Y, “data CC” which is the data (i) related to the data C stored in the database x of the maintenance management device X is The matching process “I” is executed by being transmitted to the maintenance target apparatus Y and stored in the database y1.

次に処理「H」の処理開始時刻(2:00)が到来すると、実行中の先発処理「I」は後発処理「H」の競合対象処理であり、後発処理「H」の後発優先度「3」が先発処理「I」の先発優先度「4」よりも低いため、先発処理「I」が継続され、後発処理「H」の実行開始指示は送信されない(S30)。   Next, when the processing start time (2:00) of the process “H” arrives, the starting process “I” being executed is a competing process of the subsequent process “H”, and the subsequent priority “ Since “3” is lower than the starting priority “4” of the starting process “I”, the starting process “I” is continued, and the execution start instruction for the subsequent process “H” is not transmitted (S30).

そして時刻(2:40)に、実行されていた処理「I」が終了すると保守対象装置Xから保守管理装置1に二次応答が送信され(S31)、保守管理装置1の管理テーブルが更新される。   At time (2:40), when the process “I” that has been executed is completed, a secondary response is transmitted from the maintenance target device X to the maintenance management device 1 (S31), and the management table of the maintenance management device 1 is updated. The

次に処理「H」の処理開始時刻(4:00)が到来すると、この処理「H」の競合処理「I」、「J」は実行されていないため保守管理装置1から保守対象装置Yに処理「H」の実行開始指示が送信され(S32)、これに応答して保守対象装置Yから保守管理装置1に一次応答が送信され(S33)、処理「H」が実行される(S34)。   Next, when the processing start time (4:00) of the process “H” arrives, the contention processes “I” and “J” of this process “H” are not executed, so the maintenance management apparatus 1 changes to the maintenance target apparatus Y. An instruction to start execution of process “H” is transmitted (S32). In response, a primary response is transmitted from maintenance target apparatus Y to maintenance management apparatus 1 (S33), and process “H” is executed (S34). .

そして時刻(5:20)に、実行されていた処理「H」が終了すると保守対象装置Yから保守管理装置1に二次応答が送信され(S35)、保守管理装置1の管理テーブルが更新される。   At time (5:20), when the process “H” that has been executed is completed, a secondary response is transmitted from the maintenance target device Y to the maintenance management device 1 (S35), and the management table of the maintenance management device 1 is updated. The

次に処理「J」の処理開始時刻(6:00)が到来すると、この処理「J」の競合処理「H」は実行されていないため保守管理装置1から保守対象装置Yに処理「J」の実行開始指示が送信され(S36)、保守対象装置Xおよび保守対象装置Y間で処理「J」が実行される(S37)。   Next, when the processing start time (6:00) of the process “J” arrives, the contention process “H” of the process “J” is not executed, so the process “J” is performed from the maintenance management apparatus 1 to the maintenance target apparatus Y. Is sent (S36), and the process "J" is executed between the maintenance target device X and the maintenance target device Y (S37).

以上の本実施形態によれば、通信ネットワーク構成装置の保守管理のための処理に関し、競合対象処理、実行状態情報、処理の優先度情報、非優先時の動作内容等のパラメータをきめ細かく設定して一元管理することにより、同時に実行不可能な複数の処理が競合する場合にも適切且つ柔軟に処理を実行することができる。   According to the above-described embodiment, with respect to the process for maintenance management of the communication network configuration device, parameters such as the contention process, execution status information, process priority information, and non-priority operation details are set in detail. By centrally managing, even when a plurality of processes that cannot be executed at the same time compete, the processes can be executed appropriately and flexibly.

また、各処理について必要に応じてタイマー設定時間やタイムアウト時の動作内容を設定しておくことで、処理時間の異常な遅延の検出とその時の措置を設定し、実行中の処理の処理時間が異常に伸びたり何らかのトラブルで処理が終了されないことにより待機中の非優先処理が実行できなくなるという事態を回避することができる。   In addition, by setting the timer setting time and the operation contents at the time-out as necessary for each process, detection of abnormal delay in processing time and measures at that time are set, and the processing time of the process being executed is set It is possible to avoid a situation in which the non-priority processing on standby cannot be executed because the processing does not end abnormally or due to some trouble.

また、非優先として停止または中止された回数を処理ごとに計数し、予め設定された閾値を超えた場合には優先度が高くなるように更新されることにより、非優先状態が継続され処理が長期に渡り見送られることを防止することができる。   In addition, the number of times of stopping or stopping as non-priority is counted for each process, and when a preset threshold value is exceeded, the priority is updated so as to increase, thereby continuing the non-priority state and performing processing. It is possible to prevent being overlooked for a long time.

また、各処理について非優先と判断されたときの動作内容をきめ細かく設定しておくことのより、不適切な処理中断が生じないように競合制御を行うことができる。   In addition, by setting finely the operation contents when it is determined that each process is non-prioritized, it is possible to perform competition control so that inappropriate process interruption does not occur.

また上記実施形態において、非優先と判断され中断または中止した処理の中断/中止時間を示す延べ中断/中止時間情報と、この延べ中断/中止時間情報に基づいて動作を更新するか否かを判定するための閾値を示す動作更新閾値と、延べ中断/中止時間情報と動作更新閾値とに基づいて動作を更新すると判定されたときの更新動作内容(停止、アラーム出力、NG応答等)を管理テーブル記憶部11に記憶しておき、処理実行制御部12により、非優先と判断され中断または中止された処理の中断/中止時間が動作更新閾値を超えたか否かを監視し、動作更新閾値を超えたと判断されたときに当該処理の更新動作内容に基づいて動作を実行するようにしてもよい。   Further, in the above embodiment, it is determined whether or not the operation is to be updated based on the total interruption / cancellation time information indicating the interruption / cancellation time of the process that has been determined to be non-priority and is interrupted or canceled. Management table of update operation contents (stop, alarm output, NG response, etc.) when it is determined to update the operation based on the operation update threshold value indicating the threshold value to perform, the total interruption / stop time information, and the operation update threshold value It is stored in the storage unit 11, and the process execution control unit 12 monitors whether the interrupt / stop time of the process that is determined to be non-priority and interrupted or stopped exceeds the operation update threshold, and exceeds the operation update threshold. The operation may be executed based on the update operation content of the process when it is determined that the process has been performed.

また本実施形態による保守管理装置の機能をプログラム化してコンピュータに搭載することにより、当該コンピュータを保守管理装置として機能させる保守管理用プログラムを構築することも可能である。   Moreover, it is also possible to construct a maintenance management program for causing the computer to function as a maintenance management apparatus by programming the functions of the maintenance management apparatus according to the present embodiment into a computer.

1…保守管理装置
10…管理テーブル記憶部
11…管理テーブル記憶部
12…処理実行制御部
13…エスカレーション機能部
101…処理名
102…処理の種類
103…処理時間
104…処理対象装置名
105…タイマー設定時間
106…タイムアウト時の動作内容
107…現在の実行状態
108…競合対象処理
109…優先度情報
109a…先発優先度
109b…後発優先度
110…非優先時の動作内容
111…エスカレーション情報
111a…非優先回数カウント値
111b…優先度制御閾値
111c…優先度加算値
DESCRIPTION OF SYMBOLS 1 ... Maintenance management apparatus 10 ... Management table memory | storage part 11 ... Management table memory | storage part 12 ... Process execution control part 13 ... Escalation function part 101 ... Process name 102 ... Type of process 103 ... Processing time 104 ... Process target apparatus name 105 ... Timer Set time 106 ... Operation content at time-out 107 ... Current execution state 108 ... Processing for competition 109 ... Priority information 109a ... Advance priority 109b ... Subsequent priority 110 ... Non-priority operation content 111 ... Escalation information 111a ... Non Priority count value 111b Priority control threshold 111c Priority addition value

Claims (7)

保守対象の端末に接続された保守管理装置において、
前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶部と、
実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶部の競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶部の実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶部から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御部と
を備えることを特徴とする保守管理装置。
In the maintenance management device connected to the maintenance target terminal,
For each process related to the maintenance of the terminal, execution status information indicating whether it is currently executing or not executing, competing target process information indicating a competing target process that cannot be executed simultaneously, and its own process is executed as a starting process Management that stores a priority level indicating a priority level for a subsequent competitive process when it is in progress, and a subsequent priority level indicating a priority level for a previous competitive process when the process itself is a subsequent process A table storage unit;
Competing target process information related to the execution target process is extracted based on the competing target process information in the management table storage unit, and whether the competing target process is currently being executed or not executed is determined in the management table storage unit. Judgment based on execution state information, and when it is determined that the process is currently being executed, the subsequent priority of the process to be executed and the prior priority of the process to be currently executed from the management table storage unit When the subsequent priority of the process to be executed is higher than the priority of the previous process of the competition target currently being executed, the execution of the process of the competition target is stopped as non-priority and the process of the execution target is stopped. Execution is prioritized, and when the subsequent priority of the execution target process is lower than the prior priority of the competing process that is currently being executed, the execution of the competing process is given priority. Maintenance device, characterized in that it comprises a processing execution control unit to stop running the above to be executed for as non-priority.
管理テーブル記憶部は、前記端末の保守に関する処理ごとの、実行時間が予め設定された閾値を超えタイムアウトしたときの動作内容を示すタイムアウト時動作内容を記憶するタイムアウト時動作内容をさらに記憶し、
前記処理実行制御部は、実行中の処理の実行時間を計測し、この実行時間が予め設定された閾値を超えタイムアウトしたと判断したときには、当該処理の前記管理テーブル記憶部のタイムアウト時動作内容に基づいて動作する
ことを特徴とする請求項1に記載の保守管理装置。
The management table storage unit further stores an operation content at time-out for storing an operation content at time-out indicating an operation content when an execution time exceeds a preset threshold and times out for each process related to maintenance of the terminal,
The process execution control unit measures the execution time of the process being executed, and when it is determined that the execution time has exceeded a preset threshold and timed out, the operation content at the time of the timeout of the management table storage unit of the process The maintenance management device according to claim 1, wherein the maintenance management device operates based on the operation.
前記非優先と判断された回数を処理ごとにカウントし、このカウント値が予め設定された閾値を超えた場合に、当該処理に関し、前記先発優先度および前記後発優先度に予め設定された加算値を加算するエスカレーション機能部をさらに有する
ことを特徴とする請求項1または2に記載の保守管理装置。
The number of times determined to be non-priority is counted for each process, and when this count value exceeds a preset threshold value, an added value set in advance for the advance priority and the subsequent priority for the process The maintenance management device according to claim 1, further comprising an escalation function unit that adds
前記管理テーブル記憶部は、前記端末の保守に関する処理ごとの、非優先と判断され中断または中止した処理の中断/中止時間が予め設定された閾値を超えたときの動作内容を示す中断/中止更新動作内容をさらに記憶し、
前記処理実行制御部は、非優先と判断され中断または中止した処理の中断/中止時間を計測し、この計測値が予め設定された閾値を超えたと判断したときには、前記管理テーブル記憶部の中断/中止更新動作内容に基づいて動作する
ことを特徴とする請求項1〜3いずれか1項に記載の保守管理装置。
The management table storage unit, for each process related to maintenance of the terminal, interrupt / stop update indicating the operation content when the interrupt / stop time of the interrupted or interrupted process determined to be non-priority exceeds a preset threshold value Memorize the details of the operation,
The process execution control unit measures the interrupt / stop time of a process that has been determined to be non-priority and has been interrupted or stopped, and when it is determined that the measured value exceeds a preset threshold value, The maintenance management apparatus according to any one of claims 1 to 3, wherein the maintenance management apparatus operates based on the content of the suspension update operation.
前記管理テーブル記憶部は、競合対象の処理に対して非優先と判断されたときの動作内容を示す非優先時動作内容をさらに記憶し、
前記処理実行制御部は、非優先と判断された処理に関し、前記管理テーブル記憶部の非優先時動作内容に基づいて動作する
ことを特徴とする請求項1〜4いずれか1項に記載の保守管理装置。
The management table storage unit further stores non-priority operation content indicating operation content when it is determined that non-priority with respect to the process to be competed,
5. The maintenance according to claim 1, wherein the process execution control unit operates based on a non-priority operation content of the management table storage unit with respect to a process determined to be non-prioritized. Management device.
保守対象の端末に接続された保守管理装置が、
前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶ステップと、
実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶ステップで記憶された競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶ステップで記憶された実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶ステップで記憶された情報から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御ステップと
を有することを特徴とする保守管理方法。
The maintenance management device connected to the maintenance target terminal
For each process related to the maintenance of the terminal, execution status information indicating whether it is currently executing or not executing, competing target process information indicating a competing target process that cannot be executed simultaneously, and its own process is executed as a starting process Management that stores a priority level indicating a priority level for a subsequent competitive process when it is in progress, and a subsequent priority level indicating a priority level for a previous competitive process when the process itself is a subsequent process A table storage step;
Competing target process information related to the execution target process is extracted based on the competing target process information stored in the management table storing step, and whether the competing target process is currently being executed or not being executed is determined in the management table. Judgment is made based on the execution state information stored in the storing step, and when it is determined that the process is currently being executed, the subsequent priority of the process to be executed and the prior priority of the process to be currently executed are determined. Obtained from the information stored in the management table storage step, when the subsequent priority of the execution target process is higher than the prior priority of the conflict target process currently being executed, The execution priority is stopped and the execution target process is prioritized, and the subsequent priority of the execution target process is the first priority of the conflict target process currently being executed. Remote maintenance method characterized by having a process execution control step to stop executing the processing of the execution target continues with priority execution processing of the competing interest as non-priority when low.
保守対象の端末に接続された保守管理装置に、
前記端末の保守に関する処理ごとの、現在実行中か非実行中かを示す実行状態情報と、同時に実行することができない競合対象の処理を示す競合対象処理情報と、自身の処理が先発処理として実行中であるときの後発の競合対象の処理に対する優先度を示す先発優先度と、自身の処理が後発処理となる場合の先発の競合対象の処理に対する優先度を示す後発優先度とを記憶する管理テーブル記憶機能と、
実行対象の処理に関する競合対象の処理情報を、前記管理テーブル記憶機能により記憶された競合対象処理情報に基づいて抽出し、この競合対象の処理が現在実行中か非実行中かを、前記管理テーブル記憶機能により記憶された実行状態情報に基づいて判断し、現在実行中であると判断したときに、前記実行対象の処理の後発優先度および現在実行中の前記競合対象の処理の先発優先度を前記管理テーブル記憶機能により記憶された情報から取得し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも高いときには前記競合対象の処理の実行を非優先として停止するとともに前記実行対象の処理を優先して実行を開始し、前記実行対象の処理の後発優先度が現在実行中の前記競合対象の処理の先発優先度よりも低いときには前記競合対象の処理の実行を優先して継続し前記実行対象の処理を非優先として実行を中止する処理実行制御機能と
を実行させる保守管理用プログラム。
To the maintenance management device connected to the maintenance target terminal,
For each process related to the maintenance of the terminal, execution status information indicating whether it is currently executing or not executing, competing target process information indicating a competing target process that cannot be executed simultaneously, and its own process is executed as a starting process Management that stores a priority level indicating a priority level for a subsequent competitive process when it is in progress, and a subsequent priority level indicating a priority level for a previous competitive process when the process itself is a subsequent process Table storage function;
Competing target processing information related to the processing to be executed is extracted based on the competing target processing information stored by the management table storage function, and whether the competing target processing is currently being executed or not executed is determined in the management table. Judgment is made based on the execution state information stored by the storage function, and when it is determined that the process is currently being executed, the subsequent priority of the execution target process and the prior priority of the competing target process currently being executed are determined. Obtained from the information stored by the management table storage function, if the subsequent priority of the execution target process is higher than the prior priority of the conflict target process currently being executed, the execution of the conflict target process is not performed The execution priority is stopped and the execution target process is prioritized, and the subsequent priority of the execution target process is the first priority of the conflict target process currently being executed. Remote maintenance management program for executing the process execution control function to abort the execution of the processing of the execution target continues with priority execution processing of the competing interest as non-priority when low.
JP2011144167A 2011-06-29 2011-06-29 Maintenance management device, maintenance management method, and maintenance management program Expired - Fee Related JP5466205B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011144167A JP5466205B2 (en) 2011-06-29 2011-06-29 Maintenance management device, maintenance management method, and maintenance management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011144167A JP5466205B2 (en) 2011-06-29 2011-06-29 Maintenance management device, maintenance management method, and maintenance management program

Publications (2)

Publication Number Publication Date
JP2013012026A JP2013012026A (en) 2013-01-17
JP5466205B2 true JP5466205B2 (en) 2014-04-09

Family

ID=47685861

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011144167A Expired - Fee Related JP5466205B2 (en) 2011-06-29 2011-06-29 Maintenance management device, maintenance management method, and maintenance management program

Country Status (1)

Country Link
JP (1) JP5466205B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10394605B2 (en) * 2014-07-25 2019-08-27 Ab Initio Technology Llc Mutable chronologies for accommodation of randomly occurring event delays

Also Published As

Publication number Publication date
JP2013012026A (en) 2013-01-17

Similar Documents

Publication Publication Date Title
US7506090B2 (en) System and method for user-configurable resource arbitration in a process control system
US8321065B2 (en) Method for controlling/regulating at least one task
EP2904494B1 (en) Method for preemptively restarting software in a multisubsystem mobile communication device to increase mean time between failures
US8713578B2 (en) Managing job execution
US20080046880A1 (en) Method for managing internal software of terminal through device management server
EP2940596B1 (en) Data acquisition method and device
WO2014103029A1 (en) Administration system and administration system control program
JP3754369B2 (en) Automation device and update method
CN106533738A (en) Distributed batch processing method, device and system
WO2015058796A1 (en) Load balancing in a distributed network management architecture
CN111142977B (en) Timing task processing method and device, computer equipment and storage medium
EP4123451A1 (en) Scheduling complex jobs in a distributed network
CN111143045A (en) Task scheduling method and device of smart home operating system and storage medium
JP5466205B2 (en) Maintenance management device, maintenance management method, and maintenance management program
CN113391902A (en) Task scheduling method and device and storage medium
US8788601B2 (en) Rapid notification system
JP5771114B2 (en) Controller and how to handle tasks and ladders
CN113342499B (en) Distributed task calling method, device, equipment, storage medium and program product
JP2002073354A (en) Task control device and task contol method
JP2015194805A (en) Prediction program, prediction device, and prediction method
CN114169803A (en) Robot scheduling method, device, equipment and storage medium
EP1011045B1 (en) Object-oriented job scheduler
JP2002157279A (en) Data collecting device
JP2005141466A (en) Computer monitoring device and message processing method for processing message about computer to be monitored
JP2005071171A (en) Method for controlling batch job execution

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130624

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140121

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140123

R150 Certificate of patent or registration of utility model

Ref document number: 5466205

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees