JP2012059039A - Command management device, and method and program thereof - Google Patents

Command management device, and method and program thereof Download PDF

Info

Publication number
JP2012059039A
JP2012059039A JP2010201990A JP2010201990A JP2012059039A JP 2012059039 A JP2012059039 A JP 2012059039A JP 2010201990 A JP2010201990 A JP 2010201990A JP 2010201990 A JP2010201990 A JP 2010201990A JP 2012059039 A JP2012059039 A JP 2012059039A
Authority
JP
Japan
Prior art keywords
command
input
scenario
information processing
procedure manual
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010201990A
Other languages
Japanese (ja)
Inventor
Tsuneo Okajima
常夫 岡島
Jun Matsuno
純 松野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2010201990A priority Critical patent/JP2012059039A/en
Publication of JP2012059039A publication Critical patent/JP2012059039A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To easily provide a plurality of devices with the same command.SOLUTION: A command management device 10 comprises: a command analysis unit 11 which receives a log file containing input commands and a processing result of the input commands from a first information processor P1 and analyzes the log file to extract the input commands; a scenario creation unit 12 which creates a scenario that is a list of the input commands extracted by the command analysis unit 11; and a command input unit 14 which inputs each input command contained in the scenario created by the scenario creation unit 12 into a second information processor P2.

Description

本発明は、コマンド管理装置、その方法及びそのプログラムに関し、特に容易に複数の装置に同じコマンドを提供する技術に関する。   The present invention relates to a command management apparatus, a method thereof, and a program thereof, and more particularly to a technique for easily providing the same command to a plurality of apparatuses.

オペレーティングシステム等を含む通常のコンピュータ装置では、ユーザが所定の操作手順でコマンド(文字列形式の命令)を入力して、その動作を制御する。コンピュータ装置を正常に動作させるためには、正しい手順でコマンドを入力する必要がある。   In a normal computer device including an operating system or the like, a user inputs a command (character string format command) according to a predetermined operation procedure, and controls its operation. In order for the computer apparatus to operate normally, it is necessary to input commands in the correct procedure.

このようなコマンドは膨大な分量になることがあり、ユーザが手作業で正しく入力するには困難が伴うため、詳細な手順書の作成によって入力作業を容易化することが行われている。例えば特許文献1には、汎用計算機上で実行されるジョブ又はコマンドのシステムログを取得し、コマンド識別情報に基づいてコマンド処理を特定し、特定されたコマンド処理の前提後続を当該コマンド処理の開始時間及び終了時間に基づいて判定し、判定されたコマンド処理の前提後続に基づいて汎用計算機に対応する操作手順を作成する汎用計算機の操作手順作成技術が記載されている。   Such commands can be enormous, and it is difficult for a user to input correctly manually. Therefore, the input operation is facilitated by creating a detailed procedure manual. For example, in Patent Document 1, a system log of a job or command executed on a general-purpose computer is acquired, command processing is specified based on command identification information, and the predecessor of the specified command processing is started as the command processing. A technique for creating an operation procedure for a general-purpose computer that makes a determination based on the time and end time and creates an operation procedure corresponding to the general-purpose computer based on the determined premise of command processing is described.

特開2007−11728号公報JP 2007-11728 A

通常、所定のサービスを運用中である情報処理装置に対して何らかの変更作業を行う場合、サービスを運用していない作業検証用の情報処理装置において変更後の手順書の確認、作業検証用の情報処理装置で作業のリハーサルを行い、その後にサービス運用中の情報処理装置にも変更を行う。   Normally, when performing any change work on an information processing device that is operating a predetermined service, confirmation of the changed procedure manual and information for work verification in the information processing device for work verification that is not operating the service The rehearsal is performed on the processing device, and then the information processing device in service operation is also changed.

特許文献1記載の技術では、全てのシステムログを取得してコマンド識別情報からコマンドを判定する必要があり、装置全体が大掛かりになり、処理負荷も増大する。また、特許文献1に記載の技術では、情報処理装置の一部の動作変更等のために、複数装置間でコマンドを共有することは想定されていない。   In the technique described in Patent Document 1, it is necessary to acquire all system logs and determine a command from command identification information, which makes the entire apparatus large and increases the processing load. Further, in the technique described in Patent Document 1, it is not assumed that a command is shared among a plurality of devices in order to change some operations of the information processing device.

そこで、本発明は、容易に複数の装置に同じコマンドを提供するコマンド管理装置、その方法及びそのプログラムを提供することを目的とする。   Therefore, an object of the present invention is to provide a command management device, a method thereof, and a program thereof that easily provide the same command to a plurality of devices.

本発明によれば、入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するコマンド解析手段と、前記コマンド解析手段が抽出した入力コマンドと必要な引数の一覧であるシナリオを作成するシナリオ作成手段と、前記シナリオ作成手段が作成したシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力するコマンド入力手段と、を備えるコマンド管理装置が提供される。   According to the present invention, a log file including an input command, a required argument, and a processing result of the input command is received from the first information processing apparatus, and the input command and a required argument are extracted by analyzing the log file. Command analysis means, scenario creation means for creating a scenario that is a list of input commands and necessary arguments extracted by the command analysis means, and each input command and necessary arguments included in the scenario created by the scenario creation means There is provided a command management device comprising command input means for inputting to the first information processing device or the second information processing device.

また、本発明によれば、入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するステップと、前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成するステップと、前記作成されたシナリオに含まれる各入力コマンドを前記第1の情報処理装置又は第2の情報処理装置に入力するステップと、を有することを特徴とするコマンド管理方法が提供される。   In addition, according to the present invention, a log file including an input command, a required argument, and a processing result of the input command is received from the first information processing apparatus, and the input command and the required argument are analyzed by analyzing the log file. A step of extracting, a step of creating a scenario that is a list of the extracted input commands and necessary arguments, and each input command included in the created scenario as the first information processing apparatus or second information. There is provided a command management method comprising: inputting to a processing device.

更に、本発明によれば、入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取るコマンド管理装置のコンピュータにおいて用いられるコマンド管理プログラムであって、当該コンピュータに、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出する手順と、前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成する手順と、前記作成されたシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力する手順と、を行わせることを特徴とするコマンド管理プログラムが提供される。   Further, according to the present invention, there is provided a command management program used in a computer of a command management apparatus that receives a log file including an input command, necessary arguments, and a processing result of the input command from a first information processing apparatus, The computer analyzes the log file to extract the input command and necessary arguments, creates a scenario that is a list of the extracted input commands and necessary arguments, and the created scenario There is provided a command management program characterized by causing each input command included and a necessary argument to be input to the first information processing apparatus or the second information processing apparatus.

本発明によれば、入力コマンド及び当該入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドを抽出し、抽出された入力コマンドの一覧であるシナリオを作成し、作成したシナリオに含まれる各入力コマンドを第2の情報処理装置に入力するため、容易に複数の装置に同じコマンドを提供するコマンド管理装置、コマンドシステム、その方法及びそのプログラムを提供することができる。   According to the present invention, a log file including an input command and a processing result of the input command is received from the first information processing apparatus, the log file is analyzed to extract the input command, and a list of extracted input commands A command management device, a command system, a method thereof, and a method for easily providing the same command to a plurality of devices in order to create a scenario and input each command included in the created scenario to the second information processing device A program can be provided.

本発明の一実施形態に係る情報制御システムの構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the information control system which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報制御システムにおける手順書作成動作を示すシーケンス図である。It is a sequence diagram which shows the procedure manual creation operation | movement in the information control system which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報制御システムにおけるシナリオ作成動作、及び情報処理装置へのコマンド提供動作を示すシーケンス図である。It is a sequence diagram which shows the scenario creation operation | movement in the information control system which concerns on one Embodiment of this invention, and the command provision operation | movement to information processing apparatus. 本発明の一実施形態に係る情報制御システムにおいて手順書からシナリオを作成する動作を示すシーケンス図である。It is a sequence diagram which shows the operation | movement which produces a scenario from a procedure document in the information control system which concerns on one Embodiment of this invention.

以下、本発明の実施形態について図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の一実施形態に係る情報制御システムの構成の一例を示すブロック図である。   FIG. 1 is a block diagram showing an example of the configuration of an information control system according to an embodiment of the present invention.

図1に示す情報制御システムでは、一例として、情報処理装置P1及びP2がバス等の接続線100及び200を介して、本実施形態に係るコマンド管理装置10に接続されている。   In the information control system shown in FIG. 1, as an example, information processing devices P1 and P2 are connected to a command management device 10 according to the present embodiment via connection lines 100 and 200 such as a bus.

情報処理装置P1は、例えば通常のコンピュータ装置(サーバ装置、パーソナルコンピュータ等)を含む。この情報処理装置P1は、キーボード及びマウス等の入力装置を含むか、外部に供えられたこれらの入力装置と接続される。情報処理装置P1は、ユーザが入力装置を介して手動入力したコマンド(特定の文字列を含み、コンピュータを動作させる命令)を受信する。このコマンドは、情報処理装置P1で実行され、更にコマンド管理装置10にも送信される。   The information processing device P1 includes, for example, a normal computer device (server device, personal computer, etc.). The information processing apparatus P1 includes input devices such as a keyboard and a mouse, or is connected to these input devices provided externally. The information processing apparatus P1 receives a command (an instruction including a specific character string and operating a computer) manually input by the user via the input device. This command is executed by the information processing apparatus P1 and further transmitted to the command management apparatus 10.

情報処理装置P2は、情報処理装置P1と同様に、例えば通常のコンピュータ装置(パーソナルコンピュータ等)を含む。情報処理装置P2は情報処理装置P1と同一の装置でもよく、同一の接続路100を介してコマンド管理装置10に接続されてもよい。   The information processing device P2 includes, for example, a normal computer device (such as a personal computer), as with the information processing device P1. The information processing device P2 may be the same device as the information processing device P1, or may be connected to the command management device 10 via the same connection path 100.

コマンド管理装置10は、情報処理装置P1が入力コマンドに従って実行した処理の手順書又は作業ログファイルを使用し、人手を介さずに同様のコマンドを情報処理装置P2へ提供する機能を有する。   The command management apparatus 10 has a function of providing a similar command to the information processing apparatus P2 using a procedure manual or work log file of processing executed by the information processing apparatus P1 in accordance with an input command, without manual intervention.

ユーザによって情報処理装置P1に入力された入力コマンドと当該コマンドの処理結果は、当該情報処理装置P1からコマンド管理装置10へ、接続線100を介して所定のログファイル形式で送られる。   The input command input to the information processing device P1 by the user and the processing result of the command are sent from the information processing device P1 to the command management device 10 through the connection line 100 in a predetermined log file format.

コマンド管理装置10は、図1に示すように、コマンド解析部11、シナリオ作成部12、手順書作成部13、及びコマンド入力部14を含んでいる。   As shown in FIG. 1, the command management apparatus 10 includes a command analysis unit 11, a scenario creation unit 12, a procedure manual creation unit 13, and a command input unit 14.

コマンド解析部11は、情報処理装置P1から送られたログファイルを解析して、コマンド入力部分と処理結果情報を検出する。この解析処理において、コマンド解析部11は、所定の記号(“$”,“#”等)から始まり、当該所定記号の後に登録済みのコマンドが続く文字列を、入力コマンドと判定する。入力コマンドを基に入力コマンドに続くことが判断される引数の候補に含まれる何れかの引数が、実際に入力コマンドに続いている場合には、その引数が発生していると判定する。また、ログファイルの解析の結果、例えば処理結果情報が明確なエラー状態を示すものであれば、収集したコマンドが破棄されてもよい。   The command analysis unit 11 analyzes the log file sent from the information processing apparatus P1, and detects a command input part and processing result information. In this analysis processing, the command analysis unit 11 determines that a character string starting with a predetermined symbol (“$”, “#”, etc.) and continuing with a registered command is an input command. If any argument included in a candidate argument that is determined to follow the input command based on the input command actually follows the input command, it is determined that the argument is generated. Further, as a result of analysis of the log file, for example, if the processing result information indicates a clear error state, the collected commands may be discarded.

入力コマンドと、引数と、情報処理装置P1による当該コマンドの処理結果情報とは、シナリオ作成部12及び手順書作成部13に通知される。   The input command, the argument, and the processing result information of the command by the information processing apparatus P1 are notified to the scenario creation unit 12 and the procedure manual creation unit 13.

シナリオ作成部12は、コマンド解析部11による入力コマンドと引数の検出結果から入力コマンドと引数の一覧を作成する。このように一覧化されたコマンドと引数の集合を、以下ではシナリオと称する。本実施形態に係るシナリオ作成部12は、情報処理装置P2への自動コマンド入力のための少なくとも1つのシナリオを作成する機能を有する。   The scenario creation unit 12 creates a list of input commands and arguments from the input command and argument detection results by the command analysis unit 11. A set of commands and arguments listed in this way is hereinafter referred to as a scenario. The scenario creation unit 12 according to the present embodiment has a function of creating at least one scenario for automatic command input to the information processing apparatus P2.

またシナリオ作成部12は、シナリオ内のコマンドにおける文字列の一部を一括変換する機能を有する。従って、コマンド中の可変部分(例えば情報処理装置固有の識別情報)については、一括変換機能によって変換すればよい。この機能のため、情報処理装置毎にシナリオを作成する必要がなくなる。   Further, the scenario creation unit 12 has a function of collectively converting a part of a character string in a command in the scenario. Therefore, the variable part in the command (for example, identification information unique to the information processing apparatus) may be converted by the batch conversion function. This function eliminates the need to create a scenario for each information processing apparatus.

手順書作成部13は、コマンド解析部11から通知される入力コマンドと出力結果情報に基づいて手順書ファイルを作成する。手順書ファイルにおいては、入力コマンドと、対応する出力結果情報が紐付け(対応付け)されて記述される。作成された手順書ファイルは、手順書保持部20に格納される。   The procedure manual creation unit 13 creates a procedure manual file based on the input command and output result information notified from the command analysis unit 11. In the procedure manual file, an input command and corresponding output result information are described in association (correspondence). The created procedure manual file is stored in the procedure manual holding unit 20.

コマンド管理装置10が情報処理装置P1以外の装置(例えば情報処理装置P2)からログファイルを受け付けた場合には、手順書作成部13は、情報処理装置P1について作成した手順書ファイルに、当該他の装置についての手順書情報(紐付けされたコマンドと出力結果情報)を付け加えてもよい。あるいは、別ファイルで手順書ファイルが作成されてもよい。   When the command management device 10 receives a log file from a device other than the information processing device P1 (for example, the information processing device P2), the procedure manual creation unit 13 adds the other information to the procedure manual file created for the information processing device P1. Procedure manual information (linked commands and output result information) may be added. Alternatively, the procedure manual file may be created as a separate file.

手順書作成部13はまた、手順書保持部20に記憶された手順書ファイルから必要なコマンドを抽出してシナリオ作成部12へ送信する。   The procedure manual creation unit 13 also extracts a necessary command from the procedure manual file stored in the procedure manual holding unit 20 and transmits it to the scenario creation unit 12.

コマンド入力部14は、シナリオ作成部12が作成したシナリオ(コマンドと引数の集合体)を、情報処理装置P2に提供するインタフェース部として機能する。コマンド入力部14によって、ユーザによる手入力を介さずに、情報処理装置P2にコマンドを入力することが可能となる。これにより、ユーザが情報処理装置P1に入力されたコマンドと引数と同様のコマンドと引数を、人手を介さずに情報処理装置P2に入力し、同様の処理を繰り返し実行させることができる。   The command input unit 14 functions as an interface unit that provides the information processing device P2 with the scenario (a set of commands and arguments) created by the scenario creation unit 12. The command input unit 14 can input a command to the information processing apparatus P2 without manual input by the user. As a result, a command and argument similar to the command and argument input by the user to the information processing apparatus P1 can be input to the information processing apparatus P2 without human intervention, and the same processing can be repeatedly executed.

手順書保持部20は、例えばハードディスク装置やフラッシュメモリ等の記憶装置を含み、手順書作成部13が作成した手順書ファイルを格納する。図1に示された情報制御システムでは、コマンド管理装置10の外部に手順書保持部20が設けられているが、手順書保持部20はコマンド管理装置10の内部に設けられてもよい。また手順書保持部20は、コマンド管理装置10に着脱可能に接続されてもよい。更に手順書保持部20は、情報処理装置P1(及び/又は情報処理装置P2)に内蔵されても、あるいは外付けに接続されてもよい。   The procedure manual holding unit 20 includes a storage device such as a hard disk device or a flash memory, and stores the procedure manual file created by the procedure manual creation unit 13. In the information control system shown in FIG. 1, the procedure manual holding unit 20 is provided outside the command management device 10, but the procedure manual holding unit 20 may be provided inside the command management device 10. The procedure manual holding unit 20 may be detachably connected to the command management apparatus 10. Further, the procedure manual holding unit 20 may be built in the information processing device P1 (and / or the information processing device P2) or may be connected externally.

なお、コマンド管理装置10の一部又は全部の機能は、プロセッサ、プログラムメモリ、及びワークメモリを備えた情報処理装置(例えばパーソナルコンピュータ)において、プログラムメモリに記憶されたプログラムをプロセッサが読み込んで実行することでソフトウェア的に実現されてもよい。あるいはコマンド管理装置10の一部又は全部の機能は、ハードウェアによって実装されてもよく、ハードウェアとソフトウェアの協働によって実現されてもよい。   Note that some or all of the functions of the command management apparatus 10 are executed by a processor reading and executing a program stored in the program memory in an information processing apparatus (for example, a personal computer) including a processor, a program memory, and a work memory. It may be realized by software. Alternatively, some or all of the functions of the command management apparatus 10 may be implemented by hardware, or may be realized by cooperation of hardware and software.

図1に示す例では、コマンド管理装置10は、情報処理装置P1及び情報処理装置P2の外部に設けられているが、コマンド管理装置10は、情報処理装置P1及び情報処理装置P2のいずれかに内蔵されてもよい。   In the example illustrated in FIG. 1, the command management device 10 is provided outside the information processing device P1 and the information processing device P2, but the command management device 10 may be any one of the information processing device P1 and the information processing device P2. It may be built in.

次に、本発明の一実施形態に係る情報制御システムの動作について説明する。   Next, the operation of the information control system according to the embodiment of the present invention will be described.

図2は、本発明の一実施形態に係る情報制御システムにおける手順書作成動作を示すシーケンス図である。図2に示すシーケンスでは、情報処理装置P1にコマンドが入力されてから、該当の手順書が作成されるまでの処理の例が示されている。   FIG. 2 is a sequence diagram showing a procedure manual creation operation in the information control system according to the embodiment of the present invention. In the sequence illustrated in FIG. 2, an example of processing from when a command is input to the information processing apparatus P <b> 1 until the corresponding procedure manual is created is illustrated.

情報処理装置P1にコマンド及び必要な引数が入力されると(ステップA201)、情報処理装置P1において、当該入力コマンド及び必要な引数に応じた処理が行われる(ステップA202)。ただし、特定の処理を要しないコマンドが入力された場合は、処理が行われなくてもよい。   When a command and a required argument are input to the information processing apparatus P1 (step A201), processing according to the input command and the required argument is performed in the information processing apparatus P1 (step A202). However, when a command that does not require a specific process is input, the process may not be performed.

情報処理装置P1では、入力コマンド及び必要な引数とその処理結果情報が含まれる所定形式のログファイルが生成される(ステップA203)。   In the information processing apparatus P1, a log file in a predetermined format including an input command, necessary arguments, and processing result information is generated (step A203).

ログファイルが生成されると、当該ログファイルの読み込みのために、コマンド管理装置10のコマンド解析部11が接続線100を介して情報処理装置P1に接続する(ステップA204)。そして、情報処理装置P1で生成されたログファイルがコマンド解析部11に収集される(ステップA205)。   When the log file is generated, the command analysis unit 11 of the command management apparatus 10 connects to the information processing apparatus P1 through the connection line 100 in order to read the log file (step A204). Then, the log file generated by the information processing apparatus P1 is collected by the command analysis unit 11 (step A205).

コマンド解析部11は読み込んだログファイルの解析処理を行い、入力コマンドと必要な引数と処理結果情報を検出する(ステップA206)。解析結果は、コマンド解析部11内に設けられた記憶部に(一時的に)記憶されてもよい。コマンド解析部11は、検出した入力コマンドと必要な引数と出力結果を手順書作成部13に通知する(ステップA207)。   The command analysis unit 11 analyzes the read log file and detects an input command, necessary arguments, and processing result information (step A206). The analysis result may be stored (temporarily) in a storage unit provided in the command analysis unit 11. The command analysis unit 11 notifies the procedure manual creation unit 13 of the detected input command, necessary arguments, and output result (step A207).

手順書作成部13は、通知された入力コマンドと必要な引数と処理結果情報を紐付けした手順書情報を作成し、手順書ファイルに書き込む(ステップA208)。作成された手順書ファイルは、手順書保持部20に格納される(ステップA209)。   The procedure manual creation unit 13 creates procedure manual information in which the notified input command, necessary arguments, and processing result information are linked, and writes the procedure manual information in the procedure manual file (step A208). The created procedure manual file is stored in the procedure manual holding unit 20 (step A209).

図3は、本発明の一実施形態に係る情報制御システムにおけるシナリオ作成動作、及び情報処理装置へのコマンド提供動作を示すシーケンス図である。図3に示すシーケンスでは、情報処理装置P1にコマンドが入力されてから、同様のコマンドが情報処理装置P2に入力されるまでの処理の例が示されている。   FIG. 3 is a sequence diagram showing a scenario creation operation and a command provision operation to the information processing apparatus in the information control system according to the embodiment of the present invention. The sequence shown in FIG. 3 shows an example of processing from when a command is input to the information processing apparatus P1 to when a similar command is input to the information processing apparatus P2.

情報処理装置P1にコマンドと必要な引数が入力されると(ステップB301)、情報処理装置P1において、当該入力コマンドに応じた処理が行われる(ステップB302)。   When a command and a necessary argument are input to the information processing apparatus P1 (step B301), processing according to the input command is performed in the information processing apparatus P1 (step B302).

情報処理装置P1では、入力コマンドと必要な引数とその処理結果情報が含まれる所定形式のログファイルが生成される(ステップB303)。   In the information processing apparatus P1, a log file in a predetermined format including an input command, necessary arguments, and processing result information is generated (step B303).

ログファイルが生成されると、当該ログファイルの読み込みのために、コマンド管理装置10のコマンド解析部11が接続線100を介して情報処理装置P1に接続する(ステップB304)。そして、情報処理装置P1で生成されたログファイルがコマンド解析部11に収集される(ステップB305)。   When the log file is generated, the command analysis unit 11 of the command management device 10 connects to the information processing device P1 via the connection line 100 in order to read the log file (step B304). And the log file produced | generated by information processing apparatus P1 is collected by the command analysis part 11 (step B305).

コマンド解析部11は読み込んだログファイルの解析処理を行い、入力コマンドと必要な引数と処理結果情報を抽出する(ステップB306)。解析結果は、コマンド解析部11内の記憶部に(一時的に)記憶されてもよい。コマンド解析部11は、検出した入力コマンドと必要な引数をシナリオ作成部12に通知する(ステップB307)。   The command analysis unit 11 analyzes the read log file, and extracts an input command, necessary arguments, and processing result information (step B306). The analysis result may be stored (temporarily) in the storage unit in the command analysis unit 11. The command analysis unit 11 notifies the scenario creation unit 12 of the detected input command and necessary arguments (step B307).

シナリオ作成部12は、通知された検出結果に基づいて、入力コマンドと必要な引数の一覧、すなわちシナリオを作成する(ステップB308)。シナリオに含まれる各コマンドにおいて、当該コマンドの提供先の識別情報等は、情報処理装置P1の識別情報から情報処理装置P2の識別情報へ、シナリオ作成部12の一括変換機能によって変換される。   The scenario creation unit 12 creates a list of input commands and necessary arguments, that is, a scenario based on the notified detection result (step B308). In each command included in the scenario, the identification information of the provider of the command is converted from the identification information of the information processing device P1 to the identification information of the information processing device P2 by the batch conversion function of the scenario creation unit 12.

シナリオ作成部12が作成したシナリオは、コマンド入力部14に通知される(ステップB309)。コマンド入力部14は、通知されたシナリオを読み込み(ステップB310)、当該シナリオに含まれる各コマンドと必要な引数を情報処理装置P2に入力する(ステップB311)。   The scenario created by the scenario creation unit 12 is notified to the command input unit 14 (step B309). The command input unit 14 reads the notified scenario (step B310), and inputs each command included in the scenario and necessary arguments to the information processing apparatus P2 (step B311).

以上のような動作により、情報処理装置P1に入力されたコマンドと必要な引数と同様のコマンドと必要な引数を自動的に情報処理装置P2に提供することが可能となる。   By the operation as described above, it is possible to automatically provide the information processing apparatus P2 with a command and a necessary argument similar to the command and the necessary argument input to the information processing apparatus P1.

図4は、本発明の一実施形態に係る情報制御システムにおいて手順書からシナリオを作成する動作を示すシーケンス図である。図4に示すシーケンスでは、手順書保持部20から手順書情報を抽出して生成されたコマンドと必要な引数が情報処理装置P2に提供されるまでの処理の例が示されている。   FIG. 4 is a sequence diagram showing an operation of creating a scenario from a procedure manual in the information control system according to the embodiment of the present invention. The sequence shown in FIG. 4 shows an example of processing until a command generated by extracting procedure manual information from the procedure manual holding unit 20 and a required argument are provided to the information processing apparatus P2.

この処理では、手順書作成部13が、手順書保持部20に格納されている手順書ファイルを読み込む(ステップC401)。手順書作成部13は、読み込んだ手順書ファイルから、入力コマンドと必要な引数を抽出する(ステップC402)。抽出されたコマンドと必要な引数は、シナリオ作成部12に通知される(ステップC403)。   In this process, the procedure manual creation unit 13 reads the procedure manual file stored in the procedure manual holding unit 20 (step C401). The procedure manual creation unit 13 extracts an input command and necessary arguments from the read procedure manual file (step C402). The extracted command and necessary arguments are notified to the scenario creation unit 12 (step C403).

シナリオ作成部12は、通知されたコマンドと必要な引数から、入力コマンドの一覧、すなわちシナリオを作成する(ステップC404)。シナリオに含まれる各コマンドにおいて、当該コマンドの提供先の識別情報等は、シナリオ作成部12の一括変換機能によって変換される。   The scenario creation unit 12 creates a list of input commands, that is, a scenario, from the notified command and necessary arguments (step C404). In each command included in the scenario, the identification information of the provider of the command is converted by the batch conversion function of the scenario creation unit 12.

シナリオ作成部12が作成したシナリオは、コマンド入力部14に通知される(ステップC405)。コマンド入力部14は、通知されたシナリオを読み込み(ステップC406)、当該シナリオに含まれる各コマンドと必要な引数を情報処理装置P2に入力する(ステップC407)。   The scenario created by the scenario creation unit 12 is notified to the command input unit 14 (step C405). The command input unit 14 reads the notified scenario (step C406), and inputs each command included in the scenario and necessary arguments to the information processing apparatus P2 (step C407).

以上の動作により、他の情報処理装置に入力されて手順書保持部20に保持されていたコマンドと必要な引数と同様のコマンドと必要な引数を、自動的に情報処理装置P2に提供することが可能となる。   By the above operation, the same command and the necessary argument as the command and the necessary argument which are input to the other information processing apparatus and held in the procedure manual holding unit 20 are automatically provided to the information processing apparatus P2. Is possible.

以上のように、本実施形態に係るコマンド管理装置10によれば、1つの情報処理装置に入力されたコマンドと必要な引数を、シナリオとしてまとめ、少なくとも1つの他の情報処理装置に提供することができる。コマンド管理装置10は、情報処理装置に入力されたコマンドと必要な引数と当該コマンドによる処理結果を含むログファイルを取得してシナリオを生成するため、他の情報処理装置には自動的にコマンドと必要な引数が提供される。   As described above, according to the command management apparatus 10 according to the present embodiment, a command input to one information processing apparatus and necessary arguments are collected as a scenario and provided to at least one other information processing apparatus. Can do. The command management device 10 acquires a log file including a command input to the information processing device, necessary arguments, and a processing result of the command, and generates a scenario. Necessary arguments are provided.

またコマンド管理装置10は、取得したログファイルから手順書ファイルを生成して、手順書保持部20に格納する。この際、手順書ファイルにおいては、コマンドと必要な引数と処理結果とが紐付されている。すなわち手順書保持部20では、入力コマンドと処理結果情報を区別可能に保持するため、この手順書ファイルからもシナリオは作成可能である。   Further, the command management apparatus 10 generates a procedure manual file from the acquired log file and stores it in the procedure manual holding unit 20. At this time, in the procedure manual file, commands, necessary arguments, and processing results are associated with each other. That is, since the procedure manual holding unit 20 holds the input command and the processing result information in a distinguishable manner, a scenario can be created from this procedure manual file.

以上のように、本実施形態に係るコマンド管理装置10によれば1つの情報処理装置に入力したコマンドと必要な引数から、シナリオあるいは手順書を生成し、複数の情報処理装置に容易に同様のコマンドと必要な引数を提供することができるようになる。   As described above, according to the command management apparatus 10 according to the present embodiment, a scenario or a procedure manual is generated from a command input to one information processing apparatus and necessary arguments, and the same can be easily applied to a plurality of information processing apparatuses. You will be able to provide commands and required arguments.

上述の実施形態では、一例として、情報処理装置P1に入力されたコマンドと同様のコマンドを情報処理装置P2に提供する例について説明したが、逆に、情報処理装置P2に入力されたコマンドと同様のコマンドが情報処理装置P1に提供されるように構成されてもよい。   In the above-described embodiment, as an example, an example in which a command similar to the command input to the information processing device P1 is provided to the information processing device P2 has been described, but conversely, similar to the command input to the information processing device P2. The command may be provided to the information processing apparatus P1.

また、上述の実施形態では、一例として、情報処理装置P1に入力されたコマンドと必要な引数が1つの情報処理装置P2に提供される例について説明したが、情報処理装置P2が複数備えられ、複数の情報処理装置P2に同様のコマンドと必要な引数が同時に提供されてもよい。   In the above-described embodiment, as an example, an example in which a command input to the information processing device P1 and a necessary argument are provided to one information processing device P2 has been described. However, a plurality of information processing devices P2 are provided, Similar commands and necessary arguments may be simultaneously provided to a plurality of information processing apparatuses P2.

また、コマンド入力を受け付ける情報処理装置P1が複数設けられると共に、情報提供装置P2も複数設けられ、複数の情報処理装置P1のいずれかに入力されたコマンドと必要な引数が、1以上の情報提供装置P2に提供されるように構成されてもよい。   In addition, a plurality of information processing apparatuses P1 that accepts command inputs are provided, and a plurality of information providing apparatuses P2 are also provided. A command input to any of the plurality of information processing apparatuses P1 and one or more necessary arguments are provided. It may be configured to be provided to the device P2.

また、情報処理装置P1が出力したログファイルに基づく手順書から生成されたシナリオが、再び情報処理装置P1に入力されてもよい。この際には、一括変換機能により、コマンドの提供先の識別情報を変更する必要はない。   Further, a scenario generated from a procedure manual based on the log file output by the information processing device P1 may be input to the information processing device P1 again. In this case, it is not necessary to change the identification information of the command providing destination by the batch conversion function.

上述の実施形態では、一例として、手順書保持部20には、コマンドと必要な引数と出力結果が紐付けされた手順書ファイルが保持されるとしたが、手順書ファイルにはコマンドの一覧(すなわちシナリオ)のみが書き込まれて、手順書保持部20に保持されてもよい。   In the above-described embodiment, as an example, the procedure manual holding unit 20 holds a procedure manual file in which commands, necessary arguments, and output results are linked. That is, only the scenario) may be written and held in the procedure book holding unit 20.

なお、本発明の実施形態であるコマンド管理装置10は、ハードウェアにより実現することもできるが、コマンド管理装置の機能をコンピュータに実現させるためのプログラムをコンピュータ読み取り可能な記憶媒体に記憶し、当該コンピュータが当該記憶媒体からプログラムを読み込んで実行することによっても実現することができる。   The command management apparatus 10 according to the embodiment of the present invention can be realized by hardware, but stores a program for causing a computer to realize the function of the command management apparatus in a computer-readable storage medium. It can also be realized by a computer reading and executing a program from the storage medium.

また、上述した実施形態は、本発明の好適な実施形態ではあるが、上記実施形態のみに本発明の範囲を限定するものではなく、本発明の要旨を逸脱しない範囲において種々の変更を施した形態での実施が可能である。   Moreover, although the above-described embodiment is a preferred embodiment of the present invention, the scope of the present invention is not limited only to the above-described embodiment, and various modifications are made without departing from the gist of the present invention. Implementation in the form is possible.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。   A part or all of the above-described embodiment can be described as in the following supplementary notes, but is not limited thereto.

(付記1)
入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するコマンド解析手段と、
前記コマンド解析手段が抽出した入力コマンドと必要な引数の一覧であるシナリオを作成するシナリオ作成手段と、
前記シナリオ作成手段が作成したシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力するコマンド入力手段と、
を備えることを特徴とするコマンド管理装置。
(Appendix 1)
Command analysis means for receiving a log file including an input command, a required argument, and a processing result of the input command from the first information processing apparatus, and analyzing the log file to extract the input command and a required argument;
Scenario creation means for creating a scenario that is a list of input commands and necessary arguments extracted by the command analysis means;
Command input means for inputting each input command and necessary arguments included in the scenario created by the scenario creating means to the first information processing apparatus or the second information processing apparatus;
A command management device comprising:

(付記2)
前記シナリオ作成手段は、
前記シナリオのうちの前記第1の情報処理装置を識別するための情報を前記第2の情報処理装置を識別するための情報に変換する機能を備えることを特徴とする付記1に記載のコマンド管理装置。
(Appendix 2)
The scenario creation means includes:
The command management according to claim 1, further comprising a function of converting information for identifying the first information processing apparatus in the scenario into information for identifying the second information processing apparatus. apparatus.

(付記3)
前記コマンド解析手段の解析結果から、前記入力コマンドと前記必要な引数と前記入力コマンドの処理結果が対応づけられて記載された手順書ファイルを作成する手順書作成手段を更に備えることを特徴とする付記1又は2に記載のコマンド管理装置。
(Appendix 3)
The method further comprises a procedure manual creation unit that creates a procedure manual file in which the input command, the necessary argument, and the processing result of the input command are described in association with each other from the analysis result of the command analysis unit. The command management device according to appendix 1 or 2.

(付記4)
前記シナリオ作成手段は、前記手順書作成手段が作成した手順書ファイルから、前記シナリオを作成することを特徴とする付記3に記載のコマンド管理装置。
(Appendix 4)
The command management apparatus according to appendix 3, wherein the scenario creation unit creates the scenario from a procedure manual file created by the procedure manual creation unit.

(付記5)
前記手順書作成手段が作成した手順書ファイルを格納する手順書保持手段を更に備え、
前記シナリオ作成手段は、前記手順書保持手段が保持する手順書ファイルから、前記シナリオを作成することを特徴とする付記4に記載のコマンド管理装置。
(Appendix 5)
A procedure manual holding means for storing the procedure manual file created by the procedure manual creation means;
The command management apparatus according to appendix 4, wherein the scenario creation unit creates the scenario from a procedure manual file held by the procedure manual holding unit.

(付記6)
前記コマンド入力手段は、複数の第2の情報処理装置に前記各入力コマンドと必要な引数を入力することを特徴とする付記1〜5のいずれか1に記載のコマンド管理装置。
(Appendix 6)
The command management device according to any one of appendices 1 to 5, wherein the command input means inputs the input commands and necessary arguments to a plurality of second information processing devices.

(付記7)
入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するステップと、
前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成するステップと、
前記作成されたシナリオに含まれる各入力コマンドを前記第1の情報処理装置又は第2の情報処理装置に入力するステップと、
を有することを特徴とするコマンド管理方法。
(Appendix 7)
Receiving a log file including an input command, necessary arguments, and a processing result of the input command from the first information processing apparatus, analyzing the log file, and extracting the input command and necessary arguments;
Creating a scenario that is a list of the extracted input commands and required arguments;
Inputting each input command included in the created scenario to the first information processing apparatus or the second information processing apparatus;
A command management method characterized by comprising:

(付記8)
前記シナリオのうちの前記第1の情報処理装置を識別するための情報を前記第2の情報処理装置を識別するための情報に変換するステップを更に有することを特徴とする付記7に記載のコマンド管理方法。
(Appendix 8)
The command according to appendix 7, further comprising the step of converting information for identifying the first information processing device in the scenario into information for identifying the second information processing device. Management method.

(付記9)
前記ログファイルの解析結果から、前記入力コマンドと前記必要な引数と前記入力コマンドの処理結果が対応づけられて記載された手順書ファイルを作成する手順書作成ステップを更に有することを特徴とする付記7又は8に記載のコマンド管理方法。
(Appendix 9)
The method further includes a procedure manual creation step of creating a procedure manual file in which the input command, the necessary argument, and the processing result of the input command are associated with each other from the analysis result of the log file. The command management method according to 7 or 8.

(付記10)
前記シナリオを作成するステップでは、前記作成された手順書ファイルから、前記シナリオを作成することを特徴とする付記9に記載のコマンド管理方法。
(Appendix 10)
The command management method according to appendix 9, wherein, in the step of creating the scenario, the scenario is created from the created procedure manual file.

(付記11)
前記シナリオを作成するステップでは、前記作成された手順書ファイルを格納する手順書保持部が保持している手順書ファイルから、前記シナリオを作成することを特徴とする付記10に記載のコマンド管理方法。
(Appendix 11)
11. The command management method according to appendix 10, wherein in the step of creating the scenario, the scenario is created from a procedure book file held by a procedure book holding unit that stores the created procedure book file. .

(付記12)
前記シナリオに含まれる各入力コマンドと必要な引数は、複数の第2の情報処理装置に入力されることを特徴とする付記7〜11のいずれか1に記載のコマンド管理方法。
(Appendix 12)
The command management method according to any one of appendices 7 to 11, wherein each input command and necessary arguments included in the scenario are input to a plurality of second information processing apparatuses.

(付記13)
入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取るコマンド管理装置のコンピュータにおいて用いられるコマンド管理プログラムであって、当該コンピュータに、
前記ログファイルを解析して前記入力コマンドと必要な引数を抽出する手順と、
前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成する手順と、
前記作成されたシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力する手順と、
を行わせることを特徴とするコマンド管理プログラム。
(Appendix 13)
A command management program used in a computer of a command management device that receives a log file including an input command, necessary arguments, and a processing result of the input command from the first information processing device,
Analyzing the log file to extract the input command and necessary arguments;
Creating a scenario that is a list of the extracted input commands and required arguments;
A procedure for inputting each input command and necessary arguments included in the created scenario to the first information processing apparatus or the second information processing apparatus;
A command management program characterized in that

(付記14)
前記コンピュータに、
前記シナリオのうちの前記第1の情報処理装置を識別するための情報を前記第2の情報処理装置を識別するための情報に変換する手順を更に行わせることを特徴とする付記13に記載のコマンド管理プログラム。
(Appendix 14)
In the computer,
14. The supplementary note 13 further comprising a step of converting information for identifying the first information processing apparatus in the scenario into information for identifying the second information processing apparatus. Command management program.

(付記15)
前記コンピュータに、
前記ログファイルの解析結果から、前記入力コマンドと前記必要な引数と前記入力コマンドの処理結果が対応づけられて記載された手順書ファイルを作成する手順書作成手順を更に行わせることを特徴とする付記13又は14いずれかに記載のコマンド管理プログラム。
(Appendix 15)
In the computer,
A procedure manual creation procedure for creating a procedure manual file in which the input command, the necessary argument, and the processing result of the input command are described in association with each other from the analysis result of the log file is further performed. The command management program according to any one of appendix 13 or 14.

(付記16)
前記シナリオを作成する手順では、前記作成された手順書ファイルから、前記シナリオを作成することを特徴とする付記15に記載のコマンド管理プログラム。
(Appendix 16)
The command management program according to appendix 15, wherein in the procedure for creating the scenario, the scenario is created from the created procedure manual file.

(付記17)
前記シナリオを作成する手順では、前記成された手順書ファイルを格納する手順書保持部が保持している手順書ファイルから、前記シナリオを作成することを特徴とする付記16に記載のコマンド管理プログラム。
(Appendix 17)
17. The command management program according to appendix 16, wherein in the procedure for creating the scenario, the scenario is created from a procedure book file held by a procedure book holding unit for storing the created procedure book file. .

(付記18)
前記シナリオに含まれる各入力コマンドと必要な引数は、複数の第2の情報処理装置に入力されることを特徴とする付記13〜17のいずれか1に記載のコマンド管理プログラム。
(Appendix 18)
The command management program according to any one of appendices 13 to 17, wherein each input command and necessary arguments included in the scenario are input to a plurality of second information processing apparatuses.

10 コマンド管理装置
11 コマンド解析部
12 シナリオ作成部
13 手順書作成部
14 コマンド入力部
20 手順書保持部
100 接続線
200 接続線
P1 情報処理装置
P2 情報処理装置
DESCRIPTION OF SYMBOLS 10 Command management apparatus 11 Command analysis part 12 Scenario preparation part 13 Procedure manual creation part 14 Command input part 20 Procedure manual holding part 100 Connection line 200 Connection line P1 Information processing apparatus P2 Information processing apparatus

Claims (8)

入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するコマンド解析手段と、
前記コマンド解析手段が抽出した入力コマンドと必要な引数の一覧であるシナリオを作成するシナリオ作成手段と、
前記シナリオ作成手段が作成したシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力するコマンド入力手段と、
を備えることを特徴とするコマンド管理装置。
Command analysis means for receiving a log file including an input command, a required argument, and a processing result of the input command from the first information processing apparatus, and analyzing the log file to extract the input command and a required argument;
Scenario creation means for creating a scenario that is a list of input commands and necessary arguments extracted by the command analysis means;
Command input means for inputting each input command and necessary arguments included in the scenario created by the scenario creating means to the first information processing apparatus or the second information processing apparatus;
A command management device comprising:
前記シナリオ作成手段は、
前記シナリオのうちの前記第1の情報処理装置を識別するための情報を前記第2の情報処理装置を識別するための情報に変換する機能を備えることを特徴とする請求項1に記載のコマンド管理装置。
The scenario creation means includes:
2. The command according to claim 1, further comprising: a function of converting information for identifying the first information processing device in the scenario into information for identifying the second information processing device. 3. Management device.
前記コマンド解析手段の解析結果から、前記入力コマンドと前記必要な引数と前記入力コマンドの処理結果が対応づけられて記載された手順書ファイルを作成する手順書作成手段を更に備えることを特徴とする請求項1又は2のいずれか一項に記載のコマンド管理装置。   The method further comprises a procedure manual creation unit that creates a procedure manual file in which the input command, the necessary argument, and the processing result of the input command are described in association with each other from the analysis result of the command analysis unit. The command management apparatus as described in any one of Claim 1 or 2. 前記シナリオ作成手段は、前記手順書作成手段が作成した手順書ファイルから、前記シナリオを作成することを特徴とする請求項3に記載のコマンド管理装置。   The command management apparatus according to claim 3, wherein the scenario creation unit creates the scenario from a procedure manual file created by the procedure manual creation unit. 前記手順書作成手段が作成した手順書ファイルを格納する手順書保持手段を更に備え、
前記シナリオ作成手段は、前記手順書保持手段が保持する手順書ファイルから、前記シナリオを作成することを特徴とする請求項4に記載のコマンド管理装置。
A procedure manual holding means for storing the procedure manual file created by the procedure manual creation means;
The command management apparatus according to claim 4, wherein the scenario creating unit creates the scenario from a procedure manual file held by the procedure manual holding unit.
前記コマンド入力手段は、複数の第2の情報処理装置に前記各入力コマンドと必要な引数を入力することを特徴とする請求項1乃至5のいずれか1項に記載のコマンド管理装置。   The command management apparatus according to claim 1, wherein the command input unit inputs the input commands and necessary arguments to a plurality of second information processing apparatuses. 入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取り、前記ログファイルを解析して前記入力コマンドと必要な引数を抽出するステップと、
前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成するステップと、
前記作成されたシナリオに含まれる各入力コマンドを前記第1の情報処理装置又は第2の情報処理装置に入力するステップと、
を有することを特徴とするコマンド管理方法。
Receiving a log file including an input command, necessary arguments, and a processing result of the input command from the first information processing apparatus, analyzing the log file, and extracting the input command and necessary arguments;
Creating a scenario that is a list of the extracted input commands and required arguments;
Inputting each input command included in the created scenario to the first information processing apparatus or the second information processing apparatus;
A command management method characterized by comprising:
入力コマンドと必要な引数と前記入力コマンドの処理結果を含むログファイルを第1の情報処理装置から受け取るコマンド管理装置のコンピュータにおいて用いられるコマンド管理プログラムであって、当該コンピュータに、
前記ログファイルを解析して前記入力コマンドと必要な引数を抽出する手順と、
前記抽出された入力コマンドと必要な引数の一覧であるシナリオを作成する手順と、
前記作成されたシナリオに含まれる各入力コマンドと必要な引数を前記第1の情報処理装置又は第2の情報処理装置に入力する手順と、
を行わせることを特徴とするコマンド管理プログラム。
A command management program used in a computer of a command management device that receives a log file including an input command, necessary arguments, and a processing result of the input command from the first information processing device,
Analyzing the log file to extract the input command and necessary arguments;
Creating a scenario that is a list of the extracted input commands and required arguments;
A procedure for inputting each input command and necessary arguments included in the created scenario to the first information processing apparatus or the second information processing apparatus;
A command management program characterized in that
JP2010201990A 2010-09-09 2010-09-09 Command management device, and method and program thereof Pending JP2012059039A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010201990A JP2012059039A (en) 2010-09-09 2010-09-09 Command management device, and method and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010201990A JP2012059039A (en) 2010-09-09 2010-09-09 Command management device, and method and program thereof

Publications (1)

Publication Number Publication Date
JP2012059039A true JP2012059039A (en) 2012-03-22

Family

ID=46056056

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010201990A Pending JP2012059039A (en) 2010-09-09 2010-09-09 Command management device, and method and program thereof

Country Status (1)

Country Link
JP (1) JP2012059039A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014186436A (en) * 2013-03-22 2014-10-02 Nec Networks & System Integration Corp Evaluation apparatus, evaluation method, and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06250883A (en) * 1993-02-26 1994-09-09 Hitachi Ltd Method for preparing test command
JP2007011728A (en) * 2005-06-30 2007-01-18 Canon System Solutions Inc Device, method, and program for preparation of operating procedure of general-purpose computer
JP2007011532A (en) * 2005-06-29 2007-01-18 Fujitsu Ltd Automatic generation device of operating procedure manual
JP2008046847A (en) * 2006-08-15 2008-02-28 Nippon Telegr & Teleph Corp <Ntt> Apparatus, method and program for generating adaptor

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06250883A (en) * 1993-02-26 1994-09-09 Hitachi Ltd Method for preparing test command
JP2007011532A (en) * 2005-06-29 2007-01-18 Fujitsu Ltd Automatic generation device of operating procedure manual
JP2007011728A (en) * 2005-06-30 2007-01-18 Canon System Solutions Inc Device, method, and program for preparation of operating procedure of general-purpose computer
JP2008046847A (en) * 2006-08-15 2008-02-28 Nippon Telegr & Teleph Corp <Ntt> Apparatus, method and program for generating adaptor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014186436A (en) * 2013-03-22 2014-10-02 Nec Networks & System Integration Corp Evaluation apparatus, evaluation method, and program

Similar Documents

Publication Publication Date Title
US20160357519A1 (en) Natural Language Engine for Coding and Debugging
US20190171549A1 (en) Extraction of problem diagnostic knowledge from test cases
CN109918055B (en) Application program generation method and device
US9223570B2 (en) Migration assistance using compiler metadata
US20100082523A1 (en) Configuration rule translation mapper
CN111316232A (en) Providing optimization using annotations of programs
US20180025162A1 (en) Application program analysis apparatus and method
US8930923B2 (en) Generating debugging extension source code utilizing debugging information
WO2017020459A1 (en) Method and apparatus for configuring plugin package for host
US20210208996A1 (en) Verification automation apparatus, verification automation method, and computer-readable recording medium
JP6440895B2 (en) Software analysis apparatus and software analysis method
JP2009104342A (en) Data flow analysis apparatus, data flow analysis method and data flow analyzing program
US9286036B2 (en) Computer-readable recording medium storing program for managing scripts, script management device, and script management method
WO2017020460A1 (en) Method and apparatus for integrating plugin
JP2015049659A (en) Test execution system, test execution device, test execution method, and test execution program
JP2012059039A (en) Command management device, and method and program thereof
JP2013030017A (en) Method, device, and program for generating test program
Pacey Starterator guide
JP5686686B2 (en) Program trace management apparatus, program trace management method and program
US20210382810A1 (en) Test data generation apparatus, test data generation method and program
US20170344918A1 (en) Facilitating and reporting the proper completion of workflows
JP2009205242A (en) Automatic generation device of program for verification, and method and program thereof
KR101670726B1 (en) Method for code conversion using debugging information of intermediate language code, apparatus and computer-readable recording medium with program therefor
JP7426493B2 (en) Auxiliary processing methods, equipment, electronic equipment, storage media and programs for software development
JP5556480B2 (en) Context Violation Detection Support Method, Context Violation Detection Support Device, and Context Violation Detection Support Program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130806

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140219

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140401

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140722