JP6214818B2 - Command management apparatus, command management method, and command management program - Google Patents
Command management apparatus, command management method, and command management program Download PDFInfo
- Publication number
- JP6214818B2 JP6214818B2 JP2017504501A JP2017504501A JP6214818B2 JP 6214818 B2 JP6214818 B2 JP 6214818B2 JP 2017504501 A JP2017504501 A JP 2017504501A JP 2017504501 A JP2017504501 A JP 2017504501A JP 6214818 B2 JP6214818 B2 JP 6214818B2
- Authority
- JP
- Japan
- Prior art keywords
- command
- execution
- execution method
- read
- document file
- 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
Links
- 238000007726 management method Methods 0.000 title claims description 20
- 238000000034 method Methods 0.000 claims description 212
- 230000008569 process Effects 0.000 claims description 47
- 239000000284 extract Substances 0.000 claims description 2
- 238000013515 script Methods 0.000 description 8
- 238000004891 communication Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 4
- 230000000694 effects Effects 0.000 description 3
- 230000004044 response Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 239000003795 chemical substances by application Substances 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- Devices For Executing Special Programs (AREA)
Description
本発明は、コマンドの実行に関する。 The present invention relates to command execution.
現在、計算機システムに対するオペレーション(災害対応オペレーション、障害対応オペレーション等)では、作業者が文書から実行対象のコマンドを読取り、読み取ったコマンドを作業者が手作業にて1つ1つ打鍵することが一般的である。
このように、作業者の手作業による操作が介在する場合は、作業ミス又は作業漏れが発生する可能性がある。Currently, in operations (disaster response operations, failure response operations, etc.) for computer systems, it is common for an operator to read a command to be executed from a document, and the operator manually presses the read command one by one. Is.
As described above, when an operator's manual operation is involved, there is a possibility that a work mistake or a work leakage may occur.
既存の運用管理ソフトウェアには、設定されたスケジュールに合わせて、スクリプトが自動で実行されるものもある。
しかしながら、この運用管理ソフトウェアでは、エージェントを全ての対象サーバに導入しなければならない。
また、この運用管理ソフトウェアでは、Run Book Automation(RBA:IT運用管理プロセスを自動化する機能)におけるワークフローの定義やスクリプトを新規開発しなければならない。
このため、この運用管理ソフトウェアでは、開発負荷の増大が懸念される。Some existing operation management software automatically executes scripts according to a set schedule.
However, with this operation management software, the agent must be installed on all target servers.
Further, with this operation management software, it is necessary to newly develop workflow definitions and scripts in Run Book Automation (RBA: a function for automating the IT operation management process).
For this reason, there is a concern about an increase in development load in this operation management software.
また、RBAが導入できないサーバに対しては、コマンドをテンプレート化し、コマンドの実行を省力化するコマンド実行支援ツールの導入も考えられるが、実行すべきコマンドの選択及び引数の入力は作業者が手作業で実施しなければならない。
従って、このコマンド実行支援ツールを導入しても、作業者の手作業による操作が介在するため、作業ミス又は作業漏れが発生する可能性がある。For servers where RBA cannot be installed, it is possible to introduce a command execution support tool that creates commands as templates and saves command execution. However, the operator must select commands to be executed and input arguments. Must be done by work.
Therefore, even if this command execution support tool is introduced, there is a possibility that an operation error or an operation omission may occur because an operator's manual operation is involved.
作業者が手作業を行わずに、コマンドが自動で実行できるようにするための方法として、コマンドをタグで囲み、タグによりコマンドを自動識別させるという手法がある。
特許文献1、特許文献2及び特許文献3では、実行処理スクリプト(例えば、XML等のマークアップ言語で記述されたスクリプト)内のコマンドごとにタグを設定し、タグに基づいてコマンドを読み取る技術が開示されている。As a method for enabling a command to be automatically executed without manual operation by an operator, there is a method of surrounding a command with a tag and automatically identifying the command by the tag.
In
しかしながら、特許文献1、特許文献2及び特許文献3では、実行処理スクリプトを作成する必要があり、開発負荷が大きい。
また、前述した、既存の運用管理ソフトウェアでは、RBAにおけるワークフローの定義やスクリプトの新規開発が必要であり、開発負荷が大きい。
更に、RBAが導入できないサーバに対してはコマンド実行支援ツール使用するという運用を行ったとしても、作業者の手作業による操作が介在するため、作業ミス又は作業漏れが発生する。However, in
In addition, the above-described existing operation management software requires a workflow definition in RBA and a new development of a script, resulting in a large development load.
Further, even if an operation of using a command execution support tool is performed on a server to which RBA cannot be introduced, an operation by a worker's manual operation is involved, so that a work error or work leakage occurs.
本発明は、このような事情に鑑みたものであり、コマンド実行のためのスクリプトを新規に作成しなくても、コマンド実行を自動化し、作業者の作業ミス及び作業漏れを防止することを主な目的とする。 The present invention has been made in view of such circumstances, and is intended to automate command execution and prevent operator errors and omissions without creating a new script for command execution. With a purpose.
本発明に係るコマンド管理装置は、
複数のコマンドが含まれる第1の文書ファイル内の各コマンドにコマンドの実行方式の識別子である実行方式キーとデリミタとが追加されて生成された第2の文書ファイルからデリミタを抽出して、コマンドと実行方式キーとの組合せをコマンドセットとして前記第2の文書ファイルから読取るコマンド読取部と、
前記コマンド読取部により読取られたコマンドセットごとに、コマンドセットに含まれる実行方式キーに基づき、コマンドセットに含まれるコマンドの実行方式を判定する実行方式判定部と、
前記コマンド読取部により読取られたコマンドセットごとに、前記実行方式判定部により判定された実行方式にて、コマンドセットに含まれるコマンドを実行するコマンド実行部とを有する。The command management device according to the present invention is:
A delimiter is extracted from a second document file generated by adding an execution method key and a delimiter, which are identifiers of a command execution method, to each command in the first document file including a plurality of commands, and the command A command reading unit that reads from the second document file a combination of the execution method key and the command set;
An execution method determination unit that determines an execution method of a command included in the command set based on an execution method key included in the command set for each command set read by the command reading unit;
For each command set read by the command reading unit, a command execution unit that executes a command included in the command set with the execution method determined by the execution method determination unit.
本発明によれば、第1の文書ファイルから生成された第2の文書ファイルからコマンドと実行方式キーとを読取ることができる。
このため、コマンド実行のためのスクリプトを新規に作成しなくても、コマンド実行を自動化することができ、作業者の作業ミス及び作業漏れを防止することができる。According to the present invention, the command and the execution method key can be read from the second document file generated from the first document file.
For this reason, command execution can be automated without creating a new script for command execution, and operator errors and omissions can be prevented.
実施の形態1.
***構成の説明***
図1は、本実施の形態に係るシステム構成例を示す。
*** Explanation of configuration ***
FIG. 1 shows a system configuration example according to the present embodiment.
作業者使用端末装置100は、作業者が使用する端末装置である。
なお、作業者使用端末装置100は、単に作業使用者端末とも表記する。The worker
The worker
作業実施端末装置200は、作業者使用端末装置100がリモートアクセスする端末装置である。
作業実施端末装置200は、コマンド管理装置の例に相当する。
なお、作業実施端末装置200は、単に作業実施端末とも表記する。The work
The work
The work
ファイルサーバ装置700は、第2の文書ファイル800を記憶するサーバ装置である。
第2の文書ファイル800には、コマンドとコマンドの実行方式の識別子である実行方式キーとデリミタであるコマンド読取用タグが記述されている。
なお、ファイルサーバ装置700は、単にファイルサーバとも表記する。The
In the
Note that the
DB(database)サーバ装置1300は、実行方式キーDB1000を有するサーバ装置である。
実行方式キーDB1000には、実行方式テーブル1100が格納されている。
実行方式テーブル1100には、複数の実行方式キーが記述され、各実行方式キーに対してコマンドの実行方式が定義されている。
なお、DBサーバ装置1300は、単にDBサーバとも表記する。A DB (database)
An execution method table 1100 is stored in the execution
The execution method table 1100 describes a plurality of execution method keys, and a command execution method is defined for each execution method key.
The
実行対象サーバ装置1200は、作業実施端末装置200がコマンドを実行する対象のサーバ装置である。
なお、実行対象サーバ装置1200は、単に実行対象サーバとも表記する。The execution
Note that the execution
作業実施端末装置200は、機能モジュールとしてコマンド自動実行部300を有する。
コマンド自動実行部300は、コマンド読取部400、実行方式判定部500及びコマンド実行部600で構成される。
コマンド読取部400は、第2の文書ファイル800からデリミタであるコマンド読取用タグを抽出して、コマンドと実行方式キーとの組合せを第2の文書ファイル800から読み取る。
なお、コマンドと実行方式キーとの組合せをコマンドセットという。
実行方式判定部500は、コマンド読取部400により読み取られたコマンドセットごとに、コマンドセットに含まれる実行方式キーに基づき、コマンドセットに含まれるコマンドの実行方式を判定する。
実行方式判定部500は、より具体的には、コマンドセットに含まれる実行方式キーを用いてDBサーバ装置1300にアクセスし、DBサーバ装置1300からコマンドの実行方式の情報を得る。
コマンド実行部600は、コマンド読取部400により読み取られたコマンドセットごとに、実行方式判定部500により判定された実行方式にて、コマンドセットに含まれるコマンドを実行する。The work
The automatic
The
A combination of a command and an execution method key is called a command set.
The execution
More specifically, the execution
The
本実施の形態では、コマンド読取部400が、第2の文書ファイル800からコマンドセットを読み出す度に、実行方式判定部500を呼び出す。
そして、実行方式判定部500は、コマンド読取部400により呼び出される度に、コマンド読取部400により読み取られたコマンドセットに含まれる実行方式キーに基づき、読み取られたコマンドセットに含まれるコマンドの実行方式を判定し、コマンド実行部600を呼び出す。
コマンド実行部600は、実行方式判定部500により呼び出される度に、実行方式判定部500により判定された実行方式にて、コマンド読取部400により読み取られたコマンドセットに含まれるコマンドを実行する。In the present embodiment, every time the
The execution
Each time the
図2は、第2の文書ファイル800の例を示す。
第2の文書ファイル800では、コマンド(例えば、図2中の「ps −eaf | grep process」)を、二種類のタグで挟んでいる。
つまり、第2の文書ファイル800では、コマンドを実行方式キー(例えば、図2中の「ccccc」)とコマンド読取用タグ(例えば、図2中の「xxxxx」)で挟んでいる。
コマンドの直前直後には実行方式キーが記述され、更にコマンドと実行方式キーの外側をコマンド読取用タグが記述されている。
コマンド、コマンド読取用タグ、実行方式キーはそれぞれ、改行されており、前後に改行コード(例えば、「¥n」)が設定されている。
第2の文書ファイル800は、コメントと改行コードとコマンドのみが含まれる第1の文書ファイル850内の各コマンドに実行方式キーとコマンド読取用タグが追加されて生成された文書ファイルである。
つまり、第1の文書ファイル850には、コメントと改行コードの他には、「ps −eaf | grep process」、「1」及び「¥¥abc¥def¥zzz.exe」のみが記述されている。
第2の文書ファイル800では、前述したように、コマンド「ps −eaf | grep process」に2つの実行方式キー「ccccc」と2つのコマンド読取用タグ「xxxxx」が追加されている。
同様に、第2の文書ファイル800では、コマンド「1」に2つの実行方式キー「aaaaa」と2つのコマンド読取用タグ「xxxxx」が追加されている。
同様に、第2の文書ファイル800では、コマンド「¥¥abc¥def¥zzz.exe」に2つの実行方式キー「fffff」と2つのコマンド読取用タグ「xxxxx」が追加されている。FIG. 2 shows an example of the
In the
That is, in the
An execution method key is described immediately before and after the command, and a command reading tag is described outside the command and the execution method key.
Each of the command, command reading tag, and execution method key has a line feed, and a line feed code (for example, “¥ n”) is set before and after.
The
That is, in the
As described above, in the
Similarly, in the
Similarly, in the
図3は実行方式テーブル1100の例を示す。
実行方式テーブル1100は、実行方式キーが記述される実行方式キーカラムと、実行方式キーカラムに記述される実行方式キーに対応する実行方式が記述される方式カラムで構成される。
方式カラムには、コマンドの実行方式が記述されている。FIG. 3 shows an example of the execution method table 1100.
The execution method table 1100 includes an execution method key column in which an execution method key is described, and a method column in which an execution method corresponding to the execution method key described in the execution method key column is described.
In the method column, a command execution method is described.
***動作の説明***
図4、図5、図6、図7は、本実施の形態に係る動作フローを示す。
図4は、コマンド自動実行部300の起動時の作業者使用端末装置100を利用する作業者及びコマンド自動実行部300の動作例を示す。
図5は、コマンド読取部400の動作例を示す。
図6は、実行方式判定部500の動作例を示す。
図7は、コマンド実行部600の動作例を示す。
なお、図4〜図7には、本願のコマンド管理方法及びコマンド管理プログラムの処理例が示される。*** Explanation of operation ***
4, 5, 6, and 7 show an operation flow according to the present embodiment.
FIG. 4 shows an operation example of the worker who uses the
FIG. 5 shows an operation example of the
FIG. 6 shows an operation example of the execution
FIG. 7 shows an operation example of the
4 to 7 show processing examples of the command management method and command management program of the present application.
図4において、作業者は作業者使用端末装置100にログインする(S1)。
作業者は、作業者使用端末装置100から作業実施端末装置200にリモートログインし(S2)、コマンド自動実行部300を起動する(S3)。
コマンド自動実行部300は、ファイルサーバ装置700にアクセスし、第2の文書ファイル800を選択するための文書ファイルリストを作業者使用端末装置100のディスプレイ上に表示する(S4)。
作業者は、第2の文書ファイル800を選択する(S5)。
コマンド自動実行部300は、第2の文書ファイル800の読込みを試行し、第2の文書ファイル800を読込めた場合(S6でYES)は、コマンド読取部400を呼び出す(S7)。
コマンド読取部400の動作は、図5を用いて説明する。
一方、第2の文書ファイル800を読込めなかった場合(S6でNO)は、コマンド自動実行部300は、作業者使用端末装置100のディスプレイ上に読込みエラー画面を表示して(S9)、処理を終了する。In FIG. 4, the worker logs in to the worker use terminal device 100 (S1).
The worker remotely logs in to the work
The command
The operator selects the second document file 800 (S5).
The command
The operation of the
On the other hand, when the
図5において、コマンド読取部400は、図4のS6で読込まれた第2の文書ファイル800を参照し(S11)、第2の文書ファイル800内の文字列を読取る(S12)。
S12の過程で改行コードで挟まれるコマンド読取用タグ(例えば、図2の「¥nxxxxx¥n」)を検索できた場合(S13でYES)は、コマンド読取部400は、検索した改行コードで挟まれるコマンド読取用タグをメモリに格納する(S14)。
次に、コマンド読取部400は、S13の読取り位置の直後から第2の文書ファイル800の文字列を再び読取る(S15)。
そして、S14でメモリに格納した改行コードで挟まれるコマンド読取用タグと同じ改行コードで挟まれるコマンド読取用タグ(例えば、図2の「¥nxxxxx¥n」)を検索できた場合(S16でYES)は、コマンド読取部400は、S13で検索された改行コードで挟まれるコマンド読取用タグの最後の改行コードからS16で検索された改行コードで挟まれるコマンド読取用タグの最初の改行コードまでの間の文字列(例えば、図2の「¥nccccc¥nps −eaf | grep process¥nccccc¥n」)を切り出す(S17)。
そして、コマンド読取部400は、S17で切り出した文字列を、コマンドセットとしてメモリに格納する(S18)。
S18が完了したら、コマンド読取部400は、実行方式判定部500を呼び出す(S19)。
なお、S13でNOの場合、あるいはS16でNOの場合は、コマンド読取部400は、検索対象なしエラー画面を作業者使用端末装置100のディスプレイ上に表示し(S21)、処理を終了する(S99)。
なお、図5に示す処理はコマンド読取処理の例に相当する。In FIG. 5, the
If a command reading tag (for example, “¥ xxxxxxxx ¥ n” in FIG. 2) sandwiched between line feed codes in the process of S <b> 12 can be retrieved (YES in S <b> 13), the
Next, the
If a command reading tag (for example, “¥ xxxxxxxx ¥ n” in FIG. 2) sandwiched between the same line reading codes as the command reading tags stored in the memory in S <b> 14 can be retrieved (YES in S <b> 16). ), The
Then, the
When S18 is completed, the
In the case of NO in S13 or NO in S16, the
The process shown in FIG. 5 corresponds to an example of a command reading process.
図6において、実行方式判定部500は、図5のS18でメモリに格納されたコマンドセットを読込む(S23)。
次に、実行方式判定部500は、コマンドセットから改行コードで挟まれる実行方式キー(例えば、図2の「¥nccccc¥n」)を検索できるか否かを判定し、コマンドセットから改行コードで挟まれる実行方式キーが検索できた場合(S24でYES)は、検索した改行コードで挟まれる実行方式キーをメモリに格納する(S25)。
次に、実行方式判定部500は、S25でメモリに格納した改行コードで挟まれる実行方式キーから改行コードを削除し、改行コード除去後の実行方式キーをメモリに格納する(S26)(例えば「¥nccccc¥n」から2つの「¥n」を削除して「ccccc」をメモリに格納する)。
次に、実行方式判定部500は、S24の読取り位置の直後からコマンドセットを再び読取る(S27)。
そして、S25でメモリに格納した改行コードで挟まれる実行方式キーと同じ改行コードで挟まれる実行方式キー(例えば、図2の「¥nccccc¥n」)を検索できた場合(S28でYES)は、実行方式判定部500は、S24で検索された改行コードで挟まれる実行方式キーの最後の改行コードからS28で検索された改行コードで挟まれる実行方式キーの最初の改行コードまでの間の文字列(例えば、図2の「¥nps −eaf | grep process¥n」)を切り出す(S29)。
そして、実行方式判定部500は、S29で切り出した文字列を、コマンド情報としてメモリに格納する(S30)。
次に、実行方式判定部500は、DBサーバ装置1300へアクセスし、実行方式キーDB1000にある実行方式テーブル1100において、S26でメモリに格納した実行方式キーと同一の実行方式キーが記述される実行方式キーカラムを探す。
該当する実行方式キーカラムが検索できた場合(S31でYES)は、この実行方式キーカラムに対応する方式カラムのデータ(実行方式)を取得し、取得したデータを実行方式引数としてメモリに格納する(S32)。
S32が完了したら、実行方式判定部500はコマンド実行部600を呼び出す(S33)。
なお、S24でNOの場合、あるいはS28でNOの場合は、実行方式判定部500は、検索対象なしエラー画面を作業者使用端末装置100のディスプレイ上に表示し(S36)、処理を終了する(S99)。
また、S31でNOの場合は、実行方式判定部500は、対象カラムデータなしエラー画面を作業者使用端末装置100のディスプレイ上に表示し(S35)、処理を終了する(S99)。
なお、図6に示す処理は実行方式判定処理の例に相当する。In FIG. 6, the execution
Next, the execution
Next, the execution
Next, the execution
If an execution method key (for example, “¥ nccccc ¥ n” in FIG. 2) sandwiched by the same line feed code as the execution method key sandwiched by the line feed code stored in the memory in S25 can be retrieved (YES in S28). The execution
Then, the execution
Next, the execution
If the corresponding execution method key column can be searched (YES in S31), the data (execution method) of the method column corresponding to this execution method key column is acquired, and the acquired data is stored in the memory as an execution method argument (S32). ).
When S32 is completed, the execution
In the case of NO in S24 or NO in S28, the execution
If NO in S31, the execution
The process illustrated in FIG. 6 corresponds to an example of an execution method determination process.
図7において、コマンド実行部600は、S30でメモリに格納されたコマンド情報を読込む(S38)。
次に、コマンド実行部600は、S38で読込んだコマンド情報から改行コードを除去し、改行コードの除去後のコマンドをメモリに格納する(S39)(例えば図2の「¥nps −eaf | grep process¥n」から2つの「¥n」を削除して「ps −eaf | grep process」をメモリに格納する)。
次に、コマンド実行部600はS32でメモリに格納した実行方式引数を読込み(S40)、実行方式引数に応じた処理の呼び出しを試行する。
実行方式引数に応じた処理を呼び出せた場合(S41でYES)は、コマンド実行部600は、実行方式引数に応じた実行方式にて、実行対象サーバ装置1200に対し、S39でメモリに格納したコマンドを実行する(S42)。
S42が完了したら、コマンド実行部600は、まだ読取られていない文字列があるかどうかを判断する。
具体的には、コマンド実行部600は、図5のS16で検索されたコマンド読取用タグに続く改行コードの後に文字列があるかどうかを判断する。
まだ読取られていない文字列がある場合(S43でYES)は、S12以降の処理が行われる(S44)。
S41でNOの場合は、コマンド実行部600は、対応処理なしエラー画面を作業者使用端末装置100のディスプレイ上に表示し(S46)、処理を終了する(S99)。
また、S43でNOの場合は、コマンド実行部600は、処理終了画面を作業者使用端末装置100のディスプレイ上に表示し、処理を終了する(S99)。
なお、図7に示す処理はコマンド実行処理の例に相当する。In FIG. 7, the
Next, the
Next, the
When the process corresponding to the execution method argument can be called (YES in S41), the
When S42 is completed, the
Specifically, the
If there is a character string that has not yet been read (YES in S43), the processing after S12 is performed (S44).
In the case of NO in S41, the
If NO in S43, the
The process shown in FIG. 7 corresponds to an example of a command execution process.
***効果の説明***
以上のように、本実施の形態では、第1の文書ファイルに含まれるコマンドがコマンド読取用タグと実行方式キーで挟まれている第2の文書ファイルからコマンドと実行方式キーを読取ることにより、予め用意されているコマンドを適切な実行方式で自動実行することが可能となる。
このため、本実施の形態によれば、作業者の作業ミス及び手順ミスを防止し、作業負荷の軽減を図ることができる。
また、予め用意されている第1の文書ファイルを利用した第2の文書ファイルを用いるので、開発者の開発負荷の軽減も図ることができる。*** Explanation of effects ***
As described above, in the present embodiment, by reading the command and the execution method key from the second document file in which the command included in the first document file is sandwiched between the command reading tag and the execution method key, Commands prepared in advance can be automatically executed by an appropriate execution method.
For this reason, according to this Embodiment, an operator's work mistake and procedure mistake can be prevented, and reduction of work load can be aimed at.
In addition, since the second document file using the first document file prepared in advance is used, the development load on the developer can be reduced.
実施の形態2.
以上の実施の形態1では、第2の文書ファイル800からコマンドセットを一つ一つ読取り、コマンドセットの読取りの度に、コマンドセットに含まれるコマンドを対応する実行方式にて自動実行する例を示した。
本実施の形態では、コマンド読取用タグにコマンドの実行順序を表す値を設定し、第2の文書ファイル800から読み取ったコマンドセットをリスト化し、コマンド読取用タグの値の順に、コマンドセットに含まれるコマンドを対応する実行方式にて自動実行する例を説明する。Embodiment 2. FIG.
In the first embodiment described above, the command set is read one by one from the
In the present embodiment, a value representing the execution order of commands is set in the command reading tag, the command set read from the
***構成の説明***
図8は、本実施の形態に係る第2の文書ファイル800の例を示す。
図8の第2の文書ファイル800では、コマンド読取用タグに数値(例えば、図8中の「e1」「e2」「e3」)が記述されている。
コマンド読取用タグに数値を記述するために、コマンド読取タグの読取り順序を予め設定しておく必要がある。
図8では、e1、e2、e3の順で、コマンドが実行されることが示されている。*** Explanation of configuration ***
FIG. 8 shows an example of the
In the
In order to describe numerical values in the command reading tag, it is necessary to set the reading order of the command reading tag in advance.
FIG. 8 shows that the commands are executed in the order of e1, e2, and e3.
本実施の形態に係るシステム構成例は、図1に示すものと同様である。
但し、本実施の形態では、コマンド実行部600の動作が異なる。
本実施の形態では、コマンド実行部600は、実行方式判定部500により呼び出される度に、コマンド読取部400により読取られたコマンドセットのコマンド読取用タグに記述されている実行順序の値と、コマンド読取部400により読取られたコマンドセットに含まれるコマンドと、実行方式判定部500により判定された実行方式との組を実行リストに登録する。
そして、コマンド実行部600は、図8の第2の文書ファイル800に含まれる全てのコマンドセットについて実行順序の値とコマンドと実行方式との組が実行リストに登録された後に、実行リストに登録されている実行順序の値に従って、実行リストに登録されているコマンドを実行リストに登録されている実行方式にて実行する。
以下では、主に実施の形態1との差異を説明する。
以下で説明していない事項は、実施の形態1と同じである。The system configuration example according to the present embodiment is the same as that shown in FIG.
However, in this embodiment, the operation of the
In this embodiment, each time the
Then, the
Hereinafter, differences from the first embodiment will be mainly described.
Matters not described below are the same as those in the first embodiment.
***動作の説明***
次に動作について説明する。
図4、図5、図6のコマンド実行部600の呼び出し(S34)までは実施の形態1と同じであるため、説明を省略する。
以下では、図9を参照して、本実施の形態に係るコマンド実行部600の内部処理を説明する。*** Explanation of operation ***
Next, the operation will be described.
The steps up to calling the command execution unit 600 (S34) in FIGS. 4, 5, and 6 are the same as those in the first embodiment, and thus the description thereof is omitted.
Hereinafter, internal processing of the
コマンド実行部600は、S30でメモリに格納されたコマンド情報を読込む(S38)。
次に、コマンド実行部600は、S38で読込んだコマンド情報から改行コードを除去し、改行コードの除去後のコマンドをメモリに格納する(S39)(例えば図2の「¥nps −eaf | grep process¥n」から2つの「¥n」を削除して「ps −eaf | grep process」をメモリに格納する) 。
次に、コマンド実行部600はS32でメモリに格納した実行方式引数を読込む(S40)。
更に、コマンド実行部600は、S14でメモリに格納された改行コードで挟まれるコマンド読取用タグを取得し、改行コードを削除して、改行コードが削除された後のコマンド読取用タグを実行順序データとしてメモリに格納する(S47)。
次に、コマンド実行部600は、S47でメモリに格納した実行順序データとS40で読込んだ実行方式引数とS39でメモリに格納したコマンドを対応付け(例えば、実行順序データと実行方式引数とコマンドを:で連結して「e1:command:ps −eaf | grep process」とする)、実行順序データと実行方式引数とコマンドを実行リストに登録する(S48)。
次に、コマンド実行部600は、まだ読取られていない文字列があるかどうかを判断する。
具体的には、コマンド実行部600は、図5のS16で検索されたコマンド読取用タグに続く改行コードの後に文字列があるかどうかを判断する。
まだ読取られていない文字列がある場合(S49でYES)は、S12以降の処理が行われる(S54)。
全ての文字列が読取られている場合(S49でNO)は、実行リストには、図8の例では、「e1:command:ps −eaf | grep process;e2:argument:1;e3:file:¥¥abc¥def¥zzz.exe」が登録されている。
コマンド実行部600は、実行順序の値(e1、e2、e3のうちの「1」、「2」、「3」)に従い、実行方式引数とコマンドの組合せを呼び出す(S50)。
前出の例では、コマンド実行部600は、e1と対応付けられている「command:ps −eaf | grep process」を呼び出し、次に、e2と対応付けられている「argument:1」を呼び出し、次に、e3と対応付けられている「file:¥¥abc¥def¥zzz.exe」を呼び出す。
そして、コマンド実行部600は、呼び出した各組合せについて、実行方式引数に応じた処理を呼び出す。
実行方式引数に応じた処理を呼び出せた場合(S51でYES)は、コマンド実行部600は、実行方式引数に応じた実行方式にて、実行対象サーバ装置1200に対し、コマンドを実行する(S52)。
S52が完了したら、コマンド実行部600は、処理終了画面を作業者使用端末装置100のディスプレイ上に表示し、処理を終了する(S99)。
また、S51でNOの場合は、コマンド実行部600は、対応処理なしエラー画面を作業者使用端末装置100のディスプレイ上に表示し(S55)、処理を終了する(S99)。The
Next, the
Next, the
Further, the
Next, the
Next, the
Specifically, the
If there is a character string that has not yet been read (YES in S49), the processing after S12 is performed (S54).
When all the character strings have been read (NO in S49), the execution list includes “e1: command: ps-eaf | grep process; e2: argument: 1; e3: file: “¥¥ abc ¥ def ¥ zzzz.exe” is registered.
The
In the above example, the
And the
When the process corresponding to the execution method argument can be called (YES in S51), the
When S52 is completed, the
If NO in S51, the
***効果の説明***
以上のように、本実施の形態では、実行すべきコマンドを一括でリスト化し、予め決定した順序に従い、コマンドを連続実行することで、実施の形態1の利点をなくさずに、スループットの向上を期待することができる。*** Explanation of effects ***
As described above, in this embodiment, the commands to be executed are listed in a lump, and the commands are continuously executed according to a predetermined order, thereby improving the throughput without losing the advantages of the first embodiment. Can be expected.
実施の形態3.
以上の実施の形態1及び実施の形態2では、クライアントアプリケーションでコマンドを実行する例を説明したが、本実施の形態では、Webアプリケーションでコマンドを実行する例を説明する。Embodiment 3 FIG.
In the first embodiment and the second embodiment described above, the example in which the command is executed by the client application has been described. In the present embodiment, an example in which the command is executed by the Web application will be described.
***構成の説明***
図10は、本実施の形態のシステム構成例を示す。
図10において、作業者使用端末装置100、ファイルサーバ装置700、第2の文書ファイル800、実行方式キーDB1000、実行方式テーブル1100、実行対象サーバ装置1200、DBサーバ装置1300は図1に示すものと同様であり、説明を省略する。
作業実施端末装置200は、作業者使用端末装置100がリモートアクセスする端末装置である。
アプリケーションサーバ装置1400は、作業実施端末装置200がブラウザからアクセスするサーバ装置である。
本実施の形態では、アプリケーションサーバ装置1400がコマンド管理装置の例に相当する。
なお、アプリケーションサーバ装置1400に含まれるコマンド自動実行部300、コマンド読取部400、実行方式判定部500及びコマンド実行部600は、実施の形態1で説明したものと同じであり、実施の形態1で説明した動作を行う。
以下では、主に実施の形態1との差異を説明する。
以下で説明していない事項は、実施の形態1と同じである。*** Explanation of configuration ***
FIG. 10 shows a system configuration example of the present embodiment.
In FIG. 10, the
The work
The
In the present embodiment, the
The command
Hereinafter, differences from the first embodiment will be mainly described.
Matters not described below are the same as those in the first embodiment.
***動作の説明***
図11は、コマンド自動実行部300の起動時の作業者及びコマンド自動実行部300の動作例を示す。
図11は、図4に対応する。
図11では、図4と比較して、作業実施端末装置200のブラウザからコマンド自動実行部300を呼び出すプロセス(S56)が追加されるのみである。
S1、S2、S3以降の処理は図4と同じであり、また、S8以降は、図5、図6の処理が行われ、次に、図7又は図9の処理が行われる。*** Explanation of operation ***
FIG. 11 shows an operation example of the operator and the command
FIG. 11 corresponds to FIG.
In FIG. 11, as compared with FIG. 4, only a process (S56) for calling the command
The processes after S1, S2, and S3 are the same as those in FIG. 4, and after S8, the processes in FIGS. 5 and 6 are performed, and then the processes in FIG. 7 and FIG. 9 are performed.
***効果の説明***
以上のように、実施の形態1及び実施の形態2に示したクライアントアプリケーションだけでなく、Webアプリケーションにおいてもコマンドを自動実行することができる。*** Explanation of effects ***
As described above, the command can be automatically executed not only in the client application shown in the first and second embodiments but also in the Web application.
***その他***
以上、本発明の実施の形態について説明したが、これらの実施の形態のうち、2つ以上を組み合わせて実施しても構わない。
あるいは、これらの実施の形態のうち、1つを部分的に実施しても構わない。
あるいは、これらの実施の形態のうち、2つ以上を部分的に組み合わせて実施しても構わない。
なお、本発明は、これらの実施の形態に限定されるものではなく、必要に応じて種々の変更が可能である。
例えば、実施の形態1〜3では、コマンドを実行方式キーで挟み、更に、コマンド読取用タグで挟む例を説明したが、これに代えて、コマンドをコマンド読取用のデリミタと実行方式キーで挟むようにしてもよい。
具体的には、「xxxxx」「¥n」「ps −eaf | grep process」「¥n」「ccccc」といった配置にしてもよい。*** Others ***
As mentioned above, although embodiment of this invention was described, you may implement in combination of 2 or more among these embodiment.
Alternatively, one of these embodiments may be partially implemented.
Alternatively, two or more of these embodiments may be partially combined.
In addition, this invention is not limited to these embodiment, A various change is possible as needed.
For example, in the first to third embodiments, an example in which a command is sandwiched between execution method keys and further sandwiched between command reading tags has been described. Instead, a command is sandwiched between a command reading delimiter and an execution method key. You may make it.
Specifically, an arrangement such as “xxxx”, “¥ n”, “ps−eaf | grep process”, “¥ n”, “ccccc” may be used.
***ハードウェア構成の説明***
最後に、コマンド管理装置(作業実施端末装置200又はアプリケーションサーバ装置1400)のハードウェア構成例を図12を参照して説明する。
コマンド管理装置はコンピュータである。
コマンド管理装置は、プロセッサ901、補助記憶装置902、メモリ903、通信装置904、入力インタフェース905、ディスプレイインタフェース906といったハードウェアを備える。
プロセッサ901は、信号線910を介して他のハードウェアと接続され、これら他のハードウェアを制御する。
入力インタフェース905は、入力装置907に接続されている。
ディスプレイインタフェース906は、ディスプレイ908に接続されている。*** Explanation of hardware configuration ***
Finally, a hardware configuration example of the command management device (work
The command management device is a computer.
The command management device includes hardware such as a
The
The
The
プロセッサ901は、プロセッシングを行うIC(Integrated Circuit)である。
プロセッサ901は、例えば、CPU(Central Processing Unit)、DSP(Digital Signal Processor)、GPU(Graphics Processing Unit)である。
補助記憶装置902は、例えば、ROM(Read Only Memory)、フラッシュメモリ、HDD(Hard Disk Drive)である。
メモリ903は、例えば、RAM(Random Access Memory)である。
通信装置904は、データを受信するレシーバー9041及びデータを送信するトランスミッター9042を含む。
通信装置904は、例えば、通信チップ又はNIC(Network Interface Card)である。
入力インタフェース905は、入力装置907のケーブル911が接続されるポートである。
入力インタフェース905は、例えば、USB(Universal Serial Bus)端子である。
ディスプレイインタフェース906は、ディスプレイ908のケーブル912が接続されるポートである。
ディスプレイインタフェース906は、例えば、USB端子又はHDMI(登録商標)(High Definition Multimedia Interface)端子である。
入力装置907は、例えば、マウス、キーボード又はタッチパネルである。
ディスプレイ908は、例えば、LCD(Liquid Crystal Display)である。The
The
The
The
The
The
The
The
The
The
The
The
補助記憶装置902には、図1に示すコマンド読取部400、実行方式判定部500及びコマンド実行部600(以下、コマンド読取部400、実行方式判定部500及びコマンド実行部600をまとめて「部」と表記する)の機能を実現するプログラムが記憶されている。
このプログラムは、メモリ903にロードされ、プロセッサ901に読み込まれ、プロセッサ901によって実行される。
更に、補助記憶装置902には、OS(Operating System)も記憶されている。
そして、OSの少なくとも一部がメモリ903にロードされ、プロセッサ901はOSを実行しながら、「部」の機能を実現するプログラムを実行する。
図12では、1つのプロセッサ901が図示されているが、コマンド管理装置が複数のプロセッサ901を備えていてもよい。
そして、複数のプロセッサ901が「部」の機能を実現するプログラムを連携して実行してもよい。
また、「部」の処理の結果を示す情報やデータや信号値や変数値が、メモリ903、補助記憶装置902、又は、プロセッサ901内のレジスタ又はキャッシュメモリに記憶される。In the
This program is loaded into the
Further, the
Then, at least a part of the OS is loaded into the
Although one
A plurality of
In addition, information, data, signal values, and variable values indicating the processing results of “unit” are stored in the
「部」を「サーキットリー」で提供してもよい。
また、「部」を「回路」又は「工程」又は「手順」又は「処理」に読み替えてもよい。
「回路」及び「サーキットリー」は、プロセッサ901だけでなく、ロジックIC又はGA(Gate Array)又はASIC(Application Specific Integrated Circuit)又はFPGA(Field−Programmable Gate Array)といった他の種類の処理回路をも包含する概念である。The “part” may be provided as “circuitry”.
Further, “part” may be read as “circuit”, “process”, “procedure”, or “processing”.
“Circuit” and “Circuitry” include not only the
100 作業者使用端末装置、200 作業実施端末装置、300 コマンド自動実行部、400 コマンド読取部、500 実行方式判定部、600 コマンド実行部、700 ファイルサーバ装置、800 第2の文書ファイル、850 第1の文書ファイル、1000 実行方式キーDB、1100 実行方式テーブル、1200 実行対象サーバ装置、1300 DBサーバ装置、1400 アプリケーションサーバ装置。
DESCRIPTION OF
Claims (7)
前記コマンド読取部により読取られたコマンドセットごとに、コマンドセットに含まれる実行方式キーに基づき、コマンドセットに含まれるコマンドの実行方式を判定する実行方式判定部と、
前記コマンド読取部により読取られたコマンドセットごとに、前記実行方式判定部により判定された実行方式にて、コマンドセットに含まれるコマンドを実行するコマンド実行部とを有するコマンド管理装置。A delimiter is extracted from a second document file generated by adding an execution method key and a delimiter, which are identifiers of a command execution method, to each command in the first document file including a plurality of commands, and the command A command reading unit that reads from the second document file a combination of the execution method key and the command set;
An execution method determination unit that determines an execution method of a command included in the command set based on an execution method key included in the command set for each command set read by the command reading unit;
A command management apparatus comprising: a command execution unit that executes a command included in a command set in the execution method determined by the execution method determination unit for each command set read by the command reading unit.
前記第2の文書ファイルからコマンドセットを読取る度に、前記実行方式判定部を呼び出し、
前記実行方式判定部は、
前記コマンド読取部により呼び出される度に、前記コマンド読取部により読取られたコマンドセットに含まれる実行方式キーに基づき、読取られたコマンドセットに含まれるコマンドの実行方式を判定し、前記コマンド実行部を呼び出し、
前記コマンド実行部は、
前記実行方式判定部により呼び出される度に、前記実行方式判定部により判定された実行方式にて、前記コマンド読取部により読取られたコマンドセットに含まれるコマンドを実行する請求項1に記載のコマンド管理装置。The command reading unit
Each time the command set is read from the second document file, the execution method determination unit is called,
The execution method determination unit
Each time it is called by the command reading unit, it determines the execution method of the command included in the read command set based on the execution method key included in the command set read by the command reading unit, and call,
The command execution unit
2. The command management according to claim 1, wherein a command included in a command set read by the command reading unit is executed by the execution method determined by the execution method determining unit every time the execution method determining unit calls the command. apparatus.
デリミタにコマンドの実行順序の値が記述されている第2の文書ファイルからコマンドセットを読取る度に、前記実行方式判定部を呼び出し、
前記実行方式判定部は、
前記コマンド読取部により呼び出される度に、前記コマンド読取部により読取られたコマンドセットに含まれる実行方式キーに基づき、読取られたコマンドセットに含まれるコマンドの実行方式を判定し、前記コマンド実行部を呼び出し、
前記コマンド実行部は、
前記実行方式判定部により呼び出される度に、前記コマンド読取部により読取られたコマンドセットのデリミタに記述されている実行順序の値と、前記コマンド読取部により読取られたコマンドセットに含まれるコマンドと、前記実行方式判定部により判定された実行方式との組を実行リストに登録し、前記第2の文書ファイルに含まれる全てのコマンドセットについて実行順序の値とコマンドと実行方式との組が前記実行リストに登録された後に、前記実行リストに登録されている実行順序の値に従って、前記実行リストに登録されているコマンドを前記実行リストに登録されている実行方式にて実行する請求項1に記載のコマンド管理装置。The command reading unit
Each time the command set is read from the second document file in which the command execution order value is described in the delimiter, the execution method determination unit is called.
The execution method determination unit
Each time it is called by the command reading unit, it determines the execution method of the command included in the read command set based on the execution method key included in the command set read by the command reading unit, and call,
The command execution unit
Each time it is called by the execution method determination unit, the value of the execution order described in the delimiter of the command set read by the command reading unit, the command included in the command set read by the command reading unit, A set of execution methods determined by the execution method determination unit is registered in an execution list, and a set of execution order values, commands, and execution methods for all command sets included in the second document file is the execution list. 2. The command registered in the execution list is executed in accordance with an execution method registered in the execution list in accordance with an execution order value registered in the execution list after being registered in the list. Command management device.
タグである実行方式キーがコマンドを挟み込み、タグであるデリミタがコマンドと実行方式キーとを挟み込むことで生成された第2の文書ファイルからデリミタを抽出して、コマンドセットを前記第2の文書ファイルから読取る請求項1に記載のコマンド管理装置。The command reading unit
A delimiter is extracted from the second document file generated when the execution method key as a tag sandwiches a command, and the delimiter as a tag sandwiches the command and the execution method key, and a command set is extracted from the second document file. The command management device according to claim 1, which is read from the command management device.
前記コンピュータが、読取られたコマンドセットごとに、コマンドセットに含まれる実行方式キーに基づき、コマンドセットに含まれるコマンドの実行方式を判定し、
前記コンピュータが、読取られたコマンドセットごとに、判定された実行方式にて、コマンドセットに含まれるコマンドを実行するコマンド管理方法。A computer extracts a delimiter from a second document file generated by adding an execution method key and a delimiter, which are identifiers of a command execution method, to each command in a first document file including a plurality of commands. A combination of a command and an execution method key is read from the second document file as a command set,
The computer determines the execution method of the command included in the command set based on the execution method key included in the command set for each read command set,
A command management method in which the computer executes a command included in a command set by a determined execution method for each read command set.
前記コマンド読取処理により読取られたコマンドセットごとに、コマンドセットに含まれる実行方式キーに基づき、コマンドセットに含まれるコマンドの実行方式を判定する実行方式判定処理と、
前記コマンド読取処理により読取られたコマンドセットごとに、前記実行方式判定処理により判定された実行方式にて、コマンドセットに含まれるコマンドを実行するコマンド実行処理とをコンピュータに実行させるコマンド管理プログラム。A delimiter is extracted from a second document file generated by adding an execution method key and a delimiter, which are identifiers of a command execution method, to each command in the first document file including a plurality of commands, and the command A command reading process for reading from the second document file as a command set a combination of the execution method key and
An execution method determination process for determining an execution method of a command included in the command set based on an execution method key included in the command set for each command set read by the command reading process;
A command management program for causing a computer to execute a command execution process for executing a command included in a command set by the execution method determined by the execution method determination process for each command set read by the command reading process.
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2015/057153 WO2016143092A1 (en) | 2015-03-11 | 2015-03-11 | Command management device, command management method, and command management program |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2016143092A1 JPWO2016143092A1 (en) | 2017-06-08 |
JP6214818B2 true JP6214818B2 (en) | 2017-10-18 |
Family
ID=56878676
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017504501A Expired - Fee Related JP6214818B2 (en) | 2015-03-11 | 2015-03-11 | Command management apparatus, command management method, and command management program |
Country Status (2)
Country | Link |
---|---|
JP (1) | JP6214818B2 (en) |
WO (1) | WO2016143092A1 (en) |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03266162A (en) * | 1990-03-16 | 1991-11-27 | Fujitsu Ltd | Command execution system |
JP3391808B2 (en) * | 1992-01-14 | 2003-03-31 | キヤノン株式会社 | Natural language input method and device |
JPH07168642A (en) * | 1993-12-15 | 1995-07-04 | Hitachi Ltd | Automatic operation system for electronic computer |
JP3110280B2 (en) * | 1995-04-14 | 2000-11-20 | 日本電気株式会社 | Educational help device |
JP2003115879A (en) * | 2001-10-02 | 2003-04-18 | Gakken Co Ltd | Server, control method therefor and control system using the same |
-
2015
- 2015-03-11 WO PCT/JP2015/057153 patent/WO2016143092A1/en active Application Filing
- 2015-03-11 JP JP2017504501A patent/JP6214818B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
WO2016143092A1 (en) | 2016-09-15 |
JPWO2016143092A1 (en) | 2017-06-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20160062963A1 (en) | Synchronizing DOM Element References | |
US20120173989A1 (en) | Automatically Selecting Internet Browser and Providing Web Page Service | |
WO2016177341A1 (en) | Interface calling method and device, and terminal | |
US8875103B2 (en) | Method of testing multiple language versions of a software system using one test script | |
US11947443B2 (en) | Robotic process automation (RPA) debugging systems and methods | |
US9652220B2 (en) | Zero down-time deployment of new application versions | |
US10169005B2 (en) | Consolidating and reusing portal information | |
US11741002B2 (en) | Test automation systems and methods using logical identifiers | |
US10956309B2 (en) | Source code management systems and methods | |
EP3848824A1 (en) | Landing page processing method, apparatus, device and medium | |
CN108197024B (en) | Embedded browser debugging method, debugging terminal and computer readable storage medium | |
CN110941779B (en) | Page loading method and device, storage medium and electronic equipment | |
CA3157678A1 (en) | Method and apparatus for automatically testing visual report tool based on vuex | |
US20130081010A1 (en) | Template and server content download using protocol handlers | |
US20170161181A1 (en) | Testing support system, and testing support method | |
JP2020123175A (en) | Code management system and code management method | |
CN111158777B (en) | Component calling method, device and computer readable storage medium | |
JP6214818B2 (en) | Command management apparatus, command management method, and command management program | |
WO2017049715A1 (en) | Page construction method, apparatus and device, and nonvolatile computer storage medium | |
JP5414633B2 (en) | Application execution apparatus and application execution method | |
Amarasinghe | Service worker development cookbook | |
JP2015148925A (en) | Program generation device and method | |
CN113326079A (en) | Service version switching method, switching device, electronic equipment and storage medium | |
JP2018120256A (en) | Setting operation input support apparatus and setting operation input support system | |
JP6840656B2 (en) | Test script modifiers and programs |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170221 |
|
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: 20170822 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170919 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6214818 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |