JP2007164353A - Command line generation system, method, and program - Google Patents

Command line generation system, method, and program Download PDF

Info

Publication number
JP2007164353A
JP2007164353A JP2005357921A JP2005357921A JP2007164353A JP 2007164353 A JP2007164353 A JP 2007164353A JP 2005357921 A JP2005357921 A JP 2005357921A JP 2005357921 A JP2005357921 A JP 2005357921A JP 2007164353 A JP2007164353 A JP 2007164353A
Authority
JP
Japan
Prior art keywords
procedure
work
command
displayed
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005357921A
Other languages
Japanese (ja)
Other versions
JP4437470B2 (en
Inventor
Hiroaki Kiyoubayashi
弘晃 京林
Daisuke Hiraoka
大助 平岡
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.)
Hitachi Information Systems Ltd
Original Assignee
Hitachi Information Systems Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Information Systems Ltd filed Critical Hitachi Information Systems Ltd
Priority to JP2005357921A priority Critical patent/JP4437470B2/en
Publication of JP2007164353A publication Critical patent/JP2007164353A/en
Application granted granted Critical
Publication of JP4437470B2 publication Critical patent/JP4437470B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently generate a command line used in a nonroutine work procedure in a data center, for example, operating/managing a server system providing various types of business operation processing services to a plurality of customers. <P>SOLUTION: Complex work procedure information comprising a combination of a plurality of template commands and single work procedure information consisting of one template command are associated with each procedure name to be stored previously, while description information about parameters of the respective commands is stored previously. A procedure generation part 30 reads all of the stored procedure names to display a list of them on a display device, and procedure names selected from the list by a work operator are arranged and displayed in the selection order, while an input field and the description information about the parameters of the commands to be used in operation processing of the arranged procedures are displayed. When the work operator inputs inputted parameter values in the input field, a command line generation part 40 replaces the parameters of the commands and generates the command line to be used in the work of the procedure names selected sequentially via the input device by the work operator. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、例えば業務処理コンピュータシステムの運用業務作業に用いるコマンドの生成技術に係り、特に、複数の顧客に各種業務運用処理サービスを提供するサーバシステムを運用・管理するデータセンタ等で、複数のコマンドを発行する作業において、非定型の作業手順が発生する運用業務を行う場合にも、オペレーションミスによる障害の発生を防止するのに好適な技術に関するものである。   The present invention relates to a command generation technique used for, for example, an operation business operation of a business processing computer system, and more particularly to a data center that operates and manages a server system that provides various business operation processing services to a plurality of customers. The present invention relates to a technique suitable for preventing the occurrence of a failure due to an operation error even when an operation work in which an atypical work procedure is generated in a command issuing work.

近年の大規模業務システムに対してのシステム維持、システム変更等の業務運用作業はその種類において多岐に渡っており、運用担当部門が管理する作業の種類とその手順数が増加、また複雑化してきている。そこで、作業手順が確立している定型の作業においては、作業手順をテンプレート化して作業の自動化を行い、人手による作業ミスの防止、作業の効率化を実現している。   There are a wide variety of types of business operations such as system maintenance and system changes for large-scale business systems in recent years, and the types and procedures of operations managed by the department in charge of operations have increased and become more complicated. ing. Therefore, in a standard work where the work procedure is established, the work procedure is made into a template to automate the work, thereby preventing manual work mistakes and improving work efficiency.

このような技術としては、例えば、特許文献1に記載の定型操作の自動処理プログラムがある。この技術では、定型操作において発行するコマンドをタスクとして、それらの組合せの定義をプロシジャとして登録することにより自動実行する。   As such a technique, for example, there is an automatic processing program for routine operations described in Patent Document 1. In this technology, commands issued in routine operations are automatically executed by registering the definition of the combination as a procedure as a task.

しかし、この技術では、既存の定型作業の実行順序を変更した作業や、実行するコマンドが異なる作業、または、手順が追加された作業(これらを以下「非定型手順」と呼ぶ)については、手順が確立していないためにプロシジャに登録することができず、自動化が図れないという問題がある。   However, with this technology, procedures that change the execution order of existing routine tasks, tasks that execute different commands, or tasks that have additional procedures (hereinafter referred to as “atypical procedures”) However, since it is not established, there is a problem that it cannot be registered in the procedure and cannot be automated.

このように、システム変更作業の自動化を実現する技術として、作業毎の手順をコマンドの実行手順に置き換えて定義しテンプレート化することで、作業者(作業操作者)が、作業前に実施する作業を選択および必要な情報を指定することで自動実行するスクリプトを作成することが考えられる。   In this way, as a technology that realizes automation of system change work, the work (work operator) performs work before work by replacing the procedure for each work with the command execution procedure and defining it as a template. It is conceivable to create a script that is automatically executed by selecting and specifying necessary information.

しかし、テンプレート化が可能な作業は手順が確立している定型の作業のみに限られ、非定型手順の実行においては、既存のテンプレートでは対応することができない。上述の特許文献1に記載の技術においても、作業手順を定義したプロシジャにより作業を自動化することが可能であるが、手順が確立した作業でないと対応できない。   However, the work that can be made into a template is limited to a fixed work whose procedure is established, and an existing template cannot cope with the execution of an atypical procedure. Even in the technique described in Patent Document 1 described above, it is possible to automate a work by a procedure that defines a work procedure. However, the work cannot be handled unless the work is established.

尚、非定型手順の作業に関しても新規にテンプレートを作成することで自動化の実現は可能であるが、これは、再利用性の低い作業においてもテンプレートを作成する必要があることを意味し、テンプレート化することの有効性が低い。   Although it is possible to realize automation by creating a new template for work with atypical procedures, this means that it is necessary to create a template even for work with low reusability. Is less effective.

さらに、非定型手順の実施のみを人手によって行うということも可能であるが、これは入力ミス等の作業ミスを招く原因になり得る。   Furthermore, although it is possible to perform only the atypical procedure manually, this may cause an operation error such as an input error.

特開2004−362211号公報JP 2004-36211 A

解決しようとする問題点は、従来の技術では、例えば複数の顧客に各種業務運用処理サービスを提供するサーバシステムを運用・管理するデータセンタで、複数のコマンドを発行する変更作業などにおいて、非定型の作業手順(非定型手順)が発生する運用業務を自動化することができない点である。   The problem to be solved is that in the conventional technology, for example, in a data center that operates and manages a server system that provides various business operation processing services to a plurality of customers, in a change work that issues a plurality of commands, etc. It is a point that the operation work in which this work procedure (atypical procedure) occurs cannot be automated.

本発明の目的は、これら従来技術の課題を解決し、例えば非定型の作業手順による運用業務におけるオペレーションミスによる障害の発生を防止し、複数の顧客に各種業務運用処理サービスを提供する業務処理コンピュータシステム等の信頼性の向上を図ることである。   The object of the present invention is to solve these problems of the prior art, for example, a business processing computer that prevents a failure due to an operational error in an operational business using an irregular work procedure and provides various business operation processing services to a plurality of customers. This is to improve the reliability of the system.

上記目的を達成するため、本発明では、例えば業務システムの運用作業等における手順を、単一手順と複合作業手順に分けて定義し、複合作業手順を定義したテンプレートと単一手順を定義した実行コマンドを部品化し、作業に先立って作業手順を生成し、生成した手順に対応するコマンド列を生成し、自動実行および実行制御可能とする。具体的には、運用端末等において、手順が定型である複合作業の実行コマンド列と、各コマンドにおいて作業毎に可変する情報(パラメタ)、さらに、それらに対応付けた作業名を記憶して管理する。同様に、コマンド化が可能な単一作業のコマンドと、当該コマンドの実行に必要な引数(パラメタ)を、単一作業名に対応付けて記憶し管理する。そして、運用作業時には、選択可能な手順の手順名を候補として表示して提示し、作業操作者の選択操作に応じて作業手順を編集して実行コマンド列(スクリプトファイル)を生成する。これにより、作業者は運用時に発生した作業が定型であれば既存のテンプレートを選択し、非定型手順であれば作業手順を確定することによりスクリプトファイルを生成することができるので、自動化が可能な作業対象範囲を拡大することができる。また、作業手順ルール(コマンド実行順序や組合せ等を規定)条件を予め記憶装置にポリシとして登録し、作業手順作成時にこの条件・ポリシをチェックすることで、作業手順を編集した際の手順設定ミスを防止する。例えば、特定のコマンド発行後に発行すべきコマンドを登録することで、違反時に警告メッセージを表示する。これにより、例えば、作業手順生成時に既存のテンプレートの手順、および、組合せを変更する場合にも、実行が必要とされている手順の漏れや実行禁止の作業手順の追加等の防止を図ることができる。   In order to achieve the above object, in the present invention, for example, a procedure in the operation work of a business system is defined by dividing it into a single procedure and a composite work procedure, and a template defining a composite work procedure and an execution defining a single procedure are defined. A command is converted into a part, a work procedure is generated prior to work, a command sequence corresponding to the generated procedure is generated, and automatic execution and execution control are enabled. Specifically, in an operation terminal or the like, a command sequence for executing a complex task with a routine procedure, information (parameters) that can be changed for each task in each command, and a task name associated with the command are stored and managed. To do. Similarly, a single work command that can be converted into a command and an argument (parameter) necessary for executing the command are stored and managed in association with the single work name. At the time of the operation work, the procedure names of selectable procedures are displayed and presented as candidates, the work procedure is edited according to the selection operation of the work operator, and an execution command string (script file) is generated. This makes it possible for an operator to generate a script file by selecting an existing template if the work that occurs during operation is a routine, and confirming the work procedure if the work is an atypical procedure. The work target range can be expanded. In addition, work procedure rule (specifying command execution order, combination, etc.) conditions are registered in the storage device as a policy in advance, and this condition / policy is checked when the work procedure is created. To prevent. For example, by registering a command to be issued after a specific command is issued, a warning message is displayed at the time of violation. As a result, for example, when changing the procedure and combination of an existing template when generating a work procedure, it is possible to prevent omission of a procedure that is required to be executed or addition of a work procedure that is prohibited from being executed. it can.

本発明によれば、例えば、複数の顧客に業務処理サービスを提供しているサーバの運用・保守業務において、定型作業については予め手順のテンプレート化および作業名の登録、またコマンド化が可能な単一作業についても作業内容および発行するコマンドの登録を行い、専用の作業手順作成インタフェースを利用して非定型手順発生時でも作業手順を編集し確定することで、実行手順の自動化を実現することができ、人手による作業、またそれに起因する作業漏れおよびミスを低減することができる。   According to the present invention, for example, in the operation / maintenance work of a server that provides a business processing service to a plurality of customers, a routine work can be created in advance as a template, a work name can be registered, and a command can be converted into a command. It is possible to automate the execution procedure by registering the work contents and commands to be issued for one work and editing and confirming the work procedure even when an atypical procedure occurs using the dedicated work procedure creation interface. Therefore, it is possible to reduce manual work, and work leakage and mistakes caused by the work.

以下、図を用いて本発明を実施するための最良の形態例を説明する。図1は、本発明に係るコマンド列作成システムを設けた業務運用作業装置の構成例を示すブロック図であり、図2は、図1におけるシステムで用いる作業手順情報の詳細例を示す説明図、図3は、図1におけるシステムで用いる作業手順ポリシの第1の詳細例を示す説明図、図4は、図1におけるシステムで用いる作業手順ポリシの第2の詳細例を示す説明図、図5A〜図5Fは、図1におけるシステムが表示装置に表示する第1〜第6の画面例を示す説明図、図6は、図1におけるシステムの手順作成部の処理動作手順例を示すフローチャート、図7は、図1におけるシステムのコマンド列生成部の処理動作手順例を示すフローチャート、図8は、図1におけるシステムで作成された作業用コマンド列の具体例を示す説明図である。   The best mode for carrying out the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration example of a business operation work apparatus provided with a command sequence creation system according to the present invention, and FIG. 2 is an explanatory diagram showing a detailed example of work procedure information used in the system in FIG. 3 is an explanatory view showing a first detailed example of the work procedure policy used in the system in FIG. 1, FIG. 4 is an explanatory view showing a second detailed example of the work procedure policy used in the system in FIG. 1, and FIG. FIG. 5F is an explanatory diagram illustrating first to sixth screen examples displayed on the display device by the system in FIG. 1, and FIG. 6 is a flowchart illustrating an example of a processing operation procedure of a procedure creation unit of the system in FIG. 7 is a flowchart showing an example of a processing operation procedure of the command sequence generation unit of the system in FIG. 1, and FIG. 8 is an explanatory diagram showing a specific example of a work command sequence created by the system in FIG.

図1における業務運用作業装置は、運用端末1により、作業対象サーバ2で実施する各種業務運用処理サービス用のコマンド列を生成するものであり、運用端末1および作業対象サーバ2は、それぞれ、CPU(Central Processing Unit)や主メモリ、CRT(Cathode Ray Tube)やLCD(Liquid Crystal Display)等からなる表示装置、キーボードやマウス等からなる入力装置、HDD(Hard Disk Drive)等からなる外部記憶装置等を有するコンピュータ構成からなる。   The business operation work apparatus in FIG. 1 generates command sequences for various business operation processing services executed on the work target server 2 by the operation terminal 1, and each of the operation terminal 1 and the work target server 2 includes a CPU. (Central Processing Unit), main memory, display devices such as CRT (Cathode Ray Tube) and LCD (Liquid Crystal Display), input devices such as keyboard and mouse, external storage devices such as HDD (Hard Disk Drive), etc. It has a computer configuration having

特に、運用端末1は、光ディスク駆動装置等を介してCD−ROM(Compact Disc-Read Only Memory)もしくはDVD(Digital Video Disc/Digital Versatile Disc)等に記録されたプログラムやデータを外部記憶装置内にインストールした後、この外部記憶装置から主メモリに読み込みCPUで処理することにより、本発明に係るコマンド列作成システムの機能、すなわち、非定型手順を含む作業手順コマンド列の生成と発行時の制御を行うための各処理部の機能を実装するものである。   In particular, the operation terminal 1 stores a program or data recorded on a CD-ROM (Compact Disc-Read Only Memory) or a DVD (Digital Video Disc / Digital Versatile Disc) or the like in an external storage device via an optical disk drive or the like. After installation, this external storage device is read into the main memory and processed by the CPU, so that the function of the command sequence creation system according to the present invention, that is, the generation of work procedure command sequences including atypical procedures and control at the time of issuance are issued. It implements the function of each processing unit to perform.

図1において、運用端末1は、作業者からの手順選択およびパラメタの入力を受け付けるための入力装置11と、手順内容および入力内容を表示するための表示装置12、さらに、作業手順の表示や編集処理等を行う手順作成部30と、手順作成部30が編集した手順を基にコマンド列を生成するコマンド列生成部40、予め定義された作業手順とそれに紐付いたコマンドを記憶した第1の記憶装置(図中「作業手順情報」と記載)50、予め定義された各コマンドのパラメタの説明情報等を記憶する第2の記憶装置(図中「コマンド列用パラメタ」と記載)100、手順作成部30が編集処理過程で生成するデータを記憶する中間結果記憶装置(図中「ワークエリア」と記載)110、コマンド列生成部40が生成したコマンド列を記憶するコマンド列記憶装置(図中「作業用コマンド列(スクリプトファイル)」と記載)70、各々組み合わせて用いる必要がある手順名同士を対応付けた条件情報等を記憶するポリシ記憶装置(図中「作業手順ポリシ」と記載)105を有する。手順作成部30とコマンド列生成部40はプログラムを用いたCPUの処理により実現される機能である。   In FIG. 1, an operation terminal 1 includes an input device 11 for receiving procedure selection and parameter input from an operator, a display device 12 for displaying procedure contents and input contents, and further displaying and editing work procedures. A procedure creation unit 30 that performs processing, a command sequence creation unit 40 that creates a command sequence based on a procedure edited by the procedure creation unit 30, and a first storage that stores a predefined work procedure and a command associated therewith A device (described as “work procedure information” in the figure) 50, a second storage device (described as “command string parameter” in the figure) 100 for storing pre-defined parameter explanation information for each command, a procedure creation An intermediate result storage device (described as “work area” in the figure) 110 that stores data generated by the unit 30 during the editing process, and a command sequence generated by the command sequence generation unit 40 A command string storage device (described as “work command string (script file)” 70) in the figure, a policy storage device (condition “work” in the figure) that stores condition information that associates procedure names that need to be used in combination. ("Procedure policy") 105). The procedure creation unit 30 and the command string generation unit 40 are functions realized by processing of the CPU using a program.

また、作業対象サーバ2は、生成したコマンド列を受け付けるための入力装置21および表示装置22と共に、プログラムを用いたCPUの処理で実現される機能として、入力したコマンドを受け付けて周辺機器123を制御するための周辺機器管理部121と、運用管理ツールの設定変更を行うための運用管理ツール制御部122とからなるシステム管理部120、および、運用端末1がコマンド列生成部40で生成したコマンド列の発行処理制御を行うコマンド発行制御部60を有する。   The work target server 2 receives the input command and controls the peripheral device 123 as a function realized by the CPU processing using the program together with the input device 21 and the display device 22 for receiving the generated command string. System management unit 120 including a peripheral device management unit 121 for performing operation management, and an operation management tool control unit 122 for performing setting change of the operation management tool, and a command sequence generated by the command sequence generation unit 40 by the operation terminal 1 A command issuance control unit 60 for controlling the issuance process.

端末装置1における手順作成部30は、表示処理部31と記憶処理部32、ポリシチェック部33を具備し、コマンド列生成部40は、手順入力部41とコマンド列生成処理部42を具備する。   The procedure creation unit 30 in the terminal device 1 includes a display processing unit 31, a storage processing unit 32, and a policy check unit 33, and the command sequence generation unit 40 includes a procedure input unit 41 and a command sequence generation processing unit 42.

このような構成からなる端末装置1は、第1の記憶装置50において、予め定義された、作業対象サーバ2に所定の作業処理を実行させるテンプレート化されたコマンドを複数組み合わせた複合作業手順情報、および、1つのテンプレート化されたコマンドからなる単一作業手順情報を各々の手順名と対応付けて記憶し、第2の記憶装置100において、予め定義された、各コマンドのパラメタの説明情報を記憶しておく。   The terminal device 1 having such a configuration includes, in the first storage device 50, combined work procedure information that is a combination of a plurality of predefined commands that cause the work target server 2 to execute a predetermined work process. In addition, single work procedure information composed of one templated command is stored in association with each procedure name, and in the second storage device 100, pre-defined parameter description information for each command is stored. Keep it.

そして、手順作成部30における表示処理部31は、第1の記憶装置50から、全ての手順名を読み出して表示装置12の画面に一覧で表示すると共に、表示した一覧から作業操作者が入力装置12を介して順に選択した手順名を読み出して選択順に並べて表示装置12の画面に表示する。   The display processing unit 31 in the procedure creating unit 30 reads out all procedure names from the first storage device 50 and displays them as a list on the screen of the display device 12, and the work operator inputs an input device from the displayed list. The procedure names selected in sequence via 12 are read out, arranged in the order of selection, and displayed on the screen of the display device 12.

このようにして表示処理部31が選択順に表示した手順名に対して、作業操作者が入力装置11を介して確定操作を行うと、記憶処理部32が当該手順名を中間結果記憶装置110に記憶する。   When the work operator performs a confirmation operation on the procedure names displayed in the order of selection by the display processing unit 31 in this manner, the storage processing unit 32 stores the procedure names in the intermediate result storage device 110. Remember.

表示処理部31は、中間結果記憶装置110に記憶された確定手順名の作業処理に用いるコマンドのパラメタの説明情報を第2の記憶装置100から読み出して表示装置12の画面に表示すると共に、当該パラメタの入力欄を表示する。   The display processing unit 31 reads out the description information of the parameter of the command used for the work process of the confirmed procedure name stored in the intermediate result storage device 110 from the second storage device 100 and displays it on the screen of the display device 12. Displays the parameter input field.

このようにして表示処理部31が表示した入力欄に、作業操作者が、説明情報を参照して入力装置11を用いてパラメタ値を入力すると、記憶処理部32は、入力されたパラメタ値を当該コマンドに対応付けて中間結果記憶装置110に記憶する。   When the operator inputs a parameter value using the input device 11 with reference to the description information in the input field displayed by the display processing unit 31 in this way, the storage processing unit 32 displays the input parameter value. The intermediate result storage device 110 stores the command in association with the command.

コマンド列生成部40においては、まず、手順入力部41が、中間結果記憶装置110に記憶された確定手順名を読み出し、次に、コマンド列生成処理部42が、手順入力部41が読み出した手順名の作業処理に用いるコマンドを第1の記憶装置50から読み出すと共に、読み出したコマンドのパラメタを、中間結果記憶装置110において当該コマンドに対応付けて記憶されたパラメタ値に置き換える。   In the command sequence generation unit 40, first, the procedure input unit 41 reads the confirmed procedure name stored in the intermediate result storage device 110, and then the command sequence generation processing unit 42 reads the procedure read by the procedure input unit 41. The command used for the name processing is read from the first storage device 50, and the parameter of the read command is replaced with the parameter value stored in the intermediate result storage device 110 in association with the command.

このようにして、運用端末1は、作業操作者が入力装置11を介して順に選択した手順名の作業で用いるコマンド列を生成する。生成したコマンド列は、コマンド列記憶装置70に格納される。   In this way, the operation terminal 1 generates a command sequence used in the work of the procedure name selected in sequence by the work operator via the input device 11. The generated command sequence is stored in the command sequence storage device 70.

また、運用端末1は、ポリシ記憶装置105において、予め定義された各手順名の順序に関する情報や、各々組み合わせて用いる必要がある手順名同士を対応付けた情報等の条件情報を記憶しており、作業操作者の選択に応じて表示処理部31が表示装置12に表示した各手順名に対して、ポリシチェック部33が、その順序と組合せの良否を判別する。   Further, the operation terminal 1 stores condition information such as information relating to the order of each procedure name defined in advance and information associating procedure names that need to be used in combination in the policy storage device 105. For each procedure name displayed on the display device 12 by the display processing unit 31 according to the operator's selection, the policy check unit 33 determines whether the order and the combination are acceptable.

例えば、ポリシチェック部33は、作業操作者が選択した手順名と併用する他の手順名があると判別すると、その旨を示す情報を、あるいは、他の手順名を、表示した手順名と共に表示装置12の画面上に表示してパラメタ付与処理およびコマンド列生成処理の対象とすると共に、作業操作者の手順名の選択順序に不備があれば、その旨を示す情報を表示する。   For example, if the policy check unit 33 determines that there is another procedure name to be used in combination with the procedure name selected by the operator, the policy check unit 33 displays information indicating that, or displays another procedure name together with the displayed procedure name. It is displayed on the screen of the apparatus 12 and is subject to parameter assignment processing and command sequence generation processing, and if there is an inadequate selection order of procedure names of the operator, information indicating that fact is displayed.

このようにして運用端末1で生成されコマンド列記憶装置70に格納されたコマンド列は、作業対象サーバ2において読み込まれ実行される。この作業対象サーバ2におけるコマンド発行制御部60は、コマンド列入力部61とサーバチェック部62、戻り値チェック部63、コマンド入力処理部64、コマンド実行制御部65からなる。   The command sequence generated in the operation terminal 1 and stored in the command sequence storage device 70 in this way is read and executed in the work target server 2. The command issuance control unit 60 in the work target server 2 includes a command string input unit 61, a server check unit 62, a return value check unit 63, a command input processing unit 64, and a command execution control unit 65.

コマンド列入力部61は、運用端末1がコマンド列生成部40で生成したコマンド列をコマンド列記憶装置70から読み込み、サーバチェック部62は、自サーバ(2)が当該コマンド列の作業を実行可能なサーバであるかのチェックを行い、実行可能なサーバであれば、コマンド実行制御部65が各コマンドを発行し、当該コマンドをコマンド入力処理部64によりシステム管理部120に送出し、周辺機器管理部121、運用管理ツール制御部122を起動し、その処理結果で得られる戻り値をコマンド入力処理部64を介して戻り値チェック部63に入力して戻り値チェックを行い、その処理結果の良否を確認する。   The command string input unit 61 reads the command string generated by the operation terminal 1 by the command string generation unit 40 from the command string storage device 70, and the server check unit 62 allows the server (2) to execute the operation of the command string. If it is an executable server, the command execution control unit 65 issues each command, and the command input processing unit 64 sends the command to the system management unit 120 to manage peripheral devices. Unit 121 and operation management tool control unit 122 are activated, a return value obtained as a result of the processing is input to return value check unit 63 via command input processing unit 64, and a return value check is performed. Confirm.

以下、図2〜図5A〜図5Fを用いて、このような処理内容をより具体的に説明する。   Hereinafter, such processing contents will be described more specifically with reference to FIGS. 2 to 5A to 5F.

図2においては、本システムで定義する作業手順情報50の一登録例を示しており、作業手順情報50は、複合作業手順情報と単一作業手順情報とからなり、複合作業手順情報には、作業のカテゴリ(「ファイル更新」、「DB更新」、・・・)、各作業の内容を表す手順名(「iniファイル更新」、「hostsファイル更新」、「データ更新」、・・・)、その手順で行う各作業名(具体的な作業の流れを示す。:「[%1]ファイルを[%2]ファイルへコピーします、[%1]ファイルのタイムスタンプ[%3]を確認します」、「[%1]ファイルを[%2]ファイルへコピーします、Ping[%3]コマンドを発行します」、「[%1]DBの[%2]テーブルにデータ更新を行います、[%3]ログファイルにより結果を確認します」、・・・)、および、それらに対応する具体的なコマンド列(「COPY %1 %2、CHECKTIME %1 %3」、「COPY %1 %2、COMMAND Ping %3」、「DBUPDATE %1 %2、CHECKLOG %3」、・・・)、および、パラメタ(作業時に決定する可変情報で、作業者が入力し、コマンド列に置換する項目。:「%1:コピー元ファイルパス、%2:コピー先ファイルパス、%3:タイムスタンプ」、「%1:コピー元ファイルパス、%2:コピー先ファイルパス、%3:名前解決確認ホスト名」、「%1:データベース名、%2:テーブル名、%3:確認対象ログファイル」、・・・)が登録される。   FIG. 2 shows an example of registration of work procedure information 50 defined in the present system. The work procedure information 50 includes composite work procedure information and single work procedure information. Work category (“file update”, “DB update”,...), Procedure name representing the content of each work (“ini file update”, “hosts file update”, “data update”,...), Name of each work to be performed in that procedure (specific flow of work is shown: "[% 1] file is copied to [% 2] file, [% 1] time stamp [% 3] is confirmed. ”,“ Copy [% 1] file to [% 2] file, issue Ping [% 3] command ”,“ Update data in [% 2] table of [% 1] DB , [% 3] Results by log file ”) And specific command sequences corresponding to them (“ COPY% 1% 2, CHECKTIME% 1% 3 ”,“ COPY% 1% 2, COMMAND Ping% 3 ”,“ DBUPDATE% 1% 2, CHECKLOG% 3 ", ...), and parameters (variable information determined at the time of work, items entered by the operator and replaced with command strings .:"% 1: Copy source file path ,% 2: Copy destination file path,% 3: Time stamp ”,“% 1: Copy source file path,% 2: Copy destination file path,% 3: Name resolution confirmation host name ”,“% 1: Database name, % 2: Table name,% 3: Confirmation target log file ", ...) are registered.

また、単一作業手順情報には、作業のカテゴリ(「状態変更」、「DB変更作業」、・・・)、作業の内容を表す手順名(「サーバオフライン」、「サーバオンライン」、「バックアップ」、・・・)、コマンドが行う作業名(「[%1]サーバをオフラインにします」、「[%1]サーバをオンラインにします」、「[%1]DBをバックアップします」、・・・)、発行するコマンド(「OFFLINE %1」、「ONLINE %1」、「BACKUP %1」、・・・)、パラメタ(「%1:オフライン対象ホスト名」、「%1:オンライン対象ホスト名」、「%1:データベース名」、・・・)、そして、コマンド発行制御部60によって発行した当該コマンドによる処理結果を正常と判断する際に用いる戻り値(「1」、「1」、「0」、・・・)が登録される。   In addition, the single work procedure information includes a work category (“change status”, “DB change work”,...), And a procedure name (“server offline”, “server online”, “backup”) representing the work content. , ...), the name of the work to be performed by the command ("Take [% 1] server offline", "Take [% 1] server online", "Back up [% 1] DB", ..), commands to be issued ("OFFLINE% 1", "ONLINE% 1", "BACKUP% 1", ...), parameters ("% 1: offline target host name", "% 1: online target host") Name ”,“% 1: database name ”,...), And return values (“ 1 ”,“ 1 ”, 0 ", ...) are registered.

図3においては、手順作成部30で、手順作成時に手順の順序性により、特定の作業の前後に実施が必須となる他の作業が漏れていないかをチェックするための作業手順ポリシ(必須順序ルール)の登録例を示している。   In FIG. 3, the procedure creation unit 30 checks a work procedure policy (required order) for checking whether other work that must be performed before or after a specific work is leaked due to the order of the procedure when the procedure is created. (Rule) registration example.

図3において、「手順」は、ポリシチェックの対象となる手順(「サーバオフライン」、「データ更新」、・・・)、「対象手順」は、ポリシチェックの対象となる手順と同作業手順内に存在すべき手順(「サーバオンライン」、「バックアップ」、・・・)を表し、「順序」にて、その手順がポリシチェックの対象となる手順の前または後のどちらにあるかを決定する。   In FIG. 3, “procedure” is a procedure that is a policy check target (“server offline”, “data update”,...), And “target procedure” is in the same work procedure as a policy check target procedure. Represents the procedure that should exist in the server ("server online", "backup", ...), and in "order", determine whether the procedure is before or after the procedure subject to policy check .

図4においては、手順作成部30で、手順作成時に、当該手順で実施する作業に組み合わせて実施すべき作業を追加するための作業手順ポリシ(必須組合せルール)の登録例を示している。   FIG. 4 shows a registration example of a work procedure policy (essential combination rule) for adding a work to be performed in combination with a work performed in the procedure by the procedure creation unit 30 at the time of creating the procedure.

図4において、「手順」はポリシ適用の対象となる手順(「リストア」、・・・)、「組合せ手順」は適用の対象となる手順と同作業内において組み合わせて実施すべき手順(「リブート」、・・・)を表す。   In FIG. 4, “procedure” is a procedure to be applied to a policy (“restore”,...), And “combination procedure” is a procedure to be executed in combination with the procedure to be applied (the “reboot”). ], ...).

図5A〜図5Fにおいては、手順作成部30で表示される手順作成画面の一具体例を示している。   5A to 5F show a specific example of the procedure creation screen displayed by the procedure creation unit 30. FIG.

図5Aにおける画面(A)は、手順作成に必要な画面の例を表している。左側フレーム内の「手順一覧」は、複合作業手順情報および単一作業手順情報に登録した作業手順の情報を一覧で表示する機能を備えている。   A screen (A) in FIG. 5A represents an example of a screen necessary for creating a procedure. The “procedure list” in the left frame has a function of displaying a list of work procedure information registered in the composite work procedure information and the single work procedure information.

この画面(A)上の操作で、作業操作者は目的の手順を選択することが可能である。右側フレーム内の「作業手順」は、作業操作者が左側フレーム内の「手順一覧」にて選択し、追加(画面中のボタンaを押下)した「手順」を表示する機能を備えている。   By the operation on this screen (A), the work operator can select a desired procedure. The “work procedure” in the right frame has a function of displaying the “procedure” selected by the work operator from the “procedure list” in the left frame and added (pressing the button a in the screen).

この「作業手順」に複数手順が表示されている場合、作業操作者は、画面中のボタンbおよびcを押下することで、作業の順序を変更することが可能である。   When a plurality of procedures are displayed in this “work procedure”, the work operator can change the work order by pressing the buttons b and c on the screen.

作業操作者が画面中のボタンdを押下することにより、「作業手順」に表示されている順序での手順が確定する。   When the operator presses the button d on the screen, the procedure in the order displayed in the “work procedure” is determined.

これにより作業操作者は、作業で用いるコマンドそのものを意識することなく、作業手順の順序や組合せを変更することで、容易に、目的の作業手順を特定することができる。   Thus, the work operator can easily specify the target work procedure by changing the order and combination of the work procedures without being aware of the command itself used in the work.

図5Bにおけ画面(B)は、選択する手順が一つのみの場合の例を示している。実施する作業が定型作業一つの場合、作業操作者は、画面(B)左側フレームの「手順一覧」から目的の手順を選択して右側フレームの「作業手順」に追加し、画面中のボタンdを押下して手順を確定する操作だけで良い。   The screen (B) in FIG. 5B shows an example in the case where only one procedure is selected. When the work to be performed is one routine work, the work operator selects a desired procedure from the “procedure list” in the left frame of the screen (B), adds it to the “work procedure” in the right frame, and presses the button d on the screen. It is only necessary to press to confirm the procedure.

図5Cにおける画面(C)は、複数の作業を実施する作業手順の確定を行う場合の例を示している。実施する作業が複数存在する場合、作業操作者は、実施する作業に該当する手順を左側フレームの「手順一覧」から選択し、ボタンaを押下して右側フレームの「作業手順」欄に追加し、ボタンdを押下して確定する。   A screen (C) in FIG. 5C shows an example in the case of confirming a work procedure for performing a plurality of work. When there are multiple tasks to be performed, the work operator selects a procedure corresponding to the task to be performed from the “procedure list” in the left frame and presses button a to add it to the “work procedure” column in the right frame. , Press button d to confirm.

このような画面(A),(B)における「作業手順」への登録処理において、本例では、図5Dと図5Eに示すようにしてポリシチェック部33によるチェックを行う。   In the registration process to the “work procedure” in such screens (A) and (B), in this example, the policy check unit 33 performs a check as shown in FIGS. 5D and 5E.

図5Dにおける画面(D)は、作業手順ポリシ条件として「必須組合せルール」を適用した場合の例を示している。作業操作者が、「作業一覧」から作業手順ポリシ(「必須組合せルール」)情報に定義した手順を選択して「作業手順」に追加した場合、「必須組合せルール」を適用し、組合せて実施すべき他の手順を自動的に追加する。   The screen (D) in FIG. 5D shows an example in the case where the “essential combination rule” is applied as the work procedure policy condition. When the operator selects a procedure defined in the work procedure policy ("essential combination rule") information from the "work list" and adds it to the "work procedure", the "mandatory combination rule" is applied and combined. Automatically add other steps that should be done.

画面(D)においては、「リストア」が作業操作者によって選択された手順であり、「リブート」がポリシチェック部33が追加した手順である。これによって、手順作成時の作業漏れを防止することが可能である。   In the screen (D), “restore” is a procedure selected by the operator, and “reboot” is a procedure added by the policy check unit 33. As a result, it is possible to prevent work leakage during procedure creation.

図5Eにおける画面(E)は、作業手順ポリシ条件として「必須順序ルール」を適用した場合の例を示している。この「必須順序ルール」のチェックは手順確定時に行い、もし、作業操作者が「作業手順」に追加した手順の中に「必須順序ルール」条件として定義した手順が存在した場合には、ポリシチェック部33は、その情報に基づき、当該「作業手順」の前後に対象手順が存在しているかのチェックを行い、対象手順が定義した方向に存在せずルールに違反した場合、画面(E)中のダイアログeにおいて警告メッセージを表示する。   A screen (E) in FIG. 5E shows an example in the case where the “essential order rule” is applied as the work procedure policy condition. This “mandatory order rule” is checked when the procedure is confirmed. If a procedure defined by the “mandatory order rule” condition exists in the procedure added by the operator to the “work procedure”, the policy check is performed. Based on the information, the unit 33 checks whether or not the target procedure exists before and after the “work procedure”, and if the target procedure does not exist in the defined direction and violates the rule, the screen (E) A warning message is displayed in the dialog e.

尚、このような警告メッセージを表示する代わりに、ポリシチェック部33が、当該組合せ手順を自動的に「作業手順」に追加し、画面(E)中のダイアログeにおいて自動追加を行った旨のメッセージを表示することでも良い。   Instead of displaying such a warning message, the policy check unit 33 automatically adds the combination procedure to the “work procedure” and automatically adds it in the dialog e in the screen (E). It is also possible to display a message.

図5Fにおける画面(F)は、パラメタ入力画面の一具体例を示している。本例での手順作成技術では、手順確定後に手順毎のパラメタ(作業毎に可変する情報)を入力する必要があるため、手順作成部30は、画面(F)に示すように、作業手順情報に定義された入力項目を表示し、作業操作者の具体的な値の入力を促す。   A screen (F) in FIG. 5F shows a specific example of the parameter input screen. In the procedure creation technique in this example, it is necessary to input parameters for each procedure (information that can be changed for each operation) after the procedure is determined. Therefore, the procedure creation unit 30 performs work procedure information as shown in the screen (F). The input items defined in the above are displayed, and the operator is prompted to input specific values.

画面(F)の例では、作業名「iniファイル更新」の作業用コマンドの実行に必要な入力項目として、「コピー元ファイルパス」、「コピー先ファイルパス」、「タイムスタンプ」があり、それぞれに対して作業操作者により、「C:¥TEST.txt」、「D:¥TEST.txt」、「200507251630」が入力されている。   In the example of the screen (F), there are “copy source file path”, “copy destination file path”, and “time stamp” as input items necessary for the execution of the work command with the work name “update ini file”. On the other hand, “C: ¥ TEST.txt”, “D: ¥ TEST.txt”, and “200507251630” are input by the work operator.

この図5Fに示す画面(F)において、作業操作者が、画面中のボタンeを押下すると、コマンド列生成部40が起動し、コマンド列生成処理部42が、対応するコマンド列(スクリプトファイル)を生成する。   In the screen (F) shown in FIG. 5F, when the operator presses the button e in the screen, the command sequence generation unit 40 is activated, and the command sequence generation processing unit 42 executes the corresponding command sequence (script file). Is generated.

図6においては、手順作成部30による手順確定までの作業者の操作手順の一具体例を示しており、以下その説明を行う。   FIG. 6 shows a specific example of the operator's operation procedure until the procedure is determined by the procedure creation unit 30, and will be described below.

作業操作者は、図5A,5B,5Cにおける画面(A),(B),(C)左側フレームの「手順一覧」から目的の手順を選択して「作業手順」に追加する(ステップS401)。実施する作業が複数存在する場合は(ステップS402)、実施する作業に該当する手順の「手順一覧」からの選択・追加を繰り返し(ステップS403)、また、「手順一覧」に追加した各手順に対する削除や順序変更等の編集を行う(ステップS404)。   The work operator selects a desired procedure from the “procedure list” in the left frame of the screens (A), (B), and (C) in FIGS. 5A, 5B, and 5C and adds it to the “work procedure” (step S401). . When there are a plurality of operations to be performed (step S402), the procedure corresponding to the operation to be performed is repeatedly selected and added from the “procedure list” (step S403), and for each procedure added to the “procedure list” Editing such as deletion or order change is performed (step S404).

その後、作業操作者の確定ボタン操作の押下に応じて、ポリシチェック部33でのポリシチェックを行い(ステップS405)、ポリシチェックでルール違反が無ければ(ステップS406)、「手順一覧」で定義された手順を確定する(ステップS407)。   Thereafter, the policy check unit 33 performs a policy check in response to pressing of the confirm button operation by the operator (step S405). If there is no rule violation in the policy check (step S406), it is defined in the “procedure list”. The determined procedure is confirmed (step S407).

そして、確定した各手順で用いるコマンドに必要なパラメタ値を入力させるために、当該コマンドに対応付けて第2の記憶装置100において登録された入力項目を読み出して、図5Fに示す画面(F)を表示し、作業操作者は、具体的なパラメタ値を入力する(ステップS408)。   Then, in order to input a parameter value necessary for a command used in each determined procedure, an input item registered in the second storage device 100 in association with the command is read, and a screen (F) shown in FIG. 5F is displayed. Is displayed, and the work operator inputs a specific parameter value (step S408).

その後、作業操作者が画面(F)中のボタンeを押下すると、コマンド列生成部40が、図7に示す処理を実行して、図6に示す手順で作成した作業手順を基にコマンド列を生成する。   Thereafter, when the work operator depresses the button e on the screen (F), the command string generation unit 40 executes the process shown in FIG. 7 and executes the command string based on the work procedure created in the procedure shown in FIG. Is generated.

すなわち、まず、手順入力部41が、上述の手順で作成した作業手順を読み込み(ステップS501)、以下、コマンド列生成処理部42が、読み込んだ作業手順を基にコマンド列を生成する。   That is, first, the procedure input unit 41 reads the work procedure created by the above-described procedure (step S501), and the command sequence generation processing unit 42 generates a command sequence based on the read work procedure.

コマンド列生成処理部42は、まず、読み込んだ作業手順で定義されている各作業名に対応するコマンドを作業手順情報50から読み取り(ステップS502)、コマンド列から置換文字列を検索する(ステップS503)。   The command string generation processing unit 42 first reads a command corresponding to each work name defined in the read work procedure from the work procedure information 50 (step S502), and searches for a replacement character string from the command string (step S503). ).

置換文字列が存在する場合は(ステップS504)、図6の手順における手順生成時に入力したパラメタ値をコマンド列の置換文字列へ置換し(ステップS505)、パラメタの数だけコマンドを繰り返し(ステップS506)、図8に示す内容のコマンド列を作成し、コマンド列記憶装置70に作業コマンド列ファイル(スクリプトファイル)として出力する(ステップS507)。   If a replacement character string exists (step S504), the parameter value input at the time of procedure generation in the procedure of FIG. 6 is replaced with the replacement character string of the command string (step S505), and the command is repeated for the number of parameters (step S506). 8), a command sequence having the contents shown in FIG. 8 is created and output to the command sequence storage device 70 as a work command sequence file (script file) (step S507).

図8においては、図2に示す複合作業手順情報における手順名「iniファイル更新」と手順名「データ更新」、および、単一作業手順情報における手順名「バックアップ」に対応して、図5Fの画面(F)等で入力された各パラメタ値に置き換えられたコマンド列の例を示している。   In FIG. 8, corresponding to the procedure name “ini file update” and procedure name “data update” in the composite work procedure information shown in FIG. 2, and the procedure name “backup” in the single work procedure information, FIG. An example of a command string replaced with each parameter value input on the screen (F) or the like is shown.

以上、図1〜図8を用いて説明したように、本例では、業務システムの運用作業等における手順を、単一手順と複合作業手順に分けて定義し、複合作業手順を定義したテンプレートと単一手順を定義した実行コマンドを部品化し、作業に先立って作業手順を生成し、生成した手順に対応するコマンド列を生成し、自動実行および実行制御可能とする。   As described above with reference to FIGS. 1 to 8, in this example, the procedure in the operation work of the business system is defined by dividing it into a single procedure and a composite work procedure, and a template defining the composite work procedure An execution command that defines a single procedure is converted into a component, a work procedure is generated prior to work, a command sequence corresponding to the generated procedure is generated, and automatic execution and execution control are enabled.

具体的には、運用端末1において、手順が定型である複合作業の実行コマンド列と、各コマンドにおいて作業毎に可変する情報(パラメタ)、さらに、それらに作業名を対応付けて作業手順情報50として記憶装置に記憶して管理する。   Specifically, in the operation terminal 1, an execution command sequence of a complex work having a routine procedure, information (parameters) variable for each work in each command, and work procedure information 50 in which work names are associated with them. Are stored in the storage device and managed.

同様に、コマンド化が可能な単一作業のコマンドと、当該コマンドの実行に必要な引数(パラメタ)を、単一作業名に対応付けて作業手順情報50として記憶装置に記憶して管理する。   Similarly, a single work command that can be converted into a command and an argument (parameter) necessary for executing the command are stored in the storage device as work procedure information 50 in association with the single work name and managed.

そして、例えば、非定型手順作業発生時には、選択可能な手順の手順名を候補として表示して提示し、作業操作者の選択操作に応じて作業手順を編集して実行コマンド列(スクリプトファイル)を生成する。   For example, when an atypical procedure work occurs, the procedure names of selectable procedures are displayed and presented as candidates, the work procedure is edited according to the selection operation of the work operator, and an execution command string (script file) is displayed. Generate.

これにより、作業者は運用時に発生した作業が定型であれば既存のテンプレートを選択し、非定型手順であれば作業手順を確定することによりスクリプトファイルを生成することができるので、自動化が可能な作業対象範囲を拡大することができる。   This makes it possible for an operator to generate a script file by selecting an existing template if the work that occurs during operation is a routine, and confirming the work procedure if the work is an atypical procedure. The work target range can be expanded.

また、作業手順ルール(コマンド実行順序や組合せ等を規定)条件を予めポリシ記憶装置105に登録し、作業手順作成時にこの条件・ポリシをチェックすることで、作業手順を編集した際の手順設定ミスを防止する。   Also, work procedure rules (specifying command execution order, combinations, etc.) are registered in the policy storage device 105 in advance, and this condition / policy is checked when the work procedure is created. To prevent.

例えば、特定のコマンド発行後に発行すべきコマンドを登録することで、違反時に警告メッセージを表示する。これにより、例えば、作業手順生成時に既存のテンプレートの手順、および、組合せを変更する場合にも、実行が必要とされている手順の漏れや実行禁止の作業手順の追加等の防止を図ることができる。   For example, by registering a command to be issued after a specific command is issued, a warning message is displayed at the time of violation. As a result, for example, when changing the procedure and combination of an existing template when generating a work procedure, it is possible to prevent omission of a procedure that is required to be executed or addition of a work procedure that is prohibited from being executed. it can.

このように、本例によれば、複数の顧客に業務処理サービスを提供しているサーバの運用・保守業務において、定型作業については予め手順のテンプレート化および作業名の登録、またコマンド化が可能な単一作業についても作業内容および発行するコマンドの登録を行い、専用の作業手順作成インタフェースを利用して非定型手順発生時においても、作業手順を編集し確定することで、実行手順の自動化を実現することができ、当該サーバシステムを運用・管理するデータセンタでの人手による運用業務作業、またそれに起因する作業漏れおよびミスを低減することができる。   As described above, according to this example, in the operation / maintenance work of a server that provides a business processing service to a plurality of customers, it is possible to create a procedure template and register a work name or command for a routine work in advance. Even for a single task, the work contents and commands to be issued are registered, and even when an atypical procedure occurs using the dedicated work procedure creation interface, the work procedure can be edited and confirmed to automate the execution procedure. It can be realized, and it is possible to reduce manual operation work work in the data center that operates and manages the server system, and omissions and mistakes caused by the work work.

これにより、複数の顧客に各種業務運用処理サービスを提供する業務処理コンピュータシステム等の信頼性の向上を図ることができる。また、このような複数顧客の業務処理システムを、運用・保守するための運用端末を備えた共同利用型データセンタ等における構成変更作業のアウトソーシングサービスに利用することができる。   Thereby, it is possible to improve the reliability of a business processing computer system that provides various business operation processing services to a plurality of customers. Further, such a business processing system for a plurality of customers can be used for an outsourcing service for configuration change work in a shared use data center or the like equipped with an operation terminal for operation and maintenance.

尚、本発明は、図1〜図8を用いて説明した例に限定されるものではなく、その要旨を逸脱しない範囲において種々変更可能である。例えば、本例では、業務処理コンピュータシステムの運用業務作業に用いるコマンドの生成技術を例に説明したが、コンピュータに所定の作業処理を実行させるコマンド列の生成に一般的に用いることができる。   In addition, this invention is not limited to the example demonstrated using FIGS. 1-8, In the range which does not deviate from the summary, various changes are possible. For example, in this example, the command generation technique used for the operation work operation of the business processing computer system has been described as an example, but it can be generally used to generate a command sequence that causes the computer to execute a predetermined work process.

また、本例のコンピュータ構成例に関しても、キーボードや光ディスクの駆動装置の無いコンピュータ構成としても良い。また、本例では、光ディスクを記録媒体として用いているが、FD(Flexible Disk)等を記録媒体として用いることでも良い。また、プログラムのインストールに関しても、通信装置を介してネットワーク経由でプログラムをダウンロードしてインストールすることでも良い。   The computer configuration example of this example may also be a computer configuration without a keyboard or optical disk drive. In this example, an optical disk is used as a recording medium, but an FD (Flexible Disk) or the like may be used as a recording medium. As for the program installation, the program may be downloaded and installed via a network via a communication device.

本発明に係るコマンド列作成システムを設けた業務運用作業装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the business operation work apparatus provided with the command sequence creation system which concerns on this invention. 図1におけるシステムで用いる作業手順情報の詳細例を示す説明図である。It is explanatory drawing which shows the detailed example of the work procedure information used with the system in FIG. 図1におけるシステムで用いる作業手順ポリシの第1の詳細例を示す説明図である。It is explanatory drawing which shows the 1st detailed example of the work procedure policy used with the system in FIG. 図1におけるシステムで用いる作業手順ポリシの第2の詳細例を示す説明図である。It is explanatory drawing which shows the 2nd detailed example of the work procedure policy used with the system in FIG. 図1におけるシステムで表示装置に表示される第1の画面例を示す説明図である。It is explanatory drawing which shows the 1st example of a screen displayed on a display apparatus with the system in FIG. 図1におけるシステムで表示装置に表示される第2の画面例を示す説明図である。It is explanatory drawing which shows the 2nd example of a screen displayed on a display apparatus with the system in FIG. 図1におけるシステムで表示装置に表示される第3の画面例を示す説明図である。It is explanatory drawing which shows the 3rd example screen displayed on a display apparatus with the system in FIG. 図1におけるシステムで表示装置に表示される第4の画面例を示す説明図である。It is explanatory drawing which shows the example of a 4th screen displayed on a display apparatus with the system in FIG. 図1におけるシステムで表示装置に表示される第5の画面例を示す説明図である。It is explanatory drawing which shows the 5th example of a screen displayed on a display apparatus with the system in FIG. 図1におけるシステムで表示装置に表示される第6の画面例を示す説明図である。It is explanatory drawing which shows the 6th example of a screen displayed on a display apparatus with the system in FIG. 図1におけるシステムの手順作成部の処理動作手順例を示すフローチャートである。It is a flowchart which shows the example of a process operation procedure of the procedure preparation part of the system in FIG. 図1におけるシステムのコマンド列生成部の処理動作手順例を示すフローチャートである。It is a flowchart which shows the example of a process operation procedure of the command sequence production | generation part of the system in FIG. 図1におけるシステムで作成された作業用コマンド列の具体例を示す説明図である。It is explanatory drawing which shows the specific example of the command sequence for work produced with the system in FIG.

符号の説明Explanation of symbols

1:運用端末、2:作業対象サーバ、11,21:入力装置、12,22:表示装置、30:手順作成部、31:表示処理部、32:記憶処理部、33:ポリシチェック部、40:コマンド列生成部、41:手順入力部、42:コマンド列生成処理部、50:第1の記憶装置(「作業手順情報」)、60:コマンド発行制御部、61:コマンド列入力部、62:サーバチェック部、63:戻り値チェック部、64:コマンド入力処理部、65:コマンド実行制御部、70:コマンド列記憶部、100:第2の記憶装置(「コマンド列用パラメタ」)、105:ポリシ記憶装置(「作業手順ポリシ」)、110:中間結果記憶部(「ワークエリア」)、120:システム管理部、121:周辺機器管理部、122:運用管理ツール制御部、123:周辺機器。   1: operation terminal, 2: work target server, 11, 21: input device, 12, 22: display device, 30: procedure creation unit, 31: display processing unit, 32: storage processing unit, 33: policy check unit, 40 : Command sequence generation unit, 41: procedure input unit, 42: command sequence generation processing unit, 50: first storage device (“work procedure information”), 60: command issue control unit, 61: command sequence input unit, 62 : Server check unit, 63: return value check unit, 64: command input processing unit, 65: command execution control unit, 70: command string storage unit, 100: second storage device ("command string parameter"), 105 : Policy storage device (“work procedure policy”), 110: intermediate result storage unit (“work area”), 120: system management unit, 121: peripheral device management unit, 122: operation management tool control unit, 12 : Peripheral devices.

Claims (9)

コンピュータに所定の作業処理を実行させるテンプレート化されたコマンドを複数組み合わせた複合作業手順情報および1つのテンプレート化されたコマンドからなる単一作業手順情報を各々の手順名と対応付けて予め記憶する第1の記憶手段と、
各コマンドのパラメタの説明情報を予め記憶する第2の記憶手段と、
該第1の記憶手段から、全ての手順名を読み出して表示装置に一覧で表示する第1の表示手段と、
該第1の表示手段が表示した一覧から作業操作者が入力装置を介して順に選択した手順名を読み出して選択順に並べて表示装置に表示する第2の表示手段と、
該第2の表示手段が選択順に表示した手順名を、作業操作者の入力装置を介しての確定操作に応じて記憶する第3の記憶手段と、
該第3の記憶手段が記憶した手順名の作業処理に用いるコマンドのパラメタの説明情報を上記第2の記憶手段から読み出して表示装置に表示すると共に、当該パラメタの入力欄を表示する第3の表示手段と、
該第3の表示手段が表示した入力欄に作業操作者が入力装置を介して入力したパラメタ値を当該コマンドに対応付けて記憶する第4の記憶手段と、
上記第3の記憶手段が記憶した手順名の作業処理に用いるコマンドを上記第1の記憶手段から読み出すと共に、読み出したコマンドのパラメタを上記第4の記憶手段が当該コマンドに対応付けて記憶したパラメタ値に置き換えて、上記作業操作者が入力装置を介して順に選択した手順名の作業で用いるコマンド列を生成するコマンド列生成手段と
を有することを特徴とするコマンド列作成システム。
A composite work procedure information obtained by combining a plurality of templated commands for causing a computer to execute a predetermined work process and single work procedure information composed of one templated command are stored in advance in association with each procedure name. 1 storage means;
Second storage means for storing in advance the explanation information of the parameters of each command;
First display means for reading all procedure names from the first storage means and displaying them in a list on a display device;
Second display means for reading out the procedure names sequentially selected by the work operator via the input device from the list displayed by the first display means, arranging them in the order of selection, and displaying them on the display device;
Third storage means for storing the procedure names displayed by the second display means in the order of selection in accordance with the confirmation operation via the input device of the work operator;
The command parameter description information used for the work process of the procedure name stored in the third storage means is read from the second storage means and displayed on the display device, and the parameter input field is displayed. Display means;
Fourth storage means for storing the parameter value input by the work operator via the input device in the input field displayed by the third display means in association with the command;
A parameter that is read from the first storage means and used for the work process of the procedure name stored in the third storage means, and a parameter that the fourth storage means stores in association with the command A command sequence creation system comprising command sequence generation means for generating a command sequence to be used in the work of the procedure name selected in turn by the work operator via the input device in place of the value.
請求項1に記載のコマンド列作成システムであって、
上記第2の表示手段が表示した手順名の順序の良否を、予め定められた条件に応じて判別する第1のチェック手段と、
該第1のチェック手段が上記手順名の順序の良否を判別する際に参照する上記条件を記憶する第1の条件記憶手段と
を有することを特徴とするコマンド列作成システム。
The command sequence creation system according to claim 1,
First check means for determining whether the order of the procedure names displayed by the second display means is good or bad according to a predetermined condition;
A command sequence creation system comprising: first condition storage means for storing the conditions referred to when the first check means determines whether the order of the procedure names is good or bad.
請求項1もしくは請求項2のいずれかに記載のコマンド列作成システムであって、
各々組み合わせて用いる必要がある手順名同士を対応付けて記憶する第2の条件記憶手段と、
上記第2の表示手段が表示した手順名と併用する他の手順名の有無を上記第2の条件記憶手段の記憶内容を参照して判別し、あれば、当該他の手順名を上記第2の表示手段が表示した手順名と共に表示装置に表示する第2のチェック手段と
を有することを特徴とするコマンド列作成システム。
A command sequence creation system according to claim 1 or 2, wherein
Second condition storage means for storing the procedure names that need to be used in combination with each other;
The presence / absence of another procedure name used in combination with the procedure name displayed by the second display means is determined with reference to the stored contents of the second condition storage means. And a second check means for displaying on the display device together with the procedure name displayed by the display means.
請求項1もしくは請求項2のいずれかに記載のコマンド列作成システムであって、
各々組み合わせて用いる必要がある手順名同士を対応付けて記憶する第2の条件記憶手段と、
上記第2の表示手段が表示した手順名と併用する他の手順名の有無を上記第2の条件記憶手段の記憶内容を参照して判別し、あれば、その旨を示す情報を表示装置に表示する第3のチェック手段と
を有することを特徴とするコマンド列作成システム。
A command sequence creation system according to claim 1 or 2, wherein
Second condition storage means for storing the procedure names that need to be used in combination with each other;
The presence or absence of another procedure name used in combination with the procedure name displayed by the second display means is discriminated with reference to the stored contents of the second condition storage means, and if so, information indicating that fact is given to the display device. And a third check means for displaying the command string.
コンピュータを、請求項1から請求項4のいずれかに記載のコマンド列作成システムにおける各手段として機能させるためのプログラム。   The program for functioning a computer as each means in the command sequence creation system in any one of Claims 1-4. コンピュータに所定の作業処理を実行させるテンプレート化されたコマンドを複数組み合わせた複合作業手順情報および1つのテンプレート化されたコマンドからなる単一作業手順情報を各々の手順名と対応付けて予め記憶装置に記憶する第1の手順と、
各コマンドのパラメタの説明情報を予め記憶装置に記憶する第2の手順と、
上記記憶装置から、上記第1の手順で記憶した全ての手順名を読み出して表示装置に一覧で表示する第3の手順と、
該第3の手順で表示装置に表示した一覧から作業操作者が入力装置を介して順に選択した手順名を読み出して選択順に並べて表示装置に表示する第4の手順と、
該第4の手順で表示装置に選択順に表示した手順名を、作業操作者の入力装置を介しての確定操作に応じて記憶装置に記憶する第5の手順と、
該第5の手順で記憶装置に記憶した手順名の作業処理に用いるコマンドのパラメタの説明情報を上記記憶装置から読み出して表示装置に表示すると共に、当該パラメタの入力欄を表示する第6の手順と、
該第6の手順で表示装置に表示した入力欄に作業操作者が入力装置を介して入力したパラメタ値を当該コマンドに対応付けて記憶装置に記憶する第7の手順と、
上記第5の手順で記憶装置に記憶した手順名の作業処理に用いるコマンドを上記記憶装置から読み出すと共に、読み出したコマンドのパラメタを上記第7の手順で当該コマンドに対応付けて記憶装置に記憶したパラメタ値に置き換えて、上記作業操作者が入力装置を介して順に選択した手順名の作業で用いるコマンド列を生成する第8の手順と
を有することを特徴とするコマンド列作成方法。
Compound work procedure information obtained by combining a plurality of templated commands for causing a computer to execute a predetermined work process and single work procedure information consisting of one templated command are associated with each procedure name in advance in a storage device. A first procedure for storing;
A second procedure for storing in advance a description of parameter information of each command in a storage device;
A third procedure for reading out all procedure names stored in the first procedure from the storage device and displaying them in a list on a display device;
A fourth procedure for reading out the procedure names sequentially selected by the operator through the input device from the list displayed on the display device in the third procedure, arranging them in the order of selection, and displaying them on the display device;
A fifth procedure for storing the procedure names displayed in the order of selection on the display device in the fourth procedure in the storage device in accordance with the confirmation operation via the input device of the operator;
Sixth procedure for reading out the description information of the parameter of the command used for the work processing of the procedure name stored in the storage device in the fifth procedure from the storage device and displaying it on the display device, and displaying the input field of the parameter When,
A seventh procedure for storing in the storage device the parameter value input by the work operator via the input device in the input field displayed on the display device in the sixth procedure in association with the command;
The command used for the work process of the procedure name stored in the storage device in the fifth procedure is read from the storage device, and the parameters of the read command are stored in the storage device in association with the command in the seventh procedure. A command sequence creation method comprising: an eighth procedure for generating a command sequence to be used in the work of the procedure name selected in turn by the work operator via the input device in place of the parameter value.
請求項6に記載のコマンド列作成方法であって、
上記第4の手順で表示装置に表示した手順名の順序の良否を、予め定義され記憶装置に記憶された条件に応じて判別するチェック手順を有することを特徴とするコマンド列作成方法。
The command sequence creation method according to claim 6,
A command sequence creation method comprising: a check procedure for determining whether the order of procedure names displayed on the display device in the fourth procedure is good or bad according to a condition defined in advance and stored in a storage device.
請求項6もしくは請求項7のいずれかに記載のコマンド列作成方法であって、
各々組み合わせて用いる必要がある手順名同士を対応付けて予め記憶装置に記憶する手順と、
上記第4の手順で表示装置に表示した手順名と併用する他の手順名の有無を上記記憶装置の記憶内容を参照して判別し、あれば、当該他の手順名を上記第4の手順で表示装置に表示した手順名と共に表示装置に表示する手順とを有することを特徴とするコマンド列作成方法。
A method for creating a command string according to claim 6 or 7,
A procedure for storing the procedure names that need to be used in combination with each other in advance in association with each other;
The presence or absence of another procedure name used in combination with the procedure name displayed on the display device in the fourth procedure is determined with reference to the storage contents of the storage device. If there is, the other procedure name is determined as the fourth procedure. And a procedure for displaying on the display device together with the procedure name displayed on the display device.
請求項6もしくは請求項7のいずれかに記載のコマンド列作成方法であって、
各々組み合わせて用いる必要がある手順名同士を対応付けて予め記憶装置に記憶する手順と、
上記第4の手順で表示装置に表示した手順名と併用する他の手順名の有無を上記記憶装置の記憶内容を参照して判別し、あれば、その旨を示す情報を表示装置に表示する手順とを有することを特徴とするコマンド列作成方法。
A method for creating a command string according to claim 6 or 7,
A procedure for storing the procedure names that need to be used in combination with each other in advance in association with each other;
The presence or absence of another procedure name used in combination with the procedure name displayed on the display device in the fourth procedure is determined with reference to the stored contents of the storage device, and if so, information indicating that fact is displayed on the display device. And a command sequence creating method.
JP2005357921A 2005-12-12 2005-12-12 Command sequence creation system and method and program Expired - Fee Related JP4437470B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005357921A JP4437470B2 (en) 2005-12-12 2005-12-12 Command sequence creation system and method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005357921A JP4437470B2 (en) 2005-12-12 2005-12-12 Command sequence creation system and method and program

Publications (2)

Publication Number Publication Date
JP2007164353A true JP2007164353A (en) 2007-06-28
JP4437470B2 JP4437470B2 (en) 2010-03-24

Family

ID=38247191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005357921A Expired - Fee Related JP4437470B2 (en) 2005-12-12 2005-12-12 Command sequence creation system and method and program

Country Status (1)

Country Link
JP (1) JP4437470B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5937245B1 (en) * 2015-02-25 2016-06-22 三菱電機インフォメーションシステムズ株式会社 Operation procedure evaluation apparatus and operation procedure evaluation program
JP2017220240A (en) * 2016-06-09 2017-12-14 富士通株式会社 Graphical policy interface for network control system
JP2019070972A (en) * 2017-10-10 2019-05-09 富士通株式会社 Information processing system, information processing device, and program
CN110515598A (en) * 2019-08-30 2019-11-29 山东浪潮通软信息科技有限公司 A method of the integrated service based on order line form

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5937245B1 (en) * 2015-02-25 2016-06-22 三菱電機インフォメーションシステムズ株式会社 Operation procedure evaluation apparatus and operation procedure evaluation program
JP2017220240A (en) * 2016-06-09 2017-12-14 富士通株式会社 Graphical policy interface for network control system
JP2019070972A (en) * 2017-10-10 2019-05-09 富士通株式会社 Information processing system, information processing device, and program
CN110515598A (en) * 2019-08-30 2019-11-29 山东浪潮通软信息科技有限公司 A method of the integrated service based on order line form

Also Published As

Publication number Publication date
JP4437470B2 (en) 2010-03-24

Similar Documents

Publication Publication Date Title
US7653893B2 (en) Methods and apparatus for implementing checkin policies in source code control systems
US7725441B2 (en) Methods, systems, and computer program products for disaster recovery planning
US6898764B2 (en) Method, system and program product for determining differences between an existing graphical user interface (GUI) mapping file and a current GUI
US7197741B1 (en) Interface for an enterprise resource planning program
US9355375B2 (en) Launch of target user interface features based on specific business process instances
US10606581B2 (en) Management system for creating service
JP2007304660A (en) Command execution result recording system and command execution result recording method
JP2010157183A (en) Apparatus and program for processing information
WO2014054230A1 (en) Information system construction device, information system construction method, and storage medium
JP4437470B2 (en) Command sequence creation system and method and program
US8606762B2 (en) Data quality administration framework
JP7108458B2 (en) Project status management device, computer program and project status management method
JP4995009B2 (en) POD screen generation device and program thereof
JP5195108B2 (en) Information processing apparatus and information processing program
JP4592022B2 (en) Automatic execution command generation system, method and program
JP6097231B2 (en) Program generating apparatus and method
JP6761241B2 (en) System operation automation device, system operation automation program and system operation automation method
JP7246301B2 (en) Program development support system and program development support method
JP2022104837A (en) Method of providing information based on predicted result value, and computing device using the same
JP4804139B2 (en) Information output method, system and program
JP4683535B2 (en) Job net management system
JP2008107982A (en) Development support program, development support method, and development support device
US20180060825A1 (en) System and method for managing applications in the cloud
JP2009080536A (en) Bom editing device, editing program, editing system and editing method
US20240152847A1 (en) Workflow management with form-based, dynamic workflow builder and application-level blue-green topology

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080702

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090203

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090402

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090428

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090626

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090717

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091009

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20091126

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: 20091222

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091222

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4437470

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140115

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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