JP2008262589A - Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device - Google Patents
Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device Download PDFInfo
- Publication number
- JP2008262589A JP2008262589A JP2008161441A JP2008161441A JP2008262589A JP 2008262589 A JP2008262589 A JP 2008262589A JP 2008161441 A JP2008161441 A JP 2008161441A JP 2008161441 A JP2008161441 A JP 2008161441A JP 2008262589 A JP2008262589 A JP 2008262589A
- Authority
- JP
- Japan
- Prior art keywords
- execution
- task
- routine operation
- unregistered
- routine
- 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
Links
- 238000012545 processing Methods 0.000 title claims description 36
- 238000003672 processing method Methods 0.000 title description 2
- 239000000725 suspension Substances 0.000 claims description 4
- 238000012790 confirmation Methods 0.000 abstract description 12
- 238000000034 method Methods 0.000 description 64
- 230000006870 function Effects 0.000 description 31
- 238000012544 monitoring process Methods 0.000 description 28
- 230000008569 process Effects 0.000 description 28
- 238000010586 diagram Methods 0.000 description 8
- 238000011084 recovery Methods 0.000 description 7
- 239000000470 constituent Substances 0.000 description 3
- 230000010485 coping Effects 0.000 description 3
- 230000004044 response Effects 0.000 description 3
- 230000002159 abnormal effect Effects 0.000 description 2
- FFBHFFJDDLITSX-UHFFFAOYSA-N benzyl N-[2-hydroxy-4-(3-oxomorpholin-4-yl)phenyl]carbamate Chemical compound OC1=C(NC(=O)OCC2=CC=CC=C2)C=CC(=C1)N1CCOCC1=O FFBHFFJDDLITSX-UHFFFAOYSA-N 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
本発明は、コンピュータによる定型操作を自動処理する技術において、想定外の状況が発生したときの対処技術に関する。 The present invention relates to a technique for handling an unexpected situation in a technique for automatically processing routine operations by a computer.
コンピュータにおける定型操作、例えば、障害復旧に係る定型操作には、1つのタスクで終了するものだけではなく、複数のタスクを所定順序で順次実行しなければならないものがある。また、複数のタスクを順次実行するものにあっては、タスクの実行状況を常時監視し、先行タスクの実行結果に応じて後続タスクを選択的に実行させる必要もある。 A routine operation in a computer, for example, a routine operation related to failure recovery, includes not only an operation that ends with one task but also a plurality of tasks that must be sequentially executed in a predetermined order. In the case of executing a plurality of tasks sequentially, it is necessary to constantly monitor the execution status of the task and selectively execute the subsequent task according to the execution result of the preceding task.
このため、複数のタスクを順次実行する定型操作を自動化する技術として、特許文献1に記載されるように、各種タスクを組み合わせて定型操作を規定したプロシジャに基づいて、予め設定された実行条件に適合したタスクを順次実行する技術が提案されている。また、特許文献1に開示される技術では、重大な障害を優先して復旧可能とすべく、タスクの実行開始時又は終了時に定型操作の実行を一時停止させ、コンピュータ運用者により強制終了させるか否かを指定できる構成が採用されている。
障害復旧に係る定型操作においては、各種障害を想定し、その障害を復旧させるタスクを定義しておかなければならないが、あらゆる障害を事前に想定することは現実的に不可能であり、定型操作実行中に想定外の障害が発生する可能性は否めない。想定外の障害が発生したときには、コマンドラインなどの機能を用いて、コンピュータ運用者による介入操作を介して、未登録タスクを実行させる必要がある。 In routine operations related to failure recovery, various failures must be assumed and tasks to recover from the failures must be defined, but it is practically impossible to anticipate all failures in advance, and routine operations are not possible. There is no denying the possibility of unexpected failures during execution. When an unexpected failure occurs, it is necessary to execute an unregistered task through an intervention operation by a computer operator using a function such as a command line.
しかし、このような方法で未登録タスクを実行させたときには、その実行記録が残らず、コンピュータ運用者の記憶に頼るため、そのタスクを正確に定型操作に反映させることは困難であった。また、タスク実行結果も残らないため、そのタスクが適切なものであったか否かを事後的に判断することができず、定型操作に反映すべきであるか否かの判断も困難であった。 However, when an unregistered task is executed by such a method, the execution record does not remain, and it depends on the memory of the computer operator, so that it is difficult to accurately reflect the task in the routine operation. In addition, since the task execution result does not remain, it is impossible to determine whether or not the task is appropriate, and it is difficult to determine whether or not the task should be reflected in the routine operation.
そこで、本発明は以上のような従来の問題点に鑑み、定型操作の実行中に未登録タスクを任意に実行可能とすると共に、そのタスクの実行情報を記録することで、想定外の状況発生に対して柔軟かつ容易に対処しつつ、その対処内容を定型操作に正確に反映できるようにした定型操作自動処理技術を提供することを目的とする。 Therefore, in view of the conventional problems as described above, the present invention makes it possible to arbitrarily execute an unregistered task during execution of a routine operation and record the execution information of the task, thereby causing an unexpected situation. It is an object of the present invention to provide a routine operation automatic processing technique that can flexibly and easily cope with the routine and accurately reflect the countermeasure content on the routine operation.
このため、本発明に係る定型操作自動処理技術では、複数種のタスクを組み合わせて規定し、規定された複数のタスクを順次実行するコンピュータによる定型操作の実行中に、定型操作の実行を一時停止させ、定型操作の実行が一時停止されたときに、定型操作に登録されていない未登録タスクを実行させ、実行させた未登録タスクの実行結果を含む実行情報を記憶媒体に記録させることを特徴とする。ここで、定型操作の実行は、未登録タスクの実行前又は実行後に一時停止させることが望ましい。また、記憶媒体に記録された実行情報は、定型操作に自動的に反映できることが望ましい。 For this reason, in the routine operation automatic processing technique according to the present invention, a plurality of types of tasks are defined in combination, and execution of the routine operations is suspended during execution of routine operations by a computer that sequentially executes the plurality of defined tasks. When execution of a routine operation is suspended, an unregistered task that is not registered in the routine operation is executed, and execution information including an execution result of the executed unregistered task is recorded in a storage medium. And Here, it is desirable to pause the execution of the routine operation before or after executing the unregistered task. Moreover, it is desirable that the execution information recorded in the storage medium can be automatically reflected in the routine operation.
かかる構成によれば、定型操作の実行を一時停止させ、定型操作に登録されていない未登録タスクを任意に実行させることが可能となる。このため、定型操作実行中に、想定外の状況が発生しても、その状況に柔軟かつ容易に対処することができる。また、未登録タスクが実行されたときには、その実行結果を含む実行情報が記憶媒体に記録されるので、後日その対処方法が適切であったか否かを検討することが可能となり、ノウハウの蓄積を通して、定型操作がよりよいものとなる。 According to such a configuration, it is possible to pause execution of a routine operation and arbitrarily execute an unregistered task that is not registered in the routine operation. For this reason, even if an unexpected situation occurs during execution of a routine operation, the situation can be dealt with flexibly and easily. In addition, when an unregistered task is executed, execution information including the execution result is recorded in the storage medium, so it is possible to examine whether the coping method is appropriate at a later date. Regular operations are better.
そして、未登録タスクの実行前又は実行後に定型操作の実行が一時停止される構成であれば、未登録タスクが不完全に実行されることが防止され、定型操作の信頼性を向上させることができる。一方、記憶媒体に記録された実行情報を定型操作に自動的に反映させることができれば、コンピュータ運用者による人的ミスが入り込む余地がなく、定型操作の変更に係る信頼性低下を抑制することができる。 And, if the configuration is such that the routine operation is suspended before or after the execution of the unregistered task, it is possible to prevent the unregistered task from being performed incompletely and improve the reliability of the routine operation. it can. On the other hand, if the execution information recorded in the storage medium can be automatically reflected in the routine operation, there is no room for human error by the computer operator, and it is possible to suppress a decrease in reliability related to the modification of the routine operation. it can.
また、定型操作の実行が一時停止されているときに、コンピュータ運用者による明示の指示に応じて、定型操作を強制的に終了させることができることが望ましい。このようにすれば、定型操作の実行が一時停止しているときには、定型操作をいつでも強制終了させることができる。このため、障害復旧に係る定型操作において、軽微な障害と重大な障害とが同時に発生したときに、重大な障害を優先して復旧させることで、コンピュータが完全にダウンすることを未然に防止することができる。 Further, it is desirable that the routine operation can be forcibly terminated in response to an explicit instruction from the computer operator when the execution of the routine operation is suspended. In this way, the fixed operation can be forcibly terminated at any time when the execution of the fixed operation is temporarily stopped. For this reason, when a minor failure and a serious failure occur simultaneously in a routine operation related to failure recovery, the computer is completely prevented from being brought down by giving priority to recovery from the serious failure. be able to.
さらに、定型操作の実行進捗状況を可視的に表示することが望ましい。このようにすれば、コンピュータ運用者は、定型操作の実行進捗状況を可視的に監視することができる。 Furthermore, it is desirable to visually display the execution progress of routine operations. In this way, the computer operator can visually monitor the progress of execution of routine operations.
本発明に係る定型操作自動処理技術によれば、定型操作実行中に、想定外の状況が発生しても、その状況に柔軟かつ容易に対処することができる。また、未登録タスクが実行されたときには、その実行結果を含む実行情報が記憶媒体に記録されるので、後日その対処方法が適切であったか否かを検討することが可能となり、ノウハウの蓄積を通して、定型操作をよりよいものとすることができる。 According to the routine operation automatic processing technology according to the present invention, even if an unexpected situation occurs during execution of the routine operation, the situation can be dealt with flexibly and easily. In addition, when an unregistered task is executed, execution information including the execution result is recorded in the storage medium, so it is possible to examine whether the coping method is appropriate at a later date. The routine operation can be made better.
以下、添付された図面を参照して本発明を詳述する。
図1は、クライアント/サーバシステムを用いて、本発明に係る定型操作自動処理装置を構築した全体構成を示す。なお、クライアント及びサーバは、少なくとも中央処理装置(CPU)とメモリとを備えたコンピュータからなり、メモリにロードされたプログラムにより、定型操作自動処理に関する各種機能が実現される。
Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.
FIG. 1 shows an overall configuration in which a routine operation automatic processing apparatus according to the present invention is constructed using a client / server system. The client and server are composed of a computer having at least a central processing unit (CPU) and a memory, and various functions related to routine operation automatic processing are realized by a program loaded in the memory.
クライアント1には、定型操作を規定すべく、キーボード及びマウスなどの入力デバイス並びにCRT(Cathode Ray Tube)などの表示デバイスと協働しつつ、各種タスクから構成されるプロシジャを定義するためのタスク登録画面10が表示される。また、クライアント2には、定型操作の実行進捗状況を確認可能とすべく、GUI(Graphical User Interface)などのユーザインタフェースを備えた監視画面20が表示される。なお、タスク登録画面10及び監視画面20は、同一クライアントに表示される構成としてもよい。
In
一方、サーバ30には、設定処理部32と、実行制御部34と、データベース36(記憶媒体)と、が備えられる。設定処理部32では、クライアント1のタスク登録画面10を介して設定されたプロシジャ36Aを、データベース36に登録する機能が提供される。実行制御部34では、データベース36に登録されたプロシジャ36Aから監視データ36Bを生成すると共に、実行ホスト40における定型操作の実行進捗状況をクライアント2の監視画面20に表示しつつ、その構成単位たるタスクを自動的に順次実行させる機能が提供される。
On the other hand, the
なお、実行制御部34が提供する機能により、一時停止機能,未登録タスク実行機能,実行情報記録機能,反映機能,強制終了機能,進捗状況表示機能,一時停止手段,未登録タスク実行手段及び実行情報記録手段が夫々実現される。
Note that the functions provided by the
プロシジャ36Aは、図2に示すように、(A)基本情報と、(B)順序情報と、(C)状態情報と、を含んで構成される。
図2(A)に示す基本情報は、プロシジャ36Aの構成単位たるタスクの基本属性を定義するものであって、少なくとも、タスク識別名,実行ホスト名,コマンド名,開始確認チェック及び終了確認チェックから構成される。タスク識別名には、タスクを一意に特定するためのタスク名称が設定される。実行ホスト名には、タスクを実行させる実行ホスト40を一意に特定するためのホスト名称が設定される。コマンド名には、実行ホスト名により特定される実行ホスト40において、タスクにより起動されるコマンドを一意に特定するためのコマンド名称が設定される。開始確認チェック及び終了確認チェックには、夫々、タスク実行開始時及び終了時に定型操作の実行を一時停止させて、コンピュータ運用者による介入操作を行うか否かが設定される。
As shown in FIG. 2, the
The basic information shown in FIG. 2A defines basic attributes of a task as a constituent unit of the
図2(B)に示す順序情報は、各タスクの実行順序及び実行条件を定義するものであって、少なくとも、タスク識別名,先行タスク識別名,起動条件及び終了コードから構成される。タスク識別名には、タスクを一意に特定するためのタスク名称が設定される。先行タスク識別名には、タスク実行順序を規定すべく、先行して実行されるタスクを一意に特定するための先行タスク名称が設定される。起動条件には、=,!=,<,>,≦,≧,or,between,nonなどの算術条件又は論理条件が設定される。終了コードには、先行タスクの実行結果を示す数値などのコードが設定される。そして、先行タスクの実行結果に応じてタスクが選択的に実行されるようにすべく、起動条件及び終了コードにより実行条件、例えば、先行タスクの終了コード=0が規定される。 The order information shown in FIG. 2B defines the execution order and execution conditions of each task, and includes at least a task identification name, a preceding task identification name, a start condition, and an end code. In the task identification name, a task name for uniquely identifying the task is set. In the preceding task identification name, a preceding task name for uniquely identifying a task to be executed in advance is set so as to define the task execution order. The start condition is = ,! Arithmetic conditions or logical conditions such as =, <,>, ≦, ≧, or, between, and non are set. As the end code, a code such as a numerical value indicating the execution result of the preceding task is set. Then, in order to selectively execute the task according to the execution result of the preceding task, an execution condition, for example, an end code of the preceding task = 0 is defined by the start condition and the end code.
図2(C)に示す状態情報は、クライアント2の監視画面20において、定型操作の実行進捗状況が一目で把握可能となるように、例えば、タスクの正常終了と異常終了とを色別で表示するためのものであって、少なくとも、タスク識別名,状態名,状態色,状態条件及び終了コードから構成される。タスク識別名には、タスクを一意に特定するためのタスク名称が設定される。状態名には、タスクの実行状態、例えば、正常終了,警告,異常終了,実行待ちが設定される。状態色には、タスクの実行状態を色別で表示するための色情報が設定される。状態条件には、=,!=,<,>,≦,≧,or,between,nonなどの算術条件及び論理条件が設定される。終了コードには、タスクの実行結果を示す数値などのコードが設定される。そして、タスクの実行結果に応じてその実行状態を一意に特定すべく、状態条件及び終了コードにより特定条件、例えば、タスクの終了コード=0が規定される。
The status information shown in FIG. 2C displays, for example, the normal end and abnormal end of a task in different colors on the
一方、監視データ36Bは、図3に示すように、(A)基本情報と、(B)順序情報と、を含んで構成される。
図3(A)に示す基本情報は、プロシジャ36Aの基本情報の各項目に加え、終了コード,履歴番号及び追加フラグから構成される。終了コードには、タスク識別名により特定されるタスクの実行結果、即ち、そのタスクの終了コードが自動設定される。履歴番号には、定型操作実行中になされた各タスクの実行回数が自動設定される。よって、履歴番号が一致するタスク群が、そのとき実行された定型操作となる。追加フラグには、タスク識別名により特定されるタスクが未定義のものか、即ち、定型操作実行中に追加されたものであるか否かを示すフラグが自動設定される。図3(B)に示す順序情報は、プロシジャ36Aの順序情報の各項目に加え、前述した基本情報と同様な履歴番号から構成される。
On the other hand, as shown in FIG. 3, the
The basic information shown in FIG. 3A includes an end code, a history number, and an additional flag in addition to each item of the basic information of the
次に、定型操作自動処理装置の作用について説明する。
定型操作を実行するに先立って、最初に、定型操作を規定するプロシジャ36Aを定義する。即ち、クライアント1のタスク登録画面10において、プロシジャ36Aの構成単位たるタスクの基本情報,順序情報及び状態情報を夫々入力する。すると、サーバ30の設定処理部32が提供する機能により、入力されたタスクの基本情報などからプロシジャ36Aが生成され、これがデータベース36に登録される。なお、図4(A)に示すような定型操作であれば、データベース36のプロシジャ36Aには、同図(B)〜(D)に示すような基本情報,順序情報及び状態情報が夫々設定される。
Next, the operation of the routine operation automatic processing device will be described.
Prior to executing the routine operation, first, a
そして、定型操作を実行するときには、例えば、図示しないプロシジャ指定画面を介して、データベース36に登録された複数のプロシジャ36Aの中から、所望の定型操作を規定したプロシジャを指定すると、サーバ30の実行制御部34において、図5及び図6に示す定型操作自動処理が起動される。
When executing a routine operation, for example, if a procedure that defines a desired routine operation is designated from among a plurality of
ステップ1(図では「S1」と略記する。以下同様)では、指定されたプロシジャの基本情報並びに順序情報に対して、夫々、終了コード,履歴番号及び追加フラグ並びに履歴番号が追加された監視データ36Bが生成され、これがデータベース36に登録される。なお、図4に示すプロシジャ36Aが指定されたときには、図7に示す監視データ36Bが生成及び登録される。
In step 1 (abbreviated as “S1” in the figure, the same applies hereinafter), monitoring data in which an end code, a history number, an additional flag, and a history number are added to the basic information and order information of the specified procedure, respectively. 36B is generated and registered in the
ステップ2では、監視データ36Bの設定内容に基づいて、実行しようとするタスクの基本情報が順次読み込まれる。即ち、最初の処理においては、最初に実行されるタスクとして、順序情報の先行タスク識別名が未設定であるタスクが特定され、そのタスク識別名が設定されている基本情報が読み込まれる。一方、次回以降の処理においては、順序情報の先行タスク識別名に実行済みのタスクが設定されたものの中から、起動条件及び終了コードにより規定される実行条件に適合するタスクが特定され、そのタスク識別名が設定されている基本情報が読み込まれる。
In
ステップ3では、タスク実行前にコンピュータ運用者による介入操作を要求するか否かを判定すべく、基本情報の開始確認チェックが「あり」に設定されているか否かが判定される。そして、開始確認チェックが「あり」に設定されていればステップ4へと進み(Yes)、開始確認チェックが「なし」に設定されていなければステップ9へと進む(No)。なお、ステップ3の処理が、一時停止機能及び一時停止手段に夫々該当する。 In step 3, it is determined whether or not the basic information start confirmation check is set to “present” in order to determine whether or not an intervention operation by the computer operator is requested before the task execution. If the start confirmation check is set to “Yes”, the process proceeds to Step 4 (Yes), and if the start confirmation check is not set to “None”, the process proceeds to Step 9 (No). Note that the processing in step 3 corresponds to a pause function and a pause means, respectively.
ステップ4では、コンピュータ運用者により、未登録タスクの実行指示がなされたか否かが判定される。ここで、未登録タスクの実行指示がなされたか否かは、例えば、監視画面20のメニューから「未登録タスクの実行」が選択されたか否かを介して判定することができる。そして、未登録タスクの実行指示がなされたならばステップ5へと進み(Yes)、未登録タスクの実行指示がなされなければステップ8へと進む(No)。
In step 4, it is determined whether or not an instruction to execute an unregistered task has been issued by the computer operator. Here, whether or not an instruction to execute an unregistered task has been made can be determined, for example, based on whether or not “execute unregistered task” is selected from the menu of the
ステップ5では、ステップ2で特定されたタスクに先行して実行されるタスクが指定される。即ち、未登録タスクの実行指示がなされると、クライアント2の監視画面20には、図8に示すようなコマンド実行画面が表示される。コマンド実行画面は、未登録タスクを一意に特定するタスク名,コマンドの実行ホスト,実行コマンド,実行パラメタ及びパラメタファイルを夫々指定するドロップダウンリストを含んで構成される。そして、コマンド実行画面において、タスク名,コマンドの実行ホスト及び実行コマンドを指定すると共に、必要に応じて、実行パラメタ及びパラメタファイルを指定して「実行」ボタンを押すと、指定内容に応じた基本情報及び順序情報が生成され、これがデータベース36の監視データ36Bに追加登録される。このとき、生成された基本情報の追加フラグには、1(追加あり)が設定される。
In
ステップ6では、ステップ5で追加されたタスクが実行される。
なお、ステップ4〜ステップ6の一連の処理が、未登録タスク実行機能及び未登録タスク実行手段に夫々該当する。
In step 6, the task added in
Note that the series of processing from step 4 to step 6 corresponds to the unregistered task execution function and the unregistered task execution means, respectively.
ステップ7では、監視データ36Bの基本情報の終了コードに、タスクの実行結果を示す終了コードが記録される。その後、他の未登録タスクをさらに実行すべきか否かを判定すべく、ステップ4へと戻る。なお、ステップ7の処理が、実行情報記録機能及び実行情報記録手段に夫々該当する。
In
ステップ8では、定型操作を継続するか否か、換言すると、定型操作を強制終了させるか否かが判定される。定型操作を継続するか否かは、例えば、定型操作の一時停止中に、コンピュータ運用者によりなされた操作から判定することができる。そして、定型操作を継続するのであればステップ9へと進み(Yes)、定型操作を継続しない、即ち、定型操作を強制終了させるのであれば本処理を終了する(No)。なお、ステップ8の処理が、強制終了機能に該当する。 In step 8, it is determined whether or not the routine operation is continued, in other words, whether or not the routine operation is forcibly terminated. Whether or not to continue the routine operation can be determined from an operation performed by the computer operator during the suspension of the routine operation, for example. If the routine operation is continued, the process proceeds to Step 9 (Yes), and if the routine operation is not continued, that is, if the routine operation is forcibly terminated, this process is terminated (No). Note that the processing in step 8 corresponds to the forced termination function.
ステップ9では、ステップ2で特定されたタスクが実行される。
ステップ10では、監視データ36Bの基本情報の終了コードに、タスクの実行結果を示す終了コードが記録される。
In
In
ステップ11では、タスク実行後にコンピュータ運用者による介入操作を要求するか否かを判定すべく、基本情報の終了確認チェックが「あり」に設定されているか否かが判定される。そして、終了確認チェックが「あり」に設定されていればステップ12へと進み(Yes)、終了確認チェックが「なし」に設定されていなければステップ17へと進む(No)。なお、ステップ11の処理が、一時停止機能及び一時停止手段に夫々該当する。 In step 11, it is determined whether or not the end confirmation check of the basic information is set to “present” in order to determine whether or not an intervention operation by the computer operator is requested after the task execution. If the end confirmation check is set to “Yes”, the process proceeds to Step 12 (Yes), and if the end confirmation check is not set to “None”, the process proceeds to Step 17 (No). Note that the processing in step 11 corresponds to a pause function and a pause means, respectively.
ステップ12では、コンピュータ運用者により、未登録タスクの実行指示がなされたか否かが判定される。そして、未登録タスクの実行指示がなされたならばステップ13へと進み(Yes)、未登録タスクの実行指示がなされなければステップ16へと進む(No)。 In step 12, it is determined whether or not an instruction to execute an unregistered task has been issued by the computer operator. If an execution instruction for an unregistered task is issued, the process proceeds to step 13 (Yes), and if an execution instruction for an unregistered task is not issued, the process proceeds to step 16 (No).
ステップ13では、ステップ2で特定されたタスクに後続して実行されるタスクが指定される。
ステップ14では、ステップ13で追加されたタスクが実行される。
In step 13, a task to be executed subsequent to the task specified in
In step 14, the task added in step 13 is executed.
なお、ステップ12〜ステップ14の一連の処理が、未登録タスク実行機能及び未登録タスク実行手段に夫々該当する。
ステップ15では、監視データ36Bの基本情報の終了コードに、タスクの実行結果を示す終了コードが記録される。その後、他の未登録タスクをさらに実行すべきか否かを判定すべく、ステップ12へと戻る。なお、ステップ15の処理が、実行情報記録機能及び実行情報記録手段に夫々該当する。
Note that a series of processing from step 12 to step 14 corresponds to an unregistered task execution function and an unregistered task execution means, respectively.
In step 15, an end code indicating the task execution result is recorded in the end code of the basic information of the
ステップ16では、定型操作を継続するか否かが判定される。そして、定型操作を継続するのであればステップ17へと進み(Yes)、定型操作を継続しない、即ち、定型操作を強制終了させるのであれば本処理を終了する(No)。なお、ステップ16の処理が、強制終了機能に該当する。 In step 16, it is determined whether or not to continue the routine operation. If the routine operation is continued, the process proceeds to Step 17 (Yes), and if the routine operation is not continued, that is, if the routine operation is forcibly terminated, the present process is terminated (No). Note that the processing in step 16 corresponds to the forced termination function.
ステップ17では、定型操作が終了したか否か、即ち、定型操作を規定するプロシジャ36Aのすべてのタスクの処理が終了したか否かが判定される。そして、定型操作が終了したならば本処理を終了し(Yes)、定型操作が終了していなければステップ2へと戻る(No)。
In step 17, it is determined whether or not the routine operation has ended, that is, whether or not the processing of all tasks of the
以上説明した定型操作自動処理によれば、タスク実行前又はタスク実行後に定型操作を一時停止させて、コンピュータ運用者による介入操作を要求するときに、図9(処理2の実行前)及び図10(処理1の実行後)に示すように、未登録タスク(処理3)を任意に追加実行させることが可能となる。このとき、図9に示す定型操作が実行されたときには、監視データ36Bの基本情報及び順序情報は、図11の(A)及び(B)に夫々示すようになる。なお、かかる監視データ36Bは、処理1の終了コードが警告レベル2で終了したため、処理2を実行する前に処理3を追加実行した結果、定型操作が正常終了した例を示している。そして、同図(A)に示す基本情報では、すべてのタスクの実行履歴として、その履歴番号が1に設定されると共に、追加実行したタスクを識別可能とすべく、処理3の追加フラグが1に、他の処理の追加フラグが0に設定される。
According to the routine operation automatic processing described above, when the routine operation is paused before the task execution or after the task execution and an intervention operation by the computer operator is requested, FIG. 9 (before execution of the process 2) and FIG. As shown in (after execution of process 1), an unregistered task (process 3) can be arbitrarily added and executed. At this time, when the routine operation shown in FIG. 9 is executed, the basic information and the order information of the
このため、障害復旧に係る定型操作において、想定外の障害が発生したときであっても、その障害に柔軟かつ容易に対処することができる。また、追加したタスク及びその実行結果が監視データ36Bに残るため、後日その対処方法が適切であったか否かを検討することが可能となり、定型操作をよりよいものとすることができる。
For this reason, even when an unexpected failure occurs in a routine operation related to failure recovery, the failure can be flexibly and easily dealt with. Further, since the added task and the execution result remain in the
さらに、定型操作が一時停止しているときには、未登録タスクの任意の実行に加え、定型操作を強制的に終了させることが可能である。このため、障害復旧に係る定型操作においては、例えば、軽微な障害と重大な障害とが同時に発生したときに、重大な障害を優先して復旧させることで、システムが完全にダウンすることを未然に防止することができる。 Furthermore, when the routine operation is paused, it is possible to forcibly end the routine operation in addition to arbitrary execution of the unregistered task. For this reason, in routine operations related to failure recovery, for example, when a minor failure and a major failure occur at the same time, it is possible to prevent the system from going down completely by giving priority to recovery from a major failure. Can be prevented.
定型操作実行中に実行された未登録タスクをプロシジャ36Aに反映させるときには、クライアント2の監視画面20において、例えば、メニューから「定型操作への反映」を指定すると、図12に示す反映処理(反映機能)が起動される。なお、反映処理を行うときには、図示しない反映条件指定画面において、反映先及び反映元として、プロシジャ36A及び監視データ36Bを夫々指定する必要がある。
When reflecting an unregistered task executed during execution of a routine operation to the
ステップ21では、データベース36から監視データ36Bが読み込まれる。
ステップ22では、ステップ2と同様な処理により、監視データ36Bの設定内容に基づいて、タスクの基本情報が実行順に順次読み込まれる。
In
In
ステップ23では、基本情報の追加フラグを参照して、そのタスクが未登録タスクであったか否かが判定される。そして、未登録タスクであればステップ24へと進み(Yes)、未登録タスクでなければステップ25へと進む(No)。 In step 23, it is determined whether or not the task is an unregistered task with reference to the basic information addition flag. If it is an unregistered task, the process proceeds to step 24 (Yes), and if it is not an unregistered task, the process proceeds to step 25 (No).
ステップ24では、未登録タスクをプロシジャ36Aに追加登録することで、定型操作実行中に実行させた未登録タスクをプロシジャ36Aに反映させる。
ステップ25では、定型操作が終了したか否か、即ち、実行したすべてのタスクの処理が終了したか否かが判定される。そして、すべてのタスクに対する処理が終了したならば本処理を終了し(Yes)、すべてのタスクに対する処理が終了していなければステップ22へと戻る(No)。
In step 24, the unregistered task executed during execution of the routine operation is reflected in the
In step 25, it is determined whether or not the routine operation has been completed, that is, whether or not the processing of all executed tasks has been completed. If processing for all tasks is completed, the present processing is terminated (Yes), and if processing for all tasks is not completed, the processing returns to Step 22 (No).
以上説明した反映処理によれば、定型操作実行中に任意に実行された未登録タスクは、自動的にプロシジャ36Aに反映される。このため、未登録タスクを定型操作に反映させるときに、コンピュータ運用者による人的ミスが入り込む余地がなく、定型操作の変更に係る信頼性低下を抑制することができる。
According to the reflection process described above, an unregistered task arbitrarily executed during execution of a routine operation is automatically reflected in the
(付記1)各種タスクを組み合わせて規定したコンピュータによる定型操作の実行中に、該定型操作の実行を一時停止させる一時停止機能と、該一時停止機能により定型操作の実行が一時停止されているときに、コンピュータ運用者による明示の指示に応じて、前記定型操作に未登録のタスクを実行させる未登録タスク実行機能と、該未登録タスク実行機能によりタスクが実行されたときに、該タスクの実行結果を含む実行情報を記憶媒体に記録する実行情報記録機能と、をコンピュータに実現させるための定型操作自動処理プログラム。 (Appendix 1) When a routine operation by a computer defined by combining various tasks is being executed, a pause function for temporarily stopping execution of the routine operation, and execution of the routine operation being paused by the pause function In addition, in response to an explicit instruction from the computer operator, an unregistered task execution function for executing an unregistered task for the routine operation, and execution of the task when the task is executed by the unregistered task execution function A routine operation automatic processing program for causing a computer to execute an execution information recording function for recording execution information including a result in a storage medium.
(付記2)前記一時停止機能は、前記タスクの実行前又は実行後に、前記定型操作の実行を一時停止させることを特徴とする付記1記載の定型操作自動処理プログラム。
(Supplementary note 2) The routine operation automatic processing program according to
(付記3)前記実行情報記録機能により記録された実行情報を、コンピュータ運用者による明示の指示に応じて、前記定型操作に自動的に反映させる反映機能が含まれることを特徴とする付記1又は付記2に記載の定型操作自動処理プログラム。
(Supplementary note 3) The
(付記4)前記一時停止機能により定型操作の実行が一時停止されているときに、コンピュータ運用者による明示の指示に応じて、前記定型操作を強制的に終了させる強制終了機能が含まれることを特徴とする付記1〜付記3のいずれか1つに記載の定型操作自動処理プログラム。
(Additional remark 4) When execution of routine operation is suspended by the said suspension function, the forced termination function which forcibly terminates the routine operation according to an explicit instruction from the computer operator is included. The routine operation automatic processing program according to any one of
(付記5)前記定型操作の実行進捗状況を可視的に表示する進捗状況表示機能が含まれることを特徴とする付記1〜付記4のいずれか1つに記載の定型操作自動処理プログラム。
(Supplementary note 5) The routine operation automatic processing program according to any one of
(付記6)各種タスクを組み合わせて規定したコンピュータによる定型操作の実行中に、該定型操作の実行を一時停止させ、コンピュータ運用者による明示の指示に応じて、前記定型操作に未登録のタスクを実行させると共に、実行させた未登録のタスクの実行結果を含む実行情報を記録媒体に記録することを特徴とする定型操作自動処理方法。 (Appendix 6) During execution of a routine operation by a computer defined by combining various tasks, the execution of the routine operation is temporarily stopped, and a task unregistered in the routine operation according to an explicit instruction from the computer operator A routine operation automatic processing method characterized by recording execution information including an execution result of an executed unregistered task on a recording medium.
(付記7)各種タスクを組み合わせて規定したコンピュータによる定型操作の実行中に、該定型操作の実行を一時停止させる一時停止手段と、該一時停止手段により定型操作の実行が一時停止されているときに、コンピュータ運用者による明示の指示に応じて、前記定型操作に未登録のタスクを実行させる未登録タスク実行手段と、該未登録タスク実行手段によりタスクが実行されたときに、該タスクの実行結果を含む実行情報を記憶媒体に記録する実行情報記録手段と、を含んで構成されたことを特徴とする定型操作自動処理装置。 (Supplementary note 7) During execution of a routine operation by a computer defined by combining various tasks, pause means for temporarily stopping the execution of the routine operation, and execution of the routine operation being paused by the suspension means In addition, in response to an explicit instruction from the computer operator, an unregistered task execution means for executing an unregistered task for the routine operation, and execution of the task when the task is executed by the unregistered task execution means A routine operation automatic processing device comprising: execution information recording means for recording execution information including a result on a storage medium.
30 サーバ
34 実行制御部
36 データベース
36A プロシジャ
36B 監視データ
30
Claims (5)
定型操作の実行が一時停止されたときに、前記定型操作の一部として登録されていない未登録タスクを実行させる未登録タスク実行機能と、
前記未登録タスクの実行後に、一時停止された定型操作を継続実行するか否かを判断し、その結果に基づいて前記定型操作を継続実行する機能と、
未登録タスクが実行されたときに、実行された未登録タスクの実行結果を含む前記定型操作の実行情報を記憶媒体に記録する実行情報記録機能と、
をコンピュータに実現させるための定型操作自動処理プログラム。 A pause function that prescribes a combination of multiple types of tasks and pauses the execution of the routine operations during execution of the routine operations by a computer that sequentially executes the prescribed tasks,
An unregistered task execution function for executing an unregistered task that is not registered as part of the routine operation when execution of the routine operation is suspended;
After executing the unregistered task, it is determined whether to continue to execute the routine operation that has been paused, and based on the result, the function to continue to execute the routine operation;
An execution information recording function for recording execution information of the routine operation including an execution result of the executed unregistered task on a storage medium when the unregistered task is executed;
Routine operation automatic processing program to make computer realize.
該一時停止手段により定型操作の実行が一時停止されたときに、前記定型操作に登録されていない未登録タスクを実行させる未登録タスク実行手段と、
該未登録タスク実行手段により未登録タスクが実行されたときに、該未登録タスクの実行結果を含む実行情報を記憶媒体に記録する実行情報記録手段と、
を含んで構成されたことを特徴とする定型操作自動処理装置。 A pause unit that prescribes a combination of a plurality of tasks and pauses execution of the routine operation during execution of the routine operation by a computer that sequentially executes the plurality of tasks defined;
Unregistered task execution means for executing an unregistered task that is not registered in the routine operation when execution of the routine operation is suspended by the suspension means;
Execution information recording means for recording execution information including an execution result of the unregistered task in a storage medium when the unregistered task is executed by the unregistered task execution means;
A routine operation automatic processing device characterized by comprising the above.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008161441A JP2008262589A (en) | 2008-06-20 | 2008-06-20 | Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008161441A JP2008262589A (en) | 2008-06-20 | 2008-06-20 | Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003190041A Division JP2005025494A (en) | 2003-07-02 | 2003-07-02 | Regular operation automatic processing program, routine operation automatic processing method, and routine operation automatic processing apparatus |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2008262589A true JP2008262589A (en) | 2008-10-30 |
Family
ID=39984969
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2008161441A Pending JP2008262589A (en) | 2008-06-20 | 2008-06-20 | Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2008262589A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015007825A (en) * | 2013-06-24 | 2015-01-15 | 日本電信電話株式会社 | Automatic operation device, automatic operation method, and automatic operation program of computer |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60237535A (en) * | 1984-04-17 | 1985-11-26 | Fujitsu Ltd | Command input control system |
JPS63142411A (en) * | 1986-12-05 | 1988-06-14 | Hitachi Ltd | Command context understanding device |
JPH09114536A (en) * | 1995-10-16 | 1997-05-02 | Hitachi Ltd | Automating method for computer operation |
JP2000003375A (en) * | 1998-06-12 | 2000-01-07 | Pfu Ltd | Cad device |
JP2001256064A (en) * | 2000-03-10 | 2001-09-21 | Mitsubishi Electric Corp | Optimization scheduling system of plural periodic performance tasks |
JP2002366389A (en) * | 2001-06-11 | 2002-12-20 | Sony Corp | Information processor, information processing method, remote task management system, and storage medium |
JP2003140918A (en) * | 2001-10-29 | 2003-05-16 | Fujitsu Ltd | Computer failure recovery support apparatus and method, and computer failure recovery support program |
-
2008
- 2008-06-20 JP JP2008161441A patent/JP2008262589A/en active Pending
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS60237535A (en) * | 1984-04-17 | 1985-11-26 | Fujitsu Ltd | Command input control system |
JPS63142411A (en) * | 1986-12-05 | 1988-06-14 | Hitachi Ltd | Command context understanding device |
JPH09114536A (en) * | 1995-10-16 | 1997-05-02 | Hitachi Ltd | Automating method for computer operation |
JP2000003375A (en) * | 1998-06-12 | 2000-01-07 | Pfu Ltd | Cad device |
JP2001256064A (en) * | 2000-03-10 | 2001-09-21 | Mitsubishi Electric Corp | Optimization scheduling system of plural periodic performance tasks |
JP2002366389A (en) * | 2001-06-11 | 2002-12-20 | Sony Corp | Information processor, information processing method, remote task management system, and storage medium |
JP2003140918A (en) * | 2001-10-29 | 2003-05-16 | Fujitsu Ltd | Computer failure recovery support apparatus and method, and computer failure recovery support program |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015007825A (en) * | 2013-06-24 | 2015-01-15 | 日本電信電話株式会社 | Automatic operation device, automatic operation method, and automatic operation program of computer |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7383470B2 (en) | Method, system, and apparatus for identifying unresponsive portions of a computer program | |
US11169896B2 (en) | Information processing system | |
US9513957B2 (en) | Management system, management program, and management method | |
JP2014191604A5 (en) | ||
US20070078538A1 (en) | Debug device | |
JP2006516055A5 (en) | ||
US8141046B2 (en) | Thread swap visual indication | |
CN103455288B (en) | Information processor and control method | |
US7689990B2 (en) | Method, system and program for managing executable tasks | |
JP2003140918A (en) | Computer failure recovery support apparatus and method, and computer failure recovery support program | |
KR102194974B1 (en) | System for monitoring and controling electric power system for process verification | |
JP2008262589A (en) | Fixed operation automatic processing program, fixed operation automatic processing method, and fixed operation automatic processing device | |
JP2005025494A (en) | Regular operation automatic processing program, routine operation automatic processing method, and routine operation automatic processing apparatus | |
JP7023807B2 (en) | Management system, information processing device, setting management method, and program | |
JP4989496B2 (en) | Command net execution device, command net execution program, and computer-readable recording medium on which command net execution program is recorded | |
JP2008146204A (en) | Service management system, service management device and service management method | |
JP2008158634A (en) | Information processing apparatus, software trace data recording method and software trace data recording program | |
WO2014083646A1 (en) | Programmable indicator and program | |
JPH10198454A (en) | Method for guiding maintenance operation of information processor, and information recording medium | |
JP5277847B2 (en) | Work management device, work management program | |
US20060070036A1 (en) | Adapting the demonstration of a program execution without modifying the program code by providing application hooks in the program to display user selected images | |
JP4720749B2 (en) | System condition diagnosis system, system condition diagnosis method, and system condition diagnosis program | |
JPH1145103A (en) | Programming device, interrupt processing description method, programmable controller, and recording medium | |
JP2019125134A (en) | Program and method for verification support and information processing apparatus | |
JP2006172065A (en) | Checkpoint collection method, system and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Effective date: 20100928 Free format text: JAPANESE INTERMEDIATE CODE: A131 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101126 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20110125 |